From 286d37026c3b7f3923a45d7c114200a6546ba030 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 5 Nov 2024 13:02:24 +0100 Subject: [PATCH] drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- drivers/1wire/1wire.c | 2 + drivers/1wire/1wire_crc.c | 2 + drivers/1wire/1wire_internal.h | 2 + drivers/1wire/1wire_read.c | 2 + drivers/1wire/1wire_write.c | 2 + drivers/1wire/1wire_writeread.c | 2 + drivers/1wire/CMakeLists.txt | 2 + drivers/1wire/Make.defs | 2 + drivers/1wire/ds28e17.c | 2 + drivers/CMakeLists.txt | 2 + drivers/Makefile | 2 + drivers/aie/Make.defs | 2 + drivers/aie/ai_engine.c | 2 + drivers/analog/CMakeLists.txt | 2 + drivers/analog/Make.defs | 2 + drivers/analog/ad5410.c | 13 ++--- drivers/analog/adc.c | 2 + drivers/analog/ads1242.c | 2 + drivers/analog/ads1255.c | 13 ++--- drivers/analog/ads7828.c | 2 + drivers/analog/comp.c | 2 + drivers/analog/dac.c | 2 + drivers/analog/dac7554.c | 2 + drivers/analog/dac7571.c | 2 + drivers/analog/hx711.c | 2 + drivers/analog/lmp92001.c | 2 + drivers/analog/ltc1867l.c | 2 + drivers/analog/max1161x.c | 2 + drivers/analog/mcp3008.c | 2 +- drivers/analog/mcp48xx.c | 2 + drivers/analog/opamp.c | 2 + drivers/analog/pga11x.c | 2 + drivers/audio/CMakeLists.txt | 2 + drivers/audio/Make.defs | 2 + drivers/audio/audio_dma.c | 2 + drivers/audio/audio_i2s.c | 2 + drivers/audio/audio_null.c | 2 + drivers/audio/cs4344.c | 2 + drivers/audio/cs4344.h | 2 + drivers/audio/cs43l22.c | 2 + drivers/audio/cs43l22.h | 2 + drivers/audio/cs43l22_debug.c | 2 + drivers/audio/es8311.c | 2 + drivers/audio/es8311.h | 2 + drivers/audio/es8311_debug.c | 2 + drivers/audio/es8388.c | 2 + drivers/audio/es8388.h | 2 + drivers/audio/es8388_debug.c | 2 + drivers/audio/esxxxx_common.h | 2 + drivers/audio/tone.c | 2 + drivers/audio/vs1053.c | 2 + drivers/audio/vs1053.h | 2 + drivers/audio/wm8776.c | 2 + drivers/audio/wm8776.h | 2 + drivers/audio/wm8904.c | 2 + drivers/audio/wm8904.h | 2 + drivers/audio/wm8904_debug.c | 2 + drivers/audio/wm8994.c | 2 + drivers/audio/wm8994.h | 2 + drivers/audio/wm8994_debug.c | 2 + drivers/bch/CMakeLists.txt | 2 + drivers/bch/Make.defs | 2 + drivers/bch/bch.h | 2 + drivers/bch/bchdev_driver.c | 2 + drivers/bch/bchdev_register.c | 2 + drivers/bch/bchdev_unregister.c | 2 + drivers/bch/bchlib_cache.c | 2 + drivers/bch/bchlib_read.c | 2 + drivers/bch/bchlib_setup.c | 2 + drivers/bch/bchlib_teardown.c | 2 + drivers/bch/bchlib_write.c | 2 + drivers/can/CMakeLists.txt | 2 + drivers/can/Make.defs | 2 + drivers/can/can.c | 2 + drivers/can/can_sender.c | 2 + drivers/can/mcp2515.c | 2 + drivers/can/mcp2515.h | 2 + drivers/can/sja1000.c | 4 +- drivers/can/sja1000.h | 4 +- drivers/clk/CMakeLists.txt | 2 + drivers/clk/Make.defs | 2 + drivers/clk/clk.c | 2 + drivers/clk/clk.h | 2 + drivers/clk/clk_divider.c | 2 + drivers/clk/clk_fixed_factor.c | 2 + drivers/clk/clk_fixed_rate.c | 2 + drivers/clk/clk_fractional_divider.c | 2 + drivers/clk/clk_gate.c | 2 + drivers/clk/clk_multiplier.c | 2 + drivers/clk/clk_mux.c | 2 + drivers/clk/clk_phase.c | 2 + drivers/clk/clk_rpmsg.c | 2 + drivers/contactless/CMakeLists.txt | 2 + drivers/contactless/Make.defs | 2 + drivers/contactless/mfrc522.c | 2 + drivers/contactless/mfrc522.h | 2 + drivers/contactless/pn532.c | 2 + drivers/contactless/pn532.h | 2 + drivers/coresight/CMakeLists.txt | 2 + drivers/coresight/Make.defs | 2 + drivers/coresight/coresight_common.c | 2 + drivers/coresight/coresight_common.h | 2 + drivers/coresight/coresight_core.c | 2 + drivers/coresight/coresight_etb.c | 2 + drivers/coresight/coresight_etm3.c | 2 + drivers/coresight/coresight_etm4.c | 2 + drivers/coresight/coresight_funnel.c | 2 + drivers/coresight/coresight_replicator.c | 2 + drivers/coresight/coresight_stm.c | 2 + drivers/coresight/coresight_tmc_core.c | 2 + drivers/coresight/coresight_tmc_core.h | 2 + drivers/coresight/coresight_tmc_etf.c | 2 + drivers/coresight/coresight_tmc_etr.c | 2 + drivers/coresight/coresight_tpiu.c | 2 + drivers/crypto/CMakeLists.txt | 2 + drivers/crypto/Make.defs | 2 + drivers/crypto/dev_urandom.c | 2 + drivers/crypto/pnt/Make.defs | 2 + drivers/crypto/pnt/pnt_se05x_api.c | 2 + drivers/crypto/pnt/pnt_se05x_api.h | 2 + drivers/crypto/pnt/pnt_util.c | 2 + drivers/crypto/pnt/pnt_util.h | 2 + drivers/crypto/pnt/scp03_keys.h | 2 + drivers/crypto/pnt/sm_i2c.c | 2 + drivers/crypto/pnt/sm_i2c.h | 2 + drivers/crypto/pnt/sm_port.h | 2 + drivers/crypto/pnt/sm_timer.c | 2 + drivers/crypto/pnt/sm_timer.h | 2 + drivers/crypto/se05x.c | 2 + drivers/crypto/se05x_internal.h | 2 + drivers/devicetree/CMakeLists.txt | 2 + drivers/devicetree/Make.defs | 2 + drivers/devicetree/fdt.c | 2 + drivers/devicetree/fdt_pci.c | 2 + drivers/devicetree/fdt_virtio_mmio.c | 2 + drivers/dma/Make.defs | 2 + drivers/drivers_initialize.c | 2 + drivers/dummy/CMakeLists.txt | 22 +++++++++ drivers/eeprom/CMakeLists.txt | 2 + drivers/eeprom/Make.defs | 2 + drivers/eeprom/i2c_xx24xx.c | 2 + drivers/eeprom/spi_xx25xx.c | 2 + drivers/efuse/CMakeLists.txt | 2 + drivers/efuse/Make.defs | 2 + drivers/efuse/efuse.c | 2 + drivers/i2c/CMakeLists.txt | 3 +- drivers/i2c/Make.defs | 2 + drivers/i2c/i2c_bitbang.c | 2 + drivers/i2c/i2c_driver.c | 2 + drivers/i2c/i2c_read.c | 2 + drivers/i2c/i2c_slave_driver.c | 2 + drivers/i2c/i2c_write.c | 2 + drivers/i2c/i2c_writeread.c | 2 + drivers/i2c/pca9540bdp.c | 2 + drivers/i2c/pca9540bdp.h | 2 + drivers/i2c/tca9548a.c | 3 +- drivers/i2s/CMakeLists.txt | 2 + drivers/i2s/Make.defs | 2 + drivers/i2s/i2schar.c | 2 + drivers/i3c/CMakeLists.txt | 2 + drivers/i3c/Make.defs | 2 + drivers/i3c/device.c | 2 + drivers/i3c/i3c_driver.c | 2 + drivers/i3c/internals.h | 2 + drivers/i3c/master.c | 2 + drivers/input/CMakeLists.txt | 2 + drivers/input/Make.defs | 2 + drivers/input/ads7843e.c | 2 + drivers/input/ads7843e.h | 2 + drivers/input/ajoystick.c | 2 + drivers/input/aw86225.c | 2 + drivers/input/aw86225_internal.h | 2 + drivers/input/aw86225_reg.h | 2 + drivers/input/button_lower.c | 2 + drivers/input/button_upper.c | 2 + drivers/input/cypress_mbr3108.c | 2 + drivers/input/djoystick.c | 2 + drivers/input/ff_dummy.c | 2 + drivers/input/ff_upper.c | 2 + drivers/input/ft5x06.c | 2 + drivers/input/ft5x06.h | 2 + drivers/input/goldfish_events.c | 2 + drivers/input/gt9xx.c | 2 + drivers/input/keyboard_upper.c | 2 + drivers/input/max11802.c | 2 + drivers/input/max11802.h | 2 + drivers/input/mouse_upper.c | 2 + drivers/input/mxt.c | 2 + drivers/input/mxt.h | 2 + drivers/input/nunchuck.c | 2 + drivers/input/spq10kbd.c | 2 + drivers/input/stmpe811.h | 2 + drivers/input/stmpe811_adc.c | 2 + drivers/input/stmpe811_base.c | 2 + drivers/input/stmpe811_gpio.c | 2 + drivers/input/stmpe811_temp.c | 2 + drivers/input/stmpe811_tsc.c | 2 + drivers/input/touchscreen_upper.c | 2 + drivers/input/tsc2007.c | 2 + drivers/input/tsc2007.h | 2 + drivers/ioexpander/CMakeLists.txt | 3 +- drivers/ioexpander/Make.defs | 2 + drivers/ioexpander/gpio.c | 2 + drivers/ioexpander/gpio_lower_half.c | 2 + drivers/ioexpander/icjx.c | 2 + drivers/ioexpander/icjx.h | 2 + drivers/ioexpander/ioe_dummy.c | 2 + drivers/ioexpander/ioe_rpmsg.c | 2 + drivers/ioexpander/iso1h812g.c | 2 + drivers/ioexpander/iso1h812g.h | 2 + drivers/ioexpander/iso1i813t.c | 2 + drivers/ioexpander/iso1i813t.h | 2 + drivers/ioexpander/mcp23x08.c | 2 + drivers/ioexpander/mcp23x08.h | 2 + drivers/ioexpander/mcp23x17.c | 2 + drivers/ioexpander/mcp23x17.h | 2 + drivers/ioexpander/pca9538.c | 2 + drivers/ioexpander/pca9538.h | 2 + drivers/ioexpander/pca9555.c | 2 + drivers/ioexpander/pca9555.h | 2 + drivers/ioexpander/pcf8574.c | 2 + drivers/ioexpander/pcf8574.h | 2 + drivers/ioexpander/pcf8575.c | 2 + drivers/ioexpander/pcf8575.h | 2 + drivers/ioexpander/skeleton.c | 2 + drivers/ioexpander/sx1509.c | 2 + drivers/ioexpander/sx1509.h | 2 + drivers/ioexpander/tca64xx.c | 2 + drivers/ioexpander/tca64xx.h | 2 + drivers/ipcc/CMakeLists.txt | 2 + drivers/ipcc/Make.defs | 2 + drivers/ipcc/ipcc_close.c | 2 + drivers/ipcc/ipcc_open.c | 2 + drivers/ipcc/ipcc_poll.c | 2 + drivers/ipcc/ipcc_priv.h | 2 + drivers/ipcc/ipcc_read.c | 2 + drivers/ipcc/ipcc_register.c | 2 + drivers/ipcc/ipcc_unlink.c | 2 + drivers/ipcc/ipcc_write.c | 2 + drivers/lcd/CMakeLists.txt | 2 + drivers/lcd/Make.defs | 2 + drivers/lcd/apa102.c | 2 + drivers/lcd/ft80x.c | 2 + drivers/lcd/ft80x.h | 2 + drivers/lcd/ft80x_spi.c | 2 + drivers/lcd/gc9a01.c | 2 + drivers/lcd/gc9a01.h | 2 + drivers/lcd/ht16k33_14seg.c | 2 + drivers/lcd/ili9225.c | 2 + drivers/lcd/ili9340.c | 2 + drivers/lcd/ili9341.c | 2 + drivers/lcd/jd9851.c | 2 + drivers/lcd/jd9851.h | 2 + drivers/lcd/lcd_dev.c | 2 + drivers/lcd/lcd_framebuffer.c | 2 + drivers/lcd/lcddrv_spiif.c | 2 + drivers/lcd/lpm013m091a.c | 2 + drivers/lcd/max7219.c | 2 + drivers/lcd/memlcd.c | 2 + drivers/lcd/mio283qt2.c | 2 + drivers/lcd/mio283qt9a.c | 2 + drivers/lcd/p14201.c | 2 + drivers/lcd/pcd8544.c | 2 + drivers/lcd/pcd8544.h | 2 + drivers/lcd/pcf8574_lcd_backpack.c | 2 + drivers/lcd/pcf8833.h | 2 + drivers/lcd/ra8875.c | 9 ++-- drivers/lcd/ra8875.h | 8 ++-- drivers/lcd/s1d15g10.h | 2 + drivers/lcd/sd1329.h | 2 + drivers/lcd/skeleton.c | 2 + drivers/lcd/ssd1289.c | 2 + drivers/lcd/ssd1289.h | 2 + drivers/lcd/ssd1305.h | 2 + drivers/lcd/ssd1306.h | 2 + drivers/lcd/ssd1306_base.c | 2 + drivers/lcd/ssd1306_i2c.c | 2 + drivers/lcd/ssd1306_spi.c | 2 + drivers/lcd/ssd1351.c | 2 + drivers/lcd/ssd1680.c | 2 + drivers/lcd/ssd1680.h | 2 + drivers/lcd/st7032.c | 2 + drivers/lcd/st7565.c | 2 + drivers/lcd/st7565.h | 2 + drivers/lcd/st7567.c | 2 + drivers/lcd/st7567.h | 2 + drivers/lcd/st7735.c | 2 + drivers/lcd/st7735.h | 2 + drivers/lcd/st7789.c | 2 + drivers/lcd/st7789.h | 2 + drivers/lcd/tda19988.c | 2 + drivers/lcd/tda19988.h | 2 + drivers/lcd/ug-2864ambag01.c | 2 + drivers/lcd/ug-9664hswag01.c | 2 + drivers/leds/CMakeLists.txt | 3 +- drivers/leds/Make.defs | 2 + drivers/leds/apa102.c | 2 + drivers/leds/lp503x.c | 2 + drivers/leds/max7219.c | 2 + drivers/leds/ncp5623c.c | 2 + drivers/leds/pca9635pw.c | 2 + drivers/leds/rgbled.c | 2 + drivers/leds/userled_lower.c | 2 + drivers/leds/userled_upper.c | 2 + drivers/leds/ws2812.c | 2 + drivers/loop/CMakeLists.txt | 2 + drivers/loop/Make.defs | 2 + drivers/loop/loop.c | 2 + drivers/loop/losetup.c | 2 + drivers/math/CMakeLists.txt | 2 + drivers/math/Make.defs | 2 + drivers/math/math.c | 2 + drivers/misc/CMakeLists.txt | 2 + drivers/misc/Make.defs | 2 + drivers/misc/addrenv.c | 2 + drivers/misc/dev_ascii.c | 2 + drivers/misc/dev_mem.c | 2 + drivers/misc/dev_null.c | 2 + drivers/misc/dev_zero.c | 2 + drivers/misc/goldfish_pipe.c | 2 + drivers/misc/lwl_console.c | 2 + drivers/misc/mkrd.c | 2 + drivers/misc/optee.c | 2 + drivers/misc/ramdisk.c | 2 + drivers/misc/rpmsgblk.c | 2 + drivers/misc/rpmsgblk.h | 2 + drivers/misc/rpmsgblk_server.c | 2 + drivers/misc/rpmsgdev.c | 2 + drivers/misc/rpmsgdev.h | 2 + drivers/misc/rpmsgdev_server.c | 2 + drivers/misc/rwbuffer.c | 2 + drivers/mmcsd/CMakeLists.txt | 2 + drivers/mmcsd/Make.defs | 2 + drivers/mmcsd/mmcsd.h | 2 + drivers/mmcsd/mmcsd_csd.h | 2 + drivers/mmcsd/mmcsd_debug.c | 2 + drivers/mmcsd/mmcsd_extcsd.h | 2 + drivers/mmcsd/mmcsd_procfs.c | 2 + drivers/mmcsd/mmcsd_sdio.c | 2 + drivers/mmcsd/mmcsd_sdio.h | 2 + drivers/mmcsd/mmcsd_spi.c | 2 + drivers/mmcsd/mmcsd_spi.h | 2 + drivers/mmcsd/sdio.c | 2 + drivers/modem/CMakeLists.txt | 2 + drivers/modem/Make.defs | 2 + drivers/modem/alt1250/CMakeLists.txt | 2 + drivers/modem/alt1250/Make.defs | 2 + drivers/modem/alt1250/alt1250.c | 2 + drivers/modem/alt1250/alt1250.h | 2 + drivers/modem/alt1250/altcom_cmd.h | 2 + drivers/modem/alt1250/altcom_cmd_log.h | 2 + drivers/modem/alt1250/altcom_cmd_sms.h | 2 + drivers/modem/alt1250/altcom_cmd_sock.h | 2 + drivers/modem/alt1250/altcom_errno.c | 2 + drivers/modem/alt1250/altcom_errno.h | 2 + drivers/modem/alt1250/altcom_hdlr.c | 2 + drivers/modem/alt1250/altcom_hdlr.h | 2 + drivers/modem/alt1250/altcom_hdlr_firmware.c | 2 + drivers/modem/alt1250/altcom_hdlr_firmware.h | 2 + drivers/modem/alt1250/altcom_hdlr_log.c | 2 + drivers/modem/alt1250/altcom_hdlr_log.h | 2 + drivers/modem/alt1250/altcom_hdlr_net.c | 2 + drivers/modem/alt1250/altcom_hdlr_net.h | 2 + drivers/modem/alt1250/altcom_hdlr_other.c | 2 + drivers/modem/alt1250/altcom_hdlr_other.h | 2 + drivers/modem/alt1250/altcom_hdlr_pdn.c | 2 + drivers/modem/alt1250/altcom_hdlr_pdn.h | 2 + drivers/modem/alt1250/altcom_hdlr_pin.c | 2 + drivers/modem/alt1250/altcom_hdlr_pin.h | 2 + drivers/modem/alt1250/altcom_hdlr_psave.c | 2 + drivers/modem/alt1250/altcom_hdlr_psave.h | 2 + drivers/modem/alt1250/altcom_hdlr_radio.c | 2 + drivers/modem/alt1250/altcom_hdlr_radio.h | 2 + drivers/modem/alt1250/altcom_hdlr_sim.c | 2 + drivers/modem/alt1250/altcom_hdlr_sim.h | 2 + drivers/modem/alt1250/altcom_hdlr_sms.c | 2 + drivers/modem/alt1250/altcom_hdlr_sms.h | 2 + drivers/modem/alt1250/altcom_hdlr_socket.c | 2 + drivers/modem/alt1250/altcom_hdlr_socket.h | 2 + drivers/modem/alt1250/altcom_lwm2m_hdlr.c | 2 + drivers/modem/alt1250/altcom_lwm2m_hdlr.h | 2 + drivers/modem/alt1250/altcom_pkt.c | 2 + drivers/modem/alt1250/altcom_pkt.h | 2 + drivers/modem/alt1250/altmdm.c | 2 + drivers/modem/alt1250/altmdm.h | 2 + drivers/modem/alt1250/altmdm_event.c | 2 + drivers/modem/alt1250/altmdm_event.h | 2 + drivers/modem/alt1250/altmdm_spi.c | 2 + drivers/modem/alt1250/altmdm_spi.h | 2 + drivers/modem/alt1250/altmdm_timer.c | 2 + drivers/modem/alt1250/altmdm_timer.h | 2 + drivers/modem/u-blox.c | 5 +- drivers/motor/CMakeLists.txt | 2 + drivers/motor/Make.defs | 2 + drivers/motor/a4988.c | 2 + drivers/motor/drv8825.c | 2 + drivers/motor/foc/CMakeLists.txt | 2 + drivers/motor/foc/Make.defs | 2 + drivers/motor/foc/drv8301.c | 2 + drivers/motor/foc/foc_dev.c | 3 +- drivers/motor/foc/foc_dummy.c | 2 + drivers/motor/foc/foc_pwr.c | 3 +- drivers/motor/motor.c | 2 + drivers/motor/stepper.c | 2 + drivers/mtd/CMakeLists.txt | 4 +- drivers/mtd/Make.defs | 2 + drivers/mtd/at24xx.c | 5 +- drivers/mtd/at25.c | 2 + drivers/mtd/at25ee.c | 2 + drivers/mtd/at45db.c | 2 + drivers/mtd/dhara.c | 2 + drivers/mtd/filemtd.c | 2 + drivers/mtd/ftl.c | 2 + drivers/mtd/gd25.c | 2 + drivers/mtd/gd5f.c | 2 + drivers/mtd/hamming.c | 3 +- drivers/mtd/is25xp.c | 2 + drivers/mtd/m25px.c | 2 + drivers/mtd/mtd_config.c | 2 + drivers/mtd/mtd_modeltab.c | 3 +- drivers/mtd/mtd_nand.c | 3 +- drivers/mtd/mtd_nandecc.c | 3 +- drivers/mtd/mtd_nandmodel.c | 3 +- drivers/mtd/mtd_nandram.c | 5 +- drivers/mtd/mtd_nandscheme.c | 3 +- drivers/mtd/mtd_nandwrapper.c | 5 +- drivers/mtd/mtd_onfi.c | 3 +- drivers/mtd/mtd_partition.c | 2 + drivers/mtd/mtd_progmem.c | 2 + drivers/mtd/mtd_rwbuffer.c | 2 + drivers/mtd/mx25lx.c | 2 + drivers/mtd/mx25rxx.c | 2 + drivers/mtd/mx35.c | 2 + drivers/mtd/n25qxxx.c | 2 + drivers/mtd/nullmtd.c | 2 + drivers/mtd/rammtd.c | 2 + drivers/mtd/ramtron.c | 2 + drivers/mtd/rpmsgmtd.c | 2 + drivers/mtd/rpmsgmtd.h | 2 + drivers/mtd/rpmsgmtd_server.c | 2 + drivers/mtd/s25fl1.c | 2 + drivers/mtd/sector512.c | 2 + drivers/mtd/skeleton.c | 2 + drivers/mtd/smart.c | 2 + drivers/mtd/sst25.c | 2 + drivers/mtd/sst25xx.c | 2 + drivers/mtd/sst26.c | 2 + drivers/mtd/sst39vf.c | 2 + drivers/mtd/w25.c | 2 + drivers/mtd/w25qxxxjv.c | 2 + drivers/net/CMakeLists.txt | 2 + drivers/net/Make.defs | 2 + drivers/net/dm90x0.c | 2 + drivers/net/e1000.c | 2 + drivers/net/e1000.h | 2 + drivers/net/enc28j60.c | 2 + drivers/net/enc28j60.h | 2 + drivers/net/encx24j600.c | 2 + drivers/net/encx24j600.h | 2 + drivers/net/ftmac100.c | 2 + drivers/net/igc.c | 2 + drivers/net/igc.h | 2 + drivers/net/ksz9477.c | 2 + drivers/net/ksz9477_i2c.c | 2 + drivers/net/ksz9477_reg.h | 2 + drivers/net/lan91c111.c | 2 + drivers/net/lan91c111.h | 2 + drivers/net/lan9250.c | 2 + drivers/net/lan9250.h | 2 + drivers/net/loopback.c | 2 + drivers/net/netdev_upperhalf.c | 2 + drivers/net/phy_notify.c | 2 + drivers/net/rpmsgdrv.c | 2 + drivers/net/skeleton.c | 2 + drivers/net/slip.c | 2 + drivers/net/telnet.c | 2 + drivers/net/tun.c | 5 +- drivers/net/w5500.c | 2 + drivers/net/wifi_sim.c | 2 + drivers/note/CMakeLists.txt | 2 + drivers/note/Make.defs | 2 + drivers/note/note_driver.c | 2 + drivers/note/note_initialize.c | 2 + drivers/note/notectl_driver.c | 2 + drivers/note/notelog_driver.c | 2 + drivers/note/noteram_driver.c | 2 + drivers/note/noterpmsg.h | 2 + drivers/note/noterpmsg_driver.c | 2 + drivers/note/noterpmsg_server.c | 2 + drivers/note/notesnap_driver.c | 2 + drivers/note/notestream_driver.c | 2 + drivers/pci/CMakeLists.txt | 2 + drivers/pci/Make.defs | 2 + drivers/pci/pci.c | 2 + drivers/pci/pci_drivers.c | 2 + drivers/pci/pci_drivers.h | 2 + drivers/pci/pci_ecam.c | 2 + drivers/pci/pci_ep_test.c | 2 + drivers/pci/pci_epc.c | 2 + drivers/pci/pci_epc_mem.c | 2 + drivers/pci/pci_epf.c | 2 + drivers/pci/pci_epf_test.c | 2 + drivers/pci/pci_ivshmem.c | 2 + drivers/pci/pci_qemu_edu.c | 2 + drivers/pci/pci_qemu_epc.c | 2 + drivers/pci/pci_qemu_test.c | 2 + drivers/pci/pci_uio_ivshmem.c | 2 + drivers/pinctrl/CMakeLists.txt | 2 + drivers/pinctrl/Make.defs | 2 + drivers/pinctrl/pinctrl.c | 2 + drivers/pipes/CMakeLists.txt | 2 + drivers/pipes/Make.defs | 2 + drivers/pipes/fifo.c | 2 + drivers/pipes/pipe.c | 2 + drivers/pipes/pipe_common.c | 2 + drivers/pipes/pipe_common.h | 2 + drivers/power/CMakeLists.txt | 2 + drivers/power/Make.defs | 2 + drivers/power/battery/CMakeLists.txt | 2 + drivers/power/battery/Make.defs | 2 + drivers/power/battery/axp202.c | 2 + drivers/power/battery/battery_charger.c | 2 + drivers/power/battery/battery_gauge.c | 2 + drivers/power/battery/battery_monitor.c | 2 + drivers/power/battery/bq2425x.c | 2 + drivers/power/battery/bq2425x.h | 2 + drivers/power/battery/bq2429x.c | 14 +++--- drivers/power/battery/bq27426.c | 2 + drivers/power/battery/bq769x0.c | 2 + drivers/power/battery/goldfish_battery.c | 2 + drivers/power/battery/max1704x.c | 2 + drivers/power/battery/mcp73871.c | 2 + drivers/power/pm/CMakeLists.txt | 2 + drivers/power/pm/Make.defs | 2 + drivers/power/pm/activity_governor.c | 2 + drivers/power/pm/greedy_governor.c | 2 + drivers/power/pm/pm.h | 2 + drivers/power/pm/pm_activity.c | 2 + drivers/power/pm/pm_autoupdate.c | 2 + drivers/power/pm/pm_changestate.c | 2 + drivers/power/pm/pm_checkstate.c | 2 + drivers/power/pm/pm_governor.c | 2 + drivers/power/pm/pm_idle.c | 2 + drivers/power/pm/pm_initialize.c | 2 + drivers/power/pm/pm_lock.c | 2 + drivers/power/pm/pm_procfs.c | 2 + drivers/power/pm/pm_register.c | 2 + drivers/power/pm/pm_runtime.c | 2 + drivers/power/pm/pm_unregister.c | 2 + drivers/power/pm/stability_governor.c | 2 + drivers/power/relay/CMakeLists.txt | 2 + drivers/power/relay/Make.defs | 2 + drivers/power/relay/relay.c | 2 + drivers/power/relay/relay_gpio.c | 2 + drivers/power/supply/CMakeLists.txt | 2 + drivers/power/supply/Make.defs | 2 + drivers/power/supply/act8945a.c | 2 + drivers/power/supply/powerled.c | 2 + drivers/power/supply/regulator.c | 2 + drivers/power/supply/regulator_gpio.c | 2 + drivers/power/supply/regulator_rpmsg.c | 2 + drivers/power/supply/smps.c | 2 + drivers/rc/CMakeLists.txt | 2 + drivers/rc/Make.defs | 2 + drivers/rc/dummy.c | 2 + drivers/rc/lirc_dev.c | 2 + drivers/regmap/Make.defs | 2 + drivers/regmap/internal.h | 2 + drivers/regmap/regmap.c | 2 + drivers/regmap/regmap_i2c.c | 2 + drivers/regmap/regmap_spi.c | 2 + drivers/reset/CMakeLists.txt | 2 + drivers/reset/Make.defs | 2 + drivers/reset/core.c | 2 + drivers/reset/reset_rpmsg.c | 2 + drivers/rf/CMakeLists.txt | 2 + drivers/rf/Make.defs | 2 + drivers/rmt/CMakeLists.txt | 2 + drivers/rmt/Make.defs | 2 + drivers/rmt/rmtchar.c | 2 + drivers/rpmsg/CMakeLists.txt | 2 + drivers/rpmsg/Make.defs | 2 + drivers/rpmsg/rpmsg.c | 2 + drivers/rpmsg/rpmsg_ping.c | 2 + drivers/rpmsg/rpmsg_ping.h | 2 + drivers/rpmsg/rpmsg_port.c | 2 + drivers/rpmsg/rpmsg_port.h | 2 + drivers/rpmsg/rpmsg_port_spi.c | 2 + drivers/rpmsg/rpmsg_port_spi_slave.c | 2 + drivers/rpmsg/rpmsg_port_uart.c | 2 + drivers/rpmsg/rpmsg_router.h | 2 + drivers/rpmsg/rpmsg_router_edge.c | 2 + drivers/rpmsg/rpmsg_router_hub.c | 2 + drivers/rpmsg/rpmsg_virtio.c | 2 + drivers/rpmsg/rpmsg_virtio_ivshmem.c | 2 + drivers/rptun/CMakeLists.txt | 2 + drivers/rptun/Make.defs | 2 + drivers/rptun/rptun.c | 2 + drivers/rptun/rptun_ivshmem.c | 2 + drivers/rptun/rptun_secure.c | 2 + drivers/segger/CMakeLists.txt | 2 + drivers/segger/Make.defs | 2 + drivers/segger/config/Global.h | 2 + drivers/segger/config/SEGGER_RTT_Conf.h | 2 + drivers/segger/config/SEGGER_SYSVIEW_Conf.h | 2 + drivers/segger/note_rtt.c | 2 + drivers/segger/note_sysview.c | 2 + drivers/segger/serial_rtt.c | 2 + drivers/segger/stream_rtt.c | 2 + drivers/segger/syslog_rtt.c | 2 + drivers/sensors/CMakeLists.txt | 2 + drivers/sensors/Make.defs | 2 + drivers/sensors/adt7320.c | 2 + drivers/sensors/adxl345.h | 2 + drivers/sensors/adxl345_base.c | 2 + drivers/sensors/adxl345_i2c.c | 2 + drivers/sensors/adxl345_spi.c | 2 + drivers/sensors/adxl362_uorb.c | 2 + drivers/sensors/adxl372.c | 2 + drivers/sensors/adxl372_uorb.c | 2 + drivers/sensors/aht10.c | 2 + drivers/sensors/ak09912.c | 2 + drivers/sensors/amg88xx.c | 2 + drivers/sensors/apds9922.c | 2 + drivers/sensors/apds9960.c | 2 + drivers/sensors/as5048a.c | 2 + drivers/sensors/as5048b.c | 2 + drivers/sensors/as726x.c | 9 ++-- drivers/sensors/bh1749nuc.c | 2 + drivers/sensors/bh1749nuc_base.c | 2 + drivers/sensors/bh1749nuc_base.h | 2 + drivers/sensors/bh1749nuc_uorb.c | 2 + drivers/sensors/bh1750fvi.c | 2 + drivers/sensors/bme680_uorb.c | 2 + drivers/sensors/bmg160.c | 2 + drivers/sensors/bmi160.c | 2 + drivers/sensors/bmi160_base.c | 2 + drivers/sensors/bmi160_base.h | 2 + drivers/sensors/bmi160_uorb.c | 2 + drivers/sensors/bmi270.c | 2 + drivers/sensors/bmi270_base.c | 2 + drivers/sensors/bmi270_base.h | 2 + drivers/sensors/bmi270_uorb.c | 2 + drivers/sensors/bmm150_uorb.c | 2 + drivers/sensors/bmp180.c | 2 + drivers/sensors/bmp180_base.c | 2 + drivers/sensors/bmp180_base.h | 2 + drivers/sensors/bmp180_uorb.c | 2 + drivers/sensors/bmp280_uorb.c | 2 + drivers/sensors/dhtxx.c | 2 + drivers/sensors/ds18b20_uorb.c | 3 +- drivers/sensors/fakesensor_uorb.c | 2 + drivers/sensors/fxos8700cq.c | 3 +- drivers/sensors/gnss_uorb.c | 2 + drivers/sensors/goldfish_gnss_uorb.c | 2 + drivers/sensors/goldfish_sensor_uorb.c | 2 + drivers/sensors/hall3ph.c | 2 + drivers/sensors/hc_sr04.c | 2 + drivers/sensors/hdc1008.c | 2 + drivers/sensors/hts221.c | 2 + drivers/sensors/hyt271_uorb.c | 3 +- drivers/sensors/ina219.c | 2 + drivers/sensors/ina226.c | 2 + drivers/sensors/ina3221.c | 2 + drivers/sensors/isl29023.c | 2 + drivers/sensors/kxtj9.c | 2 + drivers/sensors/l3gd20_uorb.c | 3 +- drivers/sensors/lis2dh.c | 2 + drivers/sensors/lis331dl.c | 2 + drivers/sensors/lis3dh.c | 5 +- drivers/sensors/lis3dsh.c | 2 + drivers/sensors/lis3mdl.c | 2 + drivers/sensors/lm75.c | 2 + drivers/sensors/lm92.c | 2 + drivers/sensors/lps25h.c | 2 + drivers/sensors/lsm303agr.c | 18 +++---- drivers/sensors/lsm330_spi.c | 2 + drivers/sensors/lsm6dsl.c | 18 +++---- drivers/sensors/lsm9ds1.c | 2 + drivers/sensors/lsm9ds1_base.c | 2 + drivers/sensors/lsm9ds1_base.h | 2 + drivers/sensors/lsm9ds1_uorb.c | 2 + drivers/sensors/ltc4151.c | 2 + drivers/sensors/ltr308_uorb.c | 3 +- drivers/sensors/max31855.c | 2 + drivers/sensors/max31865.c | 2 + drivers/sensors/max44009.c | 2 + drivers/sensors/max6675.c | 2 + drivers/sensors/mb7040.c | 2 + drivers/sensors/mcp9844.c | 2 + drivers/sensors/mlx90393.c | 2 + drivers/sensors/mlx90614.c | 2 + drivers/sensors/mpl115a.c | 2 + drivers/sensors/mpu60x0.c | 2 + drivers/sensors/mpu9250_uorb.c | 2 + drivers/sensors/ms56xx_uorb.c | 2 + drivers/sensors/ms58xx.c | 2 + drivers/sensors/msa301.c | 2 + drivers/sensors/qencoder.c | 2 + drivers/sensors/scd30.c | 2 + drivers/sensors/scd41.c | 2 + drivers/sensors/sensor.c | 2 + drivers/sensors/sensor_rpmsg.c | 2 + drivers/sensors/sgp30.c | 2 + drivers/sensors/sht21.c | 2 + drivers/sensors/sht3x.c | 2 + drivers/sensors/sht4x.c | 2 + drivers/sensors/sps30.c | 2 + drivers/sensors/t67xx.c | 2 + drivers/sensors/usensor.c | 2 + drivers/sensors/veml6070.c | 2 + drivers/sensors/vl53l1x.c | 7 +-- drivers/sensors/wtgahrs2_uorb.c | 4 +- drivers/sensors/xen1210.c | 2 + drivers/sensors/xen1210.h | 2 + drivers/sensors/zerocross.c | 2 + drivers/serial/CMakeLists.txt | 2 + drivers/serial/Make.defs | 2 + drivers/serial/ptmx.c | 2 + drivers/serial/pty.c | 2 + drivers/serial/pty.h | 2 + drivers/serial/serial.c | 2 + drivers/serial/serial_cmsdk.c | 2 + drivers/serial/serial_dma.c | 2 + drivers/serial/serial_gdbstub.c | 2 + drivers/serial/serial_io.c | 2 + drivers/serial/uart_16550.c | 2 + drivers/serial/uart_bth4.c | 2 + drivers/serial/uart_bth5.c | 2 + drivers/serial/uart_hostfs.c | 2 + drivers/serial/uart_pci_16550.c | 2 + drivers/serial/uart_pl011.c | 2 + drivers/serial/uart_ram.c | 2 + drivers/serial/uart_rpmsg.c | 2 + drivers/spi/CMakeLists.txt | 2 + drivers/spi/Make.defs | 2 + drivers/spi/qspi_flash.c | 2 + drivers/spi/spi_bitbang.c | 2 + drivers/spi/spi_driver.c | 2 + drivers/spi/spi_flash.c | 2 + drivers/spi/spi_slave_driver.c | 2 + drivers/spi/spi_transfer.c | 2 + drivers/syslog/CMakeLists.txt | 2 + drivers/syslog/Make.defs | 2 + drivers/syslog/ramlog.c | 2 + drivers/syslog/syslog.h | 2 + drivers/syslog/syslog_channel.c | 2 + drivers/syslog/syslog_chardev.c | 2 + drivers/syslog/syslog_console.c | 2 + drivers/syslog/syslog_consolechannel.c | 2 + drivers/syslog/syslog_devchannel.c | 2 + drivers/syslog/syslog_device.c | 2 + drivers/syslog/syslog_filechannel.c | 2 + drivers/syslog/syslog_flush.c | 2 + drivers/syslog/syslog_initialize.c | 2 + drivers/syslog/syslog_intbuffer.c | 2 + drivers/syslog/syslog_putc.c | 2 + drivers/syslog/syslog_rpmsg.c | 2 + drivers/syslog/syslog_rpmsg.h | 2 + drivers/syslog/syslog_rpmsg_server.c | 2 + drivers/syslog/syslog_stream.c | 2 + drivers/syslog/syslog_write.c | 2 + drivers/syslog/vsyslog.c | 2 + drivers/thermal/CMakeLists.txt | 3 +- drivers/thermal/Make.defs | 2 + drivers/thermal/thermal_core.c | 2 + drivers/thermal/thermal_core.h | 2 + drivers/thermal/thermal_cpufreq_cooling.c | 2 + drivers/thermal/thermal_dummy.c | 2 + drivers/thermal/thermal_procfs.c | 2 + drivers/thermal/thermal_step_wise.c | 2 + drivers/timers/CMakeLists.txt | 3 +- drivers/timers/Make.defs | 2 + drivers/timers/arch_alarm.c | 2 + drivers/timers/arch_rtc.c | 2 + drivers/timers/arch_timer.c | 2 + drivers/timers/capture.c | 2 + drivers/timers/cs2100-cp.c | 2 + drivers/timers/ds3231.c | 2 + drivers/timers/ds3231.h | 2 + drivers/timers/goldfish_timer.c | 2 + drivers/timers/mcp794xx.c | 2 + drivers/timers/mcp794xx.h | 2 + drivers/timers/oneshot.c | 2 + drivers/timers/pcf85263.c | 2 + drivers/timers/pcf85263.h | 2 + drivers/timers/pl031.c | 2 + drivers/timers/pwm.c | 2 + drivers/timers/rpmsg_rtc.c | 2 + drivers/timers/rtc.c | 2 + drivers/timers/rx8010.c | 2 + drivers/timers/rx8010.h | 2 + drivers/timers/timer.c | 2 + drivers/timers/watchdog.c | 2 + drivers/usbdev/CMakeLists.txt | 2 + drivers/usbdev/Make.defs | 2 + drivers/usbdev/adb.c | 2 + drivers/usbdev/cdcacm.c | 2 + drivers/usbdev/cdcacm.h | 2 + drivers/usbdev/cdcacm_desc.c | 2 + drivers/usbdev/cdcecm.c | 2 + drivers/usbdev/cdcecm.h | 2 + drivers/usbdev/cdcncm.c | 2 + drivers/usbdev/composite.c | 2 + drivers/usbdev/composite.h | 2 + drivers/usbdev/composite_desc.c | 2 + drivers/usbdev/dfu.c | 2 + drivers/usbdev/mtp.c | 2 + drivers/usbdev/pl2303.c | 2 + drivers/usbdev/rndis.c | 2 + drivers/usbdev/rndis_std.h | 2 + drivers/usbdev/usbdev_desc.c | 2 + drivers/usbdev/usbdev_fs.c | 2 + drivers/usbdev/usbdev_fs.h | 2 + drivers/usbdev/usbdev_req.c | 2 + drivers/usbdev/usbdev_strings.c | 2 + drivers/usbdev/usbdev_trace.c | 2 + drivers/usbdev/usbdev_trprintf.c | 2 + drivers/usbdev/usbmsc.c | 2 + drivers/usbdev/usbmsc.h | 2 + drivers/usbdev/usbmsc_desc.c | 2 + drivers/usbdev/usbmsc_scsi.c | 2 + drivers/usbhost/CMakeLists.txt | 2 + drivers/usbhost/Make.defs | 2 + drivers/usbhost/usbhost_bthci.c | 2 + drivers/usbhost/usbhost_cdcacm.c | 2 + drivers/usbhost/usbhost_cdcmbim.c | 2 + drivers/usbhost/usbhost_composite.c | 2 + drivers/usbhost/usbhost_composite.h | 2 + drivers/usbhost/usbhost_devaddr.c | 2 + drivers/usbhost/usbhost_enumerate.c | 2 + drivers/usbhost/usbhost_findclass.c | 2 + drivers/usbhost/usbhost_ft232r.c | 2 + drivers/usbhost/usbhost_hidkbd.c | 2 + drivers/usbhost/usbhost_hidmouse.c | 2 + drivers/usbhost/usbhost_hub.c | 2 + drivers/usbhost/usbhost_max3421e.c | 2 + drivers/usbhost/usbhost_registerclass.c | 2 + drivers/usbhost/usbhost_registry.c | 2 + drivers/usbhost/usbhost_registry.h | 2 + drivers/usbhost/usbhost_skeleton.c | 2 + drivers/usbhost/usbhost_storage.c | 2 + drivers/usbhost/usbhost_trace.c | 2 + drivers/usbhost/usbhost_xboxcontroller.c | 2 + drivers/usbmisc/CMakeLists.txt | 2 + drivers/usbmisc/Make.defs | 2 + drivers/usbmisc/fusb301.c | 2 + drivers/usbmisc/fusb302.c | 2 + drivers/usbmisc/fusb303.c | 2 + drivers/usbmonitor/CMakeLists.txt | 2 + drivers/usbmonitor/Make.defs | 2 + drivers/usbmonitor/usbmonitor.c | 2 + drivers/usrsock/CMakeLists.txt | 2 + drivers/usrsock/Make.defs | 2 + drivers/usrsock/usrsock_dev.c | 2 + drivers/usrsock/usrsock_rpmsg.c | 2 + drivers/usrsock/usrsock_rpmsg_server.c | 2 + drivers/vhost/CMakeLists.txt | 2 + drivers/vhost/Make.defs | 2 + drivers/vhost/vhost-rng.c | 2 + drivers/vhost/vhost-rng.h | 2 + drivers/vhost/vhost.c | 2 + drivers/video/CMakeLists.txt | 2 + drivers/video/Make.defs | 2 + drivers/video/fb.c | 2 + drivers/video/goldfish_camera.c | 2 + drivers/video/goldfish_fb.c | 2 + drivers/video/goldfish_gpu_fb.c | 2 + drivers/video/isx012.c | 2 + drivers/video/isx012_range.h | 2 + drivers/video/isx012_reg.h | 2 + drivers/video/isx019.c | 2 + drivers/video/isx019_range.h | 2 + drivers/video/isx019_reg.h | 2 + drivers/video/max7456.c | 2 + drivers/video/mipidsi/CMakeLists.txt | 2 + drivers/video/mipidsi/Make.defs | 2 + drivers/video/mipidsi/mipi_dsi.h | 2 + drivers/video/mipidsi/mipi_dsi_device.c | 2 + .../video/mipidsi/mipi_dsi_device_driver.c | 2 + drivers/video/mipidsi/mipi_dsi_host.c | 2 + drivers/video/mipidsi/mipi_dsi_host_driver.c | 2 + drivers/video/mipidsi/mipi_dsi_packet.c | 2 + drivers/video/ov2640.c | 47 +++++-------------- drivers/video/v4l2_cap.c | 2 + drivers/video/v4l2_core.c | 2 + drivers/video/v4l2_m2m.c | 2 + drivers/video/video_framebuff.c | 2 + drivers/video/video_framebuff.h | 2 + drivers/video/vnc/CMakeLists.txt | 2 + drivers/video/vnc/Make.defs | 2 + drivers/video/vnc/vnc_color.c | 2 + drivers/video/vnc/vnc_fbdev.c | 2 + drivers/video/vnc/vnc_kbd.c | 2 + drivers/video/vnc/vnc_keymap.c | 2 + drivers/video/vnc/vnc_negotiate.c | 2 + drivers/video/vnc/vnc_raw.c | 2 + drivers/video/vnc/vnc_receiver.c | 2 + drivers/video/vnc/vnc_rre.c | 2 + drivers/video/vnc/vnc_server.c | 2 + drivers/video/vnc/vnc_server.h | 2 + drivers/video/vnc/vnc_touch.c | 2 + drivers/video/vnc/vnc_updater.c | 2 + drivers/virtio/CMakeLists.txt | 2 + drivers/virtio/Make.defs | 2 + drivers/virtio/virtio-blk.c | 2 + drivers/virtio/virtio-blk.h | 2 + drivers/virtio/virtio-gpu.c | 2 + drivers/virtio/virtio-gpu.h | 2 + drivers/virtio/virtio-input.c | 2 + drivers/virtio/virtio-input.h | 2 + drivers/virtio/virtio-mmio.c | 2 + drivers/virtio/virtio-net.c | 2 + drivers/virtio/virtio-net.h | 2 + drivers/virtio/virtio-pci-legacy.c | 2 + drivers/virtio/virtio-pci-modern.c | 2 + drivers/virtio/virtio-pci.c | 2 + drivers/virtio/virtio-pci.h | 2 + drivers/virtio/virtio-rng.c | 2 + drivers/virtio/virtio-rng.h | 2 + drivers/virtio/virtio-rpmb.c | 2 + drivers/virtio/virtio-rpmb.h | 2 + drivers/virtio/virtio-serial.c | 2 + drivers/virtio/virtio-serial.h | 2 + drivers/virtio/virtio-snd.c | 2 + drivers/virtio/virtio-snd.h | 2 + drivers/virtio/virtio.c | 2 + drivers/wireless/CMakeLists.txt | 2 + drivers/wireless/ISM1_868MHzGFSK100kbps.c | 2 + drivers/wireless/ISM2_433MHzMSK500kbps.c | 2 + drivers/wireless/ISM2_905MHzGFSK250kbps.c | 2 + drivers/wireless/Make.defs | 2 + drivers/wireless/bluetooth/CMakeLists.txt | 2 + drivers/wireless/bluetooth/Make.defs | 2 + drivers/wireless/bluetooth/bt_bridge.c | 2 + drivers/wireless/bluetooth/bt_driver.c | 2 + drivers/wireless/bluetooth/bt_null.c | 2 + drivers/wireless/bluetooth/bt_rpmsghci.c | 2 + drivers/wireless/bluetooth/bt_rpmsghci.h | 2 + .../wireless/bluetooth/bt_rpmsghci_server.c | 2 + drivers/wireless/bluetooth/bt_slip.c | 2 + drivers/wireless/bluetooth/bt_uart.c | 4 +- drivers/wireless/bluetooth/bt_uart.h | 4 +- drivers/wireless/bluetooth/bt_uart_bcm4343x.c | 2 + drivers/wireless/bluetooth/bt_uart_cc2564.c | 2 + drivers/wireless/bluetooth/bt_uart_generic.c | 2 + drivers/wireless/bluetooth/bt_uart_shim.c | 2 + drivers/wireless/cc1101.c | 2 + drivers/wireless/gs2200m.c | 2 + drivers/wireless/ieee80211/CMakeLists.txt | 2 + drivers/wireless/ieee80211/Make.defs | 2 + .../ieee80211/bcm43xxx/CMakeLists.txt | 2 + drivers/wireless/ieee80211/bcm43xxx/Make.defs | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_bdc.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_bdc.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_cdc.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_cdc.h | 2 + .../ieee80211/bcm43xxx/bcmf_chip_4301x.c | 2 + .../ieee80211/bcm43xxx/bcmf_chip_43362.c | 2 + .../ieee80211/bcm43xxx/bcmf_chip_43438.c | 2 + .../ieee80211/bcm43xxx/bcmf_chip_43455.c | 2 + .../ieee80211/bcm43xxx/bcmf_chip_data.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_core.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_core.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_driver.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_driver.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_gpio.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_gspi.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_gspi.h | 2 + .../ieee80211/bcm43xxx/bcmf_gspi_f2_frame.c | 2 + .../ieee80211/bcm43xxx/bcmf_gspi_f2_frame.h | 2 + .../ieee80211/bcm43xxx/bcmf_interface.c | 2 + .../ieee80211/bcm43xxx/bcmf_interface.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_ioctl.h | 5 +- .../wireless/ieee80211/bcm43xxx/bcmf_netdev.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_netdev.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_sdio.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_sdio.h | 2 + .../ieee80211/bcm43xxx/bcmf_sdio_core.h | 2 + .../ieee80211/bcm43xxx/bcmf_sdio_regs.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_sdpcm.h | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_utils.c | 2 + .../wireless/ieee80211/bcm43xxx/bcmf_utils.h | 2 + .../ieee80211/bcm43xxx/cyw_chip_43439.c | 2 + .../wireless/ieee80211/bcm43xxx/cyw_reg_def.h | 2 + drivers/wireless/ieee802154/CMakeLists.txt | 2 + drivers/wireless/ieee802154/Make.defs | 2 + .../ieee802154/at86rf23x/CMakeLists.txt | 2 + .../wireless/ieee802154/at86rf23x/Make.defs | 2 + .../wireless/ieee802154/at86rf23x/at86rf23x.c | 2 + .../wireless/ieee802154/at86rf23x/at86rf23x.h | 2 + .../ieee802154/mrf24j40/CMakeLists.txt | 2 + .../wireless/ieee802154/mrf24j40/Make.defs | 2 + .../wireless/ieee802154/mrf24j40/mrf24j40.c | 2 + .../wireless/ieee802154/mrf24j40/mrf24j40.h | 2 + .../ieee802154/mrf24j40/mrf24j40_getset.c | 2 + .../ieee802154/mrf24j40/mrf24j40_getset.h | 2 + .../ieee802154/mrf24j40/mrf24j40_interrupt.c | 2 + .../ieee802154/mrf24j40/mrf24j40_radif.c | 2 + .../ieee802154/mrf24j40/mrf24j40_radif.h | 2 + .../ieee802154/mrf24j40/mrf24j40_reg.h | 2 + .../ieee802154/mrf24j40/mrf24j40_regops.c | 2 + .../ieee802154/mrf24j40/mrf24j40_regops.h | 2 + .../wireless/ieee802154/xbee/CMakeLists.txt | 2 + drivers/wireless/ieee802154/xbee/Make.defs | 2 + drivers/wireless/ieee802154/xbee/xbee.c | 2 + drivers/wireless/ieee802154/xbee/xbee.h | 2 + drivers/wireless/ieee802154/xbee/xbee_ioctl.c | 2 + drivers/wireless/ieee802154/xbee/xbee_mac.c | 2 + drivers/wireless/ieee802154/xbee/xbee_mac.h | 2 + .../wireless/ieee802154/xbee/xbee_netdev.c | 2 + drivers/wireless/lpwan/CMakeLists.txt | 2 + drivers/wireless/lpwan/Make.defs | 2 + drivers/wireless/lpwan/sx127x/CMakeLists.txt | 2 + drivers/wireless/lpwan/sx127x/Make.defs | 2 + drivers/wireless/lpwan/sx127x/sx127x.c | 2 + drivers/wireless/lpwan/sx127x/sx127x.h | 2 + drivers/wireless/nrf24l01.c | 2 + drivers/wireless/nrf24l01.h | 2 + drivers/wireless/spirit/CMakeLists.txt | 2 + drivers/wireless/spirit/Make.defs | 2 + .../wireless/spirit/drivers/CMakeLists.txt | 2 + drivers/wireless/spirit/drivers/Make.defs | 2 + .../wireless/spirit/drivers/spirit_netdev.c | 2 + drivers/wireless/spirit/include/Make.defs | 2 + drivers/wireless/spirit/include/spirit_aes.h | 5 +- .../spirit/include/spirit_calibration.h | 5 +- .../wireless/spirit/include/spirit_commands.h | 5 +- .../wireless/spirit/include/spirit_config.h | 5 +- drivers/wireless/spirit/include/spirit_csma.h | 5 +- .../wireless/spirit/include/spirit_directrf.h | 5 +- .../wireless/spirit/include/spirit_general.h | 5 +- drivers/wireless/spirit/include/spirit_gpio.h | 5 +- drivers/wireless/spirit/include/spirit_irq.h | 5 +- .../spirit/include/spirit_linearfifo.h | 5 +- .../spirit/include/spirit_management.h | 5 +- .../wireless/spirit/include/spirit_pktbasic.h | 5 +- .../spirit/include/spirit_pktcommon.h | 5 +- .../wireless/spirit/include/spirit_pktmbus.h | 5 +- .../wireless/spirit/include/spirit_pktstack.h | 5 +- drivers/wireless/spirit/include/spirit_qi.h | 5 +- .../wireless/spirit/include/spirit_radio.h | 5 +- drivers/wireless/spirit/include/spirit_regs.h | 5 +- drivers/wireless/spirit/include/spirit_spi.h | 2 + .../wireless/spirit/include/spirit_timer.h | 5 +- .../wireless/spirit/include/spirit_types.h | 5 +- drivers/wireless/spirit/lib/CMakeLists.txt | 2 + drivers/wireless/spirit/lib/Make.defs | 2 + drivers/wireless/spirit/lib/spirit_aes.c | 5 +- .../wireless/spirit/lib/spirit_calibration.c | 5 +- drivers/wireless/spirit/lib/spirit_csma.c | 5 +- drivers/wireless/spirit/lib/spirit_directrf.c | 5 +- drivers/wireless/spirit/lib/spirit_general.c | 5 +- drivers/wireless/spirit/lib/spirit_gpio.c | 5 +- drivers/wireless/spirit/lib/spirit_irq.c | 5 +- .../wireless/spirit/lib/spirit_linearfifo.c | 5 +- .../wireless/spirit/lib/spirit_management.c | 5 +- drivers/wireless/spirit/lib/spirit_pktbasic.c | 5 +- .../wireless/spirit/lib/spirit_pktcommon.c | 5 +- drivers/wireless/spirit/lib/spirit_pktmbus.c | 5 +- drivers/wireless/spirit/lib/spirit_pktstack.c | 5 +- drivers/wireless/spirit/lib/spirit_qi.c | 5 +- drivers/wireless/spirit/lib/spirit_radio.c | 5 +- drivers/wireless/spirit/lib/spirit_spi.c | 2 + drivers/wireless/spirit/lib/spirit_timer.c | 5 +- 1066 files changed, 2227 insertions(+), 222 deletions(-) diff --git a/drivers/1wire/1wire.c b/drivers/1wire/1wire.c index 1f47a50ff2..323eca3836 100644 --- a/drivers/1wire/1wire.c +++ b/drivers/1wire/1wire.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/1wire.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/1wire_crc.c b/drivers/1wire/1wire_crc.c index 0c193dee39..f22d166e44 100644 --- a/drivers/1wire/1wire_crc.c +++ b/drivers/1wire/1wire_crc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/1wire_crc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/1wire_internal.h b/drivers/1wire/1wire_internal.h index 0e7aad9e90..a34e60da53 100644 --- a/drivers/1wire/1wire_internal.h +++ b/drivers/1wire/1wire_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/1wire_internal.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/1wire_read.c b/drivers/1wire/1wire_read.c index b4f27c2d78..4170e5b8e5 100644 --- a/drivers/1wire/1wire_read.c +++ b/drivers/1wire/1wire_read.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/1wire_read.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/1wire_write.c b/drivers/1wire/1wire_write.c index 6b9edc0060..348f28ec67 100644 --- a/drivers/1wire/1wire_write.c +++ b/drivers/1wire/1wire_write.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/1wire_write.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/1wire_writeread.c b/drivers/1wire/1wire_writeread.c index 9560b97d44..a64ff4ca6b 100644 --- a/drivers/1wire/1wire_writeread.c +++ b/drivers/1wire/1wire_writeread.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/1wire_writeread.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/CMakeLists.txt b/drivers/1wire/CMakeLists.txt index 79a0cd3127..b4b0cdc84c 100644 --- a/drivers/1wire/CMakeLists.txt +++ b/drivers/1wire/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/1wire/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/1wire/Make.defs b/drivers/1wire/Make.defs index 32961e2f6e..01695e3e3c 100644 --- a/drivers/1wire/Make.defs +++ b/drivers/1wire/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/1wire/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/1wire/ds28e17.c b/drivers/1wire/ds28e17.c index 83e022dfe1..52082cfce8 100644 --- a/drivers/1wire/ds28e17.c +++ b/drivers/1wire/ds28e17.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/1wire/ds28e17.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/CMakeLists.txt b/drivers/CMakeLists.txt index 0e81c4df46..7277c54cd3 100644 --- a/drivers/CMakeLists.txt +++ b/drivers/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/Makefile b/drivers/Makefile index e7c19669ab..4bc9fd6f13 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -1,6 +1,8 @@ ############################################################################ # drivers/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/aie/Make.defs b/drivers/aie/Make.defs index 1e849b0de4..8b98eb18ad 100644 --- a/drivers/aie/Make.defs +++ b/drivers/aie/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/aie/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/aie/ai_engine.c b/drivers/aie/ai_engine.c index 2f6ae39ac3..d39b5f37a3 100644 --- a/drivers/aie/ai_engine.c +++ b/drivers/aie/ai_engine.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/aie/ai_engine.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/CMakeLists.txt b/drivers/analog/CMakeLists.txt index 57a836cb8d..27b7180b41 100644 --- a/drivers/analog/CMakeLists.txt +++ b/drivers/analog/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/analog/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/analog/Make.defs b/drivers/analog/Make.defs index 0bc3e001cd..fe2e4e1211 100644 --- a/drivers/analog/Make.defs +++ b/drivers/analog/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/analog/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/ad5410.c b/drivers/analog/ad5410.c index 1ddcc798c9..eb4418d298 100644 --- a/drivers/analog/ad5410.c +++ b/drivers/analog/ad5410.c @@ -1,14 +1,11 @@ /**************************************************************************** * drivers/analog/ad5410.c * - * Copyright (C) 2010, 2016 Gregory Nutt. All rights reserved. - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * Gregory Nutt - * - * This file is a part of NuttX: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Li Zhuoyi + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/analog/adc.c b/drivers/analog/adc.c index fd1ef02a04..86dc64e594 100644 --- a/drivers/analog/adc.c +++ b/drivers/analog/adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/ads1242.c b/drivers/analog/ads1242.c index 0d753151ff..65a5e7a967 100644 --- a/drivers/analog/ads1242.c +++ b/drivers/analog/ads1242.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/ads1242.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/ads1255.c b/drivers/analog/ads1255.c index 5038a7373c..2b6447a873 100644 --- a/drivers/analog/ads1255.c +++ b/drivers/analog/ads1255.c @@ -1,14 +1,11 @@ /**************************************************************************** * drivers/analog/ads1255.c * - * Copyright (C) 2010, 2016 Gregory Nutt. All rights reserved. - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * Gregory Nutt - * - * This file is a part of NuttX: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Li Zhuoyi + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/analog/ads7828.c b/drivers/analog/ads7828.c index b9bbf0dc4d..0311b2a110 100644 --- a/drivers/analog/ads7828.c +++ b/drivers/analog/ads7828.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/ads7828.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/comp.c b/drivers/analog/comp.c index a87738a6a0..2203531772 100644 --- a/drivers/analog/comp.c +++ b/drivers/analog/comp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/comp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/dac.c b/drivers/analog/dac.c index d6aa153539..2b3291c440 100644 --- a/drivers/analog/dac.c +++ b/drivers/analog/dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/dac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/dac7554.c b/drivers/analog/dac7554.c index a171c02a15..1eb67f56cc 100644 --- a/drivers/analog/dac7554.c +++ b/drivers/analog/dac7554.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/dac7554.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/dac7571.c b/drivers/analog/dac7571.c index f7820b81a4..8631be811b 100644 --- a/drivers/analog/dac7571.c +++ b/drivers/analog/dac7571.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/dac7571.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/hx711.c b/drivers/analog/hx711.c index 578b9c9d7a..14ce63e11c 100644 --- a/drivers/analog/hx711.c +++ b/drivers/analog/hx711.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/hx711.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/lmp92001.c b/drivers/analog/lmp92001.c index 6e75a32e63..06f1dae30b 100644 --- a/drivers/analog/lmp92001.c +++ b/drivers/analog/lmp92001.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/lmp92001.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/ltc1867l.c b/drivers/analog/ltc1867l.c index b88b53cf95..9803a255d9 100644 --- a/drivers/analog/ltc1867l.c +++ b/drivers/analog/ltc1867l.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/ltc1867l.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/max1161x.c b/drivers/analog/max1161x.c index 7c29d9e1b3..6aecd6a60f 100644 --- a/drivers/analog/max1161x.c +++ b/drivers/analog/max1161x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/max1161x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/mcp3008.c b/drivers/analog/mcp3008.c index 39e393f73c..aa4d3d095f 100644 --- a/drivers/analog/mcp3008.c +++ b/drivers/analog/mcp3008.c @@ -1,7 +1,7 @@ /**************************************************************************** * drivers/analog/mcp3008.c * - * Contributed by Matteo Golin + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/analog/mcp48xx.c b/drivers/analog/mcp48xx.c index 19b0174783..2b25ec913e 100644 --- a/drivers/analog/mcp48xx.c +++ b/drivers/analog/mcp48xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/mcp48xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/opamp.c b/drivers/analog/opamp.c index ef64750943..c19bb60714 100644 --- a/drivers/analog/opamp.c +++ b/drivers/analog/opamp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/opamp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/analog/pga11x.c b/drivers/analog/pga11x.c index d0d74d5e27..0353c38ed8 100644 --- a/drivers/analog/pga11x.c +++ b/drivers/analog/pga11x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/analog/pga11x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/CMakeLists.txt b/drivers/audio/CMakeLists.txt index 4fe4b34c9c..c9f34e0b16 100644 --- a/drivers/audio/CMakeLists.txt +++ b/drivers/audio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/audio/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/audio/Make.defs b/drivers/audio/Make.defs index 007ab0618c..6f0918cbb5 100644 --- a/drivers/audio/Make.defs +++ b/drivers/audio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/audio/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/audio_dma.c b/drivers/audio/audio_dma.c index ce308e8935..cc41f1721b 100644 --- a/drivers/audio/audio_dma.c +++ b/drivers/audio/audio_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/audio_dma.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/audio_i2s.c b/drivers/audio/audio_i2s.c index 33408a9fb1..cfb7a872fc 100644 --- a/drivers/audio/audio_i2s.c +++ b/drivers/audio/audio_i2s.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/audio_i2s.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/audio_null.c b/drivers/audio/audio_null.c index f857a12212..83a4633986 100644 --- a/drivers/audio/audio_null.c +++ b/drivers/audio/audio_null.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/audio_null.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/cs4344.c b/drivers/audio/cs4344.c index e71707d359..dd956fcd0f 100644 --- a/drivers/audio/cs4344.c +++ b/drivers/audio/cs4344.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/cs4344.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/cs4344.h b/drivers/audio/cs4344.h index e09c3930e3..6045f3ee83 100644 --- a/drivers/audio/cs4344.h +++ b/drivers/audio/cs4344.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/cs4344.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/cs43l22.c b/drivers/audio/cs43l22.c index 3a5e684fdc..f5b3ef385b 100644 --- a/drivers/audio/cs43l22.c +++ b/drivers/audio/cs43l22.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/cs43l22.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/cs43l22.h b/drivers/audio/cs43l22.h index 125eb36114..e932b0bd89 100644 --- a/drivers/audio/cs43l22.h +++ b/drivers/audio/cs43l22.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/cs43l22.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/cs43l22_debug.c b/drivers/audio/cs43l22_debug.c index fbc1c91e27..79939aa0ef 100644 --- a/drivers/audio/cs43l22_debug.c +++ b/drivers/audio/cs43l22_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/cs43l22_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/es8311.c b/drivers/audio/es8311.c index fd653ec64e..4fcff6a420 100644 --- a/drivers/audio/es8311.c +++ b/drivers/audio/es8311.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/es8311.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/es8311.h b/drivers/audio/es8311.h index 3a9b0583c9..cb8e1297be 100644 --- a/drivers/audio/es8311.h +++ b/drivers/audio/es8311.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/es8311.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/es8311_debug.c b/drivers/audio/es8311_debug.c index 03a8bb207c..78fccbf440 100644 --- a/drivers/audio/es8311_debug.c +++ b/drivers/audio/es8311_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/es8311_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/es8388.c b/drivers/audio/es8388.c index e27e6a847c..7e648323f1 100644 --- a/drivers/audio/es8388.c +++ b/drivers/audio/es8388.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/es8388.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/es8388.h b/drivers/audio/es8388.h index 62923b7009..dad9cd5431 100644 --- a/drivers/audio/es8388.h +++ b/drivers/audio/es8388.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/es8388.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/es8388_debug.c b/drivers/audio/es8388_debug.c index d42d5453d9..78a473d023 100644 --- a/drivers/audio/es8388_debug.c +++ b/drivers/audio/es8388_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/es8388_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/esxxxx_common.h b/drivers/audio/esxxxx_common.h index 11e6c0a25b..4cd07def02 100644 --- a/drivers/audio/esxxxx_common.h +++ b/drivers/audio/esxxxx_common.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/esxxxx_common.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/tone.c b/drivers/audio/tone.c index 68cc01c6c2..7db86dcec7 100644 --- a/drivers/audio/tone.c +++ b/drivers/audio/tone.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/tone.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/vs1053.c b/drivers/audio/vs1053.c index 4c16a05387..33957cc693 100644 --- a/drivers/audio/vs1053.c +++ b/drivers/audio/vs1053.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/vs1053.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/vs1053.h b/drivers/audio/vs1053.h index 9d85af5635..b1917ddeac 100644 --- a/drivers/audio/vs1053.h +++ b/drivers/audio/vs1053.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/vs1053.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8776.c b/drivers/audio/wm8776.c index b2088a2180..79c770aac2 100644 --- a/drivers/audio/wm8776.c +++ b/drivers/audio/wm8776.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8776.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8776.h b/drivers/audio/wm8776.h index 9b304f0e11..55a772f488 100644 --- a/drivers/audio/wm8776.h +++ b/drivers/audio/wm8776.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8776.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8904.c b/drivers/audio/wm8904.c index bf342804e5..ff3e3b6496 100644 --- a/drivers/audio/wm8904.c +++ b/drivers/audio/wm8904.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8904.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8904.h b/drivers/audio/wm8904.h index 2cb58445ec..dcbd7ed925 100644 --- a/drivers/audio/wm8904.h +++ b/drivers/audio/wm8904.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8904.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8904_debug.c b/drivers/audio/wm8904_debug.c index b27ca2f8fd..e57d162fea 100644 --- a/drivers/audio/wm8904_debug.c +++ b/drivers/audio/wm8904_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8904_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8994.c b/drivers/audio/wm8994.c index 7e1e49ad65..9052a49a3d 100644 --- a/drivers/audio/wm8994.c +++ b/drivers/audio/wm8994.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8994.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8994.h b/drivers/audio/wm8994.h index 561a9e3143..3d5f85b5cf 100644 --- a/drivers/audio/wm8994.h +++ b/drivers/audio/wm8994.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8994.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/audio/wm8994_debug.c b/drivers/audio/wm8994_debug.c index 6dbdc80230..e27bbe9c1e 100644 --- a/drivers/audio/wm8994_debug.c +++ b/drivers/audio/wm8994_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/audio/wm8994_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/CMakeLists.txt b/drivers/bch/CMakeLists.txt index 542bebc0f4..ea66569f46 100644 --- a/drivers/bch/CMakeLists.txt +++ b/drivers/bch/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/bch/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/bch/Make.defs b/drivers/bch/Make.defs index aefb6a6efd..ff064dec00 100644 --- a/drivers/bch/Make.defs +++ b/drivers/bch/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/bch/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bch.h b/drivers/bch/bch.h index c3e802d9ec..2d31a007ee 100644 --- a/drivers/bch/bch.h +++ b/drivers/bch/bch.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bch.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchdev_driver.c b/drivers/bch/bchdev_driver.c index 3c79652e60..726932c193 100644 --- a/drivers/bch/bchdev_driver.c +++ b/drivers/bch/bchdev_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchdev_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchdev_register.c b/drivers/bch/bchdev_register.c index f28f451e8c..849f0e4757 100644 --- a/drivers/bch/bchdev_register.c +++ b/drivers/bch/bchdev_register.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchdev_register.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchdev_unregister.c b/drivers/bch/bchdev_unregister.c index 6eeb45d42e..98a44bf607 100644 --- a/drivers/bch/bchdev_unregister.c +++ b/drivers/bch/bchdev_unregister.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchdev_unregister.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchlib_cache.c b/drivers/bch/bchlib_cache.c index 81583d3ab9..59a347ca91 100644 --- a/drivers/bch/bchlib_cache.c +++ b/drivers/bch/bchlib_cache.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchlib_cache.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchlib_read.c b/drivers/bch/bchlib_read.c index 86ed93fe28..320c81a599 100644 --- a/drivers/bch/bchlib_read.c +++ b/drivers/bch/bchlib_read.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchlib_read.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchlib_setup.c b/drivers/bch/bchlib_setup.c index dca08903ff..a78f2329ec 100644 --- a/drivers/bch/bchlib_setup.c +++ b/drivers/bch/bchlib_setup.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchlib_setup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchlib_teardown.c b/drivers/bch/bchlib_teardown.c index 89f9f4a20e..be75142674 100644 --- a/drivers/bch/bchlib_teardown.c +++ b/drivers/bch/bchlib_teardown.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchlib_teardown.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/bch/bchlib_write.c b/drivers/bch/bchlib_write.c index 9a08bf0b4f..8d5977080f 100644 --- a/drivers/bch/bchlib_write.c +++ b/drivers/bch/bchlib_write.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/bch/bchlib_write.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/can/CMakeLists.txt b/drivers/can/CMakeLists.txt index d73f924da7..2b60bc044b 100644 --- a/drivers/can/CMakeLists.txt +++ b/drivers/can/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/can/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/can/Make.defs b/drivers/can/Make.defs index cefe78cac4..d093a19955 100644 --- a/drivers/can/Make.defs +++ b/drivers/can/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/can/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/can/can.c b/drivers/can/can.c index 2eed29fce7..b319b2aec6 100644 --- a/drivers/can/can.c +++ b/drivers/can/can.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/can/can.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/can/can_sender.c b/drivers/can/can_sender.c index 03976260b6..062461a966 100644 --- a/drivers/can/can_sender.c +++ b/drivers/can/can_sender.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/can/can_sender.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/can/mcp2515.c b/drivers/can/mcp2515.c index 89d2c33766..22f42df1b0 100644 --- a/drivers/can/mcp2515.c +++ b/drivers/can/mcp2515.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/can/mcp2515.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/can/mcp2515.h b/drivers/can/mcp2515.h index a71b3fe7a9..9c0ec46397 100644 --- a/drivers/can/mcp2515.h +++ b/drivers/can/mcp2515.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/can/mcp2515.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/can/sja1000.c b/drivers/can/sja1000.c index 4894bf2384..b5175768c2 100644 --- a/drivers/can/sja1000.c +++ b/drivers/can/sja1000.c @@ -1,9 +1,7 @@ /**************************************************************************** * drivers/can/sja1000.c * - * SJA1000 CAN driver based on esp32c3_twai.c - * - * License header retained from original source. + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/can/sja1000.h b/drivers/can/sja1000.h index ee156b8840..80895020bc 100644 --- a/drivers/can/sja1000.h +++ b/drivers/can/sja1000.h @@ -1,9 +1,7 @@ /**************************************************************************** * drivers/can/sja1000.h * - * SJA1000 CAN driver based on esp32c3_twai.h - * - * License header retained from original source. + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/clk/CMakeLists.txt b/drivers/clk/CMakeLists.txt index c1a478e20f..28975d6168 100644 --- a/drivers/clk/CMakeLists.txt +++ b/drivers/clk/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/clk/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/clk/Make.defs b/drivers/clk/Make.defs index 348e17184d..b1c76cde3e 100644 --- a/drivers/clk/Make.defs +++ b/drivers/clk/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/clk/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 522829b1ac..0cce75e95e 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk.h b/drivers/clk/clk.h index c06095cbad..320ed1e39c 100644 --- a/drivers/clk/clk.h +++ b/drivers/clk/clk.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_divider.c b/drivers/clk/clk_divider.c index 079d8f7fd3..dbd94dec90 100644 --- a/drivers/clk/clk_divider.c +++ b/drivers/clk/clk_divider.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_divider.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_fixed_factor.c b/drivers/clk/clk_fixed_factor.c index 5e2b32dee4..647e58539c 100644 --- a/drivers/clk/clk_fixed_factor.c +++ b/drivers/clk/clk_fixed_factor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_fixed_factor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_fixed_rate.c b/drivers/clk/clk_fixed_rate.c index 133f48c8e1..b788982f45 100644 --- a/drivers/clk/clk_fixed_rate.c +++ b/drivers/clk/clk_fixed_rate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_fixed_rate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_fractional_divider.c b/drivers/clk/clk_fractional_divider.c index ef73990dbc..784123da70 100644 --- a/drivers/clk/clk_fractional_divider.c +++ b/drivers/clk/clk_fractional_divider.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_fractional_divider.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_gate.c b/drivers/clk/clk_gate.c index 58bd63aada..1eab53984d 100644 --- a/drivers/clk/clk_gate.c +++ b/drivers/clk/clk_gate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_gate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_multiplier.c b/drivers/clk/clk_multiplier.c index a25c34be08..a18a0bd371 100644 --- a/drivers/clk/clk_multiplier.c +++ b/drivers/clk/clk_multiplier.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_multiplier.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_mux.c b/drivers/clk/clk_mux.c index aef92cd04e..d982b6da8d 100644 --- a/drivers/clk/clk_mux.c +++ b/drivers/clk/clk_mux.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_mux.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_phase.c b/drivers/clk/clk_phase.c index bcc7aa2def..8a96d74533 100644 --- a/drivers/clk/clk_phase.c +++ b/drivers/clk/clk_phase.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_phase.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/clk/clk_rpmsg.c b/drivers/clk/clk_rpmsg.c index 97ab7a880c..3a581602c7 100644 --- a/drivers/clk/clk_rpmsg.c +++ b/drivers/clk/clk_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/clk/clk_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/contactless/CMakeLists.txt b/drivers/contactless/CMakeLists.txt index 44b0a1d8ac..4cf695d16f 100644 --- a/drivers/contactless/CMakeLists.txt +++ b/drivers/contactless/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/contactless/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/contactless/Make.defs b/drivers/contactless/Make.defs index 62b6728c65..d2b1d444b9 100644 --- a/drivers/contactless/Make.defs +++ b/drivers/contactless/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/contactless/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/contactless/mfrc522.c b/drivers/contactless/mfrc522.c index a862ee70f9..b1018cfe46 100644 --- a/drivers/contactless/mfrc522.c +++ b/drivers/contactless/mfrc522.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/contactless/mfrc522.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/contactless/mfrc522.h b/drivers/contactless/mfrc522.h index 0f5c46caf5..e23cfe0b16 100644 --- a/drivers/contactless/mfrc522.h +++ b/drivers/contactless/mfrc522.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/contactless/mfrc522.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/contactless/pn532.c b/drivers/contactless/pn532.c index 4842e691f7..ca0712570d 100644 --- a/drivers/contactless/pn532.c +++ b/drivers/contactless/pn532.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/contactless/pn532.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/contactless/pn532.h b/drivers/contactless/pn532.h index 2b4b8d2628..29f2dae831 100644 --- a/drivers/contactless/pn532.h +++ b/drivers/contactless/pn532.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/contactless/pn532.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/CMakeLists.txt b/drivers/coresight/CMakeLists.txt index 6f74e3657f..81b18bbd1f 100644 --- a/drivers/coresight/CMakeLists.txt +++ b/drivers/coresight/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/coresight/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/coresight/Make.defs b/drivers/coresight/Make.defs index 7ca35f81cb..5addfc9047 100644 --- a/drivers/coresight/Make.defs +++ b/drivers/coresight/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/coresight/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_common.c b/drivers/coresight/coresight_common.c index 73be36d2ac..21a6f9bf58 100644 --- a/drivers/coresight/coresight_common.c +++ b/drivers/coresight/coresight_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_common.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_common.h b/drivers/coresight/coresight_common.h index b4c15f5c0f..a82a16a2d1 100644 --- a/drivers/coresight/coresight_common.h +++ b/drivers/coresight/coresight_common.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_common.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_core.c b/drivers/coresight/coresight_core.c index 9b113123b9..28e96480de 100644 --- a/drivers/coresight/coresight_core.c +++ b/drivers/coresight/coresight_core.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_core.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_etb.c b/drivers/coresight/coresight_etb.c index 372972d814..70c889229f 100644 --- a/drivers/coresight/coresight_etb.c +++ b/drivers/coresight/coresight_etb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_etb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_etm3.c b/drivers/coresight/coresight_etm3.c index db72d04876..f37d29d701 100644 --- a/drivers/coresight/coresight_etm3.c +++ b/drivers/coresight/coresight_etm3.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_etm3.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_etm4.c b/drivers/coresight/coresight_etm4.c index a0fba45ac5..a1b93185b8 100644 --- a/drivers/coresight/coresight_etm4.c +++ b/drivers/coresight/coresight_etm4.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_etm4.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_funnel.c b/drivers/coresight/coresight_funnel.c index 8fe281f19e..c7dd7b4e5f 100644 --- a/drivers/coresight/coresight_funnel.c +++ b/drivers/coresight/coresight_funnel.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_funnel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_replicator.c b/drivers/coresight/coresight_replicator.c index 9d64d41212..03c7ad3e9c 100644 --- a/drivers/coresight/coresight_replicator.c +++ b/drivers/coresight/coresight_replicator.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_replicator.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_stm.c b/drivers/coresight/coresight_stm.c index ecb8b7d0de..5d79976057 100644 --- a/drivers/coresight/coresight_stm.c +++ b/drivers/coresight/coresight_stm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_stm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_tmc_core.c b/drivers/coresight/coresight_tmc_core.c index d6044692bb..e79abeb68f 100644 --- a/drivers/coresight/coresight_tmc_core.c +++ b/drivers/coresight/coresight_tmc_core.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_tmc_core.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_tmc_core.h b/drivers/coresight/coresight_tmc_core.h index 991b1c4c4a..1c1f70c931 100644 --- a/drivers/coresight/coresight_tmc_core.h +++ b/drivers/coresight/coresight_tmc_core.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_tmc_core.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_tmc_etf.c b/drivers/coresight/coresight_tmc_etf.c index 67cb659c58..05587febcb 100644 --- a/drivers/coresight/coresight_tmc_etf.c +++ b/drivers/coresight/coresight_tmc_etf.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_tmc_etf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_tmc_etr.c b/drivers/coresight/coresight_tmc_etr.c index b83dfa0128..460dddbb64 100644 --- a/drivers/coresight/coresight_tmc_etr.c +++ b/drivers/coresight/coresight_tmc_etr.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_tmc_etr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/coresight/coresight_tpiu.c b/drivers/coresight/coresight_tpiu.c index 2c688e8c7a..9c3311398c 100644 --- a/drivers/coresight/coresight_tpiu.c +++ b/drivers/coresight/coresight_tpiu.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/coresight/coresight_tpiu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/CMakeLists.txt b/drivers/crypto/CMakeLists.txt index efb21c9132..f310ae115e 100644 --- a/drivers/crypto/CMakeLists.txt +++ b/drivers/crypto/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/crypto/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/crypto/Make.defs b/drivers/crypto/Make.defs index dc2039bcda..240ba5ceab 100644 --- a/drivers/crypto/Make.defs +++ b/drivers/crypto/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/crypto/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/dev_urandom.c b/drivers/crypto/dev_urandom.c index cb9f5cd8ad..e3e71f7261 100644 --- a/drivers/crypto/dev_urandom.c +++ b/drivers/crypto/dev_urandom.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/dev_urandom.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/Make.defs b/drivers/crypto/pnt/Make.defs index 8798b65e3c..19d6cccb82 100644 --- a/drivers/crypto/pnt/Make.defs +++ b/drivers/crypto/pnt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/crypto/pnt/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/pnt_se05x_api.c b/drivers/crypto/pnt/pnt_se05x_api.c index 01823e9150..7339a4ab05 100644 --- a/drivers/crypto/pnt/pnt_se05x_api.c +++ b/drivers/crypto/pnt/pnt_se05x_api.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/pnt_se05x_api.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/pnt_se05x_api.h b/drivers/crypto/pnt/pnt_se05x_api.h index b3e8d40450..671e066a5c 100644 --- a/drivers/crypto/pnt/pnt_se05x_api.h +++ b/drivers/crypto/pnt/pnt_se05x_api.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/pnt_se05x_api.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/pnt_util.c b/drivers/crypto/pnt/pnt_util.c index 4468497e81..f8a34c2aef 100644 --- a/drivers/crypto/pnt/pnt_util.c +++ b/drivers/crypto/pnt/pnt_util.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/pnt_util.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/pnt_util.h b/drivers/crypto/pnt/pnt_util.h index 6ea74ca72e..0ccf951174 100644 --- a/drivers/crypto/pnt/pnt_util.h +++ b/drivers/crypto/pnt/pnt_util.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/pnt_util.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/scp03_keys.h b/drivers/crypto/pnt/scp03_keys.h index 0466a5eb06..483de82b9a 100644 --- a/drivers/crypto/pnt/scp03_keys.h +++ b/drivers/crypto/pnt/scp03_keys.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/scp03_keys.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/sm_i2c.c b/drivers/crypto/pnt/sm_i2c.c index 775ae6c890..de0fe6bbed 100644 --- a/drivers/crypto/pnt/sm_i2c.c +++ b/drivers/crypto/pnt/sm_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/sm_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/sm_i2c.h b/drivers/crypto/pnt/sm_i2c.h index 3566f0f32a..5da36e869e 100644 --- a/drivers/crypto/pnt/sm_i2c.h +++ b/drivers/crypto/pnt/sm_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/sm_i2c.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/sm_port.h b/drivers/crypto/pnt/sm_port.h index 54970ff911..99b4e1598b 100644 --- a/drivers/crypto/pnt/sm_port.h +++ b/drivers/crypto/pnt/sm_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/sm_port.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/sm_timer.c b/drivers/crypto/pnt/sm_timer.c index fc49b580b6..588a5f6329 100644 --- a/drivers/crypto/pnt/sm_timer.c +++ b/drivers/crypto/pnt/sm_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/sm_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/pnt/sm_timer.h b/drivers/crypto/pnt/sm_timer.h index e30d8bf1ea..779f922d80 100644 --- a/drivers/crypto/pnt/sm_timer.h +++ b/drivers/crypto/pnt/sm_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/pnt/sm_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/se05x.c b/drivers/crypto/se05x.c index f41b0a5fb6..127ae1bfe6 100644 --- a/drivers/crypto/se05x.c +++ b/drivers/crypto/se05x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/se05x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/crypto/se05x_internal.h b/drivers/crypto/se05x_internal.h index 7b3ac184de..c5fda3977a 100644 --- a/drivers/crypto/se05x_internal.h +++ b/drivers/crypto/se05x_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/crypto/se05x_internal.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/devicetree/CMakeLists.txt b/drivers/devicetree/CMakeLists.txt index f9edc73fe5..98ce039cb7 100644 --- a/drivers/devicetree/CMakeLists.txt +++ b/drivers/devicetree/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/devicetree/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/devicetree/Make.defs b/drivers/devicetree/Make.defs index 9c85c76b83..23b5e6e403 100644 --- a/drivers/devicetree/Make.defs +++ b/drivers/devicetree/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/devicetree/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/devicetree/fdt.c b/drivers/devicetree/fdt.c index 923959d79a..7e44db06bb 100644 --- a/drivers/devicetree/fdt.c +++ b/drivers/devicetree/fdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/devicetree/fdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/devicetree/fdt_pci.c b/drivers/devicetree/fdt_pci.c index b3475f3805..44ebcb2781 100644 --- a/drivers/devicetree/fdt_pci.c +++ b/drivers/devicetree/fdt_pci.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/devicetree/fdt_pci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/devicetree/fdt_virtio_mmio.c b/drivers/devicetree/fdt_virtio_mmio.c index 6e6dd09815..435057734b 100644 --- a/drivers/devicetree/fdt_virtio_mmio.c +++ b/drivers/devicetree/fdt_virtio_mmio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/devicetree/fdt_virtio_mmio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/dma/Make.defs b/drivers/dma/Make.defs index 7066ea51a9..68e565beac 100644 --- a/drivers/dma/Make.defs +++ b/drivers/dma/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/dma/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/drivers_initialize.c b/drivers/drivers_initialize.c index f8ef32b636..7f36f13f6d 100644 --- a/drivers/drivers_initialize.c +++ b/drivers/drivers_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/drivers_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/dummy/CMakeLists.txt b/drivers/dummy/CMakeLists.txt index 8b13789179..9916304c81 100644 --- a/drivers/dummy/CMakeLists.txt +++ b/drivers/dummy/CMakeLists.txt @@ -1 +1,23 @@ +############################################################################ +# drivers/dummy/CMakeLists.txt +# +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. The +# ASF licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +############################################################################ + diff --git a/drivers/eeprom/CMakeLists.txt b/drivers/eeprom/CMakeLists.txt index a527dff3e7..258db57314 100644 --- a/drivers/eeprom/CMakeLists.txt +++ b/drivers/eeprom/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/eeprom/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/eeprom/Make.defs b/drivers/eeprom/Make.defs index f414a36ad0..a90e2a9968 100644 --- a/drivers/eeprom/Make.defs +++ b/drivers/eeprom/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/eeprom/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/eeprom/i2c_xx24xx.c b/drivers/eeprom/i2c_xx24xx.c index 6d2210a991..12ea5dc531 100644 --- a/drivers/eeprom/i2c_xx24xx.c +++ b/drivers/eeprom/i2c_xx24xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/eeprom/i2c_xx24xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/eeprom/spi_xx25xx.c b/drivers/eeprom/spi_xx25xx.c index dd3be40f4c..49a53e58ac 100644 --- a/drivers/eeprom/spi_xx25xx.c +++ b/drivers/eeprom/spi_xx25xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/eeprom/spi_xx25xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/efuse/CMakeLists.txt b/drivers/efuse/CMakeLists.txt index 1e9ddde6e4..ab1f2fda24 100644 --- a/drivers/efuse/CMakeLists.txt +++ b/drivers/efuse/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/efuse/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/efuse/Make.defs b/drivers/efuse/Make.defs index 9f99f73865..6db180e405 100644 --- a/drivers/efuse/Make.defs +++ b/drivers/efuse/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/efuse/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/efuse/efuse.c b/drivers/efuse/efuse.c index 4af62ccbc3..4ee8a06f1a 100644 --- a/drivers/efuse/efuse.c +++ b/drivers/efuse/efuse.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/efuse/efuse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/CMakeLists.txt b/drivers/i2c/CMakeLists.txt index b365491fee..3b97aa7874 100644 --- a/drivers/i2c/CMakeLists.txt +++ b/drivers/i2c/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/i2c/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -17,7 +19,6 @@ # the License. # # ############################################################################## -# ############################################################################## if(CONFIG_I2C) set(SRCS i2c_read.c i2c_write.c i2c_writeread.c) diff --git a/drivers/i2c/Make.defs b/drivers/i2c/Make.defs index e823327de0..059dbd3cd2 100644 --- a/drivers/i2c/Make.defs +++ b/drivers/i2c/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/i2c/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/i2c_bitbang.c b/drivers/i2c/i2c_bitbang.c index 3d8e9c3a2e..e99c3b3a4e 100644 --- a/drivers/i2c/i2c_bitbang.c +++ b/drivers/i2c/i2c_bitbang.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/i2c_bitbang.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/i2c_driver.c b/drivers/i2c/i2c_driver.c index 58c5b1089b..de2aa23604 100644 --- a/drivers/i2c/i2c_driver.c +++ b/drivers/i2c/i2c_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/i2c_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/i2c_read.c b/drivers/i2c/i2c_read.c index 6e7ae82e6b..cf3c82a0af 100644 --- a/drivers/i2c/i2c_read.c +++ b/drivers/i2c/i2c_read.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/i2c_read.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/i2c_slave_driver.c b/drivers/i2c/i2c_slave_driver.c index c2fd05013e..dfc0ef479c 100644 --- a/drivers/i2c/i2c_slave_driver.c +++ b/drivers/i2c/i2c_slave_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/i2c_slave_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/i2c_write.c b/drivers/i2c/i2c_write.c index 3e02d4e833..51930e49bc 100644 --- a/drivers/i2c/i2c_write.c +++ b/drivers/i2c/i2c_write.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/i2c_write.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/i2c_writeread.c b/drivers/i2c/i2c_writeread.c index 3c06a4f8f7..149b6fa568 100644 --- a/drivers/i2c/i2c_writeread.c +++ b/drivers/i2c/i2c_writeread.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/i2c_writeread.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/pca9540bdp.c b/drivers/i2c/pca9540bdp.c index 321635c204..9d3af7299a 100644 --- a/drivers/i2c/pca9540bdp.c +++ b/drivers/i2c/pca9540bdp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/pca9540bdp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/pca9540bdp.h b/drivers/i2c/pca9540bdp.h index f113ff26a1..ac2edf60f1 100644 --- a/drivers/i2c/pca9540bdp.h +++ b/drivers/i2c/pca9540bdp.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2c/pca9540bdp.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i2c/tca9548a.c b/drivers/i2c/tca9548a.c index e4ad72228a..75ae871d12 100644 --- a/drivers/i2c/tca9548a.c +++ b/drivers/i2c/tca9548a.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/i2c/tca9548a.c - * Driver for the TCA9448A i2c multiplexer + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/i2s/CMakeLists.txt b/drivers/i2s/CMakeLists.txt index 83ac11b08f..3f687d7396 100644 --- a/drivers/i2s/CMakeLists.txt +++ b/drivers/i2s/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/i2s/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/i2s/Make.defs b/drivers/i2s/Make.defs index cd76ea4898..db029d67f8 100644 --- a/drivers/i2s/Make.defs +++ b/drivers/i2s/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/i2s/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/i2s/i2schar.c b/drivers/i2s/i2schar.c index 67744668a4..26e6324842 100644 --- a/drivers/i2s/i2schar.c +++ b/drivers/i2s/i2schar.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i2s/i2schar.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i3c/CMakeLists.txt b/drivers/i3c/CMakeLists.txt index e82e0968c5..ee25b3318d 100644 --- a/drivers/i3c/CMakeLists.txt +++ b/drivers/i3c/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/i3c/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/i3c/Make.defs b/drivers/i3c/Make.defs index 7e7f0a04fc..4d11d56021 100644 --- a/drivers/i3c/Make.defs +++ b/drivers/i3c/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/i3c/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/i3c/device.c b/drivers/i3c/device.c index ef7f59fed3..71e17bb812 100644 --- a/drivers/i3c/device.c +++ b/drivers/i3c/device.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i3c/device.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i3c/i3c_driver.c b/drivers/i3c/i3c_driver.c index 0bfc860982..ffa777ab60 100644 --- a/drivers/i3c/i3c_driver.c +++ b/drivers/i3c/i3c_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i3c/i3c_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i3c/internals.h b/drivers/i3c/internals.h index 4f6ecf9c1e..a23871b792 100644 --- a/drivers/i3c/internals.h +++ b/drivers/i3c/internals.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i3c/internals.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c index 30bf899b79..f2d3c452fa 100644 --- a/drivers/i3c/master.c +++ b/drivers/i3c/master.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/i3c/master.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/CMakeLists.txt b/drivers/input/CMakeLists.txt index 55e718dd56..a1c4eea640 100644 --- a/drivers/input/CMakeLists.txt +++ b/drivers/input/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/input/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/input/Make.defs b/drivers/input/Make.defs index 85891e0adf..7cfc0c28d7 100644 --- a/drivers/input/Make.defs +++ b/drivers/input/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/input/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ads7843e.c b/drivers/input/ads7843e.c index eee7c49acf..e4cb356e6f 100644 --- a/drivers/input/ads7843e.c +++ b/drivers/input/ads7843e.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ads7843e.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ads7843e.h b/drivers/input/ads7843e.h index bf2ce171f5..9db3f68640 100644 --- a/drivers/input/ads7843e.h +++ b/drivers/input/ads7843e.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ads7843e.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ajoystick.c b/drivers/input/ajoystick.c index 65f0967743..ce8fea1300 100644 --- a/drivers/input/ajoystick.c +++ b/drivers/input/ajoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ajoystick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/aw86225.c b/drivers/input/aw86225.c index 2c95184073..0d71d2e162 100644 --- a/drivers/input/aw86225.c +++ b/drivers/input/aw86225.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/aw86225.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/aw86225_internal.h b/drivers/input/aw86225_internal.h index b4f9601c40..7b52d8e7fc 100644 --- a/drivers/input/aw86225_internal.h +++ b/drivers/input/aw86225_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/aw86225_internal.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/aw86225_reg.h b/drivers/input/aw86225_reg.h index 5081051c32..69abf94a0c 100644 --- a/drivers/input/aw86225_reg.h +++ b/drivers/input/aw86225_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/aw86225_reg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/button_lower.c b/drivers/input/button_lower.c index 37dd88c728..b68b8b1ee5 100644 --- a/drivers/input/button_lower.c +++ b/drivers/input/button_lower.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/button_lower.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/button_upper.c b/drivers/input/button_upper.c index 10f603493c..98ae78c3fb 100644 --- a/drivers/input/button_upper.c +++ b/drivers/input/button_upper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/button_upper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/cypress_mbr3108.c b/drivers/input/cypress_mbr3108.c index 2d4a2be2e4..3832b718a3 100644 --- a/drivers/input/cypress_mbr3108.c +++ b/drivers/input/cypress_mbr3108.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/cypress_mbr3108.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/djoystick.c b/drivers/input/djoystick.c index 75c9d2d208..1db52b2022 100644 --- a/drivers/input/djoystick.c +++ b/drivers/input/djoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/djoystick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ff_dummy.c b/drivers/input/ff_dummy.c index 64703b2013..b73ba11d4e 100644 --- a/drivers/input/ff_dummy.c +++ b/drivers/input/ff_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ff_dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ff_upper.c b/drivers/input/ff_upper.c index dd4967605d..ff4646f5b7 100644 --- a/drivers/input/ff_upper.c +++ b/drivers/input/ff_upper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ff_upper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ft5x06.c b/drivers/input/ft5x06.c index fa2212e7e3..be5db16786 100644 --- a/drivers/input/ft5x06.c +++ b/drivers/input/ft5x06.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ft5x06.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/ft5x06.h b/drivers/input/ft5x06.h index 998cf49c84..27157234bc 100644 --- a/drivers/input/ft5x06.h +++ b/drivers/input/ft5x06.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/ft5x06.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/goldfish_events.c b/drivers/input/goldfish_events.c index f52503d5c8..733b075e31 100644 --- a/drivers/input/goldfish_events.c +++ b/drivers/input/goldfish_events.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/goldfish_events.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/gt9xx.c b/drivers/input/gt9xx.c index 654cf0aab6..fee2a7ef76 100644 --- a/drivers/input/gt9xx.c +++ b/drivers/input/gt9xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/gt9xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/keyboard_upper.c b/drivers/input/keyboard_upper.c index 1e42c09227..73ebd80efc 100644 --- a/drivers/input/keyboard_upper.c +++ b/drivers/input/keyboard_upper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/keyboard_upper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/max11802.c b/drivers/input/max11802.c index 1ad3956ddb..4b709aee86 100644 --- a/drivers/input/max11802.c +++ b/drivers/input/max11802.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/max11802.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/max11802.h b/drivers/input/max11802.h index ccf50b7f19..c3e3c98976 100644 --- a/drivers/input/max11802.h +++ b/drivers/input/max11802.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/max11802.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/mouse_upper.c b/drivers/input/mouse_upper.c index dc1b61baef..1a51698457 100644 --- a/drivers/input/mouse_upper.c +++ b/drivers/input/mouse_upper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/mouse_upper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/mxt.c b/drivers/input/mxt.c index 62be9660d1..80f8173e8f 100644 --- a/drivers/input/mxt.c +++ b/drivers/input/mxt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/mxt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/mxt.h b/drivers/input/mxt.h index 2ac01f1e75..d35ce914e3 100644 --- a/drivers/input/mxt.h +++ b/drivers/input/mxt.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/mxt.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/nunchuck.c b/drivers/input/nunchuck.c index 7c357b82d1..0888e54f46 100644 --- a/drivers/input/nunchuck.c +++ b/drivers/input/nunchuck.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/nunchuck.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/spq10kbd.c b/drivers/input/spq10kbd.c index afb33a7a29..0f11208e3a 100644 --- a/drivers/input/spq10kbd.c +++ b/drivers/input/spq10kbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/spq10kbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/stmpe811.h b/drivers/input/stmpe811.h index f1c2b0c3ef..3f2d3fdc2b 100644 --- a/drivers/input/stmpe811.h +++ b/drivers/input/stmpe811.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/stmpe811.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/stmpe811_adc.c b/drivers/input/stmpe811_adc.c index 2f0a5562b9..84769959f9 100644 --- a/drivers/input/stmpe811_adc.c +++ b/drivers/input/stmpe811_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/stmpe811_adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/stmpe811_base.c b/drivers/input/stmpe811_base.c index 9b771ecec3..c3ceae74bf 100644 --- a/drivers/input/stmpe811_base.c +++ b/drivers/input/stmpe811_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/stmpe811_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/stmpe811_gpio.c b/drivers/input/stmpe811_gpio.c index 6d70653291..07911f6f19 100644 --- a/drivers/input/stmpe811_gpio.c +++ b/drivers/input/stmpe811_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/stmpe811_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/stmpe811_temp.c b/drivers/input/stmpe811_temp.c index f3dbaeafcc..41d221a552 100644 --- a/drivers/input/stmpe811_temp.c +++ b/drivers/input/stmpe811_temp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/stmpe811_temp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/stmpe811_tsc.c b/drivers/input/stmpe811_tsc.c index f3e60c174f..c4a667b62d 100644 --- a/drivers/input/stmpe811_tsc.c +++ b/drivers/input/stmpe811_tsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/stmpe811_tsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/touchscreen_upper.c b/drivers/input/touchscreen_upper.c index 11ebc3c104..12f7d1f5ff 100644 --- a/drivers/input/touchscreen_upper.c +++ b/drivers/input/touchscreen_upper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/touchscreen_upper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/tsc2007.c b/drivers/input/tsc2007.c index 019e98383e..c454608312 100644 --- a/drivers/input/tsc2007.c +++ b/drivers/input/tsc2007.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/tsc2007.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/input/tsc2007.h b/drivers/input/tsc2007.h index 99290c2d12..fac1f8ab10 100644 --- a/drivers/input/tsc2007.h +++ b/drivers/input/tsc2007.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/input/tsc2007.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/CMakeLists.txt b/drivers/ioexpander/CMakeLists.txt index 2274811abe..d5b594200c 100644 --- a/drivers/ioexpander/CMakeLists.txt +++ b/drivers/ioexpander/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/ioexpander/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -17,7 +19,6 @@ # the License. # # ############################################################################## -# ############################################################################## set(SRCS) diff --git a/drivers/ioexpander/Make.defs b/drivers/ioexpander/Make.defs index cdf0921ccd..290f5f0be2 100644 --- a/drivers/ioexpander/Make.defs +++ b/drivers/ioexpander/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/ioexpander/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/gpio.c b/drivers/ioexpander/gpio.c index be76f71ac2..1549d7d481 100644 --- a/drivers/ioexpander/gpio.c +++ b/drivers/ioexpander/gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/gpio_lower_half.c b/drivers/ioexpander/gpio_lower_half.c index 40fba20c91..7cf1ab6868 100644 --- a/drivers/ioexpander/gpio_lower_half.c +++ b/drivers/ioexpander/gpio_lower_half.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/gpio_lower_half.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/icjx.c b/drivers/ioexpander/icjx.c index 7518db8440..dd9222f6fc 100644 --- a/drivers/ioexpander/icjx.c +++ b/drivers/ioexpander/icjx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/icjx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/icjx.h b/drivers/ioexpander/icjx.h index 550924394c..1c3c777ef1 100644 --- a/drivers/ioexpander/icjx.h +++ b/drivers/ioexpander/icjx.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/icjx.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/ioe_dummy.c b/drivers/ioexpander/ioe_dummy.c index fb2b4a356b..cc57644ff9 100644 --- a/drivers/ioexpander/ioe_dummy.c +++ b/drivers/ioexpander/ioe_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/ioe_dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/ioe_rpmsg.c b/drivers/ioexpander/ioe_rpmsg.c index c97ef1299d..9fe562798a 100644 --- a/drivers/ioexpander/ioe_rpmsg.c +++ b/drivers/ioexpander/ioe_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/ioe_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/iso1h812g.c b/drivers/ioexpander/iso1h812g.c index 36d15234ee..fe18460efb 100644 --- a/drivers/ioexpander/iso1h812g.c +++ b/drivers/ioexpander/iso1h812g.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/iso1h812g.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/iso1h812g.h b/drivers/ioexpander/iso1h812g.h index 83ff8b4c34..7ab28032d9 100644 --- a/drivers/ioexpander/iso1h812g.h +++ b/drivers/ioexpander/iso1h812g.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/iso1h812g.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/iso1i813t.c b/drivers/ioexpander/iso1i813t.c index 144f35cdbf..8e831c6c93 100644 --- a/drivers/ioexpander/iso1i813t.c +++ b/drivers/ioexpander/iso1i813t.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/iso1i813t.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/iso1i813t.h b/drivers/ioexpander/iso1i813t.h index 7fd543496b..b1d7a1c053 100644 --- a/drivers/ioexpander/iso1i813t.h +++ b/drivers/ioexpander/iso1i813t.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/iso1i813t.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/mcp23x08.c b/drivers/ioexpander/mcp23x08.c index bea149d044..8c0886c8db 100644 --- a/drivers/ioexpander/mcp23x08.c +++ b/drivers/ioexpander/mcp23x08.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/mcp23x08.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/mcp23x08.h b/drivers/ioexpander/mcp23x08.h index cf47a7d9b1..44893dc951 100644 --- a/drivers/ioexpander/mcp23x08.h +++ b/drivers/ioexpander/mcp23x08.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/mcp23x08.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/mcp23x17.c b/drivers/ioexpander/mcp23x17.c index d3175a1670..d7e4be5520 100644 --- a/drivers/ioexpander/mcp23x17.c +++ b/drivers/ioexpander/mcp23x17.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/mcp23x17.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/mcp23x17.h b/drivers/ioexpander/mcp23x17.h index dd2463ee55..4dc0c25ef0 100644 --- a/drivers/ioexpander/mcp23x17.h +++ b/drivers/ioexpander/mcp23x17.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/mcp23x17.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pca9538.c b/drivers/ioexpander/pca9538.c index ac12a1a1c8..e1d57a3ea5 100644 --- a/drivers/ioexpander/pca9538.c +++ b/drivers/ioexpander/pca9538.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pca9538.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pca9538.h b/drivers/ioexpander/pca9538.h index 7faa5b55e1..38052f47ae 100644 --- a/drivers/ioexpander/pca9538.h +++ b/drivers/ioexpander/pca9538.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pca9538.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pca9555.c b/drivers/ioexpander/pca9555.c index d74d633e7e..55ca3ae490 100644 --- a/drivers/ioexpander/pca9555.c +++ b/drivers/ioexpander/pca9555.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pca9555.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pca9555.h b/drivers/ioexpander/pca9555.h index 5981713f7a..cc80c1cc5e 100644 --- a/drivers/ioexpander/pca9555.h +++ b/drivers/ioexpander/pca9555.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pca9555.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pcf8574.c b/drivers/ioexpander/pcf8574.c index 2e16a0fe1b..a1d3ed65a2 100644 --- a/drivers/ioexpander/pcf8574.c +++ b/drivers/ioexpander/pcf8574.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pcf8574.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pcf8574.h b/drivers/ioexpander/pcf8574.h index f1b3b8658e..de92959cf5 100644 --- a/drivers/ioexpander/pcf8574.h +++ b/drivers/ioexpander/pcf8574.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pcf8574.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pcf8575.c b/drivers/ioexpander/pcf8575.c index a702953e31..4a174e8224 100644 --- a/drivers/ioexpander/pcf8575.c +++ b/drivers/ioexpander/pcf8575.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pcf8575.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/pcf8575.h b/drivers/ioexpander/pcf8575.h index 818e129988..5e95f012e0 100644 --- a/drivers/ioexpander/pcf8575.h +++ b/drivers/ioexpander/pcf8575.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/pcf8575.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/skeleton.c b/drivers/ioexpander/skeleton.c index 7f7d7de083..5a5b4491bb 100644 --- a/drivers/ioexpander/skeleton.c +++ b/drivers/ioexpander/skeleton.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/skeleton.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/sx1509.c b/drivers/ioexpander/sx1509.c index 88fdbafed9..09baeeced3 100644 --- a/drivers/ioexpander/sx1509.c +++ b/drivers/ioexpander/sx1509.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/sx1509.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/sx1509.h b/drivers/ioexpander/sx1509.h index 8cc7ad39f5..3acebad37b 100644 --- a/drivers/ioexpander/sx1509.h +++ b/drivers/ioexpander/sx1509.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/sx1509.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/tca64xx.c b/drivers/ioexpander/tca64xx.c index f0ca5e8731..eccdfd5a26 100644 --- a/drivers/ioexpander/tca64xx.c +++ b/drivers/ioexpander/tca64xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/tca64xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ioexpander/tca64xx.h b/drivers/ioexpander/tca64xx.h index bcec8af971..47695874e4 100644 --- a/drivers/ioexpander/tca64xx.h +++ b/drivers/ioexpander/tca64xx.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ioexpander/tca64xx.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/CMakeLists.txt b/drivers/ipcc/CMakeLists.txt index 54d128b2ec..b0c1e265dc 100644 --- a/drivers/ipcc/CMakeLists.txt +++ b/drivers/ipcc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/ipcc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/ipcc/Make.defs b/drivers/ipcc/Make.defs index 0892b0de3d..87fbf1f3b3 100644 --- a/drivers/ipcc/Make.defs +++ b/drivers/ipcc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/ipcc/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_close.c b/drivers/ipcc/ipcc_close.c index cf4a021b69..a12ef6bba7 100644 --- a/drivers/ipcc/ipcc_close.c +++ b/drivers/ipcc/ipcc_close.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_close.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_open.c b/drivers/ipcc/ipcc_open.c index d9c105ed2d..6f160cf69a 100644 --- a/drivers/ipcc/ipcc_open.c +++ b/drivers/ipcc/ipcc_open.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_open.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_poll.c b/drivers/ipcc/ipcc_poll.c index 350c95be38..83a3833ab0 100644 --- a/drivers/ipcc/ipcc_poll.c +++ b/drivers/ipcc/ipcc_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_poll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_priv.h b/drivers/ipcc/ipcc_priv.h index cfaf054f0a..bb0233c83c 100644 --- a/drivers/ipcc/ipcc_priv.h +++ b/drivers/ipcc/ipcc_priv.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_priv.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_read.c b/drivers/ipcc/ipcc_read.c index ea6f4a34c1..d1d93322b0 100644 --- a/drivers/ipcc/ipcc_read.c +++ b/drivers/ipcc/ipcc_read.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_read.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_register.c b/drivers/ipcc/ipcc_register.c index 3f7abfb4bf..401eba2bc5 100644 --- a/drivers/ipcc/ipcc_register.c +++ b/drivers/ipcc/ipcc_register.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_register.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_unlink.c b/drivers/ipcc/ipcc_unlink.c index cbee60a220..a6630b2f55 100644 --- a/drivers/ipcc/ipcc_unlink.c +++ b/drivers/ipcc/ipcc_unlink.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_unlink.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/ipcc/ipcc_write.c b/drivers/ipcc/ipcc_write.c index c88cd5b2b3..369edb0e96 100644 --- a/drivers/ipcc/ipcc_write.c +++ b/drivers/ipcc/ipcc_write.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/ipcc/ipcc_write.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/CMakeLists.txt b/drivers/lcd/CMakeLists.txt index 5c4311be52..0bd152f951 100644 --- a/drivers/lcd/CMakeLists.txt +++ b/drivers/lcd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/lcd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/lcd/Make.defs b/drivers/lcd/Make.defs index 046341e9e3..95a4b414f0 100644 --- a/drivers/lcd/Make.defs +++ b/drivers/lcd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/lcd/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/apa102.c b/drivers/lcd/apa102.c index 05155df3fb..1e28a63113 100644 --- a/drivers/lcd/apa102.c +++ b/drivers/lcd/apa102.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/apa102.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ft80x.c b/drivers/lcd/ft80x.c index 32f6913e88..ede8b273aa 100644 --- a/drivers/lcd/ft80x.c +++ b/drivers/lcd/ft80x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ft80x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ft80x.h b/drivers/lcd/ft80x.h index 6b611851d9..681cdceda8 100644 --- a/drivers/lcd/ft80x.h +++ b/drivers/lcd/ft80x.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ft80x.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ft80x_spi.c b/drivers/lcd/ft80x_spi.c index 53895d795e..44708065f4 100644 --- a/drivers/lcd/ft80x_spi.c +++ b/drivers/lcd/ft80x_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ft80x_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/gc9a01.c b/drivers/lcd/gc9a01.c index 229f7be761..679c4feeb1 100644 --- a/drivers/lcd/gc9a01.c +++ b/drivers/lcd/gc9a01.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/gc9a01.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/gc9a01.h b/drivers/lcd/gc9a01.h index 858f9ad54e..d1bcee3c20 100644 --- a/drivers/lcd/gc9a01.h +++ b/drivers/lcd/gc9a01.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/gc9a01.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ht16k33_14seg.c b/drivers/lcd/ht16k33_14seg.c index 2d91284cf4..c02a0442dd 100644 --- a/drivers/lcd/ht16k33_14seg.c +++ b/drivers/lcd/ht16k33_14seg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ht16k33_14seg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ili9225.c b/drivers/lcd/ili9225.c index a7d77daae6..c41024224f 100644 --- a/drivers/lcd/ili9225.c +++ b/drivers/lcd/ili9225.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ili9225.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ili9340.c b/drivers/lcd/ili9340.c index f4e0cb99fc..caa312fd67 100644 --- a/drivers/lcd/ili9340.c +++ b/drivers/lcd/ili9340.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ili9340.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ili9341.c b/drivers/lcd/ili9341.c index d8471aa9eb..bc3a1d7e09 100644 --- a/drivers/lcd/ili9341.c +++ b/drivers/lcd/ili9341.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ili9341.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/jd9851.c b/drivers/lcd/jd9851.c index 9815bfa848..61d5afdec1 100644 --- a/drivers/lcd/jd9851.c +++ b/drivers/lcd/jd9851.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/jd9851.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/jd9851.h b/drivers/lcd/jd9851.h index 34b6138b6b..962faa0452 100644 --- a/drivers/lcd/jd9851.h +++ b/drivers/lcd/jd9851.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/jd9851.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/lcd_dev.c b/drivers/lcd/lcd_dev.c index dc465be722..33eb58b1ca 100644 --- a/drivers/lcd/lcd_dev.c +++ b/drivers/lcd/lcd_dev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/lcd_dev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/lcd_framebuffer.c b/drivers/lcd/lcd_framebuffer.c index d7a2f88d4b..d0a0c8bda4 100644 --- a/drivers/lcd/lcd_framebuffer.c +++ b/drivers/lcd/lcd_framebuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/lcd_framebuffer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/lcddrv_spiif.c b/drivers/lcd/lcddrv_spiif.c index 8e998f574b..be45a4a36d 100644 --- a/drivers/lcd/lcddrv_spiif.c +++ b/drivers/lcd/lcddrv_spiif.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/lcddrv_spiif.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/lpm013m091a.c b/drivers/lcd/lpm013m091a.c index c1908fbb9c..d36eb2d9d3 100644 --- a/drivers/lcd/lpm013m091a.c +++ b/drivers/lcd/lpm013m091a.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/lpm013m091a.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/max7219.c b/drivers/lcd/max7219.c index 447ab25649..c1a0c499f5 100644 --- a/drivers/lcd/max7219.c +++ b/drivers/lcd/max7219.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/max7219.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/memlcd.c b/drivers/lcd/memlcd.c index 86bdda6691..4ab7e87bed 100644 --- a/drivers/lcd/memlcd.c +++ b/drivers/lcd/memlcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/memlcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/mio283qt2.c b/drivers/lcd/mio283qt2.c index 2cd7d6dbb7..34e0e75650 100644 --- a/drivers/lcd/mio283qt2.c +++ b/drivers/lcd/mio283qt2.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/mio283qt2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/mio283qt9a.c b/drivers/lcd/mio283qt9a.c index 4e9d6b37ee..0fdafdb161 100644 --- a/drivers/lcd/mio283qt9a.c +++ b/drivers/lcd/mio283qt9a.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/mio283qt9a.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/p14201.c b/drivers/lcd/p14201.c index 56f8d755dc..48501c379d 100644 --- a/drivers/lcd/p14201.c +++ b/drivers/lcd/p14201.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/p14201.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/pcd8544.c b/drivers/lcd/pcd8544.c index c528d0ee33..1222212b29 100644 --- a/drivers/lcd/pcd8544.c +++ b/drivers/lcd/pcd8544.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/pcd8544.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/pcd8544.h b/drivers/lcd/pcd8544.h index a88390072c..40908a34a9 100644 --- a/drivers/lcd/pcd8544.h +++ b/drivers/lcd/pcd8544.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/pcd8544.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/pcf8574_lcd_backpack.c b/drivers/lcd/pcf8574_lcd_backpack.c index 254648a7c2..6260f0909e 100644 --- a/drivers/lcd/pcf8574_lcd_backpack.c +++ b/drivers/lcd/pcf8574_lcd_backpack.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/pcf8574_lcd_backpack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/pcf8833.h b/drivers/lcd/pcf8833.h index c63c170834..2209a79d05 100644 --- a/drivers/lcd/pcf8833.h +++ b/drivers/lcd/pcf8833.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/pcf8833.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ra8875.c b/drivers/lcd/ra8875.c index 331bee9073..8d759e6ac5 100644 --- a/drivers/lcd/ra8875.c +++ b/drivers/lcd/ra8875.c @@ -1,12 +1,9 @@ /**************************************************************************** * drivers/lcd/ra8875.c * - * Driver for the RAiO Technologies RA8875 LCD controller - * - * Copyright (C) 2015 Intuitive Aerial AB. All rights reserved. - * Author: Marten Svanfeldt - * - * References: RA8875, Rev 1.6, Apr 2013, RAiO Technologies Inc + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Intuitive Aerial AB. All rights reserved. + * SPDX-FileContributor: Marten Svanfeldt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/lcd/ra8875.h b/drivers/lcd/ra8875.h index 318fc0c46e..137674dd50 100644 --- a/drivers/lcd/ra8875.h +++ b/drivers/lcd/ra8875.h @@ -1,11 +1,9 @@ /**************************************************************************** * drivers/lcd/ra8875.h - * Definitions for the RAiO Technologies RA8875 LCD controller * - * Copyright (C) 2015 Intuitive Aerial AB. All rights reserved. - * Author: Marten Svanfeldt - * - * References: RA8875, Rev 1.6, Apr 2013, RAiO Technologies Inc + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Intuitive Aerial AB. All rights reserved. + * SPDX-FileContributor: Marten Svanfeldt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/lcd/s1d15g10.h b/drivers/lcd/s1d15g10.h index a6cbb9b17d..21bc35301b 100644 --- a/drivers/lcd/s1d15g10.h +++ b/drivers/lcd/s1d15g10.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/s1d15g10.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/sd1329.h b/drivers/lcd/sd1329.h index 0b99f61d88..c5b5f9002d 100644 --- a/drivers/lcd/sd1329.h +++ b/drivers/lcd/sd1329.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/sd1329.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/skeleton.c b/drivers/lcd/skeleton.c index 62a80f4ec4..ab1737f121 100644 --- a/drivers/lcd/skeleton.c +++ b/drivers/lcd/skeleton.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/skeleton.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1289.c b/drivers/lcd/ssd1289.c index e3ac200faa..9263dba210 100644 --- a/drivers/lcd/ssd1289.c +++ b/drivers/lcd/ssd1289.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1289.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1289.h b/drivers/lcd/ssd1289.h index 13bb1200c0..b375d3a356 100644 --- a/drivers/lcd/ssd1289.h +++ b/drivers/lcd/ssd1289.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1289.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1305.h b/drivers/lcd/ssd1305.h index 4e7bfc0150..c6fc7d070b 100644 --- a/drivers/lcd/ssd1305.h +++ b/drivers/lcd/ssd1305.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1305.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1306.h b/drivers/lcd/ssd1306.h index 2bc26612ef..d98fdbb5db 100644 --- a/drivers/lcd/ssd1306.h +++ b/drivers/lcd/ssd1306.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1306.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1306_base.c b/drivers/lcd/ssd1306_base.c index fa8d43b4b0..6b616badf9 100644 --- a/drivers/lcd/ssd1306_base.c +++ b/drivers/lcd/ssd1306_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1306_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1306_i2c.c b/drivers/lcd/ssd1306_i2c.c index d95e82bcab..029938d63b 100644 --- a/drivers/lcd/ssd1306_i2c.c +++ b/drivers/lcd/ssd1306_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1306_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1306_spi.c b/drivers/lcd/ssd1306_spi.c index 5dd8aedd0f..dd8037a850 100644 --- a/drivers/lcd/ssd1306_spi.c +++ b/drivers/lcd/ssd1306_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1306_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1351.c b/drivers/lcd/ssd1351.c index 3a9aa0ce63..0dda890fbc 100644 --- a/drivers/lcd/ssd1351.c +++ b/drivers/lcd/ssd1351.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1351.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1680.c b/drivers/lcd/ssd1680.c index 1327714411..5b9742aa50 100644 --- a/drivers/lcd/ssd1680.c +++ b/drivers/lcd/ssd1680.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1680.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ssd1680.h b/drivers/lcd/ssd1680.h index cae2cf1d64..9d090dceff 100644 --- a/drivers/lcd/ssd1680.h +++ b/drivers/lcd/ssd1680.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ssd1680.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7032.c b/drivers/lcd/st7032.c index adbbf886d6..95839b2608 100644 --- a/drivers/lcd/st7032.c +++ b/drivers/lcd/st7032.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7032.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7565.c b/drivers/lcd/st7565.c index 538d8c580a..2849dd297f 100644 --- a/drivers/lcd/st7565.c +++ b/drivers/lcd/st7565.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7565.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7565.h b/drivers/lcd/st7565.h index 498f5fcda1..cc4d9bcf6e 100644 --- a/drivers/lcd/st7565.h +++ b/drivers/lcd/st7565.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7565.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7567.c b/drivers/lcd/st7567.c index 3f28796eb9..86753dcc54 100644 --- a/drivers/lcd/st7567.c +++ b/drivers/lcd/st7567.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7567.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7567.h b/drivers/lcd/st7567.h index d84dc53be7..fc9734c55c 100644 --- a/drivers/lcd/st7567.h +++ b/drivers/lcd/st7567.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7567.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7735.c b/drivers/lcd/st7735.c index 04481c8ca8..5efd8f2d76 100644 --- a/drivers/lcd/st7735.c +++ b/drivers/lcd/st7735.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7735.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7735.h b/drivers/lcd/st7735.h index 057b2ff9fa..94babc2688 100644 --- a/drivers/lcd/st7735.h +++ b/drivers/lcd/st7735.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7735.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7789.c b/drivers/lcd/st7789.c index b6418fa5dd..59adb8195a 100644 --- a/drivers/lcd/st7789.c +++ b/drivers/lcd/st7789.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7789.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/st7789.h b/drivers/lcd/st7789.h index 9f3ffd196d..770fce0247 100644 --- a/drivers/lcd/st7789.h +++ b/drivers/lcd/st7789.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/st7789.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/tda19988.c b/drivers/lcd/tda19988.c index dd3a023fe7..2c5bc9913f 100644 --- a/drivers/lcd/tda19988.c +++ b/drivers/lcd/tda19988.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/tda19988.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/tda19988.h b/drivers/lcd/tda19988.h index cfd0fc573a..ffb894908c 100644 --- a/drivers/lcd/tda19988.h +++ b/drivers/lcd/tda19988.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/tda19988.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ug-2864ambag01.c b/drivers/lcd/ug-2864ambag01.c index dc727d9b2f..9095a3c662 100644 --- a/drivers/lcd/ug-2864ambag01.c +++ b/drivers/lcd/ug-2864ambag01.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ug-2864ambag01.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/lcd/ug-9664hswag01.c b/drivers/lcd/ug-9664hswag01.c index 2ea05aa995..c28bb1e6e2 100644 --- a/drivers/lcd/ug-9664hswag01.c +++ b/drivers/lcd/ug-9664hswag01.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/lcd/ug-9664hswag01.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/CMakeLists.txt b/drivers/leds/CMakeLists.txt index 432d6c364c..eb292f16da 100644 --- a/drivers/leds/CMakeLists.txt +++ b/drivers/leds/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/leds/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -17,7 +19,6 @@ # the License. # # ############################################################################## -# ############################################################################## set(SRCS) diff --git a/drivers/leds/Make.defs b/drivers/leds/Make.defs index 480a95690b..0d4611e225 100644 --- a/drivers/leds/Make.defs +++ b/drivers/leds/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/leds/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/apa102.c b/drivers/leds/apa102.c index 39c76d8483..86b4a0cac5 100644 --- a/drivers/leds/apa102.c +++ b/drivers/leds/apa102.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/apa102.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/lp503x.c b/drivers/leds/lp503x.c index bc43bdc87b..3521cd0eeb 100644 --- a/drivers/leds/lp503x.c +++ b/drivers/leds/lp503x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/lp503x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/max7219.c b/drivers/leds/max7219.c index 3967da3ee2..aa01ca534e 100644 --- a/drivers/leds/max7219.c +++ b/drivers/leds/max7219.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/max7219.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/ncp5623c.c b/drivers/leds/ncp5623c.c index 005a496755..41478350ec 100644 --- a/drivers/leds/ncp5623c.c +++ b/drivers/leds/ncp5623c.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/ncp5623c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/pca9635pw.c b/drivers/leds/pca9635pw.c index 951ad611cc..c86d5aef7b 100644 --- a/drivers/leds/pca9635pw.c +++ b/drivers/leds/pca9635pw.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/pca9635pw.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/rgbled.c b/drivers/leds/rgbled.c index b20380de70..c4d6189648 100644 --- a/drivers/leds/rgbled.c +++ b/drivers/leds/rgbled.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/rgbled.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/userled_lower.c b/drivers/leds/userled_lower.c index e1451d656a..52985f2583 100644 --- a/drivers/leds/userled_lower.c +++ b/drivers/leds/userled_lower.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/userled_lower.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/userled_upper.c b/drivers/leds/userled_upper.c index 27134158ec..884502dc9f 100644 --- a/drivers/leds/userled_upper.c +++ b/drivers/leds/userled_upper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/userled_upper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/leds/ws2812.c b/drivers/leds/ws2812.c index 850a35c642..ae1988c527 100644 --- a/drivers/leds/ws2812.c +++ b/drivers/leds/ws2812.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/leds/ws2812.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/loop/CMakeLists.txt b/drivers/loop/CMakeLists.txt index f7189c1e7f..a47acbf39e 100644 --- a/drivers/loop/CMakeLists.txt +++ b/drivers/loop/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/loop/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/loop/Make.defs b/drivers/loop/Make.defs index e6e411845e..88924c13ed 100644 --- a/drivers/loop/Make.defs +++ b/drivers/loop/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/loop/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/loop/loop.c b/drivers/loop/loop.c index 5093f4df0c..889040d7d7 100644 --- a/drivers/loop/loop.c +++ b/drivers/loop/loop.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/loop/loop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/loop/losetup.c b/drivers/loop/losetup.c index b337938b6d..aa20c6f541 100644 --- a/drivers/loop/losetup.c +++ b/drivers/loop/losetup.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/loop/losetup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/math/CMakeLists.txt b/drivers/math/CMakeLists.txt index 7f21d4998c..91b9059d8b 100644 --- a/drivers/math/CMakeLists.txt +++ b/drivers/math/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/math/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/math/Make.defs b/drivers/math/Make.defs index 03547c3efe..b20e1cee60 100644 --- a/drivers/math/Make.defs +++ b/drivers/math/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/math/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/math/math.c b/drivers/math/math.c index 8751414f63..9a9de2f2af 100644 --- a/drivers/math/math.c +++ b/drivers/math/math.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/math/math.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/CMakeLists.txt b/drivers/misc/CMakeLists.txt index 349246d445..3fc5ebf5b8 100644 --- a/drivers/misc/CMakeLists.txt +++ b/drivers/misc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/misc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/misc/Make.defs b/drivers/misc/Make.defs index f039f528ed..d694947953 100644 --- a/drivers/misc/Make.defs +++ b/drivers/misc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/misc/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/addrenv.c b/drivers/misc/addrenv.c index b22ede370f..ec1d7f76df 100644 --- a/drivers/misc/addrenv.c +++ b/drivers/misc/addrenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/addrenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/dev_ascii.c b/drivers/misc/dev_ascii.c index 96d11ff36b..cd8fbea955 100644 --- a/drivers/misc/dev_ascii.c +++ b/drivers/misc/dev_ascii.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/dev_ascii.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/dev_mem.c b/drivers/misc/dev_mem.c index a6cf1ec2f6..9db2c700d2 100644 --- a/drivers/misc/dev_mem.c +++ b/drivers/misc/dev_mem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/dev_mem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/dev_null.c b/drivers/misc/dev_null.c index f622463bea..1c8c2f0a10 100644 --- a/drivers/misc/dev_null.c +++ b/drivers/misc/dev_null.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/dev_null.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/dev_zero.c b/drivers/misc/dev_zero.c index efc0b23969..0b5a41712e 100644 --- a/drivers/misc/dev_zero.c +++ b/drivers/misc/dev_zero.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/dev_zero.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/goldfish_pipe.c b/drivers/misc/goldfish_pipe.c index 5070c4bb38..bde70a4df4 100644 --- a/drivers/misc/goldfish_pipe.c +++ b/drivers/misc/goldfish_pipe.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/goldfish_pipe.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/lwl_console.c b/drivers/misc/lwl_console.c index b16b720d23..68333d6bb9 100644 --- a/drivers/misc/lwl_console.c +++ b/drivers/misc/lwl_console.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/lwl_console.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/mkrd.c b/drivers/misc/mkrd.c index bf2f69ba30..62f1f4b6d5 100644 --- a/drivers/misc/mkrd.c +++ b/drivers/misc/mkrd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/mkrd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/optee.c b/drivers/misc/optee.c index 6eb13d43b5..4ac33d7835 100644 --- a/drivers/misc/optee.c +++ b/drivers/misc/optee.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/optee.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/ramdisk.c b/drivers/misc/ramdisk.c index 7d04ce6b2e..96f0410c68 100644 --- a/drivers/misc/ramdisk.c +++ b/drivers/misc/ramdisk.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/ramdisk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rpmsgblk.c b/drivers/misc/rpmsgblk.c index 70dc9a5ee9..b35145c26b 100644 --- a/drivers/misc/rpmsgblk.c +++ b/drivers/misc/rpmsgblk.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rpmsgblk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rpmsgblk.h b/drivers/misc/rpmsgblk.h index d3d83f41e1..93db30cdb2 100644 --- a/drivers/misc/rpmsgblk.h +++ b/drivers/misc/rpmsgblk.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rpmsgblk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rpmsgblk_server.c b/drivers/misc/rpmsgblk_server.c index 1ac7610b4d..20871dcec6 100644 --- a/drivers/misc/rpmsgblk_server.c +++ b/drivers/misc/rpmsgblk_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rpmsgblk_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rpmsgdev.c b/drivers/misc/rpmsgdev.c index 1d933a5785..95cefb650f 100644 --- a/drivers/misc/rpmsgdev.c +++ b/drivers/misc/rpmsgdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rpmsgdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rpmsgdev.h b/drivers/misc/rpmsgdev.h index 5d777950aa..d21e9af677 100644 --- a/drivers/misc/rpmsgdev.h +++ b/drivers/misc/rpmsgdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rpmsgdev.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rpmsgdev_server.c b/drivers/misc/rpmsgdev_server.c index d3595a7fe0..35357d1b42 100644 --- a/drivers/misc/rpmsgdev_server.c +++ b/drivers/misc/rpmsgdev_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rpmsgdev_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/misc/rwbuffer.c b/drivers/misc/rwbuffer.c index 28b94f3df9..91e6307fde 100644 --- a/drivers/misc/rwbuffer.c +++ b/drivers/misc/rwbuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/misc/rwbuffer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/CMakeLists.txt b/drivers/mmcsd/CMakeLists.txt index d8298f4496..5728f7046f 100644 --- a/drivers/mmcsd/CMakeLists.txt +++ b/drivers/mmcsd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/mmcsd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/mmcsd/Make.defs b/drivers/mmcsd/Make.defs index c80dd7ecaf..b65cc9f8d7 100644 --- a/drivers/mmcsd/Make.defs +++ b/drivers/mmcsd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/mmcsd/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd.h b/drivers/mmcsd/mmcsd.h index 67cb2a3ec6..ff20eb283a 100644 --- a/drivers/mmcsd/mmcsd.h +++ b/drivers/mmcsd/mmcsd.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_csd.h b/drivers/mmcsd/mmcsd_csd.h index 423c6b9834..274a3cf8d3 100644 --- a/drivers/mmcsd/mmcsd_csd.h +++ b/drivers/mmcsd/mmcsd_csd.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_csd.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_debug.c b/drivers/mmcsd/mmcsd_debug.c index dbc4d400f0..68cca85e07 100644 --- a/drivers/mmcsd/mmcsd_debug.c +++ b/drivers/mmcsd/mmcsd_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_extcsd.h b/drivers/mmcsd/mmcsd_extcsd.h index 60070e9fd3..37e61d2a6f 100644 --- a/drivers/mmcsd/mmcsd_extcsd.h +++ b/drivers/mmcsd/mmcsd_extcsd.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_extcsd.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_procfs.c b/drivers/mmcsd/mmcsd_procfs.c index 6cb811b34e..1a815e9a4c 100644 --- a/drivers/mmcsd/mmcsd_procfs.c +++ b/drivers/mmcsd/mmcsd_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_procfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_sdio.c b/drivers/mmcsd/mmcsd_sdio.c index 29350380c9..49023628ea 100644 --- a/drivers/mmcsd/mmcsd_sdio.c +++ b/drivers/mmcsd/mmcsd_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_sdio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_sdio.h b/drivers/mmcsd/mmcsd_sdio.h index 8185741984..76dcf15c6c 100644 --- a/drivers/mmcsd/mmcsd_sdio.h +++ b/drivers/mmcsd/mmcsd_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_sdio.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_spi.c b/drivers/mmcsd/mmcsd_spi.c index cc0e2edbe2..a6e71fe3cd 100644 --- a/drivers/mmcsd/mmcsd_spi.c +++ b/drivers/mmcsd/mmcsd_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/mmcsd_spi.h b/drivers/mmcsd/mmcsd_spi.h index 4732a78d79..f3fc9b9316 100644 --- a/drivers/mmcsd/mmcsd_spi.h +++ b/drivers/mmcsd/mmcsd_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/mmcsd_spi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mmcsd/sdio.c b/drivers/mmcsd/sdio.c index 0bd1e0cbea..a259fa8e0a 100644 --- a/drivers/mmcsd/sdio.c +++ b/drivers/mmcsd/sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mmcsd/sdio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/CMakeLists.txt b/drivers/modem/CMakeLists.txt index ac33a0c450..6af35aafab 100644 --- a/drivers/modem/CMakeLists.txt +++ b/drivers/modem/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/modem/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/modem/Make.defs b/drivers/modem/Make.defs index 55de4aa908..c81979b783 100644 --- a/drivers/modem/Make.defs +++ b/drivers/modem/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/modem/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/CMakeLists.txt b/drivers/modem/alt1250/CMakeLists.txt index 519d51b59b..443f02aa3f 100644 --- a/drivers/modem/alt1250/CMakeLists.txt +++ b/drivers/modem/alt1250/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/modem/alt1250/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/modem/alt1250/Make.defs b/drivers/modem/alt1250/Make.defs index 70daac0906..26ce27f06f 100644 --- a/drivers/modem/alt1250/Make.defs +++ b/drivers/modem/alt1250/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/modem/alt1250/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/alt1250.c b/drivers/modem/alt1250/alt1250.c index e88999c498..da2a7f5730 100644 --- a/drivers/modem/alt1250/alt1250.c +++ b/drivers/modem/alt1250/alt1250.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/alt1250.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/alt1250.h b/drivers/modem/alt1250/alt1250.h index 10b962f904..6ab50a6706 100644 --- a/drivers/modem/alt1250/alt1250.h +++ b/drivers/modem/alt1250/alt1250.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/alt1250.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_cmd.h b/drivers/modem/alt1250/altcom_cmd.h index 3d23d15fa5..47c6b8da63 100644 --- a/drivers/modem/alt1250/altcom_cmd.h +++ b/drivers/modem/alt1250/altcom_cmd.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_cmd.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_cmd_log.h b/drivers/modem/alt1250/altcom_cmd_log.h index 337693a57a..e1e57e5b53 100644 --- a/drivers/modem/alt1250/altcom_cmd_log.h +++ b/drivers/modem/alt1250/altcom_cmd_log.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_cmd_log.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_cmd_sms.h b/drivers/modem/alt1250/altcom_cmd_sms.h index 6bc5e8e076..220e9a0d7e 100644 --- a/drivers/modem/alt1250/altcom_cmd_sms.h +++ b/drivers/modem/alt1250/altcom_cmd_sms.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_cmd_sms.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_cmd_sock.h b/drivers/modem/alt1250/altcom_cmd_sock.h index 5b2c02ee31..812d7d20a1 100644 --- a/drivers/modem/alt1250/altcom_cmd_sock.h +++ b/drivers/modem/alt1250/altcom_cmd_sock.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_cmd_sock.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_errno.c b/drivers/modem/alt1250/altcom_errno.c index d52e4ec6ec..2e387d46be 100644 --- a/drivers/modem/alt1250/altcom_errno.c +++ b/drivers/modem/alt1250/altcom_errno.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_errno.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_errno.h b/drivers/modem/alt1250/altcom_errno.h index 102b6bc93e..6f3fa63898 100644 --- a/drivers/modem/alt1250/altcom_errno.h +++ b/drivers/modem/alt1250/altcom_errno.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_errno.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr.c b/drivers/modem/alt1250/altcom_hdlr.c index e55e844d6c..2d334ca28d 100644 --- a/drivers/modem/alt1250/altcom_hdlr.c +++ b/drivers/modem/alt1250/altcom_hdlr.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr.h b/drivers/modem/alt1250/altcom_hdlr.h index 402dd7c6fe..481b1e24d6 100644 --- a/drivers/modem/alt1250/altcom_hdlr.h +++ b/drivers/modem/alt1250/altcom_hdlr.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_firmware.c b/drivers/modem/alt1250/altcom_hdlr_firmware.c index 78422cfc6a..02082ea501 100644 --- a/drivers/modem/alt1250/altcom_hdlr_firmware.c +++ b/drivers/modem/alt1250/altcom_hdlr_firmware.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_firmware.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_firmware.h b/drivers/modem/alt1250/altcom_hdlr_firmware.h index c8c6d079aa..eb2ce73d07 100644 --- a/drivers/modem/alt1250/altcom_hdlr_firmware.h +++ b/drivers/modem/alt1250/altcom_hdlr_firmware.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_firmware.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_log.c b/drivers/modem/alt1250/altcom_hdlr_log.c index 93901c2b04..210e21c95e 100644 --- a/drivers/modem/alt1250/altcom_hdlr_log.c +++ b/drivers/modem/alt1250/altcom_hdlr_log.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_log.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_log.h b/drivers/modem/alt1250/altcom_hdlr_log.h index 24949eb212..6aa370f65d 100644 --- a/drivers/modem/alt1250/altcom_hdlr_log.h +++ b/drivers/modem/alt1250/altcom_hdlr_log.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_log.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_net.c b/drivers/modem/alt1250/altcom_hdlr_net.c index b967ad5041..815deb33e9 100644 --- a/drivers/modem/alt1250/altcom_hdlr_net.c +++ b/drivers/modem/alt1250/altcom_hdlr_net.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_net.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_net.h b/drivers/modem/alt1250/altcom_hdlr_net.h index 6a4c41b601..6711c17e4e 100644 --- a/drivers/modem/alt1250/altcom_hdlr_net.h +++ b/drivers/modem/alt1250/altcom_hdlr_net.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_net.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_other.c b/drivers/modem/alt1250/altcom_hdlr_other.c index e30ef7f153..b0b0417206 100644 --- a/drivers/modem/alt1250/altcom_hdlr_other.c +++ b/drivers/modem/alt1250/altcom_hdlr_other.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_other.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_other.h b/drivers/modem/alt1250/altcom_hdlr_other.h index 22affad511..9bc2248091 100644 --- a/drivers/modem/alt1250/altcom_hdlr_other.h +++ b/drivers/modem/alt1250/altcom_hdlr_other.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_other.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_pdn.c b/drivers/modem/alt1250/altcom_hdlr_pdn.c index 90803cff15..2166d1f3bf 100644 --- a/drivers/modem/alt1250/altcom_hdlr_pdn.c +++ b/drivers/modem/alt1250/altcom_hdlr_pdn.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_pdn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_pdn.h b/drivers/modem/alt1250/altcom_hdlr_pdn.h index 458474a181..9e22182e11 100644 --- a/drivers/modem/alt1250/altcom_hdlr_pdn.h +++ b/drivers/modem/alt1250/altcom_hdlr_pdn.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_pdn.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_pin.c b/drivers/modem/alt1250/altcom_hdlr_pin.c index 066e75137d..dcf57e5cbd 100644 --- a/drivers/modem/alt1250/altcom_hdlr_pin.c +++ b/drivers/modem/alt1250/altcom_hdlr_pin.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_pin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_pin.h b/drivers/modem/alt1250/altcom_hdlr_pin.h index 4745a90344..ca857b7bbc 100644 --- a/drivers/modem/alt1250/altcom_hdlr_pin.h +++ b/drivers/modem/alt1250/altcom_hdlr_pin.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_pin.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_psave.c b/drivers/modem/alt1250/altcom_hdlr_psave.c index 08afb8acda..03dd6c505d 100644 --- a/drivers/modem/alt1250/altcom_hdlr_psave.c +++ b/drivers/modem/alt1250/altcom_hdlr_psave.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_psave.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_psave.h b/drivers/modem/alt1250/altcom_hdlr_psave.h index 359d56dcb7..00b55f80a4 100644 --- a/drivers/modem/alt1250/altcom_hdlr_psave.h +++ b/drivers/modem/alt1250/altcom_hdlr_psave.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_psave.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_radio.c b/drivers/modem/alt1250/altcom_hdlr_radio.c index 24ab28b966..c015585114 100644 --- a/drivers/modem/alt1250/altcom_hdlr_radio.c +++ b/drivers/modem/alt1250/altcom_hdlr_radio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_radio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_radio.h b/drivers/modem/alt1250/altcom_hdlr_radio.h index cf1791620b..3a1f9ad306 100644 --- a/drivers/modem/alt1250/altcom_hdlr_radio.h +++ b/drivers/modem/alt1250/altcom_hdlr_radio.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_radio.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_sim.c b/drivers/modem/alt1250/altcom_hdlr_sim.c index 5270dfbd97..56c5a78c33 100644 --- a/drivers/modem/alt1250/altcom_hdlr_sim.c +++ b/drivers/modem/alt1250/altcom_hdlr_sim.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_sim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_sim.h b/drivers/modem/alt1250/altcom_hdlr_sim.h index 66be84ab72..64d02514b0 100644 --- a/drivers/modem/alt1250/altcom_hdlr_sim.h +++ b/drivers/modem/alt1250/altcom_hdlr_sim.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_sim.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_sms.c b/drivers/modem/alt1250/altcom_hdlr_sms.c index d1b2718c86..aac06eb6c5 100644 --- a/drivers/modem/alt1250/altcom_hdlr_sms.c +++ b/drivers/modem/alt1250/altcom_hdlr_sms.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_sms.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_sms.h b/drivers/modem/alt1250/altcom_hdlr_sms.h index 064ccdc8f5..9084b08490 100644 --- a/drivers/modem/alt1250/altcom_hdlr_sms.h +++ b/drivers/modem/alt1250/altcom_hdlr_sms.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_sms.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_socket.c b/drivers/modem/alt1250/altcom_hdlr_socket.c index 438aa68990..01d9a65de9 100644 --- a/drivers/modem/alt1250/altcom_hdlr_socket.c +++ b/drivers/modem/alt1250/altcom_hdlr_socket.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_socket.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_hdlr_socket.h b/drivers/modem/alt1250/altcom_hdlr_socket.h index cb159e47cb..5572422af1 100644 --- a/drivers/modem/alt1250/altcom_hdlr_socket.h +++ b/drivers/modem/alt1250/altcom_hdlr_socket.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_hdlr_socket.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_lwm2m_hdlr.c b/drivers/modem/alt1250/altcom_lwm2m_hdlr.c index a4eb5ff956..b86d943c57 100644 --- a/drivers/modem/alt1250/altcom_lwm2m_hdlr.c +++ b/drivers/modem/alt1250/altcom_lwm2m_hdlr.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_lwm2m_hdlr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_lwm2m_hdlr.h b/drivers/modem/alt1250/altcom_lwm2m_hdlr.h index 5cc7bff05f..42ce21e321 100644 --- a/drivers/modem/alt1250/altcom_lwm2m_hdlr.h +++ b/drivers/modem/alt1250/altcom_lwm2m_hdlr.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_lwm2m_hdlr.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_pkt.c b/drivers/modem/alt1250/altcom_pkt.c index e1c086c688..5ce15120b2 100644 --- a/drivers/modem/alt1250/altcom_pkt.c +++ b/drivers/modem/alt1250/altcom_pkt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_pkt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altcom_pkt.h b/drivers/modem/alt1250/altcom_pkt.h index d486818d66..fee4bcc249 100644 --- a/drivers/modem/alt1250/altcom_pkt.h +++ b/drivers/modem/alt1250/altcom_pkt.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altcom_pkt.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm.c b/drivers/modem/alt1250/altmdm.c index f1745b2dbd..a0b813324b 100644 --- a/drivers/modem/alt1250/altmdm.c +++ b/drivers/modem/alt1250/altmdm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm.h b/drivers/modem/alt1250/altmdm.h index 6697d5df7a..3f8b7e1fd9 100644 --- a/drivers/modem/alt1250/altmdm.h +++ b/drivers/modem/alt1250/altmdm.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm_event.c b/drivers/modem/alt1250/altmdm_event.c index 511da25da4..65028cf8ee 100644 --- a/drivers/modem/alt1250/altmdm_event.c +++ b/drivers/modem/alt1250/altmdm_event.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm_event.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm_event.h b/drivers/modem/alt1250/altmdm_event.h index de672baae4..7581de2e82 100644 --- a/drivers/modem/alt1250/altmdm_event.h +++ b/drivers/modem/alt1250/altmdm_event.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm_event.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm_spi.c b/drivers/modem/alt1250/altmdm_spi.c index 6b18b63330..5f3b30fcc3 100644 --- a/drivers/modem/alt1250/altmdm_spi.c +++ b/drivers/modem/alt1250/altmdm_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm_spi.h b/drivers/modem/alt1250/altmdm_spi.h index d16e7bef7a..8e7d651351 100644 --- a/drivers/modem/alt1250/altmdm_spi.h +++ b/drivers/modem/alt1250/altmdm_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm_spi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm_timer.c b/drivers/modem/alt1250/altmdm_timer.c index ffa338b681..afe09a19d7 100644 --- a/drivers/modem/alt1250/altmdm_timer.c +++ b/drivers/modem/alt1250/altmdm_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/alt1250/altmdm_timer.h b/drivers/modem/alt1250/altmdm_timer.h index 0d69de64e5..58f67d916b 100644 --- a/drivers/modem/alt1250/altmdm_timer.h +++ b/drivers/modem/alt1250/altmdm_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/modem/alt1250/altmdm_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/modem/u-blox.c b/drivers/modem/u-blox.c index 9f05344e94..d1871b661f 100644 --- a/drivers/modem/u-blox.c +++ b/drivers/modem/u-blox.c @@ -1,8 +1,9 @@ /**************************************************************************** * drivers/modem/u-blox.c * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/motor/CMakeLists.txt b/drivers/motor/CMakeLists.txt index 7d6990d83f..297c0cc464 100644 --- a/drivers/motor/CMakeLists.txt +++ b/drivers/motor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/motor/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/motor/Make.defs b/drivers/motor/Make.defs index 4a683548a2..6baee176b4 100644 --- a/drivers/motor/Make.defs +++ b/drivers/motor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/motor/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/a4988.c b/drivers/motor/a4988.c index dbe1017afd..b4b5bdbaa5 100644 --- a/drivers/motor/a4988.c +++ b/drivers/motor/a4988.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/motor/a4988.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/drv8825.c b/drivers/motor/drv8825.c index 1b45af0b13..88b5e214dc 100644 --- a/drivers/motor/drv8825.c +++ b/drivers/motor/drv8825.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/motor/drv8825.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/foc/CMakeLists.txt b/drivers/motor/foc/CMakeLists.txt index 9cee9bf19b..c9bed20138 100644 --- a/drivers/motor/foc/CMakeLists.txt +++ b/drivers/motor/foc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/motor/foc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/motor/foc/Make.defs b/drivers/motor/foc/Make.defs index 8d505a61bd..2c0f127c87 100644 --- a/drivers/motor/foc/Make.defs +++ b/drivers/motor/foc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/motor/foc/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/foc/drv8301.c b/drivers/motor/foc/drv8301.c index a169fa6041..9e8712e30a 100644 --- a/drivers/motor/foc/drv8301.c +++ b/drivers/motor/foc/drv8301.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/motor/foc/drv8301.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/foc/foc_dev.c b/drivers/motor/foc/foc_dev.c index 241dbbfd8a..25b00a0431 100644 --- a/drivers/motor/foc/foc_dev.c +++ b/drivers/motor/foc/foc_dev.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/motor/foc/foc_dev.c - * Upper-half FOC controller logic + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/motor/foc/foc_dummy.c b/drivers/motor/foc/foc_dummy.c index 466390e776..69416fbbd1 100644 --- a/drivers/motor/foc/foc_dummy.c +++ b/drivers/motor/foc/foc_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/motor/foc/foc_dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/foc/foc_pwr.c b/drivers/motor/foc/foc_pwr.c index 521c78ffd1..fc0ef44a36 100644 --- a/drivers/motor/foc/foc_pwr.c +++ b/drivers/motor/foc/foc_pwr.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/motor/foc/foc_pwr.c - * Power-stage FOC logic + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/motor/motor.c b/drivers/motor/motor.c index ffa975dfa1..1031388007 100644 --- a/drivers/motor/motor.c +++ b/drivers/motor/motor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/motor/motor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/motor/stepper.c b/drivers/motor/stepper.c index 443e0adbb0..2cfc55dc95 100644 --- a/drivers/motor/stepper.c +++ b/drivers/motor/stepper.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/motor/stepper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/CMakeLists.txt b/drivers/mtd/CMakeLists.txt index ea9eabc99d..46965d40ca 100644 --- a/drivers/mtd/CMakeLists.txt +++ b/drivers/mtd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/mtd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -17,8 +19,6 @@ # the License. # # ############################################################################## -# -# ############################################################################## if(CONFIG_MTD) set(SRCS ftl.c) diff --git a/drivers/mtd/Make.defs b/drivers/mtd/Make.defs index 6956610c3c..0bc3cce279 100644 --- a/drivers/mtd/Make.defs +++ b/drivers/mtd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/mtd/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/at24xx.c b/drivers/mtd/at24xx.c index edb191b7f3..7942b07e60 100644 --- a/drivers/mtd/at24xx.c +++ b/drivers/mtd/at24xx.c @@ -1,8 +1,9 @@ /**************************************************************************** * drivers/mtd/at24xx.c * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Copyright (C) 2013, 2016 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013, 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/at25.c b/drivers/mtd/at25.c index c4d793806d..9694ce4c5b 100644 --- a/drivers/mtd/at25.c +++ b/drivers/mtd/at25.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/at25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/at25ee.c b/drivers/mtd/at25ee.c index 45873a7c46..6f355b2379 100644 --- a/drivers/mtd/at25ee.c +++ b/drivers/mtd/at25ee.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/at25ee.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/at45db.c b/drivers/mtd/at45db.c index 59fcde39b7..25b94d73e8 100644 --- a/drivers/mtd/at45db.c +++ b/drivers/mtd/at45db.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/at45db.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/dhara.c b/drivers/mtd/dhara.c index dc81c1f6f0..0f485be85c 100644 --- a/drivers/mtd/dhara.c +++ b/drivers/mtd/dhara.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/dhara.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/filemtd.c b/drivers/mtd/filemtd.c index 7a87496c59..f9694f1b5c 100644 --- a/drivers/mtd/filemtd.c +++ b/drivers/mtd/filemtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/filemtd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c index 5e19ead19c..04f9fc7592 100644 --- a/drivers/mtd/ftl.c +++ b/drivers/mtd/ftl.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/ftl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/gd25.c b/drivers/mtd/gd25.c index 61248615f6..c04f6d2022 100644 --- a/drivers/mtd/gd25.c +++ b/drivers/mtd/gd25.c @@ -1,6 +1,8 @@ /*************************************************************************** * drivers/mtd/gd25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/gd5f.c b/drivers/mtd/gd5f.c index 9f5e252a9c..a13126ac09 100644 --- a/drivers/mtd/gd5f.c +++ b/drivers/mtd/gd5f.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/gd5f.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/hamming.c b/drivers/mtd/hamming.c index 49e361d8a2..d2fee21ee3 100644 --- a/drivers/mtd/hamming.c +++ b/drivers/mtd/hamming.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/hamming.c * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2011, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/is25xp.c b/drivers/mtd/is25xp.c index becd795189..87440d68cf 100644 --- a/drivers/mtd/is25xp.c +++ b/drivers/mtd/is25xp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/is25xp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/m25px.c b/drivers/mtd/m25px.c index 20fab5e11f..03678da621 100644 --- a/drivers/mtd/m25px.c +++ b/drivers/mtd/m25px.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/m25px.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mtd_config.c b/drivers/mtd/mtd_config.c index 746a501334..eed3d307c4 100644 --- a/drivers/mtd/mtd_config.c +++ b/drivers/mtd/mtd_config.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_config.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mtd_modeltab.c b/drivers/mtd/mtd_modeltab.c index 404045049e..d0cf5d5ca2 100644 --- a/drivers/mtd/mtd_modeltab.c +++ b/drivers/mtd/mtd_modeltab.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_modeltab.c * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2012, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/mtd_nand.c b/drivers/mtd/mtd_nand.c index 725238dc75..c2eb679eec 100644 --- a/drivers/mtd/mtd_nand.c +++ b/drivers/mtd/mtd_nand.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_nand.c * - * Copyright (c) 2011, 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2011, 2012, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/mtd_nandecc.c b/drivers/mtd/mtd_nandecc.c index 5a21a79177..adff42218e 100644 --- a/drivers/mtd/mtd_nandecc.c +++ b/drivers/mtd/mtd_nandecc.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_nandecc.c * - * Copyright (c) 2011, 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2011, 2012, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/mtd_nandmodel.c b/drivers/mtd/mtd_nandmodel.c index bafa50580e..ec417606e6 100644 --- a/drivers/mtd/mtd_nandmodel.c +++ b/drivers/mtd/mtd_nandmodel.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_nandmodel.c * - * Copyright (c) 2011, 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2011, 2012, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/mtd_nandram.c b/drivers/mtd/mtd_nandram.c index a306bf6285..9e2d3cec75 100644 --- a/drivers/mtd/mtd_nandram.c +++ b/drivers/mtd/mtd_nandram.c @@ -1,8 +1,7 @@ /**************************************************************************** * drivers/mtd/mtd_nandram.c - * This file deals with the raw lower half of the device driver, and manages - * reading and writing to the actual NAND Flash device that has been emulated - * from RAM. + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/mtd/mtd_nandscheme.c b/drivers/mtd/mtd_nandscheme.c index e177d34937..4e8318c951 100644 --- a/drivers/mtd/mtd_nandscheme.c +++ b/drivers/mtd/mtd_nandscheme.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_nandscheme.c * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2012, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/mtd_nandwrapper.c b/drivers/mtd/mtd_nandwrapper.c index 8d604b96b1..248db39e4a 100644 --- a/drivers/mtd/mtd_nandwrapper.c +++ b/drivers/mtd/mtd_nandwrapper.c @@ -1,8 +1,7 @@ /**************************************************************************** * drivers/mtd/mtd_nandwrapper.c - * This deals with the wrapper over the upper half of the driver, to enable - * logging for debugging, and essentially passes the parameters right to the - * actual upper half of the NAND Flash device driver without changing them. + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/mtd/mtd_onfi.c b/drivers/mtd/mtd_onfi.c index b89ad74d1c..cc3e217baf 100644 --- a/drivers/mtd/mtd_onfi.c +++ b/drivers/mtd/mtd_onfi.c @@ -1,7 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_onfi.c * - * Copyright (c) 2010, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2010, Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/mtd/mtd_partition.c b/drivers/mtd/mtd_partition.c index 4db75d92d1..20401040bc 100644 --- a/drivers/mtd/mtd_partition.c +++ b/drivers/mtd/mtd_partition.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_partition.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mtd_progmem.c b/drivers/mtd/mtd_progmem.c index 762f33735f..e48e5d0fdf 100644 --- a/drivers/mtd/mtd_progmem.c +++ b/drivers/mtd/mtd_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_progmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mtd_rwbuffer.c b/drivers/mtd/mtd_rwbuffer.c index 88e865e915..5669751c8f 100644 --- a/drivers/mtd/mtd_rwbuffer.c +++ b/drivers/mtd/mtd_rwbuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mtd_rwbuffer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mx25lx.c b/drivers/mtd/mx25lx.c index ffd1e8511f..1e55b2916e 100644 --- a/drivers/mtd/mx25lx.c +++ b/drivers/mtd/mx25lx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mx25lx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mx25rxx.c b/drivers/mtd/mx25rxx.c index 7a1f9cdb14..e809539cb9 100644 --- a/drivers/mtd/mx25rxx.c +++ b/drivers/mtd/mx25rxx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mx25rxx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/mx35.c b/drivers/mtd/mx35.c index 57d30e93d2..f602bc6ae2 100644 --- a/drivers/mtd/mx35.c +++ b/drivers/mtd/mx35.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/mx35.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/n25qxxx.c b/drivers/mtd/n25qxxx.c index c43a4d8278..bde0dc88f4 100644 --- a/drivers/mtd/n25qxxx.c +++ b/drivers/mtd/n25qxxx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/n25qxxx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/nullmtd.c b/drivers/mtd/nullmtd.c index edc1dee0ae..e5124e24dd 100644 --- a/drivers/mtd/nullmtd.c +++ b/drivers/mtd/nullmtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/nullmtd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/rammtd.c b/drivers/mtd/rammtd.c index faae742a23..4c7503fe4c 100644 --- a/drivers/mtd/rammtd.c +++ b/drivers/mtd/rammtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/rammtd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/ramtron.c b/drivers/mtd/ramtron.c index 1f342f7d72..ef7057a26d 100644 --- a/drivers/mtd/ramtron.c +++ b/drivers/mtd/ramtron.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/ramtron.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/rpmsgmtd.c b/drivers/mtd/rpmsgmtd.c index 8545b24f69..82036cce47 100644 --- a/drivers/mtd/rpmsgmtd.c +++ b/drivers/mtd/rpmsgmtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/rpmsgmtd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/rpmsgmtd.h b/drivers/mtd/rpmsgmtd.h index 5a80375351..8641f06c0f 100644 --- a/drivers/mtd/rpmsgmtd.h +++ b/drivers/mtd/rpmsgmtd.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/rpmsgmtd.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/rpmsgmtd_server.c b/drivers/mtd/rpmsgmtd_server.c index 7320c5d365..36c8f51bce 100644 --- a/drivers/mtd/rpmsgmtd_server.c +++ b/drivers/mtd/rpmsgmtd_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/rpmsgmtd_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/s25fl1.c b/drivers/mtd/s25fl1.c index 414d9c9877..b85db78918 100644 --- a/drivers/mtd/s25fl1.c +++ b/drivers/mtd/s25fl1.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/s25fl1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/sector512.c b/drivers/mtd/sector512.c index 787f22ae54..d0f99df667 100644 --- a/drivers/mtd/sector512.c +++ b/drivers/mtd/sector512.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/sector512.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/skeleton.c b/drivers/mtd/skeleton.c index 1a2d42ec24..a20b0cc515 100644 --- a/drivers/mtd/skeleton.c +++ b/drivers/mtd/skeleton.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/skeleton.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/smart.c b/drivers/mtd/smart.c index 801b80216a..ff0f0cb582 100644 --- a/drivers/mtd/smart.c +++ b/drivers/mtd/smart.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/smart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/sst25.c b/drivers/mtd/sst25.c index 7f991037a1..c918b9b8df 100644 --- a/drivers/mtd/sst25.c +++ b/drivers/mtd/sst25.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/sst25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/sst25xx.c b/drivers/mtd/sst25xx.c index 39dca0d789..83dfd4a1cc 100644 --- a/drivers/mtd/sst25xx.c +++ b/drivers/mtd/sst25xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/sst25xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/sst26.c b/drivers/mtd/sst26.c index d625c49419..824e67488b 100644 --- a/drivers/mtd/sst26.c +++ b/drivers/mtd/sst26.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/sst26.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/sst39vf.c b/drivers/mtd/sst39vf.c index 9f97b28663..1a33dc58f2 100644 --- a/drivers/mtd/sst39vf.c +++ b/drivers/mtd/sst39vf.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/sst39vf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/w25.c b/drivers/mtd/w25.c index fd0df35015..07f585bc51 100644 --- a/drivers/mtd/w25.c +++ b/drivers/mtd/w25.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/w25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/mtd/w25qxxxjv.c b/drivers/mtd/w25qxxxjv.c index 1eb25a80d7..881f2070dd 100644 --- a/drivers/mtd/w25qxxxjv.c +++ b/drivers/mtd/w25qxxxjv.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/mtd/w25qxxxjv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/CMakeLists.txt b/drivers/net/CMakeLists.txt index 0a8c2b174b..86c96da39d 100644 --- a/drivers/net/CMakeLists.txt +++ b/drivers/net/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/net/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/net/Make.defs b/drivers/net/Make.defs index d0b3b01065..20a2b2b138 100644 --- a/drivers/net/Make.defs +++ b/drivers/net/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/net/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/net/dm90x0.c b/drivers/net/dm90x0.c index 02722b7854..8e9e05a45b 100644 --- a/drivers/net/dm90x0.c +++ b/drivers/net/dm90x0.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/dm90x0.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index 54da2c6cb0..9dd0a278f8 100644 --- a/drivers/net/e1000.c +++ b/drivers/net/e1000.c @@ -1,6 +1,8 @@ /***************************************************************************** * drivers/net/e1000.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/e1000.h b/drivers/net/e1000.h index 0650c69d07..c2f92c7340 100644 --- a/drivers/net/e1000.h +++ b/drivers/net/e1000.h @@ -1,6 +1,8 @@ /***************************************************************************** * drivers/net/e1000.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/enc28j60.c b/drivers/net/enc28j60.c index 20b755363d..8393e79463 100644 --- a/drivers/net/enc28j60.c +++ b/drivers/net/enc28j60.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/enc28j60.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/enc28j60.h b/drivers/net/enc28j60.h index 1206a70fc0..0a9fbc5784 100644 --- a/drivers/net/enc28j60.h +++ b/drivers/net/enc28j60.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/enc28j60.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/encx24j600.c b/drivers/net/encx24j600.c index 347541274c..76e2e5840a 100644 --- a/drivers/net/encx24j600.c +++ b/drivers/net/encx24j600.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/encx24j600.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/encx24j600.h b/drivers/net/encx24j600.h index a3b719bbd1..d268e46c08 100644 --- a/drivers/net/encx24j600.h +++ b/drivers/net/encx24j600.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/encx24j600.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/ftmac100.c b/drivers/net/ftmac100.c index f209a5f98d..0c0579146d 100644 --- a/drivers/net/ftmac100.c +++ b/drivers/net/ftmac100.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/ftmac100.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/igc.c b/drivers/net/igc.c index 4f8bd135d0..16e7eab1e1 100644 --- a/drivers/net/igc.c +++ b/drivers/net/igc.c @@ -1,6 +1,8 @@ /***************************************************************************** * drivers/net/igc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/igc.h b/drivers/net/igc.h index 49dd237f49..95586d17d3 100644 --- a/drivers/net/igc.h +++ b/drivers/net/igc.h @@ -1,6 +1,8 @@ /***************************************************************************** * drivers/net/igc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/ksz9477.c b/drivers/net/ksz9477.c index 7915dd8963..561536ea77 100644 --- a/drivers/net/ksz9477.c +++ b/drivers/net/ksz9477.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/ksz9477.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/ksz9477_i2c.c b/drivers/net/ksz9477_i2c.c index beb5aaab38..0b4cab0581 100644 --- a/drivers/net/ksz9477_i2c.c +++ b/drivers/net/ksz9477_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/ksz9477_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/ksz9477_reg.h b/drivers/net/ksz9477_reg.h index 652fbe3e45..43a631eb7d 100644 --- a/drivers/net/ksz9477_reg.h +++ b/drivers/net/ksz9477_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/ksz9477_reg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/lan91c111.c b/drivers/net/lan91c111.c index 629d8fd066..21ae58df30 100644 --- a/drivers/net/lan91c111.c +++ b/drivers/net/lan91c111.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/lan91c111.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/lan91c111.h b/drivers/net/lan91c111.h index 262e7fc930..9c317edd1c 100644 --- a/drivers/net/lan91c111.h +++ b/drivers/net/lan91c111.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/lan91c111.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/lan9250.c b/drivers/net/lan9250.c index fa617ce4a0..7e3e621495 100644 --- a/drivers/net/lan9250.c +++ b/drivers/net/lan9250.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/lan9250.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/lan9250.h b/drivers/net/lan9250.h index 6eff7e758e..f937aa5fb5 100644 --- a/drivers/net/lan9250.h +++ b/drivers/net/lan9250.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/lan9250.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index 30ad792dc9..cf002d08c1 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/loopback.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/netdev_upperhalf.c b/drivers/net/netdev_upperhalf.c index 304ad4696d..cf5f65223e 100644 --- a/drivers/net/netdev_upperhalf.c +++ b/drivers/net/netdev_upperhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/netdev_upperhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/phy_notify.c b/drivers/net/phy_notify.c index 2965589968..6276dddd29 100644 --- a/drivers/net/phy_notify.c +++ b/drivers/net/phy_notify.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/phy_notify.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/rpmsgdrv.c b/drivers/net/rpmsgdrv.c index 1a4c9910eb..f29544c60e 100644 --- a/drivers/net/rpmsgdrv.c +++ b/drivers/net/rpmsgdrv.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/rpmsgdrv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/skeleton.c b/drivers/net/skeleton.c index c58439a11d..09d29450d0 100644 --- a/drivers/net/skeleton.c +++ b/drivers/net/skeleton.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/skeleton.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/slip.c b/drivers/net/slip.c index 3a76d639e9..f9622a63e0 100644 --- a/drivers/net/slip.c +++ b/drivers/net/slip.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/slip.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/telnet.c b/drivers/net/telnet.c index 52f743edf7..7575754179 100644 --- a/drivers/net/telnet.c +++ b/drivers/net/telnet.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/telnet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/tun.c b/drivers/net/tun.c index e5d5bec163..0301734cfd 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -1,8 +1,9 @@ /**************************************************************************** * drivers/net/tun.c * - * Copyright (C) 2015-2016 Max Nekludov. All rights reserved. - * Author: Max Nekludov + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: (C) 2015-2016 Max Nekludov. All rights reserved. + * SPDX-FileContributor: Max Nekludov * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/net/w5500.c b/drivers/net/w5500.c index 3e06ca30fb..f79eaeafd1 100644 --- a/drivers/net/w5500.c +++ b/drivers/net/w5500.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/w5500.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/net/wifi_sim.c b/drivers/net/wifi_sim.c index f87641cb23..bb47bd2eab 100644 --- a/drivers/net/wifi_sim.c +++ b/drivers/net/wifi_sim.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/net/wifi_sim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/CMakeLists.txt b/drivers/note/CMakeLists.txt index ff3807bcae..fa5a9a42e0 100644 --- a/drivers/note/CMakeLists.txt +++ b/drivers/note/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/note/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/note/Make.defs b/drivers/note/Make.defs index e76fc35b6d..d27536bbc5 100644 --- a/drivers/note/Make.defs +++ b/drivers/note/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/note/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/note/note_driver.c b/drivers/note/note_driver.c index 63d89b7d9b..11e6aed7a4 100644 --- a/drivers/note/note_driver.c +++ b/drivers/note/note_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/note_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/note_initialize.c b/drivers/note/note_initialize.c index 00383d2624..d319cecbec 100644 --- a/drivers/note/note_initialize.c +++ b/drivers/note/note_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/note_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/notectl_driver.c b/drivers/note/notectl_driver.c index c1b5229a7a..0aaefa8cc6 100644 --- a/drivers/note/notectl_driver.c +++ b/drivers/note/notectl_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/notectl_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/notelog_driver.c b/drivers/note/notelog_driver.c index 790c804599..2ef0f5885a 100644 --- a/drivers/note/notelog_driver.c +++ b/drivers/note/notelog_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/notelog_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/noteram_driver.c b/drivers/note/noteram_driver.c index 2b04d6c9ee..6fae509727 100644 --- a/drivers/note/noteram_driver.c +++ b/drivers/note/noteram_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/noteram_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/noterpmsg.h b/drivers/note/noterpmsg.h index 3eb2af1ed0..742b7e26b2 100644 --- a/drivers/note/noterpmsg.h +++ b/drivers/note/noterpmsg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/noterpmsg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/noterpmsg_driver.c b/drivers/note/noterpmsg_driver.c index e0519f0da2..be47721792 100644 --- a/drivers/note/noterpmsg_driver.c +++ b/drivers/note/noterpmsg_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/noterpmsg_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/noterpmsg_server.c b/drivers/note/noterpmsg_server.c index 43e4f6ac57..3713620996 100644 --- a/drivers/note/noterpmsg_server.c +++ b/drivers/note/noterpmsg_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/noterpmsg_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/notesnap_driver.c b/drivers/note/notesnap_driver.c index 2ab4dcfef6..636fc37f69 100644 --- a/drivers/note/notesnap_driver.c +++ b/drivers/note/notesnap_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/notesnap_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/note/notestream_driver.c b/drivers/note/notestream_driver.c index b84436218e..bf45520e4a 100644 --- a/drivers/note/notestream_driver.c +++ b/drivers/note/notestream_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/note/notestream_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/CMakeLists.txt b/drivers/pci/CMakeLists.txt index 15ae0ac208..6eb4bd08d8 100644 --- a/drivers/pci/CMakeLists.txt +++ b/drivers/pci/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/pci/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/pci/Make.defs b/drivers/pci/Make.defs index 1a0bed40de..654d0b6375 100644 --- a/drivers/pci/Make.defs +++ b/drivers/pci/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/pci/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index dde115ac1a..8749e6637d 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_drivers.c b/drivers/pci/pci_drivers.c index d16fa45b55..44ab2e86ff 100644 --- a/drivers/pci/pci_drivers.c +++ b/drivers/pci/pci_drivers.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_drivers.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_drivers.h b/drivers/pci/pci_drivers.h index 66cdb868ea..72d4da7237 100644 --- a/drivers/pci/pci_drivers.h +++ b/drivers/pci/pci_drivers.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_drivers.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_ecam.c b/drivers/pci/pci_ecam.c index 7e9dd94cf4..31929fc36a 100644 --- a/drivers/pci/pci_ecam.c +++ b/drivers/pci/pci_ecam.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_ecam.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_ep_test.c b/drivers/pci/pci_ep_test.c index 9be69f2053..a6dc9682d8 100644 --- a/drivers/pci/pci_ep_test.c +++ b/drivers/pci/pci_ep_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_ep_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_epc.c b/drivers/pci/pci_epc.c index 1a867c036f..74ad993138 100644 --- a/drivers/pci/pci_epc.c +++ b/drivers/pci/pci_epc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_epc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_epc_mem.c b/drivers/pci/pci_epc_mem.c index f85fc8ef93..f1bb2382d0 100644 --- a/drivers/pci/pci_epc_mem.c +++ b/drivers/pci/pci_epc_mem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_epc_mem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_epf.c b/drivers/pci/pci_epf.c index c748cf0306..b1ca093f52 100644 --- a/drivers/pci/pci_epf.c +++ b/drivers/pci/pci_epf.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_epf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_epf_test.c b/drivers/pci/pci_epf_test.c index 169f5b26fd..049959ccc5 100644 --- a/drivers/pci/pci_epf_test.c +++ b/drivers/pci/pci_epf_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_epf_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_ivshmem.c b/drivers/pci/pci_ivshmem.c index 2a0d7eb84e..8c66f0b121 100644 --- a/drivers/pci/pci_ivshmem.c +++ b/drivers/pci/pci_ivshmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_ivshmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_qemu_edu.c b/drivers/pci/pci_qemu_edu.c index 521cf163e6..4f6dc7512e 100644 --- a/drivers/pci/pci_qemu_edu.c +++ b/drivers/pci/pci_qemu_edu.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_qemu_edu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_qemu_epc.c b/drivers/pci/pci_qemu_epc.c index e766a5db5f..9e9baf85ad 100644 --- a/drivers/pci/pci_qemu_epc.c +++ b/drivers/pci/pci_qemu_epc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_qemu_epc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_qemu_test.c b/drivers/pci/pci_qemu_test.c index 47e357b138..b7ff07802a 100644 --- a/drivers/pci/pci_qemu_test.c +++ b/drivers/pci/pci_qemu_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_qemu_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pci/pci_uio_ivshmem.c b/drivers/pci/pci_uio_ivshmem.c index fd1a87a5a7..cb22151541 100644 --- a/drivers/pci/pci_uio_ivshmem.c +++ b/drivers/pci/pci_uio_ivshmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pci/pci_uio_ivshmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pinctrl/CMakeLists.txt b/drivers/pinctrl/CMakeLists.txt index cd7e28a62b..c0ae9dfe54 100644 --- a/drivers/pinctrl/CMakeLists.txt +++ b/drivers/pinctrl/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/pinctrl/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/pinctrl/Make.defs b/drivers/pinctrl/Make.defs index 91f9a0dfe3..20ea1b6f56 100644 --- a/drivers/pinctrl/Make.defs +++ b/drivers/pinctrl/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/pinctrl/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/pinctrl/pinctrl.c b/drivers/pinctrl/pinctrl.c index b241be1c26..21fbf6b6a9 100644 --- a/drivers/pinctrl/pinctrl.c +++ b/drivers/pinctrl/pinctrl.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pinctrl/pinctrl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pipes/CMakeLists.txt b/drivers/pipes/CMakeLists.txt index a476a0de40..68b8e1c5ea 100644 --- a/drivers/pipes/CMakeLists.txt +++ b/drivers/pipes/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/pipes/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/pipes/Make.defs b/drivers/pipes/Make.defs index 49010329d5..b4209856d4 100644 --- a/drivers/pipes/Make.defs +++ b/drivers/pipes/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/pipes/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/pipes/fifo.c b/drivers/pipes/fifo.c index b8e296a676..d6bbc3d2bc 100644 --- a/drivers/pipes/fifo.c +++ b/drivers/pipes/fifo.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pipes/fifo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pipes/pipe.c b/drivers/pipes/pipe.c index caf0394d1f..0dc7b14e70 100644 --- a/drivers/pipes/pipe.c +++ b/drivers/pipes/pipe.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pipes/pipe.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pipes/pipe_common.c b/drivers/pipes/pipe_common.c index f84b39711e..594c1c198b 100644 --- a/drivers/pipes/pipe_common.c +++ b/drivers/pipes/pipe_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pipes/pipe_common.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/pipes/pipe_common.h b/drivers/pipes/pipe_common.h index dc150998f8..f9b9989328 100644 --- a/drivers/pipes/pipe_common.h +++ b/drivers/pipes/pipe_common.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/pipes/pipe_common.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/CMakeLists.txt b/drivers/power/CMakeLists.txt index c52c4fdce3..9777585343 100644 --- a/drivers/power/CMakeLists.txt +++ b/drivers/power/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/power/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/power/Make.defs b/drivers/power/Make.defs index 002149f333..f25d9eadd9 100644 --- a/drivers/power/Make.defs +++ b/drivers/power/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/power/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/CMakeLists.txt b/drivers/power/battery/CMakeLists.txt index 282c8deacb..311bdd3e0c 100644 --- a/drivers/power/battery/CMakeLists.txt +++ b/drivers/power/battery/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/power/battery/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/power/battery/Make.defs b/drivers/power/battery/Make.defs index 6cedba89d0..419384a2bd 100644 --- a/drivers/power/battery/Make.defs +++ b/drivers/power/battery/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/power/battery/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/axp202.c b/drivers/power/battery/axp202.c index 9187812b05..1c4bb2f2d4 100644 --- a/drivers/power/battery/axp202.c +++ b/drivers/power/battery/axp202.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/axp202.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/battery_charger.c b/drivers/power/battery/battery_charger.c index 12e78bd33e..ba4f74a4ac 100644 --- a/drivers/power/battery/battery_charger.c +++ b/drivers/power/battery/battery_charger.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/battery_charger.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/battery_gauge.c b/drivers/power/battery/battery_gauge.c index 97afd5cb8c..3b52b5d827 100644 --- a/drivers/power/battery/battery_gauge.c +++ b/drivers/power/battery/battery_gauge.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/battery_gauge.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/battery_monitor.c b/drivers/power/battery/battery_monitor.c index aa3a93d3c6..e01b6cc076 100644 --- a/drivers/power/battery/battery_monitor.c +++ b/drivers/power/battery/battery_monitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/battery_monitor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/bq2425x.c b/drivers/power/battery/bq2425x.c index 77b9a6c0bc..746cd3b54a 100644 --- a/drivers/power/battery/bq2425x.c +++ b/drivers/power/battery/bq2425x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/bq2425x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/bq2425x.h b/drivers/power/battery/bq2425x.h index ba633acc81..aff326f7ef 100644 --- a/drivers/power/battery/bq2425x.h +++ b/drivers/power/battery/bq2425x.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/bq2425x.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/bq2429x.c b/drivers/power/battery/bq2429x.c index 071ac9bcdb..216dee17c0 100644 --- a/drivers/power/battery/bq2429x.c +++ b/drivers/power/battery/bq2429x.c @@ -1,14 +1,12 @@ /**************************************************************************** * drivers/power/battery/bq2429x.c - * Lower half driver for BQ2429x battery charger * - * Copyright (C) 2017 Neil Hancock. All rights reserved. - * - * Copyright (C) 2017 Haltian Ltd. All rights reserved. - * Author: Juha Niskanen - * - * Copyright (C) 2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Neil Hancock. All rights reserved. + * SPDX-FileCopyrightText: 2017 Haltian Ltd. All rights reserved. + * SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Juha Niskanen * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/power/battery/bq27426.c b/drivers/power/battery/bq27426.c index 47550414c9..7cb37b926a 100644 --- a/drivers/power/battery/bq27426.c +++ b/drivers/power/battery/bq27426.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/bq27426.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/bq769x0.c b/drivers/power/battery/bq769x0.c index afd412a1d0..2a74d6a74c 100644 --- a/drivers/power/battery/bq769x0.c +++ b/drivers/power/battery/bq769x0.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/bq769x0.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/goldfish_battery.c b/drivers/power/battery/goldfish_battery.c index 3b51ad9f7a..958e96c428 100644 --- a/drivers/power/battery/goldfish_battery.c +++ b/drivers/power/battery/goldfish_battery.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/goldfish_battery.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/max1704x.c b/drivers/power/battery/max1704x.c index 151a385b4b..30cf573749 100644 --- a/drivers/power/battery/max1704x.c +++ b/drivers/power/battery/max1704x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/max1704x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/battery/mcp73871.c b/drivers/power/battery/mcp73871.c index d91f76d4f6..9ff619800a 100644 --- a/drivers/power/battery/mcp73871.c +++ b/drivers/power/battery/mcp73871.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/battery/mcp73871.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/CMakeLists.txt b/drivers/power/pm/CMakeLists.txt index 0c14f99a65..f17dbb5f37 100644 --- a/drivers/power/pm/CMakeLists.txt +++ b/drivers/power/pm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/power/pm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/power/pm/Make.defs b/drivers/power/pm/Make.defs index 4a81b2adab..aa6384a952 100644 --- a/drivers/power/pm/Make.defs +++ b/drivers/power/pm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/power/pm/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/activity_governor.c b/drivers/power/pm/activity_governor.c index a2a7460a79..c3701c7823 100644 --- a/drivers/power/pm/activity_governor.c +++ b/drivers/power/pm/activity_governor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/activity_governor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/greedy_governor.c b/drivers/power/pm/greedy_governor.c index 09e182caad..6253b48233 100644 --- a/drivers/power/pm/greedy_governor.c +++ b/drivers/power/pm/greedy_governor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/greedy_governor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm.h b/drivers/power/pm/pm.h index 2b78ffdf62..37d12cc365 100644 --- a/drivers/power/pm/pm.h +++ b/drivers/power/pm/pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_activity.c b/drivers/power/pm/pm_activity.c index 18081a0327..6fd3c78ab1 100644 --- a/drivers/power/pm/pm_activity.c +++ b/drivers/power/pm/pm_activity.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_activity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_autoupdate.c b/drivers/power/pm/pm_autoupdate.c index 0579c3a32a..4fa9ed1460 100644 --- a/drivers/power/pm/pm_autoupdate.c +++ b/drivers/power/pm/pm_autoupdate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_autoupdate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_changestate.c b/drivers/power/pm/pm_changestate.c index 0ac3419f7d..c59de084a7 100644 --- a/drivers/power/pm/pm_changestate.c +++ b/drivers/power/pm/pm_changestate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_changestate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_checkstate.c b/drivers/power/pm/pm_checkstate.c index 5b4f13bb26..66c68fd7d9 100644 --- a/drivers/power/pm/pm_checkstate.c +++ b/drivers/power/pm/pm_checkstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_checkstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_governor.c b/drivers/power/pm/pm_governor.c index 9d5a5eb737..5c2414557e 100644 --- a/drivers/power/pm/pm_governor.c +++ b/drivers/power/pm/pm_governor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_governor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_idle.c b/drivers/power/pm/pm_idle.c index 80d65a4ca8..8f926c3b65 100644 --- a/drivers/power/pm/pm_idle.c +++ b/drivers/power/pm/pm_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_idle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_initialize.c b/drivers/power/pm/pm_initialize.c index 1c7beeb241..9114a230ed 100644 --- a/drivers/power/pm/pm_initialize.c +++ b/drivers/power/pm/pm_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_lock.c b/drivers/power/pm/pm_lock.c index 3690355670..d469a5d4b8 100644 --- a/drivers/power/pm/pm_lock.c +++ b/drivers/power/pm/pm_lock.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_lock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_procfs.c b/drivers/power/pm/pm_procfs.c index 39f8d5303b..b6154a9636 100644 --- a/drivers/power/pm/pm_procfs.c +++ b/drivers/power/pm/pm_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_procfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_register.c b/drivers/power/pm/pm_register.c index 81039c6b94..2a2d41fccb 100644 --- a/drivers/power/pm/pm_register.c +++ b/drivers/power/pm/pm_register.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_register.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_runtime.c b/drivers/power/pm/pm_runtime.c index 2edd7a6eec..dca3fb0fe6 100644 --- a/drivers/power/pm/pm_runtime.c +++ b/drivers/power/pm/pm_runtime.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_runtime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/pm_unregister.c b/drivers/power/pm/pm_unregister.c index f5951a5e81..cac9ef0835 100644 --- a/drivers/power/pm/pm_unregister.c +++ b/drivers/power/pm/pm_unregister.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/pm_unregister.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/pm/stability_governor.c b/drivers/power/pm/stability_governor.c index bffa27f6df..40d8f44f61 100644 --- a/drivers/power/pm/stability_governor.c +++ b/drivers/power/pm/stability_governor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/pm/stability_governor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/relay/CMakeLists.txt b/drivers/power/relay/CMakeLists.txt index b21047a387..853d10fabd 100644 --- a/drivers/power/relay/CMakeLists.txt +++ b/drivers/power/relay/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/power/relay/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/power/relay/Make.defs b/drivers/power/relay/Make.defs index 511d52f610..03eb04ceff 100644 --- a/drivers/power/relay/Make.defs +++ b/drivers/power/relay/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/power/relay/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/power/relay/relay.c b/drivers/power/relay/relay.c index 0179df82e9..e2f6909efa 100644 --- a/drivers/power/relay/relay.c +++ b/drivers/power/relay/relay.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/relay/relay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/relay/relay_gpio.c b/drivers/power/relay/relay_gpio.c index 6e468734a9..83fe350e4b 100644 --- a/drivers/power/relay/relay_gpio.c +++ b/drivers/power/relay/relay_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/relay/relay_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/CMakeLists.txt b/drivers/power/supply/CMakeLists.txt index 2c2b1a76c5..35d88d20d8 100644 --- a/drivers/power/supply/CMakeLists.txt +++ b/drivers/power/supply/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/power/supply/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/power/supply/Make.defs b/drivers/power/supply/Make.defs index e4d42b3460..b21ff288cd 100644 --- a/drivers/power/supply/Make.defs +++ b/drivers/power/supply/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/power/supply/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/act8945a.c b/drivers/power/supply/act8945a.c index d85b4866c0..c8c3a32d34 100644 --- a/drivers/power/supply/act8945a.c +++ b/drivers/power/supply/act8945a.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/supply/act8945a.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/powerled.c b/drivers/power/supply/powerled.c index 92278bcc2c..b9b1344ec3 100644 --- a/drivers/power/supply/powerled.c +++ b/drivers/power/supply/powerled.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/supply/powerled.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/regulator.c b/drivers/power/supply/regulator.c index 4263477b16..59bd5642bd 100644 --- a/drivers/power/supply/regulator.c +++ b/drivers/power/supply/regulator.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/supply/regulator.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/regulator_gpio.c b/drivers/power/supply/regulator_gpio.c index 30ba4a2b6f..0d7b03864a 100644 --- a/drivers/power/supply/regulator_gpio.c +++ b/drivers/power/supply/regulator_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/supply/regulator_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/regulator_rpmsg.c b/drivers/power/supply/regulator_rpmsg.c index 7672eff8c3..ac82197619 100644 --- a/drivers/power/supply/regulator_rpmsg.c +++ b/drivers/power/supply/regulator_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/supply/regulator_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/power/supply/smps.c b/drivers/power/supply/smps.c index b20a15c237..9a8dd42ea0 100644 --- a/drivers/power/supply/smps.c +++ b/drivers/power/supply/smps.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/power/supply/smps.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rc/CMakeLists.txt b/drivers/rc/CMakeLists.txt index 949057b2e6..c195e74a1f 100644 --- a/drivers/rc/CMakeLists.txt +++ b/drivers/rc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/rc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/rc/Make.defs b/drivers/rc/Make.defs index 1ecf647ac3..e03fcb0b95 100644 --- a/drivers/rc/Make.defs +++ b/drivers/rc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/rc/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/rc/dummy.c b/drivers/rc/dummy.c index 46dc8b0b02..acd204311c 100644 --- a/drivers/rc/dummy.c +++ b/drivers/rc/dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rc/dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rc/lirc_dev.c b/drivers/rc/lirc_dev.c index 994f65349d..57b2f67256 100644 --- a/drivers/rc/lirc_dev.c +++ b/drivers/rc/lirc_dev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rc/lirc_dev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/regmap/Make.defs b/drivers/regmap/Make.defs index 72e641e31f..9f8cbbd96b 100644 --- a/drivers/regmap/Make.defs +++ b/drivers/regmap/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/regmap/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/regmap/internal.h b/drivers/regmap/internal.h index 87c74a6f40..78a6ca1c19 100644 --- a/drivers/regmap/internal.h +++ b/drivers/regmap/internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/regmap/internal.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/regmap/regmap.c b/drivers/regmap/regmap.c index 0652382741..952014f553 100644 --- a/drivers/regmap/regmap.c +++ b/drivers/regmap/regmap.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/regmap/regmap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/regmap/regmap_i2c.c b/drivers/regmap/regmap_i2c.c index fc4458b850..aacfd2102c 100644 --- a/drivers/regmap/regmap_i2c.c +++ b/drivers/regmap/regmap_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/regmap/regmap_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/regmap/regmap_spi.c b/drivers/regmap/regmap_spi.c index 8d42ad940c..f90f3b0060 100644 --- a/drivers/regmap/regmap_spi.c +++ b/drivers/regmap/regmap_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/regmap/regmap_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/reset/CMakeLists.txt b/drivers/reset/CMakeLists.txt index ced6a54616..b9c0914815 100644 --- a/drivers/reset/CMakeLists.txt +++ b/drivers/reset/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/reset/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/reset/Make.defs b/drivers/reset/Make.defs index 93aaa33056..ba815dd326 100644 --- a/drivers/reset/Make.defs +++ b/drivers/reset/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/reset/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/reset/core.c b/drivers/reset/core.c index d8f9620260..665c6660ad 100644 --- a/drivers/reset/core.c +++ b/drivers/reset/core.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/reset/core.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/reset/reset_rpmsg.c b/drivers/reset/reset_rpmsg.c index c13358450c..87a7031681 100644 --- a/drivers/reset/reset_rpmsg.c +++ b/drivers/reset/reset_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/reset/reset_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rf/CMakeLists.txt b/drivers/rf/CMakeLists.txt index 7df1c070ae..538abd2ec4 100644 --- a/drivers/rf/CMakeLists.txt +++ b/drivers/rf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/rf/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/rf/Make.defs b/drivers/rf/Make.defs index 090254bb23..6c35fb889a 100644 --- a/drivers/rf/Make.defs +++ b/drivers/rf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/rf/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/rmt/CMakeLists.txt b/drivers/rmt/CMakeLists.txt index 95d89bece4..8978f4c4d4 100644 --- a/drivers/rmt/CMakeLists.txt +++ b/drivers/rmt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/rmt/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/rmt/Make.defs b/drivers/rmt/Make.defs index 93e20c8048..3e4e669172 100644 --- a/drivers/rmt/Make.defs +++ b/drivers/rmt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/rmt/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/rmt/rmtchar.c b/drivers/rmt/rmtchar.c index 77b12ff3a9..5f477471c3 100644 --- a/drivers/rmt/rmtchar.c +++ b/drivers/rmt/rmtchar.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rmt/rmtchar.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/CMakeLists.txt b/drivers/rpmsg/CMakeLists.txt index 62c18b5f7f..9e0c34e98a 100644 --- a/drivers/rpmsg/CMakeLists.txt +++ b/drivers/rpmsg/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/rpmsg/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/rpmsg/Make.defs b/drivers/rpmsg/Make.defs index 414280f644..a98f5bd583 100644 --- a/drivers/rpmsg/Make.defs +++ b/drivers/rpmsg/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/rpmsg/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg.c b/drivers/rpmsg/rpmsg.c index 6db73ba676..63a4e8102f 100644 --- a/drivers/rpmsg/rpmsg.c +++ b/drivers/rpmsg/rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_ping.c b/drivers/rpmsg/rpmsg_ping.c index 28f3bcf308..d2873af0ac 100644 --- a/drivers/rpmsg/rpmsg_ping.c +++ b/drivers/rpmsg/rpmsg_ping.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_ping.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_ping.h b/drivers/rpmsg/rpmsg_ping.h index dc85939142..acfe1bd7cf 100644 --- a/drivers/rpmsg/rpmsg_ping.h +++ b/drivers/rpmsg/rpmsg_ping.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_ping.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_port.c b/drivers/rpmsg/rpmsg_port.c index 0e9233fbed..2d11d243a6 100644 --- a/drivers/rpmsg/rpmsg_port.c +++ b/drivers/rpmsg/rpmsg_port.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_port.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_port.h b/drivers/rpmsg/rpmsg_port.h index a0f649a75e..9e55058694 100644 --- a/drivers/rpmsg/rpmsg_port.h +++ b/drivers/rpmsg/rpmsg_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_port.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_port_spi.c b/drivers/rpmsg/rpmsg_port_spi.c index 64b26cdaba..9552339f77 100644 --- a/drivers/rpmsg/rpmsg_port_spi.c +++ b/drivers/rpmsg/rpmsg_port_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_port_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_port_spi_slave.c b/drivers/rpmsg/rpmsg_port_spi_slave.c index 25a8f08365..609252c6b3 100644 --- a/drivers/rpmsg/rpmsg_port_spi_slave.c +++ b/drivers/rpmsg/rpmsg_port_spi_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_port_spi_slave.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_port_uart.c b/drivers/rpmsg/rpmsg_port_uart.c index 5fa87ffcaf..6cfdfcdfd5 100644 --- a/drivers/rpmsg/rpmsg_port_uart.c +++ b/drivers/rpmsg/rpmsg_port_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_port_uart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_router.h b/drivers/rpmsg/rpmsg_router.h index c8b7f37364..8f7547f9ce 100644 --- a/drivers/rpmsg/rpmsg_router.h +++ b/drivers/rpmsg/rpmsg_router.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_router.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_router_edge.c b/drivers/rpmsg/rpmsg_router_edge.c index fccdb68904..294d008959 100644 --- a/drivers/rpmsg/rpmsg_router_edge.c +++ b/drivers/rpmsg/rpmsg_router_edge.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_router_edge.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_router_hub.c b/drivers/rpmsg/rpmsg_router_hub.c index a150c719d9..e4a14c759e 100644 --- a/drivers/rpmsg/rpmsg_router_hub.c +++ b/drivers/rpmsg/rpmsg_router_hub.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_router_hub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_virtio.c b/drivers/rpmsg/rpmsg_virtio.c index 044b7691e4..9df2175d54 100644 --- a/drivers/rpmsg/rpmsg_virtio.c +++ b/drivers/rpmsg/rpmsg_virtio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_virtio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rpmsg/rpmsg_virtio_ivshmem.c b/drivers/rpmsg/rpmsg_virtio_ivshmem.c index e67d658b55..b4db30043d 100644 --- a/drivers/rpmsg/rpmsg_virtio_ivshmem.c +++ b/drivers/rpmsg/rpmsg_virtio_ivshmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rpmsg/rpmsg_virtio_ivshmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rptun/CMakeLists.txt b/drivers/rptun/CMakeLists.txt index 2f15d50c1f..3bf926f9e4 100644 --- a/drivers/rptun/CMakeLists.txt +++ b/drivers/rptun/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/rptun/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/rptun/Make.defs b/drivers/rptun/Make.defs index 9019b26621..12e3506044 100644 --- a/drivers/rptun/Make.defs +++ b/drivers/rptun/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/rptun/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/rptun/rptun.c b/drivers/rptun/rptun.c index 7589f786b2..4f704ff1ce 100644 --- a/drivers/rptun/rptun.c +++ b/drivers/rptun/rptun.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rptun/rptun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rptun/rptun_ivshmem.c b/drivers/rptun/rptun_ivshmem.c index 0e970e573c..6039850129 100644 --- a/drivers/rptun/rptun_ivshmem.c +++ b/drivers/rptun/rptun_ivshmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rptun/rptun_ivshmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/rptun/rptun_secure.c b/drivers/rptun/rptun_secure.c index 539416c503..1b6204a70c 100644 --- a/drivers/rptun/rptun_secure.c +++ b/drivers/rptun/rptun_secure.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/rptun/rptun_secure.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/CMakeLists.txt b/drivers/segger/CMakeLists.txt index 8983d60838..53ff66cffa 100644 --- a/drivers/segger/CMakeLists.txt +++ b/drivers/segger/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/segger/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/segger/Make.defs b/drivers/segger/Make.defs index 162cd4e395..44b0b6ff52 100644 --- a/drivers/segger/Make.defs +++ b/drivers/segger/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/segger/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/config/Global.h b/drivers/segger/config/Global.h index 5d632302e6..4253075ce0 100644 --- a/drivers/segger/config/Global.h +++ b/drivers/segger/config/Global.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/config/Global.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/config/SEGGER_RTT_Conf.h b/drivers/segger/config/SEGGER_RTT_Conf.h index 67c32eba77..bfab44081f 100644 --- a/drivers/segger/config/SEGGER_RTT_Conf.h +++ b/drivers/segger/config/SEGGER_RTT_Conf.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/config/SEGGER_RTT_Conf.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/config/SEGGER_SYSVIEW_Conf.h b/drivers/segger/config/SEGGER_SYSVIEW_Conf.h index 46264a531f..04d3a297a4 100644 --- a/drivers/segger/config/SEGGER_SYSVIEW_Conf.h +++ b/drivers/segger/config/SEGGER_SYSVIEW_Conf.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/config/SEGGER_SYSVIEW_Conf.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/note_rtt.c b/drivers/segger/note_rtt.c index c97e056dc4..eea92aa7b1 100644 --- a/drivers/segger/note_rtt.c +++ b/drivers/segger/note_rtt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/note_rtt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/note_sysview.c b/drivers/segger/note_sysview.c index e190452cf9..1b5b15baf6 100644 --- a/drivers/segger/note_sysview.c +++ b/drivers/segger/note_sysview.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/note_sysview.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/serial_rtt.c b/drivers/segger/serial_rtt.c index f9fc5a35ae..6128c92c79 100644 --- a/drivers/segger/serial_rtt.c +++ b/drivers/segger/serial_rtt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/serial_rtt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/stream_rtt.c b/drivers/segger/stream_rtt.c index e98d72896d..285829f172 100644 --- a/drivers/segger/stream_rtt.c +++ b/drivers/segger/stream_rtt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/stream_rtt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/segger/syslog_rtt.c b/drivers/segger/syslog_rtt.c index 702c537655..684d210d3c 100644 --- a/drivers/segger/syslog_rtt.c +++ b/drivers/segger/syslog_rtt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/segger/syslog_rtt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/CMakeLists.txt b/drivers/sensors/CMakeLists.txt index 7f1a998a16..577aff74dc 100644 --- a/drivers/sensors/CMakeLists.txt +++ b/drivers/sensors/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/sensors/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/sensors/Make.defs b/drivers/sensors/Make.defs index 8a9f052cb2..192114a670 100644 --- a/drivers/sensors/Make.defs +++ b/drivers/sensors/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/sensors/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adt7320.c b/drivers/sensors/adt7320.c index e766293760..8f01efb9d7 100644 --- a/drivers/sensors/adt7320.c +++ b/drivers/sensors/adt7320.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adt7320.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl345.h b/drivers/sensors/adxl345.h index 4534c1a2a8..c67592bcc7 100644 --- a/drivers/sensors/adxl345.h +++ b/drivers/sensors/adxl345.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl345.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl345_base.c b/drivers/sensors/adxl345_base.c index c841f90498..56ec097997 100644 --- a/drivers/sensors/adxl345_base.c +++ b/drivers/sensors/adxl345_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl345_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl345_i2c.c b/drivers/sensors/adxl345_i2c.c index be96561cc3..0515b6fb08 100644 --- a/drivers/sensors/adxl345_i2c.c +++ b/drivers/sensors/adxl345_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl345_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl345_spi.c b/drivers/sensors/adxl345_spi.c index ec45d90ba3..137211a5b2 100644 --- a/drivers/sensors/adxl345_spi.c +++ b/drivers/sensors/adxl345_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl345_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl362_uorb.c b/drivers/sensors/adxl362_uorb.c index ec213af871..ce2542079d 100644 --- a/drivers/sensors/adxl362_uorb.c +++ b/drivers/sensors/adxl362_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl362_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl372.c b/drivers/sensors/adxl372.c index 3bbae6114f..807aaa3c00 100644 --- a/drivers/sensors/adxl372.c +++ b/drivers/sensors/adxl372.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl372.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/adxl372_uorb.c b/drivers/sensors/adxl372_uorb.c index 4d5162dfdb..5f7d4fc648 100644 --- a/drivers/sensors/adxl372_uorb.c +++ b/drivers/sensors/adxl372_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/adxl372_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/aht10.c b/drivers/sensors/aht10.c index fde0e9a844..b56b0fe02d 100644 --- a/drivers/sensors/aht10.c +++ b/drivers/sensors/aht10.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/aht10.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ak09912.c b/drivers/sensors/ak09912.c index 2c2c910265..6c1f3eab07 100644 --- a/drivers/sensors/ak09912.c +++ b/drivers/sensors/ak09912.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ak09912.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/amg88xx.c b/drivers/sensors/amg88xx.c index 05138b208e..9a9bf903ce 100644 --- a/drivers/sensors/amg88xx.c +++ b/drivers/sensors/amg88xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/amg88xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/apds9922.c b/drivers/sensors/apds9922.c index 150dd4c8f3..d7a26e7df0 100644 --- a/drivers/sensors/apds9922.c +++ b/drivers/sensors/apds9922.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/apds9922.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/apds9960.c b/drivers/sensors/apds9960.c index 272c9f2185..08aa647620 100644 --- a/drivers/sensors/apds9960.c +++ b/drivers/sensors/apds9960.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/apds9960.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/as5048a.c b/drivers/sensors/as5048a.c index b49d8283ff..817ada4ba3 100644 --- a/drivers/sensors/as5048a.c +++ b/drivers/sensors/as5048a.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/as5048a.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/as5048b.c b/drivers/sensors/as5048b.c index d6dd5942d9..022b0d2157 100644 --- a/drivers/sensors/as5048b.c +++ b/drivers/sensors/as5048b.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/as5048b.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/as726x.c b/drivers/sensors/as726x.c index de2955ceb6..4241886064 100644 --- a/drivers/sensors/as726x.c +++ b/drivers/sensors/as726x.c @@ -1,11 +1,10 @@ /**************************************************************************** * drivers/sensors/as726x.c - * Character driver for the AS7263 6-Ch NIR Spectral Sensing Engine - * and AS7262 Consumer Grade Smart 6-Channel VIS Sensor * - * Copyright (C) 2019 Fabian Justi. All rights reserved. - * Author: Fabian Justi and - * Andreas Kurz + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Fabian Justi. All rights reserved. + * SPDX-FileContributor: Fabian Justi and + * SPDX-FileContributor: Andreas Kurz * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/sensors/bh1749nuc.c b/drivers/sensors/bh1749nuc.c index d9405fb1d8..e324e3845d 100644 --- a/drivers/sensors/bh1749nuc.c +++ b/drivers/sensors/bh1749nuc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bh1749nuc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bh1749nuc_base.c b/drivers/sensors/bh1749nuc_base.c index 35f5ff725b..27caac9c53 100644 --- a/drivers/sensors/bh1749nuc_base.c +++ b/drivers/sensors/bh1749nuc_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bh1749nuc_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bh1749nuc_base.h b/drivers/sensors/bh1749nuc_base.h index 838ceff125..b4f3e18556 100644 --- a/drivers/sensors/bh1749nuc_base.h +++ b/drivers/sensors/bh1749nuc_base.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bh1749nuc_base.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bh1749nuc_uorb.c b/drivers/sensors/bh1749nuc_uorb.c index 7bcfbc8a81..c434a45baa 100644 --- a/drivers/sensors/bh1749nuc_uorb.c +++ b/drivers/sensors/bh1749nuc_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bh1749nuc_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bh1750fvi.c b/drivers/sensors/bh1750fvi.c index 553d1e6894..6ec8c5f781 100644 --- a/drivers/sensors/bh1750fvi.c +++ b/drivers/sensors/bh1750fvi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bh1750fvi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bme680_uorb.c b/drivers/sensors/bme680_uorb.c index 3879d28907..0f8c78d9de 100644 --- a/drivers/sensors/bme680_uorb.c +++ b/drivers/sensors/bme680_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bme680_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmg160.c b/drivers/sensors/bmg160.c index 11d4c7d35b..2433ed9b38 100644 --- a/drivers/sensors/bmg160.c +++ b/drivers/sensors/bmg160.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmg160.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi160.c b/drivers/sensors/bmi160.c index b68c3c852e..08e0a1cfc4 100644 --- a/drivers/sensors/bmi160.c +++ b/drivers/sensors/bmi160.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi160.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi160_base.c b/drivers/sensors/bmi160_base.c index b43d2db4a1..8b9e0832d6 100644 --- a/drivers/sensors/bmi160_base.c +++ b/drivers/sensors/bmi160_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi160_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi160_base.h b/drivers/sensors/bmi160_base.h index 3ca6560119..baff983394 100644 --- a/drivers/sensors/bmi160_base.h +++ b/drivers/sensors/bmi160_base.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi160_base.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi160_uorb.c b/drivers/sensors/bmi160_uorb.c index f4b8ab533d..e35beced65 100644 --- a/drivers/sensors/bmi160_uorb.c +++ b/drivers/sensors/bmi160_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi160_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi270.c b/drivers/sensors/bmi270.c index 6095898683..d0e2ae206f 100644 --- a/drivers/sensors/bmi270.c +++ b/drivers/sensors/bmi270.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi270.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi270_base.c b/drivers/sensors/bmi270_base.c index 8585d5a75b..2fdee53afe 100644 --- a/drivers/sensors/bmi270_base.c +++ b/drivers/sensors/bmi270_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi270_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi270_base.h b/drivers/sensors/bmi270_base.h index 3752050853..af1bb88286 100644 --- a/drivers/sensors/bmi270_base.h +++ b/drivers/sensors/bmi270_base.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi270_base.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmi270_uorb.c b/drivers/sensors/bmi270_uorb.c index a9b4685953..e1b6cd139f 100644 --- a/drivers/sensors/bmi270_uorb.c +++ b/drivers/sensors/bmi270_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmi270_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmm150_uorb.c b/drivers/sensors/bmm150_uorb.c index 4b4f6cee44..7d4749f78e 100644 --- a/drivers/sensors/bmm150_uorb.c +++ b/drivers/sensors/bmm150_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmm150_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmp180.c b/drivers/sensors/bmp180.c index 2fd168f4b2..b03a5d117f 100644 --- a/drivers/sensors/bmp180.c +++ b/drivers/sensors/bmp180.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmp180.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmp180_base.c b/drivers/sensors/bmp180_base.c index f8e133ef8b..16f3ebfc6f 100644 --- a/drivers/sensors/bmp180_base.c +++ b/drivers/sensors/bmp180_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmp180_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmp180_base.h b/drivers/sensors/bmp180_base.h index 92507ec8a9..0f5bdcdd01 100644 --- a/drivers/sensors/bmp180_base.h +++ b/drivers/sensors/bmp180_base.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmp180_base.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmp180_uorb.c b/drivers/sensors/bmp180_uorb.c index 78094d0402..62809ae6d2 100644 --- a/drivers/sensors/bmp180_uorb.c +++ b/drivers/sensors/bmp180_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmp180_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/bmp280_uorb.c b/drivers/sensors/bmp280_uorb.c index 1543a9e01a..a7502cf4fe 100644 --- a/drivers/sensors/bmp280_uorb.c +++ b/drivers/sensors/bmp280_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/bmp280_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/dhtxx.c b/drivers/sensors/dhtxx.c index 243157cd58..eb8344e646 100644 --- a/drivers/sensors/dhtxx.c +++ b/drivers/sensors/dhtxx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/dhtxx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ds18b20_uorb.c b/drivers/sensors/ds18b20_uorb.c index b3c795c6e5..ddbdb851b8 100644 --- a/drivers/sensors/ds18b20_uorb.c +++ b/drivers/sensors/ds18b20_uorb.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/sensors/ds18b20_uorb.c - * Character driver for DS18B20 Digital Humidity and Temperature Module. + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/sensors/fakesensor_uorb.c b/drivers/sensors/fakesensor_uorb.c index d7326940dc..8b2937d7ae 100644 --- a/drivers/sensors/fakesensor_uorb.c +++ b/drivers/sensors/fakesensor_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/fakesensor_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/fxos8700cq.c b/drivers/sensors/fxos8700cq.c index 2f3260eaad..445eca8691 100644 --- a/drivers/sensors/fxos8700cq.c +++ b/drivers/sensors/fxos8700cq.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/sensors/fxos8700cq.c - * Driver for Motion Sensor FXOS8700CQ (NXP) + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/sensors/gnss_uorb.c b/drivers/sensors/gnss_uorb.c index 0077a15c67..87e8a6626a 100644 --- a/drivers/sensors/gnss_uorb.c +++ b/drivers/sensors/gnss_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/gnss_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/goldfish_gnss_uorb.c b/drivers/sensors/goldfish_gnss_uorb.c index b0e1739ee5..86c45de1ec 100644 --- a/drivers/sensors/goldfish_gnss_uorb.c +++ b/drivers/sensors/goldfish_gnss_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/goldfish_gnss_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/goldfish_sensor_uorb.c b/drivers/sensors/goldfish_sensor_uorb.c index a61f98cfe2..9370c2cd47 100644 --- a/drivers/sensors/goldfish_sensor_uorb.c +++ b/drivers/sensors/goldfish_sensor_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/goldfish_sensor_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/hall3ph.c b/drivers/sensors/hall3ph.c index 452b1cb8c7..090257a864 100644 --- a/drivers/sensors/hall3ph.c +++ b/drivers/sensors/hall3ph.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/hall3ph.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/hc_sr04.c b/drivers/sensors/hc_sr04.c index 67d0378f2e..6c52f97b9b 100644 --- a/drivers/sensors/hc_sr04.c +++ b/drivers/sensors/hc_sr04.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/hc_sr04.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/hdc1008.c b/drivers/sensors/hdc1008.c index 920f30e8c0..32c4bfd8ec 100644 --- a/drivers/sensors/hdc1008.c +++ b/drivers/sensors/hdc1008.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/hdc1008.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/hts221.c b/drivers/sensors/hts221.c index 931c746ce0..90d65529ad 100644 --- a/drivers/sensors/hts221.c +++ b/drivers/sensors/hts221.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/hts221.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/hyt271_uorb.c b/drivers/sensors/hyt271_uorb.c index 5111a8ad62..7796b3a88b 100644 --- a/drivers/sensors/hyt271_uorb.c +++ b/drivers/sensors/hyt271_uorb.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/sensors/hyt271_uorb.c - * Character driver for HYT271 Digital Humidity and Temperature Module. + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/sensors/ina219.c b/drivers/sensors/ina219.c index 745101e0a1..7f7a6b0f56 100644 --- a/drivers/sensors/ina219.c +++ b/drivers/sensors/ina219.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ina219.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ina226.c b/drivers/sensors/ina226.c index 913b2a336a..93697a243d 100644 --- a/drivers/sensors/ina226.c +++ b/drivers/sensors/ina226.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ina226.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ina3221.c b/drivers/sensors/ina3221.c index dc663444b4..f5064097d5 100644 --- a/drivers/sensors/ina3221.c +++ b/drivers/sensors/ina3221.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ina3221.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/isl29023.c b/drivers/sensors/isl29023.c index f7a24700e6..1dc758e58c 100644 --- a/drivers/sensors/isl29023.c +++ b/drivers/sensors/isl29023.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/isl29023.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/kxtj9.c b/drivers/sensors/kxtj9.c index 4b0e6dd385..a1a2f256a7 100644 --- a/drivers/sensors/kxtj9.c +++ b/drivers/sensors/kxtj9.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/kxtj9.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/l3gd20_uorb.c b/drivers/sensors/l3gd20_uorb.c index 23ee7ca5fe..3d8c29cdee 100644 --- a/drivers/sensors/l3gd20_uorb.c +++ b/drivers/sensors/l3gd20_uorb.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/sensors/l3gd20_uorb.c - * Character driver for the ST L3GD20 3-Axis gyroscope. + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/sensors/lis2dh.c b/drivers/sensors/lis2dh.c index 216b5100fd..49fe94065f 100644 --- a/drivers/sensors/lis2dh.c +++ b/drivers/sensors/lis2dh.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lis2dh.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lis331dl.c b/drivers/sensors/lis331dl.c index de0e760696..b14103b7e8 100644 --- a/drivers/sensors/lis331dl.c +++ b/drivers/sensors/lis331dl.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lis331dl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lis3dh.c b/drivers/sensors/lis3dh.c index 7c3a4778c3..44b582a004 100644 --- a/drivers/sensors/lis3dh.c +++ b/drivers/sensors/lis3dh.c @@ -1,8 +1,9 @@ /**************************************************************************** * drivers/sensors/lis3dh.c * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (C) 2018 Extent3D. All rights reserved. + * SPDX-FileContributor: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/sensors/lis3dsh.c b/drivers/sensors/lis3dsh.c index 71e4c3acf4..e5962cb5fe 100644 --- a/drivers/sensors/lis3dsh.c +++ b/drivers/sensors/lis3dsh.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lis3dsh.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lis3mdl.c b/drivers/sensors/lis3mdl.c index adcd960262..3200f2c35a 100644 --- a/drivers/sensors/lis3mdl.c +++ b/drivers/sensors/lis3mdl.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lis3mdl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lm75.c b/drivers/sensors/lm75.c index 67a9e99eeb..3a3e871e1f 100644 --- a/drivers/sensors/lm75.c +++ b/drivers/sensors/lm75.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lm75.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lm92.c b/drivers/sensors/lm92.c index 29d659fc77..bf19bbf8e2 100644 --- a/drivers/sensors/lm92.c +++ b/drivers/sensors/lm92.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lm92.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lps25h.c b/drivers/sensors/lps25h.c index 32d97be58b..852d02f462 100644 --- a/drivers/sensors/lps25h.c +++ b/drivers/sensors/lps25h.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lps25h.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lsm303agr.c b/drivers/sensors/lsm303agr.c index 0a977f4747..244d95499d 100644 --- a/drivers/sensors/lsm303agr.c +++ b/drivers/sensors/lsm303agr.c @@ -1,17 +1,13 @@ /**************************************************************************** * drivers/sensors/lsm303agr.c * - * Copyright (C) 2018 Inc. All rights reserved. - * Author: Ben vd Veen - * Alias: DisruptiveNL - * - * Based on: - * - * Copyright (C) 2016 Omni Hoverboards Inc. All rights reserved. - * Author: Paul Alexander Patience - * - * Copyright (C) 2016, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2016 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileCopyrightText: 2016, 2019 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Ben vd Veen + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/sensors/lsm330_spi.c b/drivers/sensors/lsm330_spi.c index a993f0141a..eb2fb33099 100644 --- a/drivers/sensors/lsm330_spi.c +++ b/drivers/sensors/lsm330_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lsm330_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lsm6dsl.c b/drivers/sensors/lsm6dsl.c index bbac6b8963..cd676d2bd6 100644 --- a/drivers/sensors/lsm6dsl.c +++ b/drivers/sensors/lsm6dsl.c @@ -1,17 +1,13 @@ /**************************************************************************** * drivers/sensors/lsm6dsl.c * - * Copyright (C) 2018 Inc. All rights reserved. - * Author: Ben vd Veen - * Alias: DisruptiveNL - * - * Based on: - * - * Copyright (C) 2016 Omni Hoverboards Inc. All rights reserved. - * Author: Paul Alexander Patience - * - * Copyright (C) 2016, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2016 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileCopyrightText: 2016, 2019 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Ben vd Veen + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/sensors/lsm9ds1.c b/drivers/sensors/lsm9ds1.c index ece7affa77..9e08b95ffb 100644 --- a/drivers/sensors/lsm9ds1.c +++ b/drivers/sensors/lsm9ds1.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lsm9ds1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lsm9ds1_base.c b/drivers/sensors/lsm9ds1_base.c index 43ce757a96..30f11460d9 100644 --- a/drivers/sensors/lsm9ds1_base.c +++ b/drivers/sensors/lsm9ds1_base.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lsm9ds1_base.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lsm9ds1_base.h b/drivers/sensors/lsm9ds1_base.h index e972d65670..c97540a91f 100644 --- a/drivers/sensors/lsm9ds1_base.h +++ b/drivers/sensors/lsm9ds1_base.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lsm9ds1_base.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/lsm9ds1_uorb.c b/drivers/sensors/lsm9ds1_uorb.c index a1070ba31c..db32087fbe 100644 --- a/drivers/sensors/lsm9ds1_uorb.c +++ b/drivers/sensors/lsm9ds1_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/lsm9ds1_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ltc4151.c b/drivers/sensors/ltc4151.c index 7830886da8..69d4c87254 100644 --- a/drivers/sensors/ltc4151.c +++ b/drivers/sensors/ltc4151.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ltc4151.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ltr308_uorb.c b/drivers/sensors/ltr308_uorb.c index 125c138371..cb30a5e7c8 100644 --- a/drivers/sensors/ltr308_uorb.c +++ b/drivers/sensors/ltr308_uorb.c @@ -1,6 +1,7 @@ /**************************************************************************** * drivers/sensors/ltr308_uorb.c - * Character driver for the LTR-308ALS-01 Lite-On ambient light sensor. + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/sensors/max31855.c b/drivers/sensors/max31855.c index 7dd4a6807b..aa9a362a12 100644 --- a/drivers/sensors/max31855.c +++ b/drivers/sensors/max31855.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/max31855.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/max31865.c b/drivers/sensors/max31865.c index 816e0d5fc0..76916a88f2 100644 --- a/drivers/sensors/max31865.c +++ b/drivers/sensors/max31865.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/max31865.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/max44009.c b/drivers/sensors/max44009.c index 76ec998690..82ed1c6d59 100644 --- a/drivers/sensors/max44009.c +++ b/drivers/sensors/max44009.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/max44009.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/max6675.c b/drivers/sensors/max6675.c index e54bbdb48c..0ee50e9b5f 100644 --- a/drivers/sensors/max6675.c +++ b/drivers/sensors/max6675.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/max6675.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mb7040.c b/drivers/sensors/mb7040.c index a826839fca..eb1989770e 100644 --- a/drivers/sensors/mb7040.c +++ b/drivers/sensors/mb7040.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mb7040.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mcp9844.c b/drivers/sensors/mcp9844.c index a7c5955574..4cdc012fc9 100644 --- a/drivers/sensors/mcp9844.c +++ b/drivers/sensors/mcp9844.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mcp9844.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mlx90393.c b/drivers/sensors/mlx90393.c index a0c57a9622..203c47ebb6 100644 --- a/drivers/sensors/mlx90393.c +++ b/drivers/sensors/mlx90393.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mlx90393.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mlx90614.c b/drivers/sensors/mlx90614.c index 2465d901e5..08cdb95bb2 100644 --- a/drivers/sensors/mlx90614.c +++ b/drivers/sensors/mlx90614.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mlx90614.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mpl115a.c b/drivers/sensors/mpl115a.c index 82198c24a0..266683666c 100644 --- a/drivers/sensors/mpl115a.c +++ b/drivers/sensors/mpl115a.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mpl115a.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mpu60x0.c b/drivers/sensors/mpu60x0.c index 765cf13822..d7d8549ffb 100644 --- a/drivers/sensors/mpu60x0.c +++ b/drivers/sensors/mpu60x0.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mpu60x0.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/mpu9250_uorb.c b/drivers/sensors/mpu9250_uorb.c index 95e15345ec..2ec20227c2 100644 --- a/drivers/sensors/mpu9250_uorb.c +++ b/drivers/sensors/mpu9250_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/mpu9250_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ms56xx_uorb.c b/drivers/sensors/ms56xx_uorb.c index a975dd24d1..c8c0630c21 100644 --- a/drivers/sensors/ms56xx_uorb.c +++ b/drivers/sensors/ms56xx_uorb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ms56xx_uorb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/ms58xx.c b/drivers/sensors/ms58xx.c index a6096b0a54..225e197e23 100644 --- a/drivers/sensors/ms58xx.c +++ b/drivers/sensors/ms58xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/ms58xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/msa301.c b/drivers/sensors/msa301.c index dc28b03a93..66563c513b 100644 --- a/drivers/sensors/msa301.c +++ b/drivers/sensors/msa301.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/msa301.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/qencoder.c b/drivers/sensors/qencoder.c index 53421622f1..d097b63543 100644 --- a/drivers/sensors/qencoder.c +++ b/drivers/sensors/qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/qencoder.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/scd30.c b/drivers/sensors/scd30.c index 5cc5a8b5f5..61c5e3554a 100644 --- a/drivers/sensors/scd30.c +++ b/drivers/sensors/scd30.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/scd30.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/scd41.c b/drivers/sensors/scd41.c index 08a03481c7..12e7f17372 100644 --- a/drivers/sensors/scd41.c +++ b/drivers/sensors/scd41.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/scd41.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sensor.c b/drivers/sensors/sensor.c index b7177c7cbe..2edfc4f5a0 100644 --- a/drivers/sensors/sensor.c +++ b/drivers/sensors/sensor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sensor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sensor_rpmsg.c b/drivers/sensors/sensor_rpmsg.c index 1a9e97791b..1c8e91f89c 100644 --- a/drivers/sensors/sensor_rpmsg.c +++ b/drivers/sensors/sensor_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sensor_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sgp30.c b/drivers/sensors/sgp30.c index b84697f1a5..45794acf0d 100644 --- a/drivers/sensors/sgp30.c +++ b/drivers/sensors/sgp30.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sgp30.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sht21.c b/drivers/sensors/sht21.c index 8502e9b9e1..936037b3b0 100644 --- a/drivers/sensors/sht21.c +++ b/drivers/sensors/sht21.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sht21.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sht3x.c b/drivers/sensors/sht3x.c index 5dbf436994..adaf7a5631 100644 --- a/drivers/sensors/sht3x.c +++ b/drivers/sensors/sht3x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sht3x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sht4x.c b/drivers/sensors/sht4x.c index 239517776b..7f61cb9bdf 100644 --- a/drivers/sensors/sht4x.c +++ b/drivers/sensors/sht4x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sht4x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/sps30.c b/drivers/sensors/sps30.c index 8d701a3ddc..855a0099ba 100644 --- a/drivers/sensors/sps30.c +++ b/drivers/sensors/sps30.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/sps30.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/t67xx.c b/drivers/sensors/t67xx.c index 6184cce79b..2fe35d18e0 100644 --- a/drivers/sensors/t67xx.c +++ b/drivers/sensors/t67xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/t67xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/usensor.c b/drivers/sensors/usensor.c index 0271da5e5f..8988d6242b 100644 --- a/drivers/sensors/usensor.c +++ b/drivers/sensors/usensor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/usensor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/veml6070.c b/drivers/sensors/veml6070.c index 865463962e..ccd7b364cf 100644 --- a/drivers/sensors/veml6070.c +++ b/drivers/sensors/veml6070.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/veml6070.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/vl53l1x.c b/drivers/sensors/vl53l1x.c index 586e714da2..337a38166f 100644 --- a/drivers/sensors/vl53l1x.c +++ b/drivers/sensors/vl53l1x.c @@ -1,9 +1,10 @@ /**************************************************************************** * drivers/sensors/vl53l1x.c - * Character driver for the ST vl53l1x distance. * - * Copyright (C) 2019 Acutronics Robotics - * Author: Acutronics Robotics (Juan Flores Muñoz) + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (C) 2019 Acutronics Robotics + * SPDX-FileCopyrightText: Acutronics Robotics + * SPDX-FileCopyrightText: (Juan Flores Muñoz) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/sensors/wtgahrs2_uorb.c b/drivers/sensors/wtgahrs2_uorb.c index 3158756e4e..14bdeb223a 100644 --- a/drivers/sensors/wtgahrs2_uorb.c +++ b/drivers/sensors/wtgahrs2_uorb.c @@ -1,7 +1,7 @@ /**************************************************************************** * drivers/sensors/wtgahrs2_uorb.c - * Driver for the Wit-Motion WTGAHRS2 accelerometer, gyroscope, magnetic, - * angle, barometer, temperature, GNSS sensors by serial interface with host + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/drivers/sensors/xen1210.c b/drivers/sensors/xen1210.c index 23cda293a1..d1fb2308e2 100644 --- a/drivers/sensors/xen1210.c +++ b/drivers/sensors/xen1210.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/xen1210.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/xen1210.h b/drivers/sensors/xen1210.h index fcf5063fb4..e5d4410cd7 100644 --- a/drivers/sensors/xen1210.h +++ b/drivers/sensors/xen1210.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/xen1210.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/sensors/zerocross.c b/drivers/sensors/zerocross.c index 430a01245c..c72b065f3b 100644 --- a/drivers/sensors/zerocross.c +++ b/drivers/sensors/zerocross.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/sensors/zerocross.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/CMakeLists.txt b/drivers/serial/CMakeLists.txt index 5d4bbf9bb8..bee9ecdcbd 100644 --- a/drivers/serial/CMakeLists.txt +++ b/drivers/serial/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/serial/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/serial/Make.defs b/drivers/serial/Make.defs index 5be882d039..8843bde2c9 100644 --- a/drivers/serial/Make.defs +++ b/drivers/serial/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/serial/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/ptmx.c b/drivers/serial/ptmx.c index 467afe09d0..edb4f381f3 100644 --- a/drivers/serial/ptmx.c +++ b/drivers/serial/ptmx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/ptmx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/pty.c b/drivers/serial/pty.c index 0620979998..11e7855424 100644 --- a/drivers/serial/pty.c +++ b/drivers/serial/pty.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/pty.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/pty.h b/drivers/serial/pty.h index 8526eb6772..94a24e953f 100644 --- a/drivers/serial/pty.h +++ b/drivers/serial/pty.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/pty.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index 913567d9cc..6915e8d1f3 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/serial.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/serial_cmsdk.c b/drivers/serial/serial_cmsdk.c index e488a598d3..2aea93a172 100644 --- a/drivers/serial/serial_cmsdk.c +++ b/drivers/serial/serial_cmsdk.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/serial_cmsdk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/serial_dma.c b/drivers/serial/serial_dma.c index 87d0bcf5e9..1e5f0df55f 100644 --- a/drivers/serial/serial_dma.c +++ b/drivers/serial/serial_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/serial_dma.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/serial_gdbstub.c b/drivers/serial/serial_gdbstub.c index 846543a046..8e54d2a032 100644 --- a/drivers/serial/serial_gdbstub.c +++ b/drivers/serial/serial_gdbstub.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/serial_gdbstub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/serial_io.c b/drivers/serial/serial_io.c index 8a75ae0559..54f4542d8d 100644 --- a/drivers/serial/serial_io.c +++ b/drivers/serial/serial_io.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/serial_io.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_16550.c b/drivers/serial/uart_16550.c index 6adff69fcc..190e39b61f 100644 --- a/drivers/serial/uart_16550.c +++ b/drivers/serial/uart_16550.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/uart_16550.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_bth4.c b/drivers/serial/uart_bth4.c index 5c0b1b22be..5a2f00ee2c 100644 --- a/drivers/serial/uart_bth4.c +++ b/drivers/serial/uart_bth4.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/uart_bth4.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_bth5.c b/drivers/serial/uart_bth5.c index 05e93707ab..fe3a0faf65 100644 --- a/drivers/serial/uart_bth5.c +++ b/drivers/serial/uart_bth5.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/uart_bth5.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_hostfs.c b/drivers/serial/uart_hostfs.c index 0edb0e9ba5..93f9581385 100644 --- a/drivers/serial/uart_hostfs.c +++ b/drivers/serial/uart_hostfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/uart_hostfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_pci_16550.c b/drivers/serial/uart_pci_16550.c index 7afc80e0ec..2294fa4513 100644 --- a/drivers/serial/uart_pci_16550.c +++ b/drivers/serial/uart_pci_16550.c @@ -1,6 +1,8 @@ /***************************************************************************** * drivers/serial/uart_pci_16550.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_pl011.c b/drivers/serial/uart_pl011.c index 4cd4f44640..3532584747 100644 --- a/drivers/serial/uart_pl011.c +++ b/drivers/serial/uart_pl011.c @@ -1,6 +1,8 @@ /*************************************************************************** * drivers/serial/uart_pl011.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_ram.c b/drivers/serial/uart_ram.c index 8c6a74421d..a0042bfb0e 100644 --- a/drivers/serial/uart_ram.c +++ b/drivers/serial/uart_ram.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/uart_ram.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/serial/uart_rpmsg.c b/drivers/serial/uart_rpmsg.c index 54e3777906..7a8e2e828a 100644 --- a/drivers/serial/uart_rpmsg.c +++ b/drivers/serial/uart_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/serial/uart_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/CMakeLists.txt b/drivers/spi/CMakeLists.txt index e546489420..3d23c79e07 100644 --- a/drivers/spi/CMakeLists.txt +++ b/drivers/spi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/spi/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/spi/Make.defs b/drivers/spi/Make.defs index acfdf113a9..0bc88f1724 100644 --- a/drivers/spi/Make.defs +++ b/drivers/spi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/spi/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/qspi_flash.c b/drivers/spi/qspi_flash.c index 67bd52a899..04fabcf70a 100644 --- a/drivers/spi/qspi_flash.c +++ b/drivers/spi/qspi_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/spi/qspi_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/spi_bitbang.c b/drivers/spi/spi_bitbang.c index 953cb22af5..c1d1caea45 100644 --- a/drivers/spi/spi_bitbang.c +++ b/drivers/spi/spi_bitbang.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/spi/spi_bitbang.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/spi_driver.c b/drivers/spi/spi_driver.c index 0f81282302..c0787e085d 100644 --- a/drivers/spi/spi_driver.c +++ b/drivers/spi/spi_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/spi/spi_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/spi_flash.c b/drivers/spi/spi_flash.c index 9f71497e0a..12ce008902 100644 --- a/drivers/spi/spi_flash.c +++ b/drivers/spi/spi_flash.c @@ -1,6 +1,8 @@ /************************************************************************************ * drivers/spi/spi_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/spi_slave_driver.c b/drivers/spi/spi_slave_driver.c index 50fcec03a2..73293d697d 100644 --- a/drivers/spi/spi_slave_driver.c +++ b/drivers/spi/spi_slave_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/spi/spi_slave_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/spi/spi_transfer.c b/drivers/spi/spi_transfer.c index a56b6de9ce..c99a554195 100644 --- a/drivers/spi/spi_transfer.c +++ b/drivers/spi/spi_transfer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/spi/spi_transfer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/CMakeLists.txt b/drivers/syslog/CMakeLists.txt index ddc7663658..ce8738fc8f 100644 --- a/drivers/syslog/CMakeLists.txt +++ b/drivers/syslog/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/syslog/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/syslog/Make.defs b/drivers/syslog/Make.defs index db6dd00002..6b4e5521f7 100644 --- a/drivers/syslog/Make.defs +++ b/drivers/syslog/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/syslog/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/ramlog.c b/drivers/syslog/ramlog.c index 5b345865b3..404ce17965 100644 --- a/drivers/syslog/ramlog.c +++ b/drivers/syslog/ramlog.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/ramlog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog.h b/drivers/syslog/syslog.h index 486d702aee..eec0f7f12d 100644 --- a/drivers/syslog/syslog.h +++ b/drivers/syslog/syslog.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_channel.c b/drivers/syslog/syslog_channel.c index 95c0dea2db..a7893359d7 100644 --- a/drivers/syslog/syslog_channel.c +++ b/drivers/syslog/syslog_channel.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_channel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_chardev.c b/drivers/syslog/syslog_chardev.c index f8472dae35..2b7d7f4dc5 100644 --- a/drivers/syslog/syslog_chardev.c +++ b/drivers/syslog/syslog_chardev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_chardev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_console.c b/drivers/syslog/syslog_console.c index 5d04c6d58d..cd433c7d06 100644 --- a/drivers/syslog/syslog_console.c +++ b/drivers/syslog/syslog_console.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_console.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_consolechannel.c b/drivers/syslog/syslog_consolechannel.c index b82f787bf6..bd53d7cce2 100644 --- a/drivers/syslog/syslog_consolechannel.c +++ b/drivers/syslog/syslog_consolechannel.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_consolechannel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_devchannel.c b/drivers/syslog/syslog_devchannel.c index b196756068..4ba0f91e3d 100644 --- a/drivers/syslog/syslog_devchannel.c +++ b/drivers/syslog/syslog_devchannel.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_devchannel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_device.c b/drivers/syslog/syslog_device.c index 90a1d1838c..bd08fac6e2 100644 --- a/drivers/syslog/syslog_device.c +++ b/drivers/syslog/syslog_device.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_device.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_filechannel.c b/drivers/syslog/syslog_filechannel.c index b8a6555c61..0644833339 100644 --- a/drivers/syslog/syslog_filechannel.c +++ b/drivers/syslog/syslog_filechannel.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_filechannel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_flush.c b/drivers/syslog/syslog_flush.c index 2102cbff22..590821fc69 100644 --- a/drivers/syslog/syslog_flush.c +++ b/drivers/syslog/syslog_flush.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_flush.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_initialize.c b/drivers/syslog/syslog_initialize.c index b104f6f738..eca3697fb4 100644 --- a/drivers/syslog/syslog_initialize.c +++ b/drivers/syslog/syslog_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_intbuffer.c b/drivers/syslog/syslog_intbuffer.c index 43b7c599ed..eb1da33abf 100644 --- a/drivers/syslog/syslog_intbuffer.c +++ b/drivers/syslog/syslog_intbuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_intbuffer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_putc.c b/drivers/syslog/syslog_putc.c index 1bb6b3255f..44c4c6fc31 100644 --- a/drivers/syslog/syslog_putc.c +++ b/drivers/syslog/syslog_putc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_putc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_rpmsg.c b/drivers/syslog/syslog_rpmsg.c index e5450a7b85..446726b8e9 100644 --- a/drivers/syslog/syslog_rpmsg.c +++ b/drivers/syslog/syslog_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_rpmsg.h b/drivers/syslog/syslog_rpmsg.h index b410a8d7db..84206f2fa3 100644 --- a/drivers/syslog/syslog_rpmsg.h +++ b/drivers/syslog/syslog_rpmsg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_rpmsg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_rpmsg_server.c b/drivers/syslog/syslog_rpmsg_server.c index d171a61671..05c4dd1291 100644 --- a/drivers/syslog/syslog_rpmsg_server.c +++ b/drivers/syslog/syslog_rpmsg_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_rpmsg_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_stream.c b/drivers/syslog/syslog_stream.c index 0b37ae6f8e..51c8985a96 100644 --- a/drivers/syslog/syslog_stream.c +++ b/drivers/syslog/syslog_stream.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_stream.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/syslog_write.c b/drivers/syslog/syslog_write.c index f8d8ae739f..33788e5d38 100644 --- a/drivers/syslog/syslog_write.c +++ b/drivers/syslog/syslog_write.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/syslog_write.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/syslog/vsyslog.c b/drivers/syslog/vsyslog.c index 0a82516649..9cb27c9ba3 100644 --- a/drivers/syslog/vsyslog.c +++ b/drivers/syslog/vsyslog.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/syslog/vsyslog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/CMakeLists.txt b/drivers/thermal/CMakeLists.txt index 7d013af432..47298d8733 100644 --- a/drivers/thermal/CMakeLists.txt +++ b/drivers/thermal/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/thermal/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -17,7 +19,6 @@ # the License. # # ############################################################################## -# ############################################################################## # Include thermal sources diff --git a/drivers/thermal/Make.defs b/drivers/thermal/Make.defs index 28b0af0c63..facc84a0d2 100644 --- a/drivers/thermal/Make.defs +++ b/drivers/thermal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/thermal/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 0f5f2fc46b..5bea526773 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/thermal/thermal_core.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/thermal_core.h b/drivers/thermal/thermal_core.h index e60ac51417..f264bd91bf 100644 --- a/drivers/thermal/thermal_core.h +++ b/drivers/thermal/thermal_core.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/thermal/thermal_core.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/thermal_cpufreq_cooling.c b/drivers/thermal/thermal_cpufreq_cooling.c index dd826fbd09..d8782920ea 100644 --- a/drivers/thermal/thermal_cpufreq_cooling.c +++ b/drivers/thermal/thermal_cpufreq_cooling.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/thermal/thermal_cpufreq_cooling.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/thermal_dummy.c b/drivers/thermal/thermal_dummy.c index ee35b8c857..969268b54b 100644 --- a/drivers/thermal/thermal_dummy.c +++ b/drivers/thermal/thermal_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/thermal/thermal_dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/thermal_procfs.c b/drivers/thermal/thermal_procfs.c index efef0ea162..849547af32 100644 --- a/drivers/thermal/thermal_procfs.c +++ b/drivers/thermal/thermal_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/thermal/thermal_procfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/thermal/thermal_step_wise.c b/drivers/thermal/thermal_step_wise.c index 5405ba8ee8..53959583d2 100644 --- a/drivers/thermal/thermal_step_wise.c +++ b/drivers/thermal/thermal_step_wise.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/thermal/thermal_step_wise.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/CMakeLists.txt b/drivers/timers/CMakeLists.txt index e4bd3deff7..60fdda858e 100644 --- a/drivers/timers/CMakeLists.txt +++ b/drivers/timers/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/timers/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -17,7 +19,6 @@ # the License. # # ############################################################################## -# ############################################################################## set(SRCS) diff --git a/drivers/timers/Make.defs b/drivers/timers/Make.defs index 01dd9d2114..ddf2620ffa 100644 --- a/drivers/timers/Make.defs +++ b/drivers/timers/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/timers/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/arch_alarm.c b/drivers/timers/arch_alarm.c index f9f646c734..d558410f71 100644 --- a/drivers/timers/arch_alarm.c +++ b/drivers/timers/arch_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/arch_alarm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/arch_rtc.c b/drivers/timers/arch_rtc.c index 70eead776a..ba496555a5 100644 --- a/drivers/timers/arch_rtc.c +++ b/drivers/timers/arch_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/arch_rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/arch_timer.c b/drivers/timers/arch_timer.c index 8ef700ce28..a0725d00cf 100644 --- a/drivers/timers/arch_timer.c +++ b/drivers/timers/arch_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/arch_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/capture.c b/drivers/timers/capture.c index fa2db25d14..f9fd1c4ccc 100644 --- a/drivers/timers/capture.c +++ b/drivers/timers/capture.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/capture.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/cs2100-cp.c b/drivers/timers/cs2100-cp.c index 5ade1a6511..d9578a2c77 100644 --- a/drivers/timers/cs2100-cp.c +++ b/drivers/timers/cs2100-cp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/cs2100-cp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/ds3231.c b/drivers/timers/ds3231.c index 329f925334..b333a490f2 100644 --- a/drivers/timers/ds3231.c +++ b/drivers/timers/ds3231.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/ds3231.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/ds3231.h b/drivers/timers/ds3231.h index 1da501f1eb..c399d7cd06 100644 --- a/drivers/timers/ds3231.h +++ b/drivers/timers/ds3231.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/ds3231.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/goldfish_timer.c b/drivers/timers/goldfish_timer.c index 843d6d6da0..05b2a8575e 100644 --- a/drivers/timers/goldfish_timer.c +++ b/drivers/timers/goldfish_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/goldfish_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/mcp794xx.c b/drivers/timers/mcp794xx.c index 2734c87f5a..4cb4ce9b2d 100644 --- a/drivers/timers/mcp794xx.c +++ b/drivers/timers/mcp794xx.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/mcp794xx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/mcp794xx.h b/drivers/timers/mcp794xx.h index b1188987e7..076a12daa3 100644 --- a/drivers/timers/mcp794xx.h +++ b/drivers/timers/mcp794xx.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/mcp794xx.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/oneshot.c b/drivers/timers/oneshot.c index f51abbdb70..dc8c6e4657 100644 --- a/drivers/timers/oneshot.c +++ b/drivers/timers/oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/oneshot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/pcf85263.c b/drivers/timers/pcf85263.c index 0c7de5899a..e3ea68cc26 100644 --- a/drivers/timers/pcf85263.c +++ b/drivers/timers/pcf85263.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/pcf85263.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/pcf85263.h b/drivers/timers/pcf85263.h index ccdf6fd9eb..01845ed8db 100644 --- a/drivers/timers/pcf85263.h +++ b/drivers/timers/pcf85263.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/pcf85263.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/pl031.c b/drivers/timers/pl031.c index e2414540c5..29133cbfce 100644 --- a/drivers/timers/pl031.c +++ b/drivers/timers/pl031.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/pl031.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/pwm.c b/drivers/timers/pwm.c index 9e627fdcde..0f91ce1936 100644 --- a/drivers/timers/pwm.c +++ b/drivers/timers/pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/pwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/rpmsg_rtc.c b/drivers/timers/rpmsg_rtc.c index f224b6b353..31cff5f16d 100644 --- a/drivers/timers/rpmsg_rtc.c +++ b/drivers/timers/rpmsg_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/rpmsg_rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/rtc.c b/drivers/timers/rtc.c index ec3d87761c..cd26dcb2e4 100644 --- a/drivers/timers/rtc.c +++ b/drivers/timers/rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/rx8010.c b/drivers/timers/rx8010.c index c7a93823c5..5b5b6dc5a7 100644 --- a/drivers/timers/rx8010.c +++ b/drivers/timers/rx8010.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/rx8010.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/rx8010.h b/drivers/timers/rx8010.h index 99798571d3..a84759ad90 100644 --- a/drivers/timers/rx8010.h +++ b/drivers/timers/rx8010.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/rx8010.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/timer.c b/drivers/timers/timer.c index f206cfefc7..3e6fc41a51 100644 --- a/drivers/timers/timer.c +++ b/drivers/timers/timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/timers/watchdog.c b/drivers/timers/watchdog.c index e16e8d9244..5079b03082 100644 --- a/drivers/timers/watchdog.c +++ b/drivers/timers/watchdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/timers/watchdog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/CMakeLists.txt b/drivers/usbdev/CMakeLists.txt index ac6fc2ea9a..6fef1b4ad4 100644 --- a/drivers/usbdev/CMakeLists.txt +++ b/drivers/usbdev/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/usbdev/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/usbdev/Make.defs b/drivers/usbdev/Make.defs index 647a83792c..8532b800f3 100644 --- a/drivers/usbdev/Make.defs +++ b/drivers/usbdev/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/usbdev/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/adb.c b/drivers/usbdev/adb.c index 4ceacfb45d..b2d49da4d3 100644 --- a/drivers/usbdev/adb.c +++ b/drivers/usbdev/adb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/adb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/cdcacm.c b/drivers/usbdev/cdcacm.c index 5859a143d5..403ad6e230 100644 --- a/drivers/usbdev/cdcacm.c +++ b/drivers/usbdev/cdcacm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/cdcacm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/cdcacm.h b/drivers/usbdev/cdcacm.h index d9f6ee0930..e362cae037 100644 --- a/drivers/usbdev/cdcacm.h +++ b/drivers/usbdev/cdcacm.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/cdcacm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/cdcacm_desc.c b/drivers/usbdev/cdcacm_desc.c index 028a4f3b8d..9b3974d7f1 100644 --- a/drivers/usbdev/cdcacm_desc.c +++ b/drivers/usbdev/cdcacm_desc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/cdcacm_desc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/cdcecm.c b/drivers/usbdev/cdcecm.c index ad109e7c76..17f3da7614 100644 --- a/drivers/usbdev/cdcecm.c +++ b/drivers/usbdev/cdcecm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/cdcecm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/cdcecm.h b/drivers/usbdev/cdcecm.h index e221076fa4..8c92c65b34 100644 --- a/drivers/usbdev/cdcecm.h +++ b/drivers/usbdev/cdcecm.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/cdcecm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/cdcncm.c b/drivers/usbdev/cdcncm.c index e9d1c773d2..86daf73c5f 100644 --- a/drivers/usbdev/cdcncm.c +++ b/drivers/usbdev/cdcncm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/cdcncm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/composite.c b/drivers/usbdev/composite.c index d95e61ee3d..4c955503eb 100644 --- a/drivers/usbdev/composite.c +++ b/drivers/usbdev/composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/composite.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/composite.h b/drivers/usbdev/composite.h index 859e3e2411..aa69f3ba11 100644 --- a/drivers/usbdev/composite.h +++ b/drivers/usbdev/composite.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/composite.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/composite_desc.c b/drivers/usbdev/composite_desc.c index a5f959a271..428ba5b808 100644 --- a/drivers/usbdev/composite_desc.c +++ b/drivers/usbdev/composite_desc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/composite_desc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/dfu.c b/drivers/usbdev/dfu.c index 80c6aa8be2..cea02eea56 100644 --- a/drivers/usbdev/dfu.c +++ b/drivers/usbdev/dfu.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/dfu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/mtp.c b/drivers/usbdev/mtp.c index 0ac07647d5..b97b5ec3e9 100644 --- a/drivers/usbdev/mtp.c +++ b/drivers/usbdev/mtp.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/mtp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/pl2303.c b/drivers/usbdev/pl2303.c index a36d39d053..2f688987e9 100644 --- a/drivers/usbdev/pl2303.c +++ b/drivers/usbdev/pl2303.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/pl2303.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/rndis.c b/drivers/usbdev/rndis.c index 3d73e1a228..2ca239f27d 100644 --- a/drivers/usbdev/rndis.c +++ b/drivers/usbdev/rndis.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/rndis.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/rndis_std.h b/drivers/usbdev/rndis_std.h index 3b75e3951f..1dd756fcad 100644 --- a/drivers/usbdev/rndis_std.h +++ b/drivers/usbdev/rndis_std.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/rndis_std.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_desc.c b/drivers/usbdev/usbdev_desc.c index e25c6228b5..c81b09a083 100644 --- a/drivers/usbdev/usbdev_desc.c +++ b/drivers/usbdev/usbdev_desc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_desc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_fs.c b/drivers/usbdev/usbdev_fs.c index 99646cab59..feae8fbd47 100644 --- a/drivers/usbdev/usbdev_fs.c +++ b/drivers/usbdev/usbdev_fs.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_fs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_fs.h b/drivers/usbdev/usbdev_fs.h index d3b0534330..7d2a637017 100644 --- a/drivers/usbdev/usbdev_fs.h +++ b/drivers/usbdev/usbdev_fs.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_fs.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_req.c b/drivers/usbdev/usbdev_req.c index e2f57aa8a0..d9b4467dd9 100644 --- a/drivers/usbdev/usbdev_req.c +++ b/drivers/usbdev/usbdev_req.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_req.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_strings.c b/drivers/usbdev/usbdev_strings.c index 75005b771b..692c66d969 100644 --- a/drivers/usbdev/usbdev_strings.c +++ b/drivers/usbdev/usbdev_strings.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_strings.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_trace.c b/drivers/usbdev/usbdev_trace.c index af6e723905..87012282b0 100644 --- a/drivers/usbdev/usbdev_trace.c +++ b/drivers/usbdev/usbdev_trace.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_trace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbdev_trprintf.c b/drivers/usbdev/usbdev_trprintf.c index 9389d91636..07ba41872d 100644 --- a/drivers/usbdev/usbdev_trprintf.c +++ b/drivers/usbdev/usbdev_trprintf.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbdev_trprintf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbmsc.c b/drivers/usbdev/usbmsc.c index ff7dc703fc..28ff61eff3 100644 --- a/drivers/usbdev/usbmsc.c +++ b/drivers/usbdev/usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbmsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbmsc.h b/drivers/usbdev/usbmsc.h index 732b4c6863..cb3800eeb8 100644 --- a/drivers/usbdev/usbmsc.h +++ b/drivers/usbdev/usbmsc.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbmsc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbmsc_desc.c b/drivers/usbdev/usbmsc_desc.c index 2b4064d68f..c0d94cfe1e 100644 --- a/drivers/usbdev/usbmsc_desc.c +++ b/drivers/usbdev/usbmsc_desc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbmsc_desc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbdev/usbmsc_scsi.c b/drivers/usbdev/usbmsc_scsi.c index 9ff3844aec..03eb5cf169 100644 --- a/drivers/usbdev/usbmsc_scsi.c +++ b/drivers/usbdev/usbmsc_scsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbdev/usbmsc_scsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/CMakeLists.txt b/drivers/usbhost/CMakeLists.txt index f8d1d30b5b..ec6373286f 100644 --- a/drivers/usbhost/CMakeLists.txt +++ b/drivers/usbhost/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/usbhost/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/usbhost/Make.defs b/drivers/usbhost/Make.defs index 02b4ffa811..a226d61495 100644 --- a/drivers/usbhost/Make.defs +++ b/drivers/usbhost/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/usbhost/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_bthci.c b/drivers/usbhost/usbhost_bthci.c index 7e3fa47787..6f7e1d43ff 100644 --- a/drivers/usbhost/usbhost_bthci.c +++ b/drivers/usbhost/usbhost_bthci.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_bthci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_cdcacm.c b/drivers/usbhost/usbhost_cdcacm.c index bc4df2fe0f..3648e70b5d 100644 --- a/drivers/usbhost/usbhost_cdcacm.c +++ b/drivers/usbhost/usbhost_cdcacm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_cdcacm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_cdcmbim.c b/drivers/usbhost/usbhost_cdcmbim.c index 8ce26bfb05..2acc4bb3ed 100644 --- a/drivers/usbhost/usbhost_cdcmbim.c +++ b/drivers/usbhost/usbhost_cdcmbim.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_cdcmbim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_composite.c b/drivers/usbhost/usbhost_composite.c index 3bcbfff668..602b844756 100644 --- a/drivers/usbhost/usbhost_composite.c +++ b/drivers/usbhost/usbhost_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_composite.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_composite.h b/drivers/usbhost/usbhost_composite.h index ee92b1e681..5e77dd3ac7 100644 --- a/drivers/usbhost/usbhost_composite.h +++ b/drivers/usbhost/usbhost_composite.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_composite.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_devaddr.c b/drivers/usbhost/usbhost_devaddr.c index e90d9bc497..2a718ceaf7 100644 --- a/drivers/usbhost/usbhost_devaddr.c +++ b/drivers/usbhost/usbhost_devaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_devaddr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_enumerate.c b/drivers/usbhost/usbhost_enumerate.c index fa1b3997fc..f74875b2d3 100644 --- a/drivers/usbhost/usbhost_enumerate.c +++ b/drivers/usbhost/usbhost_enumerate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_enumerate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_findclass.c b/drivers/usbhost/usbhost_findclass.c index 16e9e9c938..d6ee6bcbff 100644 --- a/drivers/usbhost/usbhost_findclass.c +++ b/drivers/usbhost/usbhost_findclass.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_findclass.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_ft232r.c b/drivers/usbhost/usbhost_ft232r.c index 89c78aca1e..7f17d81f0b 100644 --- a/drivers/usbhost/usbhost_ft232r.c +++ b/drivers/usbhost/usbhost_ft232r.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_ft232r.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_hidkbd.c b/drivers/usbhost/usbhost_hidkbd.c index f3f9725e84..0d12730c2e 100644 --- a/drivers/usbhost/usbhost_hidkbd.c +++ b/drivers/usbhost/usbhost_hidkbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_hidkbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_hidmouse.c b/drivers/usbhost/usbhost_hidmouse.c index 3886f926f9..1dc61a8eb3 100644 --- a/drivers/usbhost/usbhost_hidmouse.c +++ b/drivers/usbhost/usbhost_hidmouse.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_hidmouse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_hub.c b/drivers/usbhost/usbhost_hub.c index dc54230341..ee642fbeff 100644 --- a/drivers/usbhost/usbhost_hub.c +++ b/drivers/usbhost/usbhost_hub.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_hub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_max3421e.c b/drivers/usbhost/usbhost_max3421e.c index 02a34602db..6956fe55e8 100644 --- a/drivers/usbhost/usbhost_max3421e.c +++ b/drivers/usbhost/usbhost_max3421e.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_max3421e.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_registerclass.c b/drivers/usbhost/usbhost_registerclass.c index a84d676299..bdd141ae57 100644 --- a/drivers/usbhost/usbhost_registerclass.c +++ b/drivers/usbhost/usbhost_registerclass.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_registerclass.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_registry.c b/drivers/usbhost/usbhost_registry.c index c5df49ae41..0aaf8995c6 100644 --- a/drivers/usbhost/usbhost_registry.c +++ b/drivers/usbhost/usbhost_registry.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_registry.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_registry.h b/drivers/usbhost/usbhost_registry.h index 369edb50e4..e1f28b3830 100644 --- a/drivers/usbhost/usbhost_registry.h +++ b/drivers/usbhost/usbhost_registry.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_registry.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_skeleton.c b/drivers/usbhost/usbhost_skeleton.c index 5e0ecc971b..a11340752f 100644 --- a/drivers/usbhost/usbhost_skeleton.c +++ b/drivers/usbhost/usbhost_skeleton.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_skeleton.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_storage.c b/drivers/usbhost/usbhost_storage.c index db62e18aaa..7f60769815 100644 --- a/drivers/usbhost/usbhost_storage.c +++ b/drivers/usbhost/usbhost_storage.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_storage.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_trace.c b/drivers/usbhost/usbhost_trace.c index b8b267bd18..378fc13be1 100644 --- a/drivers/usbhost/usbhost_trace.c +++ b/drivers/usbhost/usbhost_trace.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_trace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbhost/usbhost_xboxcontroller.c b/drivers/usbhost/usbhost_xboxcontroller.c index 1e1883b1ac..01acb84f4f 100644 --- a/drivers/usbhost/usbhost_xboxcontroller.c +++ b/drivers/usbhost/usbhost_xboxcontroller.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbhost/usbhost_xboxcontroller.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbmisc/CMakeLists.txt b/drivers/usbmisc/CMakeLists.txt index 6365366150..936a9b8f21 100644 --- a/drivers/usbmisc/CMakeLists.txt +++ b/drivers/usbmisc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/usbmisc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/usbmisc/Make.defs b/drivers/usbmisc/Make.defs index 10437f72fa..e185ff14cc 100644 --- a/drivers/usbmisc/Make.defs +++ b/drivers/usbmisc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/usbmisc/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/usbmisc/fusb301.c b/drivers/usbmisc/fusb301.c index df5dd950cf..e992c6f873 100644 --- a/drivers/usbmisc/fusb301.c +++ b/drivers/usbmisc/fusb301.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbmisc/fusb301.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbmisc/fusb302.c b/drivers/usbmisc/fusb302.c index 9cd65f38d3..920662894a 100644 --- a/drivers/usbmisc/fusb302.c +++ b/drivers/usbmisc/fusb302.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbmisc/fusb302.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbmisc/fusb303.c b/drivers/usbmisc/fusb303.c index 7bb456282d..ef96612550 100644 --- a/drivers/usbmisc/fusb303.c +++ b/drivers/usbmisc/fusb303.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbmisc/fusb303.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usbmonitor/CMakeLists.txt b/drivers/usbmonitor/CMakeLists.txt index 19df127020..557e9f89aa 100644 --- a/drivers/usbmonitor/CMakeLists.txt +++ b/drivers/usbmonitor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/usbmonitor/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/usbmonitor/Make.defs b/drivers/usbmonitor/Make.defs index 17d251b223..dd767926a5 100644 --- a/drivers/usbmonitor/Make.defs +++ b/drivers/usbmonitor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/usbmonitor/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/usbmonitor/usbmonitor.c b/drivers/usbmonitor/usbmonitor.c index a15fddae6b..b9c0da75ec 100644 --- a/drivers/usbmonitor/usbmonitor.c +++ b/drivers/usbmonitor/usbmonitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usbmonitor/usbmonitor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usrsock/CMakeLists.txt b/drivers/usrsock/CMakeLists.txt index dc1bb8bb02..839c7662f4 100644 --- a/drivers/usrsock/CMakeLists.txt +++ b/drivers/usrsock/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/usrsock/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/usrsock/Make.defs b/drivers/usrsock/Make.defs index e08d90d368..99db1b5cd9 100644 --- a/drivers/usrsock/Make.defs +++ b/drivers/usrsock/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/usrsock/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/usrsock/usrsock_dev.c b/drivers/usrsock/usrsock_dev.c index c04ba4542b..45f3873120 100644 --- a/drivers/usrsock/usrsock_dev.c +++ b/drivers/usrsock/usrsock_dev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usrsock/usrsock_dev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usrsock/usrsock_rpmsg.c b/drivers/usrsock/usrsock_rpmsg.c index 01c5b417d9..a9d6c23758 100644 --- a/drivers/usrsock/usrsock_rpmsg.c +++ b/drivers/usrsock/usrsock_rpmsg.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usrsock/usrsock_rpmsg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/usrsock/usrsock_rpmsg_server.c b/drivers/usrsock/usrsock_rpmsg_server.c index 7ea3e6d477..c85bf7293d 100644 --- a/drivers/usrsock/usrsock_rpmsg_server.c +++ b/drivers/usrsock/usrsock_rpmsg_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/usrsock/usrsock_rpmsg_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/vhost/CMakeLists.txt b/drivers/vhost/CMakeLists.txt index ccd76303ce..4955d47a4e 100644 --- a/drivers/vhost/CMakeLists.txt +++ b/drivers/vhost/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/vhost/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/vhost/Make.defs b/drivers/vhost/Make.defs index 13e67ff48c..4a70eef594 100644 --- a/drivers/vhost/Make.defs +++ b/drivers/vhost/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/vhost/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/vhost/vhost-rng.c b/drivers/vhost/vhost-rng.c index 057c748223..a9cdec309b 100644 --- a/drivers/vhost/vhost-rng.c +++ b/drivers/vhost/vhost-rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/vhost/vhost-rng.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/vhost/vhost-rng.h b/drivers/vhost/vhost-rng.h index a03e417c4a..35490a7cb2 100644 --- a/drivers/vhost/vhost-rng.h +++ b/drivers/vhost/vhost-rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/vhost/vhost-rng.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 9df624f95a..eebcf24303 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/vhost/vhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/CMakeLists.txt b/drivers/video/CMakeLists.txt index 949fd0aa20..7e07c20cd3 100644 --- a/drivers/video/CMakeLists.txt +++ b/drivers/video/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/video/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/video/Make.defs b/drivers/video/Make.defs index 91b9371c33..e2edc640b5 100644 --- a/drivers/video/Make.defs +++ b/drivers/video/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/video/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/video/fb.c b/drivers/video/fb.c index 94c63cb171..49ccdae76b 100644 --- a/drivers/video/fb.c +++ b/drivers/video/fb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/fb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/goldfish_camera.c b/drivers/video/goldfish_camera.c index 8984f46ecc..fff70d45cc 100644 --- a/drivers/video/goldfish_camera.c +++ b/drivers/video/goldfish_camera.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/goldfish_camera.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/goldfish_fb.c b/drivers/video/goldfish_fb.c index eee45a2eb4..58a5925c05 100644 --- a/drivers/video/goldfish_fb.c +++ b/drivers/video/goldfish_fb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/goldfish_fb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/goldfish_gpu_fb.c b/drivers/video/goldfish_gpu_fb.c index 0457189c03..7c5f44d3fa 100644 --- a/drivers/video/goldfish_gpu_fb.c +++ b/drivers/video/goldfish_gpu_fb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/goldfish_gpu_fb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/isx012.c b/drivers/video/isx012.c index 97910971e8..9c5a950b05 100644 --- a/drivers/video/isx012.c +++ b/drivers/video/isx012.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/isx012.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/isx012_range.h b/drivers/video/isx012_range.h index 144687370a..acf6440b8f 100644 --- a/drivers/video/isx012_range.h +++ b/drivers/video/isx012_range.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/isx012_range.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/isx012_reg.h b/drivers/video/isx012_reg.h index 2c4e41d093..73ef749f93 100644 --- a/drivers/video/isx012_reg.h +++ b/drivers/video/isx012_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/isx012_reg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/isx019.c b/drivers/video/isx019.c index 72c1755677..ba91fb8cf9 100644 --- a/drivers/video/isx019.c +++ b/drivers/video/isx019.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/isx019.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/isx019_range.h b/drivers/video/isx019_range.h index 9489c1fc12..bd3fa4871f 100644 --- a/drivers/video/isx019_range.h +++ b/drivers/video/isx019_range.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/isx019_range.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/isx019_reg.h b/drivers/video/isx019_reg.h index d6e9af6589..68e4451515 100644 --- a/drivers/video/isx019_reg.h +++ b/drivers/video/isx019_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/isx019_reg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/max7456.c b/drivers/video/max7456.c index 84f19209d4..184329a604 100644 --- a/drivers/video/max7456.c +++ b/drivers/video/max7456.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/max7456.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/CMakeLists.txt b/drivers/video/mipidsi/CMakeLists.txt index 22d32ab0ed..6225ef9aec 100644 --- a/drivers/video/mipidsi/CMakeLists.txt +++ b/drivers/video/mipidsi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/video/mipidsi/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/video/mipidsi/Make.defs b/drivers/video/mipidsi/Make.defs index 10fd40d464..1e77c0d703 100644 --- a/drivers/video/mipidsi/Make.defs +++ b/drivers/video/mipidsi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/video/mipidsi/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/mipi_dsi.h b/drivers/video/mipidsi/mipi_dsi.h index 13af6c4222..b7db643701 100644 --- a/drivers/video/mipidsi/mipi_dsi.h +++ b/drivers/video/mipidsi/mipi_dsi.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/mipidsi/mipi_dsi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/mipi_dsi_device.c b/drivers/video/mipidsi/mipi_dsi_device.c index 2cf6aca456..13f2a0fde5 100644 --- a/drivers/video/mipidsi/mipi_dsi_device.c +++ b/drivers/video/mipidsi/mipi_dsi_device.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/mipidsi/mipi_dsi_device.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/mipi_dsi_device_driver.c b/drivers/video/mipidsi/mipi_dsi_device_driver.c index 7c066fafd2..9acbfcbdbd 100644 --- a/drivers/video/mipidsi/mipi_dsi_device_driver.c +++ b/drivers/video/mipidsi/mipi_dsi_device_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/mipidsi/mipi_dsi_device_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/mipi_dsi_host.c b/drivers/video/mipidsi/mipi_dsi_host.c index b443a1560f..5e3ecd5c9a 100644 --- a/drivers/video/mipidsi/mipi_dsi_host.c +++ b/drivers/video/mipidsi/mipi_dsi_host.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/mipidsi/mipi_dsi_host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/mipi_dsi_host_driver.c b/drivers/video/mipidsi/mipi_dsi_host_driver.c index c5d89307db..429cbbc4a1 100644 --- a/drivers/video/mipidsi/mipi_dsi_host_driver.c +++ b/drivers/video/mipidsi/mipi_dsi_host_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/mipidsi/mipi_dsi_host_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/mipidsi/mipi_dsi_packet.c b/drivers/video/mipidsi/mipi_dsi_packet.c index b50d1f3def..8f4f6e9675 100644 --- a/drivers/video/mipidsi/mipi_dsi_packet.c +++ b/drivers/video/mipidsi/mipi_dsi_packet.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/mipidsi/mipi_dsi_packet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/ov2640.c b/drivers/video/ov2640.c index 67bdd9948c..ec07151708 100644 --- a/drivers/video/ov2640.c +++ b/drivers/video/ov2640.c @@ -1,43 +1,22 @@ /**************************************************************************** * drivers/video/ov2640.c - * OV2640 Color CMOS UXGA (2.0 MegaPixel) CameraChip * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: Apache-2.0 * - * WARNING: Some of the information in the data tables below came from other - * projects with conflicting licenses: Linux and ArduCAM. Those both have - * GPL licenses. I am not sure if it is proper or not to lift the content - * of those tables and still retain this BSD license. I am guessing so, but - * I am not copyright attorney so you should use this driver in products at - * your own risk. + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the + * License. You may obtain a copy of the License at * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * http://www.apache.org/licenses/LICENSE-2.0 * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * 3. Neither the name NuttX nor the names of its contributors may be - * used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN - * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. * ****************************************************************************/ diff --git a/drivers/video/v4l2_cap.c b/drivers/video/v4l2_cap.c index 9f4beda84a..39f48a0a15 100644 --- a/drivers/video/v4l2_cap.c +++ b/drivers/video/v4l2_cap.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/v4l2_cap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/v4l2_core.c b/drivers/video/v4l2_core.c index 505383d673..72da448192 100644 --- a/drivers/video/v4l2_core.c +++ b/drivers/video/v4l2_core.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/v4l2_core.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/v4l2_m2m.c b/drivers/video/v4l2_m2m.c index 951cc4ca4e..cc4f7ad19b 100644 --- a/drivers/video/v4l2_m2m.c +++ b/drivers/video/v4l2_m2m.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/v4l2_m2m.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/video_framebuff.c b/drivers/video/video_framebuff.c index 110a01d64d..f74f550e6b 100644 --- a/drivers/video/video_framebuff.c +++ b/drivers/video/video_framebuff.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/video_framebuff.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/video_framebuff.h b/drivers/video/video_framebuff.h index 1aed3de6e5..5623cd6acb 100644 --- a/drivers/video/video_framebuff.h +++ b/drivers/video/video_framebuff.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/video_framebuff.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/CMakeLists.txt b/drivers/video/vnc/CMakeLists.txt index 27388a8fc4..a8b3b174c1 100644 --- a/drivers/video/vnc/CMakeLists.txt +++ b/drivers/video/vnc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/video/vnc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/video/vnc/Make.defs b/drivers/video/vnc/Make.defs index 1ca46a7c5c..70b8da1b8a 100644 --- a/drivers/video/vnc/Make.defs +++ b/drivers/video/vnc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/video/vnc/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_color.c b/drivers/video/vnc/vnc_color.c index d2320d8324..b3bf86c47a 100644 --- a/drivers/video/vnc/vnc_color.c +++ b/drivers/video/vnc/vnc_color.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_color.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_fbdev.c b/drivers/video/vnc/vnc_fbdev.c index 85d148bf8f..d51fbbd2e6 100644 --- a/drivers/video/vnc/vnc_fbdev.c +++ b/drivers/video/vnc/vnc_fbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_fbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_kbd.c b/drivers/video/vnc/vnc_kbd.c index 3d26abf926..30c82616cd 100644 --- a/drivers/video/vnc/vnc_kbd.c +++ b/drivers/video/vnc/vnc_kbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_kbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_keymap.c b/drivers/video/vnc/vnc_keymap.c index 911f7f7c47..3abec1e133 100644 --- a/drivers/video/vnc/vnc_keymap.c +++ b/drivers/video/vnc/vnc_keymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_keymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_negotiate.c b/drivers/video/vnc/vnc_negotiate.c index acdd64a78c..f764a18b70 100644 --- a/drivers/video/vnc/vnc_negotiate.c +++ b/drivers/video/vnc/vnc_negotiate.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_negotiate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_raw.c b/drivers/video/vnc/vnc_raw.c index 28ef292663..79438eeb9b 100644 --- a/drivers/video/vnc/vnc_raw.c +++ b/drivers/video/vnc/vnc_raw.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_raw.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_receiver.c b/drivers/video/vnc/vnc_receiver.c index 7c0840d385..533710d884 100644 --- a/drivers/video/vnc/vnc_receiver.c +++ b/drivers/video/vnc/vnc_receiver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_receiver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_rre.c b/drivers/video/vnc/vnc_rre.c index de5b48e11b..410e12ed80 100644 --- a/drivers/video/vnc/vnc_rre.c +++ b/drivers/video/vnc/vnc_rre.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_rre.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_server.c b/drivers/video/vnc/vnc_server.c index fe1bef919d..f0c501ec4d 100644 --- a/drivers/video/vnc/vnc_server.c +++ b/drivers/video/vnc/vnc_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_server.h b/drivers/video/vnc/vnc_server.h index 26af7ca2a7..c5d90205bc 100644 --- a/drivers/video/vnc/vnc_server.h +++ b/drivers/video/vnc/vnc_server.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_server.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_touch.c b/drivers/video/vnc/vnc_touch.c index 2535a79124..1c6b1aadef 100644 --- a/drivers/video/vnc/vnc_touch.c +++ b/drivers/video/vnc/vnc_touch.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_touch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/video/vnc/vnc_updater.c b/drivers/video/vnc/vnc_updater.c index 9481481a4d..54749eeb2f 100644 --- a/drivers/video/vnc/vnc_updater.c +++ b/drivers/video/vnc/vnc_updater.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/video/vnc/vnc_updater.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/CMakeLists.txt b/drivers/virtio/CMakeLists.txt index b2aee03bf9..40573d07cf 100644 --- a/drivers/virtio/CMakeLists.txt +++ b/drivers/virtio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/virtio/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/virtio/Make.defs b/drivers/virtio/Make.defs index a51c677447..46a1d928e5 100644 --- a/drivers/virtio/Make.defs +++ b/drivers/virtio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/virtio/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-blk.c b/drivers/virtio/virtio-blk.c index b1211e8179..e8f3c26c66 100644 --- a/drivers/virtio/virtio-blk.c +++ b/drivers/virtio/virtio-blk.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-blk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-blk.h b/drivers/virtio/virtio-blk.h index d51ffd128a..dc0d75f3f2 100644 --- a/drivers/virtio/virtio-blk.h +++ b/drivers/virtio/virtio-blk.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-blk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-gpu.c b/drivers/virtio/virtio-gpu.c index 5991f82239..1c8c404fe4 100644 --- a/drivers/virtio/virtio-gpu.c +++ b/drivers/virtio/virtio-gpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-gpu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-gpu.h b/drivers/virtio/virtio-gpu.h index dd72cc57b9..6e47f506c7 100644 --- a/drivers/virtio/virtio-gpu.h +++ b/drivers/virtio/virtio-gpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-gpu.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-input.c b/drivers/virtio/virtio-input.c index 922230e01c..bf0176d2f4 100644 --- a/drivers/virtio/virtio-input.c +++ b/drivers/virtio/virtio-input.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-input.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-input.h b/drivers/virtio/virtio-input.h index c99b63bce9..749444414d 100644 --- a/drivers/virtio/virtio-input.h +++ b/drivers/virtio/virtio-input.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-input.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-mmio.c b/drivers/virtio/virtio-mmio.c index efa62e13fd..2c7757b889 100644 --- a/drivers/virtio/virtio-mmio.c +++ b/drivers/virtio/virtio-mmio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-mmio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-net.c b/drivers/virtio/virtio-net.c index ced5cff5b5..172b007389 100644 --- a/drivers/virtio/virtio-net.c +++ b/drivers/virtio/virtio-net.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-net.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-net.h b/drivers/virtio/virtio-net.h index 9d5d1cc89d..2491b7f451 100644 --- a/drivers/virtio/virtio-net.h +++ b/drivers/virtio/virtio-net.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-net.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-pci-legacy.c b/drivers/virtio/virtio-pci-legacy.c index 2fa293298a..4869db3688 100644 --- a/drivers/virtio/virtio-pci-legacy.c +++ b/drivers/virtio/virtio-pci-legacy.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-pci-legacy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-pci-modern.c b/drivers/virtio/virtio-pci-modern.c index 75451eda82..85b54880f5 100644 --- a/drivers/virtio/virtio-pci-modern.c +++ b/drivers/virtio/virtio-pci-modern.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-pci-modern.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-pci.c b/drivers/virtio/virtio-pci.c index dd88fab518..0189c4b1bc 100644 --- a/drivers/virtio/virtio-pci.c +++ b/drivers/virtio/virtio-pci.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-pci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-pci.h b/drivers/virtio/virtio-pci.h index 70d3c544e2..69c7d9e9cc 100644 --- a/drivers/virtio/virtio-pci.h +++ b/drivers/virtio/virtio-pci.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-pci.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-rng.c b/drivers/virtio/virtio-rng.c index 0cacc86a42..318994ada7 100644 --- a/drivers/virtio/virtio-rng.c +++ b/drivers/virtio/virtio-rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-rng.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-rng.h b/drivers/virtio/virtio-rng.h index 71c9b8db9e..549730c233 100644 --- a/drivers/virtio/virtio-rng.h +++ b/drivers/virtio/virtio-rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-rng.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-rpmb.c b/drivers/virtio/virtio-rpmb.c index a7c2d5a0cf..eb40dc5058 100644 --- a/drivers/virtio/virtio-rpmb.c +++ b/drivers/virtio/virtio-rpmb.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-rpmb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-rpmb.h b/drivers/virtio/virtio-rpmb.h index 4cc14f920d..8cefc58555 100644 --- a/drivers/virtio/virtio-rpmb.h +++ b/drivers/virtio/virtio-rpmb.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-rpmb.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-serial.c b/drivers/virtio/virtio-serial.c index 7a7a913f77..2719acc29d 100644 --- a/drivers/virtio/virtio-serial.c +++ b/drivers/virtio/virtio-serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-serial.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-serial.h b/drivers/virtio/virtio-serial.h index 07be952ab3..faaf63284d 100644 --- a/drivers/virtio/virtio-serial.h +++ b/drivers/virtio/virtio-serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-serial.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-snd.c b/drivers/virtio/virtio-snd.c index 959bafce1b..ea861aba93 100644 --- a/drivers/virtio/virtio-snd.c +++ b/drivers/virtio/virtio-snd.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-snd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio-snd.h b/drivers/virtio/virtio-snd.h index 8d22f52bbe..fb992ffbcb 100644 --- a/drivers/virtio/virtio-snd.h +++ b/drivers/virtio/virtio-snd.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio-snd.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c index 1addf34b0b..571cbfb35d 100644 --- a/drivers/virtio/virtio.c +++ b/drivers/virtio/virtio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/virtio/virtio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/CMakeLists.txt b/drivers/wireless/CMakeLists.txt index cb9661dc06..b4b9a40f5f 100644 --- a/drivers/wireless/CMakeLists.txt +++ b/drivers/wireless/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ISM1_868MHzGFSK100kbps.c b/drivers/wireless/ISM1_868MHzGFSK100kbps.c index 97204376f8..d8c4451d9f 100644 --- a/drivers/wireless/ISM1_868MHzGFSK100kbps.c +++ b/drivers/wireless/ISM1_868MHzGFSK100kbps.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ISM1_868MHzGFSK100kbps.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ISM2_433MHzMSK500kbps.c b/drivers/wireless/ISM2_433MHzMSK500kbps.c index b82695ac8e..8bce748db4 100644 --- a/drivers/wireless/ISM2_433MHzMSK500kbps.c +++ b/drivers/wireless/ISM2_433MHzMSK500kbps.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ISM2_433MHzMSK500kbps.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ISM2_905MHzGFSK250kbps.c b/drivers/wireless/ISM2_905MHzGFSK250kbps.c index 6e278bbe54..bc72539550 100644 --- a/drivers/wireless/ISM2_905MHzGFSK250kbps.c +++ b/drivers/wireless/ISM2_905MHzGFSK250kbps.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ISM2_905MHzGFSK250kbps.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/Make.defs b/drivers/wireless/Make.defs index 0cff34b2f1..e6456364a4 100644 --- a/drivers/wireless/Make.defs +++ b/drivers/wireless/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/CMakeLists.txt b/drivers/wireless/bluetooth/CMakeLists.txt index 0a7f133f8e..2aa6d9e141 100644 --- a/drivers/wireless/bluetooth/CMakeLists.txt +++ b/drivers/wireless/bluetooth/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/bluetooth/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/bluetooth/Make.defs b/drivers/wireless/bluetooth/Make.defs index 0b10e46f06..93c62c6a8d 100644 --- a/drivers/wireless/bluetooth/Make.defs +++ b/drivers/wireless/bluetooth/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/bluetooth/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_bridge.c b/drivers/wireless/bluetooth/bt_bridge.c index c694d4bf14..d53f62cfaa 100644 --- a/drivers/wireless/bluetooth/bt_bridge.c +++ b/drivers/wireless/bluetooth/bt_bridge.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_bridge.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_driver.c b/drivers/wireless/bluetooth/bt_driver.c index c30ef44825..b7d4ce4b2e 100644 --- a/drivers/wireless/bluetooth/bt_driver.c +++ b/drivers/wireless/bluetooth/bt_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_null.c b/drivers/wireless/bluetooth/bt_null.c index b3c49284f9..8ea3e98f3c 100644 --- a/drivers/wireless/bluetooth/bt_null.c +++ b/drivers/wireless/bluetooth/bt_null.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_null.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_rpmsghci.c b/drivers/wireless/bluetooth/bt_rpmsghci.c index 72aa10b3fd..4d96621d99 100644 --- a/drivers/wireless/bluetooth/bt_rpmsghci.c +++ b/drivers/wireless/bluetooth/bt_rpmsghci.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_rpmsghci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_rpmsghci.h b/drivers/wireless/bluetooth/bt_rpmsghci.h index f34b0bd6af..806eed64e8 100644 --- a/drivers/wireless/bluetooth/bt_rpmsghci.h +++ b/drivers/wireless/bluetooth/bt_rpmsghci.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_rpmsghci.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_rpmsghci_server.c b/drivers/wireless/bluetooth/bt_rpmsghci_server.c index c7cde082f4..d373c38a6b 100644 --- a/drivers/wireless/bluetooth/bt_rpmsghci_server.c +++ b/drivers/wireless/bluetooth/bt_rpmsghci_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_rpmsghci_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_slip.c b/drivers/wireless/bluetooth/bt_slip.c index 08a857f0eb..b886a4b294 100644 --- a/drivers/wireless/bluetooth/bt_slip.c +++ b/drivers/wireless/bluetooth/bt_slip.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_slip.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_uart.c b/drivers/wireless/bluetooth/bt_uart.c index d53c9616fd..276fa62d8e 100644 --- a/drivers/wireless/bluetooth/bt_uart.c +++ b/drivers/wireless/bluetooth/bt_uart.c @@ -1,8 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_uart.c * - * Copyright (c) 2016, Intel Corporation - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016, Intel Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/drivers/wireless/bluetooth/bt_uart.h b/drivers/wireless/bluetooth/bt_uart.h index ff3cef1244..1392b78f39 100644 --- a/drivers/wireless/bluetooth/bt_uart.h +++ b/drivers/wireless/bluetooth/bt_uart.h @@ -1,8 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_uart.h * - * Copyright (c) 2016, Intel Corporation - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016, Intel Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/drivers/wireless/bluetooth/bt_uart_bcm4343x.c b/drivers/wireless/bluetooth/bt_uart_bcm4343x.c index fca7969a8f..78622ee0b5 100644 --- a/drivers/wireless/bluetooth/bt_uart_bcm4343x.c +++ b/drivers/wireless/bluetooth/bt_uart_bcm4343x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_uart_bcm4343x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_uart_cc2564.c b/drivers/wireless/bluetooth/bt_uart_cc2564.c index 79fa40468a..23cca82670 100644 --- a/drivers/wireless/bluetooth/bt_uart_cc2564.c +++ b/drivers/wireless/bluetooth/bt_uart_cc2564.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_uart_cc2564.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_uart_generic.c b/drivers/wireless/bluetooth/bt_uart_generic.c index 90255ae8c1..0f22f26558 100644 --- a/drivers/wireless/bluetooth/bt_uart_generic.c +++ b/drivers/wireless/bluetooth/bt_uart_generic.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_uart_generic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/bluetooth/bt_uart_shim.c b/drivers/wireless/bluetooth/bt_uart_shim.c index fdd42bd66c..73c07c69c5 100644 --- a/drivers/wireless/bluetooth/bt_uart_shim.c +++ b/drivers/wireless/bluetooth/bt_uart_shim.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/bluetooth/bt_uart_shim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/cc1101.c b/drivers/wireless/cc1101.c index 0a1e0da7aa..7a936989bb 100644 --- a/drivers/wireless/cc1101.c +++ b/drivers/wireless/cc1101.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/cc1101.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/gs2200m.c b/drivers/wireless/gs2200m.c index 42a6215240..e982093ea5 100644 --- a/drivers/wireless/gs2200m.c +++ b/drivers/wireless/gs2200m.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/gs2200m.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/CMakeLists.txt b/drivers/wireless/ieee80211/CMakeLists.txt index ec843bf085..c94ff6b9a4 100644 --- a/drivers/wireless/ieee80211/CMakeLists.txt +++ b/drivers/wireless/ieee80211/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/ieee80211/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ieee80211/Make.defs b/drivers/wireless/ieee80211/Make.defs index 91756f47a1..f13ddc03be 100644 --- a/drivers/wireless/ieee80211/Make.defs +++ b/drivers/wireless/ieee80211/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/ieee80211/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/CMakeLists.txt b/drivers/wireless/ieee80211/bcm43xxx/CMakeLists.txt index bdceda54e9..e8f5b8caf5 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/CMakeLists.txt +++ b/drivers/wireless/ieee80211/bcm43xxx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/ieee80211/bcm43xxx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ieee80211/bcm43xxx/Make.defs b/drivers/wireless/ieee80211/bcm43xxx/Make.defs index 418e8a1a70..e5af0cb693 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/Make.defs +++ b/drivers/wireless/ieee80211/bcm43xxx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/ieee80211/bcm43xxx/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.c index de1f1b78ea..61a36827f0 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.h index 40f1d0cbee..880abe5cca 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_bdc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.c index f4c3ad292d..0857d9fda5 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.h index 0624a9cacd..424d349b9f 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_cdc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_4301x.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_4301x.c index 5d5f2bf180..dcfcc4a07e 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_4301x.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_4301x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_4301x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43362.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43362.c index 12e9f682aa..2c41c15452 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43362.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43362.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43362.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43438.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43438.c index 281de11f04..e8a800377e 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43438.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43438.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43438.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43455.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43455.c index 449bf6a479..e0bcb31e5a 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43455.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43455.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_43455.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_data.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_data.h index 703e7bbf27..4f7c23e3bf 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_data.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_data.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_chip_data.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c index 5991e1fb24..08352049cc 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.h index c6377ab192..0893778e67 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_core.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_core.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c index bdf5cbd74a..064e0bb1ac 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h index f405ce5c68..f11e25f4ff 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gpio.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gpio.c index 501979674e..1b56a207cd 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gpio.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.c index e4397d8052..2c94554d3b 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.h index 06b00d9a16..52d585ff0f 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.c index ed2768c082..afec9ae4b7 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.h index 06ae58fda2..39c1ecd7a5 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_gspi_f2_frame.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c index 7cc7add253..5ce0921368 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h index 5710356d55..8a5bcda284 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_ioctl.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_ioctl.h index 9de31747f8..be78ae2e33 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_ioctl.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_ioctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_ioctl.h - * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (c) 2015 Broadcom. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -22,7 +24,6 @@ * Broadcom wireless connectivity products and solely for the purpose of * enabling the functionalities of such Broadcom products. * - * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c index 3583f980eb..01f192e6c7 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.h index 33ce35c9a0..a46c906bd5 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c index d268a09d67..dd9a052f40 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.h index 8ebe9abaed..4ec81f4e99 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_core.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_core.h index cd86afe873..af0ac97c57 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_core.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_core.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_core.h * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_regs.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_regs.h index 8e03fc814d..b14d3c4d21 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_regs.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_regs.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio_regs.h * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c index fd84cf6f72..624aa93f8f 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.h index 057308c16f..40ace23135 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.c b/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.c index dd39f819b9..5ad2ad14a8 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.c +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.h b/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.h index 0c58a18f61..d1eef04bd7 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.h +++ b/drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/bcmf_utils.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/cyw_chip_43439.c b/drivers/wireless/ieee80211/bcm43xxx/cyw_chip_43439.c index 828e72e5bf..bbb5fb3243 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/cyw_chip_43439.c +++ b/drivers/wireless/ieee80211/bcm43xxx/cyw_chip_43439.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/cyw_chip_43439.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee80211/bcm43xxx/cyw_reg_def.h b/drivers/wireless/ieee80211/bcm43xxx/cyw_reg_def.h index d309a1bf7a..4ec8fcb2d6 100644 --- a/drivers/wireless/ieee80211/bcm43xxx/cyw_reg_def.h +++ b/drivers/wireless/ieee80211/bcm43xxx/cyw_reg_def.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee80211/bcm43xxx/cyw_reg_def.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/CMakeLists.txt b/drivers/wireless/ieee802154/CMakeLists.txt index 7e78340716..c3384f8a11 100644 --- a/drivers/wireless/ieee802154/CMakeLists.txt +++ b/drivers/wireless/ieee802154/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/ieee802154/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ieee802154/Make.defs b/drivers/wireless/ieee802154/Make.defs index f7507cdc8d..37a434668d 100644 --- a/drivers/wireless/ieee802154/Make.defs +++ b/drivers/wireless/ieee802154/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/ieee802154/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/at86rf23x/CMakeLists.txt b/drivers/wireless/ieee802154/at86rf23x/CMakeLists.txt index c903232cf0..478ac9877a 100644 --- a/drivers/wireless/ieee802154/at86rf23x/CMakeLists.txt +++ b/drivers/wireless/ieee802154/at86rf23x/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/ieee802154/at86rf23x/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ieee802154/at86rf23x/Make.defs b/drivers/wireless/ieee802154/at86rf23x/Make.defs index c33419d87e..e9fb04b5f4 100644 --- a/drivers/wireless/ieee802154/at86rf23x/Make.defs +++ b/drivers/wireless/ieee802154/at86rf23x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/ieee802154/at86rf23x/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/at86rf23x/at86rf23x.c b/drivers/wireless/ieee802154/at86rf23x/at86rf23x.c index c9c2f42b9b..a803384405 100644 --- a/drivers/wireless/ieee802154/at86rf23x/at86rf23x.c +++ b/drivers/wireless/ieee802154/at86rf23x/at86rf23x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/at86rf23x/at86rf23x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/at86rf23x/at86rf23x.h b/drivers/wireless/ieee802154/at86rf23x/at86rf23x.h index c1ad0dc9c1..400fa92aa3 100644 --- a/drivers/wireless/ieee802154/at86rf23x/at86rf23x.h +++ b/drivers/wireless/ieee802154/at86rf23x/at86rf23x.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/at86rf23x/at86rf23x.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/CMakeLists.txt b/drivers/wireless/ieee802154/mrf24j40/CMakeLists.txt index d0ef694da6..6ea351fb53 100644 --- a/drivers/wireless/ieee802154/mrf24j40/CMakeLists.txt +++ b/drivers/wireless/ieee802154/mrf24j40/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/ieee802154/mrf24j40/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ieee802154/mrf24j40/Make.defs b/drivers/wireless/ieee802154/mrf24j40/Make.defs index 4ead845a9b..a06d7359e8 100644 --- a/drivers/wireless/ieee802154/mrf24j40/Make.defs +++ b/drivers/wireless/ieee802154/mrf24j40/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/ieee802154/mrf24j40/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40.c b/drivers/wireless/ieee802154/mrf24j40/mrf24j40.c index 567b5ceebd..0d322e7aba 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40.c +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40.h b/drivers/wireless/ieee802154/mrf24j40/mrf24j40.h index 5a3db74f22..fcd2c368b4 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40.h +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.c b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.c index b49d611df9..864a7dc0d5 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.c +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.h b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.h index fdc85122f1..0eeff63076 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.h +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_getset.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_interrupt.c b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_interrupt.c index 3bb937defe..5bfad65525 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_interrupt.c +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_interrupt.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_interrupt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.c b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.c index ee31c02886..89e817ebd3 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.c +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.h b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.h index 52ec787cdd..3bddc91cba 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.h +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_radif.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_reg.h b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_reg.h index b538c0735c..a4723354fe 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_reg.h +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_reg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.c b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.c index 2bd30d7469..98f05fc384 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.c +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.h b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.h index c28ef99b6d..8e9a202a5f 100644 --- a/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.h +++ b/drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/mrf24j40/mrf24j40_regops.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/CMakeLists.txt b/drivers/wireless/ieee802154/xbee/CMakeLists.txt index 62f8d33f66..8dfd2de8a5 100644 --- a/drivers/wireless/ieee802154/xbee/CMakeLists.txt +++ b/drivers/wireless/ieee802154/xbee/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/ieee802154/xbee/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/ieee802154/xbee/Make.defs b/drivers/wireless/ieee802154/xbee/Make.defs index 3b06007428..fab81d061d 100644 --- a/drivers/wireless/ieee802154/xbee/Make.defs +++ b/drivers/wireless/ieee802154/xbee/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/ieee802154/xbee/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/xbee.c b/drivers/wireless/ieee802154/xbee/xbee.c index cf8c522d66..29a65eadbd 100644 --- a/drivers/wireless/ieee802154/xbee/xbee.c +++ b/drivers/wireless/ieee802154/xbee/xbee.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/xbee/xbee.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/xbee.h b/drivers/wireless/ieee802154/xbee/xbee.h index d42836eb8a..1302f6e7dc 100644 --- a/drivers/wireless/ieee802154/xbee/xbee.h +++ b/drivers/wireless/ieee802154/xbee/xbee.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/xbee/xbee.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/xbee_ioctl.c b/drivers/wireless/ieee802154/xbee/xbee_ioctl.c index bc3e7423ef..5088d4e3ac 100644 --- a/drivers/wireless/ieee802154/xbee/xbee_ioctl.c +++ b/drivers/wireless/ieee802154/xbee/xbee_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/xbee/xbee_ioctl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/xbee_mac.c b/drivers/wireless/ieee802154/xbee/xbee_mac.c index 3fd8032573..8911993ca2 100644 --- a/drivers/wireless/ieee802154/xbee/xbee_mac.c +++ b/drivers/wireless/ieee802154/xbee/xbee_mac.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/xbee/xbee_mac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/xbee_mac.h b/drivers/wireless/ieee802154/xbee/xbee_mac.h index de1194ffa1..6521c3e15b 100644 --- a/drivers/wireless/ieee802154/xbee/xbee_mac.h +++ b/drivers/wireless/ieee802154/xbee/xbee_mac.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/xbee/xbee_mac.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/ieee802154/xbee/xbee_netdev.c b/drivers/wireless/ieee802154/xbee/xbee_netdev.c index b6106d0c5f..46ee9b69d9 100644 --- a/drivers/wireless/ieee802154/xbee/xbee_netdev.c +++ b/drivers/wireless/ieee802154/xbee/xbee_netdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/ieee802154/xbee/xbee_netdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/lpwan/CMakeLists.txt b/drivers/wireless/lpwan/CMakeLists.txt index fc506637d4..6f924b9ab8 100644 --- a/drivers/wireless/lpwan/CMakeLists.txt +++ b/drivers/wireless/lpwan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/lpwan/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/lpwan/Make.defs b/drivers/wireless/lpwan/Make.defs index 0ca5d3dfe8..023bff806f 100644 --- a/drivers/wireless/lpwan/Make.defs +++ b/drivers/wireless/lpwan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/lpwan/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/lpwan/sx127x/CMakeLists.txt b/drivers/wireless/lpwan/sx127x/CMakeLists.txt index ca540a2267..292b4dad50 100644 --- a/drivers/wireless/lpwan/sx127x/CMakeLists.txt +++ b/drivers/wireless/lpwan/sx127x/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/lpwan/sx127x/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/lpwan/sx127x/Make.defs b/drivers/wireless/lpwan/sx127x/Make.defs index 3d85ef7a17..4037713897 100644 --- a/drivers/wireless/lpwan/sx127x/Make.defs +++ b/drivers/wireless/lpwan/sx127x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/lpwan/sx127x/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/lpwan/sx127x/sx127x.c b/drivers/wireless/lpwan/sx127x/sx127x.c index b576f6ef8d..655d21c983 100644 --- a/drivers/wireless/lpwan/sx127x/sx127x.c +++ b/drivers/wireless/lpwan/sx127x/sx127x.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/lpwan/sx127x/sx127x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/lpwan/sx127x/sx127x.h b/drivers/wireless/lpwan/sx127x/sx127x.h index 07d67eb82e..4db4fb8b83 100644 --- a/drivers/wireless/lpwan/sx127x/sx127x.h +++ b/drivers/wireless/lpwan/sx127x/sx127x.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/lpwan/sx127x/sx127x.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/nrf24l01.c b/drivers/wireless/nrf24l01.c index 12c2a3937e..716386f7e9 100644 --- a/drivers/wireless/nrf24l01.c +++ b/drivers/wireless/nrf24l01.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/nrf24l01.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/nrf24l01.h b/drivers/wireless/nrf24l01.h index 46bc6c0b79..bdaa548915 100644 --- a/drivers/wireless/nrf24l01.h +++ b/drivers/wireless/nrf24l01.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/nrf24l01.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/CMakeLists.txt b/drivers/wireless/spirit/CMakeLists.txt index 8608c4a5bf..17a9e2ac16 100644 --- a/drivers/wireless/spirit/CMakeLists.txt +++ b/drivers/wireless/spirit/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/spirit/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/spirit/Make.defs b/drivers/wireless/spirit/Make.defs index a4d6117f30..b7f635f8f5 100644 --- a/drivers/wireless/spirit/Make.defs +++ b/drivers/wireless/spirit/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/spirit/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/drivers/CMakeLists.txt b/drivers/wireless/spirit/drivers/CMakeLists.txt index e2ed2dbac5..9f287eabb8 100644 --- a/drivers/wireless/spirit/drivers/CMakeLists.txt +++ b/drivers/wireless/spirit/drivers/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/spirit/drivers/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/spirit/drivers/Make.defs b/drivers/wireless/spirit/drivers/Make.defs index 0f2207731b..30d07327de 100644 --- a/drivers/wireless/spirit/drivers/Make.defs +++ b/drivers/wireless/spirit/drivers/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/spirit/drivers/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/drivers/spirit_netdev.c b/drivers/wireless/spirit/drivers/spirit_netdev.c index ccc244d0f6..975024a634 100644 --- a/drivers/wireless/spirit/drivers/spirit_netdev.c +++ b/drivers/wireless/spirit/drivers/spirit_netdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/spirit/drivers/spirit_netdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/include/Make.defs b/drivers/wireless/spirit/include/Make.defs index 2c2b8b4fc6..637018eef6 100644 --- a/drivers/wireless/spirit/include/Make.defs +++ b/drivers/wireless/spirit/include/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/spirit/include/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/include/spirit_aes.h b/drivers/wireless/spirit/include/spirit_aes.h index 588869d6ad..18182b2feb 100644 --- a/drivers/wireless/spirit/include/spirit_aes.h +++ b/drivers/wireless/spirit/include/spirit_aes.h @@ -1,8 +1,9 @@ /**************************************************************************** * drivers/wireless/spirit/include/spirit_aes.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_calibration.h b/drivers/wireless/spirit/include/spirit_calibration.h index 9bc5775190..015ef8ba39 100644 --- a/drivers/wireless/spirit/include/spirit_calibration.h +++ b/drivers/wireless/spirit/include/spirit_calibration.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_calibration.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_commands.h b/drivers/wireless/spirit/include/spirit_commands.h index 21bad5f069..11c1b15050 100644 --- a/drivers/wireless/spirit/include/spirit_commands.h +++ b/drivers/wireless/spirit/include/spirit_commands.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_commands.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_config.h b/drivers/wireless/spirit/include/spirit_config.h index 22d9beb3ad..60deeeeebd 100644 --- a/drivers/wireless/spirit/include/spirit_config.h +++ b/drivers/wireless/spirit/include/spirit_config.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_config.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_csma.h b/drivers/wireless/spirit/include/spirit_csma.h index 56543c7e6c..b8921c6201 100644 --- a/drivers/wireless/spirit/include/spirit_csma.h +++ b/drivers/wireless/spirit/include/spirit_csma.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_csma.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_directrf.h b/drivers/wireless/spirit/include/spirit_directrf.h index 960b8be8e5..c75be13d37 100644 --- a/drivers/wireless/spirit/include/spirit_directrf.h +++ b/drivers/wireless/spirit/include/spirit_directrf.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_directrf.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_general.h b/drivers/wireless/spirit/include/spirit_general.h index 0727e44dd3..a60623f34e 100644 --- a/drivers/wireless/spirit/include/spirit_general.h +++ b/drivers/wireless/spirit/include/spirit_general.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_general.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_gpio.h b/drivers/wireless/spirit/include/spirit_gpio.h index baa6918deb..d7844d48db 100644 --- a/drivers/wireless/spirit/include/spirit_gpio.h +++ b/drivers/wireless/spirit/include/spirit_gpio.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_gpio.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_irq.h b/drivers/wireless/spirit/include/spirit_irq.h index f0cd0ba40b..45bd898224 100644 --- a/drivers/wireless/spirit/include/spirit_irq.h +++ b/drivers/wireless/spirit/include/spirit_irq.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_irq.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_linearfifo.h b/drivers/wireless/spirit/include/spirit_linearfifo.h index c4c226c15f..85430be338 100644 --- a/drivers/wireless/spirit/include/spirit_linearfifo.h +++ b/drivers/wireless/spirit/include/spirit_linearfifo.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_linearfifo.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_management.h b/drivers/wireless/spirit/include/spirit_management.h index 8a6ad37fd5..d12dafb3b9 100644 --- a/drivers/wireless/spirit/include/spirit_management.h +++ b/drivers/wireless/spirit/include/spirit_management.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_management.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_pktbasic.h b/drivers/wireless/spirit/include/spirit_pktbasic.h index 92502d9b18..4d46955012 100644 --- a/drivers/wireless/spirit/include/spirit_pktbasic.h +++ b/drivers/wireless/spirit/include/spirit_pktbasic.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_pktbasic.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_pktcommon.h b/drivers/wireless/spirit/include/spirit_pktcommon.h index 762519a444..81e60ea1cc 100644 --- a/drivers/wireless/spirit/include/spirit_pktcommon.h +++ b/drivers/wireless/spirit/include/spirit_pktcommon.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_pktcommon.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_pktmbus.h b/drivers/wireless/spirit/include/spirit_pktmbus.h index 3907dfff5a..ad04fcf2c9 100644 --- a/drivers/wireless/spirit/include/spirit_pktmbus.h +++ b/drivers/wireless/spirit/include/spirit_pktmbus.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_pktmbus.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_pktstack.h b/drivers/wireless/spirit/include/spirit_pktstack.h index a0e66d693b..a15edd1302 100644 --- a/drivers/wireless/spirit/include/spirit_pktstack.h +++ b/drivers/wireless/spirit/include/spirit_pktstack.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_pktstack.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_qi.h b/drivers/wireless/spirit/include/spirit_qi.h index 1c75a87468..64fb8b6a16 100644 --- a/drivers/wireless/spirit/include/spirit_qi.h +++ b/drivers/wireless/spirit/include/spirit_qi.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_qi.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_radio.h b/drivers/wireless/spirit/include/spirit_radio.h index 7ceed89ec0..8fef9a2231 100644 --- a/drivers/wireless/spirit/include/spirit_radio.h +++ b/drivers/wireless/spirit/include/spirit_radio.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_radio.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_regs.h b/drivers/wireless/spirit/include/spirit_regs.h index 4637f502a3..7a1097491b 100644 --- a/drivers/wireless/spirit/include/spirit_regs.h +++ b/drivers/wireless/spirit/include/spirit_regs.h @@ -1,8 +1,9 @@ /**************************************************************************** * drivers/wireless/spirit/include/spirit_regs.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_spi.h b/drivers/wireless/spirit/include/spirit_spi.h index d5d380a6eb..5cf1f0927d 100644 --- a/drivers/wireless/spirit/include/spirit_spi.h +++ b/drivers/wireless/spirit/include/spirit_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * drivers/wireless/spirit/include/spirit_spi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/include/spirit_timer.h b/drivers/wireless/spirit/include/spirit_timer.h index 3298c29e57..8e8f086dd5 100644 --- a/drivers/wireless/spirit/include/spirit_timer.h +++ b/drivers/wireless/spirit/include/spirit_timer.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_timer.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/include/spirit_types.h b/drivers/wireless/spirit/include/spirit_types.h index 65670818b5..0684486e2c 100644 --- a/drivers/wireless/spirit/include/spirit_types.h +++ b/drivers/wireless/spirit/include/spirit_types.h @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/include/spirit_types.h * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/CMakeLists.txt b/drivers/wireless/spirit/lib/CMakeLists.txt index 51a62b8d76..2c618be6ca 100644 --- a/drivers/wireless/spirit/lib/CMakeLists.txt +++ b/drivers/wireless/spirit/lib/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # drivers/wireless/spirit/lib/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/drivers/wireless/spirit/lib/Make.defs b/drivers/wireless/spirit/lib/Make.defs index 9fa16161ff..ed28c64624 100644 --- a/drivers/wireless/spirit/lib/Make.defs +++ b/drivers/wireless/spirit/lib/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # drivers/wireless/spirit/lib/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/lib/spirit_aes.c b/drivers/wireless/spirit/lib/spirit_aes.c index 27b97ddbe4..aa67801ad1 100644 --- a/drivers/wireless/spirit/lib/spirit_aes.c +++ b/drivers/wireless/spirit/lib/spirit_aes.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_aes.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_calibration.c b/drivers/wireless/spirit/lib/spirit_calibration.c index e35984fd21..2b6b7bc752 100644 --- a/drivers/wireless/spirit/lib/spirit_calibration.c +++ b/drivers/wireless/spirit/lib/spirit_calibration.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_calibration.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_csma.c b/drivers/wireless/spirit/lib/spirit_csma.c index 2f09e0f4fa..5bf8d48554 100644 --- a/drivers/wireless/spirit/lib/spirit_csma.c +++ b/drivers/wireless/spirit/lib/spirit_csma.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_csma.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_directrf.c b/drivers/wireless/spirit/lib/spirit_directrf.c index dd993ab989..48d41d73e8 100644 --- a/drivers/wireless/spirit/lib/spirit_directrf.c +++ b/drivers/wireless/spirit/lib/spirit_directrf.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_directrf.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_general.c b/drivers/wireless/spirit/lib/spirit_general.c index ed6c3eb472..918ad11e52 100644 --- a/drivers/wireless/spirit/lib/spirit_general.c +++ b/drivers/wireless/spirit/lib/spirit_general.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_general.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_gpio.c b/drivers/wireless/spirit/lib/spirit_gpio.c index adee0ccd44..640a14411c 100644 --- a/drivers/wireless/spirit/lib/spirit_gpio.c +++ b/drivers/wireless/spirit/lib/spirit_gpio.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_gpio.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_irq.c b/drivers/wireless/spirit/lib/spirit_irq.c index a52ac44ce9..a7389c5c71 100644 --- a/drivers/wireless/spirit/lib/spirit_irq.c +++ b/drivers/wireless/spirit/lib/spirit_irq.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_irq.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_linearfifo.c b/drivers/wireless/spirit/lib/spirit_linearfifo.c index d675e289fc..86c76bd810 100644 --- a/drivers/wireless/spirit/lib/spirit_linearfifo.c +++ b/drivers/wireless/spirit/lib/spirit_linearfifo.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_linearfifo.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_management.c b/drivers/wireless/spirit/lib/spirit_management.c index 54ca112ca3..8b48d6a841 100644 --- a/drivers/wireless/spirit/lib/spirit_management.c +++ b/drivers/wireless/spirit/lib/spirit_management.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_management.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_pktbasic.c b/drivers/wireless/spirit/lib/spirit_pktbasic.c index e2c41e1368..89fd307030 100644 --- a/drivers/wireless/spirit/lib/spirit_pktbasic.c +++ b/drivers/wireless/spirit/lib/spirit_pktbasic.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_pktbasic.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_pktcommon.c b/drivers/wireless/spirit/lib/spirit_pktcommon.c index 24f8ef20b6..0be9b4910a 100644 --- a/drivers/wireless/spirit/lib/spirit_pktcommon.c +++ b/drivers/wireless/spirit/lib/spirit_pktcommon.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_pktcommon.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_pktmbus.c b/drivers/wireless/spirit/lib/spirit_pktmbus.c index 0b0f79e0d0..49effbef89 100644 --- a/drivers/wireless/spirit/lib/spirit_pktmbus.c +++ b/drivers/wireless/spirit/lib/spirit_pktmbus.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_pktmbus.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_pktstack.c b/drivers/wireless/spirit/lib/spirit_pktstack.c index 28a130ae10..2881cc0d51 100644 --- a/drivers/wireless/spirit/lib/spirit_pktstack.c +++ b/drivers/wireless/spirit/lib/spirit_pktstack.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_pktstack.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_qi.c b/drivers/wireless/spirit/lib/spirit_qi.c index ceb1f4b82f..e5f04c778d 100644 --- a/drivers/wireless/spirit/lib/spirit_qi.c +++ b/drivers/wireless/spirit/lib/spirit_qi.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_qi.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_radio.c b/drivers/wireless/spirit/lib/spirit_radio.c index f33b067059..7616ffff6b 100644 --- a/drivers/wireless/spirit/lib/spirit_radio.c +++ b/drivers/wireless/spirit/lib/spirit_radio.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_radio.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without diff --git a/drivers/wireless/spirit/lib/spirit_spi.c b/drivers/wireless/spirit/lib/spirit_spi.c index 2c7302d381..88fa9609e2 100644 --- a/drivers/wireless/spirit/lib/spirit_spi.c +++ b/drivers/wireless/spirit/lib/spirit_spi.c @@ -1,6 +1,8 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/drivers/wireless/spirit/lib/spirit_timer.c b/drivers/wireless/spirit/lib/spirit_timer.c index 532bb2459d..5c24103353 100644 --- a/drivers/wireless/spirit/lib/spirit_timer.c +++ b/drivers/wireless/spirit/lib/spirit_timer.c @@ -1,8 +1,9 @@ /****************************************************************************** * drivers/wireless/spirit/lib/spirit_timer.c * - * Copyright(c) 2015 STMicroelectronics - * Author: VMA division - AMS + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright(c) 2015 STMicroelectronics + * SPDX-FileContributor: Author: VMA division - AMS * Version 3.2.2 08-July-2015 * * Redistribution and use in source and binary forms, with or without