From 344968b8c2b894cdb4655697b9057ed3c156c4e6 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Thu, 5 Dec 2024 14:05:04 +0100 Subject: [PATCH] arch/arm: 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 --- arch/arm/CMakeLists.txt | 2 + arch/arm/include/a1x/a10_irq.h | 2 + arch/arm/include/a1x/chip.h | 2 + arch/arm/include/a1x/irq.h | 2 + arch/arm/include/am335x/am335x_irq.h | 2 + arch/arm/include/am335x/chip.h | 2 + arch/arm/include/am335x/irq.h | 2 + arch/arm/include/arch.h | 2 + arch/arm/include/arm/irq.h | 2 + arch/arm/include/armv6-m/irq.h | 2 + arch/arm/include/armv7-a/cp15.h | 2 + arch/arm/include/armv7-a/irq.h | 2 + arch/arm/include/armv7-m/irq.h | 2 + arch/arm/include/armv7-m/nvicpri.h | 2 + arch/arm/include/armv7-r/cp15.h | 2 + arch/arm/include/armv7-r/irq.h | 2 + arch/arm/include/armv8-m/irq.h | 2 + arch/arm/include/armv8-m/nvicpri.h | 2 + arch/arm/include/armv8-r/cp15.h | 2 + arch/arm/include/armv8-r/irq.h | 2 + arch/arm/include/at32/at32f43xxx_irq.h | 2 + arch/arm/include/at32/chip.h | 2 + arch/arm/include/at32/irq.h | 2 + arch/arm/include/c5471/irq.h | 2 + arch/arm/include/csk6/chip.h | 2 + arch/arm/include/csk6/irq.h | 2 + arch/arm/include/cxd32xx/chip.h | 2 + arch/arm/include/cxd32xx/irq.h | 2 + arch/arm/include/cxd56xx/adc.h | 2 + arch/arm/include/cxd56xx/audio.h | 2 + arch/arm/include/cxd56xx/backuplog.h | 2 + arch/arm/include/cxd56xx/battery_ioctl.h | 2 + arch/arm/include/cxd56xx/chip.h | 2 + arch/arm/include/cxd56xx/cisif.h | 2 + arch/arm/include/cxd56xx/crashdump.h | 2 + arch/arm/include/cxd56xx/ge2d.h | 2 + arch/arm/include/cxd56xx/geofence.h | 2 + arch/arm/include/cxd56xx/gnss.h | 2 + arch/arm/include/cxd56xx/gnss_type.h | 2 + arch/arm/include/cxd56xx/gnssram.h | 2 + arch/arm/include/cxd56xx/hostif.h | 2 + arch/arm/include/cxd56xx/irq.h | 2 + arch/arm/include/cxd56xx/nxaudio.h | 2 + arch/arm/include/cxd56xx/pin.h | 2 + arch/arm/include/cxd56xx/pm.h | 2 + arch/arm/include/cxd56xx/scu.h | 2 + arch/arm/include/cxd56xx/timer.h | 2 + arch/arm/include/cxd56xx/uart0.h | 2 + arch/arm/include/cxd56xx/usbdev.h | 2 + arch/arm/include/dm320/irq.h | 2 + arch/arm/include/efm32/chip.h | 2 + arch/arm/include/efm32/efm32g_irq.h | 2 + arch/arm/include/efm32/efm32gg_irq.h | 2 + arch/arm/include/efm32/efm32tg_irq.h | 2 + arch/arm/include/efm32/irq.h | 2 + arch/arm/include/elf.h | 2 + arch/arm/include/eoss3/chip.h | 2 + arch/arm/include/eoss3/irq.h | 2 + arch/arm/include/fvp-v8r-aarch32/chip.h | 2 + arch/arm/include/fvp-v8r-aarch32/irq.h | 2 + arch/arm/include/gd32f4/chip.h | 2 + arch/arm/include/gd32f4/gd32f4xx_irq.h | 2 + arch/arm/include/gd32f4/irq.h | 2 + arch/arm/include/goldfish/chip.h | 2 + arch/arm/include/goldfish/irq.h | 2 + arch/arm/include/imx1/irq.h | 2 + arch/arm/include/imx6/chip.h | 2 + arch/arm/include/imx6/irq.h | 2 + arch/arm/include/imxrt/chip.h | 2 + arch/arm/include/imxrt/imxrt102x_irq.h | 2 + arch/arm/include/imxrt/imxrt105x_irq.h | 2 + arch/arm/include/imxrt/imxrt106x_irq.h | 2 + arch/arm/include/imxrt/imxrt117x_irq.h | 2 + arch/arm/include/imxrt/irq.h | 2 + arch/arm/include/inttypes.h | 2 + arch/arm/include/irq.h | 2 + arch/arm/include/kinetis/chip.h | 2 + arch/arm/include/kinetis/irq.h | 2 + arch/arm/include/kinetis/kinetis_dma.h | 2 + arch/arm/include/kinetis/kinetis_dmamux.h | 2 + arch/arm/include/kinetis/kinetis_k20irq.h | 2 + arch/arm/include/kinetis/kinetis_k28irq.h | 2 + arch/arm/include/kinetis/kinetis_k40irq.h | 2 + arch/arm/include/kinetis/kinetis_k60irq.h | 2 + arch/arm/include/kinetis/kinetis_k64irq.h | 2 + arch/arm/include/kinetis/kinetis_k66irq.h | 2 + arch/arm/include/kinetis/kinetis_lpuart.h | 2 + arch/arm/include/kinetis/kinetis_mcg.h | 2 + arch/arm/include/kinetis/kinetis_pmc.h | 2 + arch/arm/include/kinetis/kinetis_sim.h | 2 + arch/arm/include/kl/chip.h | 2 + arch/arm/include/kl/irq.h | 2 + arch/arm/include/lc823450/chip.h | 2 + arch/arm/include/lc823450/clk.h | 2 + arch/arm/include/lc823450/irq.h | 2 + arch/arm/include/limits.h | 2 + arch/arm/include/lpc17xx_40xx/chip.h | 2 + arch/arm/include/lpc17xx_40xx/irq.h | 2 + arch/arm/include/lpc17xx_40xx/lpc176x_irq.h | 2 + .../include/lpc17xx_40xx/lpc178x_40xx_irq.h | 2 + arch/arm/include/lpc214x/irq.h | 2 + arch/arm/include/lpc2378/irq.h | 2 + arch/arm/include/lpc31xx/irq.h | 2 + arch/arm/include/lpc43xx/chip.h | 2 + arch/arm/include/lpc43xx/irq.h | 2 + arch/arm/include/lpc54xx/chip.h | 2 + arch/arm/include/lpc54xx/irq.h | 2 + arch/arm/include/lpc54xx/lpc546x_irq.h | 2 + arch/arm/include/max326xx/chip.h | 2 + arch/arm/include/max326xx/irq.h | 2 + arch/arm/include/max326xx/max32620_30_irq.h | 2 + arch/arm/include/max326xx/max32660_irq.h | 2 + arch/arm/include/moxart/irq.h | 2 + arch/arm/include/mps/chip.h | 2 + arch/arm/include/mps/irq.h | 2 + arch/arm/include/mx8mp/chip.h | 2 + arch/arm/include/mx8mp/irq.h | 2 + arch/arm/include/mx8mp/mx8mp_irq.h | 2 + arch/arm/include/nrf52/chip.h | 2 + arch/arm/include/nrf52/irq.h | 2 + arch/arm/include/nrf52/nrf52_irq.h | 2 + arch/arm/include/nrf53/chip.h | 2 + arch/arm/include/nrf53/irq.h | 2 + arch/arm/include/nrf53/nrf5340_irq.h | 2 + arch/arm/include/nrf53/nrf5340_irq_cpuapp.h | 2 + arch/arm/include/nrf53/nrf5340_irq_cpunet.h | 2 + arch/arm/include/nrf91/chip.h | 2 + arch/arm/include/nrf91/irq.h | 2 + arch/arm/include/nrf91/nrf9160_irq.h | 2 + arch/arm/include/nuc1xx/chip.h | 2 + arch/arm/include/nuc1xx/irq.h | 2 + arch/arm/include/nuc1xx/nuc120_irq.h | 2 + arch/arm/include/phy62xx/chip.h | 2 + arch/arm/include/phy62xx/irq.h | 2 + arch/arm/include/phy62xx/phy62xx_irq.h | 2 + arch/arm/include/qemu/chip.h | 2 + arch/arm/include/qemu/irq.h | 2 + arch/arm/include/rp2040/chip.h | 2 + arch/arm/include/rp2040/i2c_slave.h | 2 + arch/arm/include/rp2040/irq.h | 2 + arch/arm/include/rp2040/watchdog.h | 2 + arch/arm/include/rp23xx/chip.h | 2 + arch/arm/include/rp23xx/i2c_slave.h | 2 + arch/arm/include/rp23xx/irq.h | 2 + arch/arm/include/rp23xx/watchdog.h | 2 + arch/arm/include/s32k1xx/chip.h | 2 + arch/arm/include/s32k1xx/irq.h | 2 + arch/arm/include/s32k1xx/s32k11x_irq.h | 2 + arch/arm/include/s32k1xx/s32k14x_irq.h | 2 + arch/arm/include/s32k3xx/chip.h | 2 + arch/arm/include/s32k3xx/irq.h | 2 + arch/arm/include/s32k3xx/s32k3x4_irq.h | 2 + arch/arm/include/sam34/chip.h | 2 + arch/arm/include/sam34/irq.h | 2 + arch/arm/include/sam34/sam3u_irq.h | 2 + arch/arm/include/sam34/sam3x_irq.h | 2 + arch/arm/include/sam34/sam4cm_irq.h | 2 + arch/arm/include/sam34/sam4e_irq.h | 2 + arch/arm/include/sam34/sam4l_irq.h | 2 + arch/arm/include/sam34/sam4s_irq.h | 2 + arch/arm/include/sama5/chip.h | 2 + arch/arm/include/sama5/irq.h | 2 + arch/arm/include/sama5/sama5d2_irq.h | 2 + arch/arm/include/sama5/sama5d3_irq.h | 2 + arch/arm/include/sama5/sama5d4_irq.h | 2 + arch/arm/include/samd2l2/chip.h | 2 + arch/arm/include/samd2l2/irq.h | 2 + arch/arm/include/samd2l2/sam_adc.h | 2 + arch/arm/include/samd2l2/samd20_irq.h | 2 + arch/arm/include/samd2l2/samd21_irq.h | 2 + arch/arm/include/samd2l2/saml21_irq.h | 2 + arch/arm/include/samd5e5/chip.h | 2 + arch/arm/include/samd5e5/irq.h | 2 + arch/arm/include/samd5e5/samd5e5_irq.h | 2 + arch/arm/include/samv7/chip.h | 2 + arch/arm/include/samv7/irq.h | 2 + arch/arm/include/samv7/sam_afec.h | 2 + arch/arm/include/samv7/same70_irq.h | 2 + arch/arm/include/samv7/samv71_irq.h | 2 + arch/arm/include/setjmp.h | 2 + arch/arm/include/spinlock.h | 2 + arch/arm/include/stdarg.h | 2 + arch/arm/include/stm32/chip.h | 2 + arch/arm/include/stm32/irq.h | 2 + arch/arm/include/stm32/stm32f10xxx_irq.h | 2 + arch/arm/include/stm32/stm32f20xxx_irq.h | 2 + arch/arm/include/stm32/stm32f30xxx_irq.h | 2 + arch/arm/include/stm32/stm32f33xxx_irq.h | 2 + arch/arm/include/stm32/stm32f37xxx_irq.h | 2 + arch/arm/include/stm32/stm32f40xxx_irq.h | 2 + arch/arm/include/stm32/stm32g4xxxx_irq.h | 2 + arch/arm/include/stm32/stm32l15xxx_irq.h | 2 + arch/arm/include/stm32f0l0g0/chip.h | 2 + arch/arm/include/stm32f0l0g0/irq.h | 2 + arch/arm/include/stm32f0l0g0/stm32f0_irq.h | 2 + arch/arm/include/stm32f0l0g0/stm32g0_irq.h | 2 + arch/arm/include/stm32f0l0g0/stm32l0_irq.h | 2 + arch/arm/include/stm32f7/chip.h | 2 + arch/arm/include/stm32f7/irq.h | 2 + arch/arm/include/stm32f7/stm32f72xx73xx_irq.h | 2 + arch/arm/include/stm32f7/stm32f74xx75xx_irq.h | 2 + arch/arm/include/stm32f7/stm32f76xx77xx_irq.h | 2 + arch/arm/include/stm32h5/chip.h | 2 + arch/arm/include/stm32h5/irq.h | 2 + arch/arm/include/stm32h5/stm32h5xx_irq.h | 2 + arch/arm/include/stm32h7/chip.h | 2 + arch/arm/include/stm32h7/irq.h | 2 + arch/arm/include/stm32h7/stm32h7x3xx_irq.h | 2 + .../include/stm32h7/stm32h7x5xx_cpu2_irq.h | 2 + arch/arm/include/stm32h7/stm32h7x5xx_irq.h | 2 + arch/arm/include/stm32h7/stm32h7x7xx_irq.h | 2 + arch/arm/include/stm32l4/chip.h | 2 + arch/arm/include/stm32l4/irq.h | 2 + arch/arm/include/stm32l4/stm32l4x3xx_irq.h | 2 + arch/arm/include/stm32l4/stm32l4x5xx_irq.h | 2 + arch/arm/include/stm32l4/stm32l4x6xx_irq.h | 2 + arch/arm/include/stm32l4/stm32l4xrxx_irq.h | 2 + arch/arm/include/stm32l5/chip.h | 2 + arch/arm/include/stm32l5/irq.h | 2 + arch/arm/include/stm32l5/stm32l562xx_irq.h | 2 + arch/arm/include/stm32l5/stm32l5_irq.h | 2 + arch/arm/include/stm32u5/chip.h | 2 + arch/arm/include/stm32u5/irq.h | 2 + arch/arm/include/stm32u5/stm32_irq.h | 2 + arch/arm/include/stm32u5/stm32u5xx_irq.h | 2 + arch/arm/include/stm32wb/chip.h | 2 + arch/arm/include/stm32wb/irq.h | 2 + arch/arm/include/stm32wb/stm32wb_irq.h | 2 + arch/arm/include/stm32wl5/chip.h | 2 + arch/arm/include/stm32wl5/irq.h | 2 + .../include/stm32wl5/stm32wl5xxx_cpu1_irq.h | 4 +- arch/arm/include/str71x/irq.h | 2 + arch/arm/include/syscall.h | 2 + arch/arm/include/tiva/cc13x0_irq.h | 2 + arch/arm/include/tiva/cc13x2_cc26x2_irq.h | 2 + arch/arm/include/tiva/chip.h | 2 + arch/arm/include/tiva/irq.h | 2 + arch/arm/include/tiva/lm3s_irq.h | 2 + arch/arm/include/tiva/lm4f_irq.h | 2 + arch/arm/include/tiva/tm4c_irq.h | 2 + arch/arm/include/tlsr82/chip.h | 2 + arch/arm/include/tlsr82/irq.h | 2 + arch/arm/include/tms570/chip.h | 2 + arch/arm/include/tms570/irq.h | 2 + arch/arm/include/tms570/tms570ls04x03x_irq.h | 2 + arch/arm/include/types.h | 2 + arch/arm/include/xmc4/chip.h | 2 + arch/arm/include/xmc4/irq.h | 2 + arch/arm/include/xmc4/xmc4500_irq.h | 2 + arch/arm/include/xmc4/xmc4700_irq.h | 2 + arch/arm/include/xmc4/xmc4800_irq.h | 2 + arch/arm/src/CMakeLists.txt | 2 + arch/arm/src/Makefile | 2 + arch/arm/src/a1x/Make.defs | 2 + arch/arm/src/a1x/a1x_boot.c | 2 + arch/arm/src/a1x/a1x_boot.h | 2 + arch/arm/src/a1x/a1x_config.h | 2 + arch/arm/src/a1x/a1x_irq.c | 2 + arch/arm/src/a1x/a1x_irq.h | 2 + arch/arm/src/a1x/a1x_lowputc.c | 2 + arch/arm/src/a1x/a1x_lowputc.h | 2 + arch/arm/src/a1x/a1x_pio.c | 2 + arch/arm/src/a1x/a1x_pio.h | 2 + arch/arm/src/a1x/a1x_serial.c | 2 + arch/arm/src/a1x/a1x_serial.h | 2 + arch/arm/src/a1x/a1x_timerisr.c | 2 + arch/arm/src/a1x/chip.h | 2 + arch/arm/src/a1x/hardware/a10_memorymap.h | 2 + arch/arm/src/a1x/hardware/a10_piocfg.h | 2 + arch/arm/src/a1x/hardware/a1x_intc.h | 2 + arch/arm/src/a1x/hardware/a1x_memorymap.h | 2 + arch/arm/src/a1x/hardware/a1x_pio.h | 2 + arch/arm/src/a1x/hardware/a1x_piocfg.h | 2 + arch/arm/src/a1x/hardware/a1x_timer.h | 2 + arch/arm/src/a1x/hardware/a1x_uart.h | 2 + arch/arm/src/am335x/Make.defs | 2 + arch/arm/src/am335x/am335x_boot.c | 2 + arch/arm/src/am335x/am335x_boot.h | 2 + arch/arm/src/am335x/am335x_can.c | 2 + arch/arm/src/am335x/am335x_can.h | 2 + arch/arm/src/am335x/am335x_clockconfig.c | 2 + arch/arm/src/am335x/am335x_clockconfig.h | 2 + arch/arm/src/am335x/am335x_config.h | 2 + arch/arm/src/am335x/am335x_edid.c | 13 ++--- arch/arm/src/am335x/am335x_gpio.c | 2 + arch/arm/src/am335x/am335x_gpio.h | 2 + arch/arm/src/am335x/am335x_gpioirq.c | 2 + arch/arm/src/am335x/am335x_i2c.c | 2 + arch/arm/src/am335x/am335x_i2c.h | 2 + arch/arm/src/am335x/am335x_irq.c | 2 + arch/arm/src/am335x/am335x_irq.h | 2 + arch/arm/src/am335x/am335x_lcdc.c | 13 ++--- arch/arm/src/am335x/am335x_lcdc.h | 13 ++--- arch/arm/src/am335x/am335x_lowputc.c | 2 + arch/arm/src/am335x/am335x_lowputc.h | 2 + arch/arm/src/am335x/am335x_pinmux.c | 2 + arch/arm/src/am335x/am335x_pinmux.h | 2 + arch/arm/src/am335x/am335x_serial.c | 2 + arch/arm/src/am335x/am335x_serial.h | 2 + arch/arm/src/am335x/am335x_sysclk.c | 2 + arch/arm/src/am335x/am335x_sysclk.h | 2 + arch/arm/src/am335x/am335x_timerisr.c | 2 + arch/arm/src/am335x/am335x_wdog.c | 2 + arch/arm/src/am335x/am335x_wdog.h | 2 + arch/arm/src/am335x/chip.h | 2 + .../src/am335x/hardware/am3358_memorymap.h | 2 + arch/arm/src/am335x/hardware/am3358_pinmux.h | 2 + arch/arm/src/am335x/hardware/am335x_dcan.h | 2 + arch/arm/src/am335x/hardware/am335x_gpio.h | 2 + arch/arm/src/am335x/hardware/am335x_i2c.h | 2 + arch/arm/src/am335x/hardware/am335x_intc.h | 2 + arch/arm/src/am335x/hardware/am335x_lcd.h | 2 + arch/arm/src/am335x/hardware/am335x_mcspi.h | 2 + .../src/am335x/hardware/am335x_memorymap.h | 2 + arch/arm/src/am335x/hardware/am335x_pinmux.h | 2 + arch/arm/src/am335x/hardware/am335x_prcm.h | 2 + arch/arm/src/am335x/hardware/am335x_scm.h | 2 + arch/arm/src/am335x/hardware/am335x_timer.h | 2 + arch/arm/src/am335x/hardware/am335x_uart.h | 2 + arch/arm/src/am335x/hardware/am335x_wdog.h | 2 + arch/arm/src/arm/CMakeLists.txt | 2 + arch/arm/src/arm/Make.defs | 2 + arch/arm/src/arm/Toolchain.defs | 2 + arch/arm/src/arm/arm.h | 2 + arch/arm/src/arm/arm_allocpage.c | 2 + arch/arm/src/arm/arm_cache.S | 2 + arch/arm/src/arm/arm_checkmapping.c | 4 +- arch/arm/src/arm/arm_dataabort.c | 2 + arch/arm/src/arm/arm_doirq.c | 2 + arch/arm/src/arm/arm_head.S | 2 + arch/arm/src/arm/arm_initialstate.c | 2 + arch/arm/src/arm/arm_nommuhead.S | 2 + arch/arm/src/arm/arm_pginitialize.c | 2 + arch/arm/src/arm/arm_prefetchabort.c | 2 + arch/arm/src/arm/arm_saveusercontext.S | 2 + arch/arm/src/arm/arm_schedulesigaction.c | 2 + arch/arm/src/arm/arm_sigdeliver.c | 2 + arch/arm/src/arm/arm_syscall.c | 2 + arch/arm/src/arm/arm_tcbinfo.c | 2 + arch/arm/src/arm/arm_undefinedinsn.c | 2 + arch/arm/src/arm/arm_va2pte.c | 2 + arch/arm/src/arm/arm_vectors.S | 2 + arch/arm/src/arm/arm_vectortab.S | 2 + arch/arm/src/arm/pg_macros.h | 2 + arch/arm/src/armv6-m/CMakeLists.txt | 2 + arch/arm/src/armv6-m/Make.defs | 2 + arch/arm/src/armv6-m/Toolchain.defs | 2 + arch/arm/src/armv6-m/arm_cpuinfo.c | 2 + arch/arm/src/armv6-m/arm_doirq.c | 2 + arch/arm/src/armv6-m/arm_dumpnvic.c | 2 + arch/arm/src/armv6-m/arm_exception.S | 10 ++-- arch/arm/src/armv6-m/arm_hardfault.c | 2 + arch/arm/src/armv6-m/arm_initialstate.c | 2 + arch/arm/src/armv6-m/arm_ramvec_attach.c | 2 + arch/arm/src/armv6-m/arm_ramvec_initialize.c | 2 + arch/arm/src/armv6-m/arm_saveusercontext.S | 2 + arch/arm/src/armv6-m/arm_schedulesigaction.c | 2 + arch/arm/src/armv6-m/arm_sigdeliver.c | 2 + arch/arm/src/armv6-m/arm_svcall.c | 2 + arch/arm/src/armv6-m/arm_systemreset.c | 2 + arch/arm/src/armv6-m/arm_tcbinfo.c | 2 + arch/arm/src/armv6-m/arm_trigger_irq.c | 2 + arch/arm/src/armv6-m/arm_vectors.c | 10 ++-- arch/arm/src/armv6-m/barriers.h | 2 + arch/arm/src/armv6-m/exc_return.h | 2 + arch/arm/src/armv6-m/nvic.h | 2 + arch/arm/src/armv6-m/psr.h | 2 + arch/arm/src/armv6-m/ram_vectors.h | 2 + arch/arm/src/armv7-a/CMakeLists.txt | 2 + arch/arm/src/armv7-a/Make.defs | 2 + arch/arm/src/armv7-a/Toolchain.defs | 2 + arch/arm/src/armv7-a/addrenv.h | 2 + arch/arm/src/armv7-a/arm.h | 2 + arch/arm/src/armv7-a/arm_addrenv.c | 2 + arch/arm/src/armv7-a/arm_addrenv_kstack.c | 2 + arch/arm/src/armv7-a/arm_addrenv_perms.c | 2 + arch/arm/src/armv7-a/arm_addrenv_pgmap.c | 2 + arch/arm/src/armv7-a/arm_addrenv_shm.c | 2 + arch/arm/src/armv7-a/arm_addrenv_ustack.c | 2 + arch/arm/src/armv7-a/arm_addrenv_utils.c | 2 + arch/arm/src/armv7-a/arm_allocpage.c | 2 + arch/arm/src/armv7-a/arm_cache.c | 2 + arch/arm/src/armv7-a/arm_checkmapping.c | 2 + arch/arm/src/armv7-a/arm_cpu_psci.c | 2 + arch/arm/src/armv7-a/arm_cpu_psci.h | 2 + arch/arm/src/armv7-a/arm_cpuhead.S | 2 + arch/arm/src/armv7-a/arm_cpuidlestack.c | 2 + arch/arm/src/armv7-a/arm_cpuinfo.c | 2 + arch/arm/src/armv7-a/arm_cpustart.c | 2 + arch/arm/src/armv7-a/arm_dataabort.c | 2 + arch/arm/src/armv7-a/arm_dofiq.c | 2 + arch/arm/src/armv7-a/arm_doirq.c | 2 + arch/arm/src/armv7-a/arm_fpucmp.c | 2 + arch/arm/src/armv7-a/arm_fpuconfig.S | 2 + arch/arm/src/armv7-a/arm_gicv2.c | 2 + arch/arm/src/armv7-a/arm_gicv2_dump.c | 2 + arch/arm/src/armv7-a/arm_gicv2m.c | 2 + arch/arm/src/armv7-a/arm_head.S | 2 + arch/arm/src/armv7-a/arm_initialstate.c | 2 + arch/arm/src/armv7-a/arm_l2cc_pl310.c | 2 + arch/arm/src/armv7-a/arm_mmu.c | 2 + arch/arm/src/armv7-a/arm_perf.c | 2 + arch/arm/src/armv7-a/arm_pgalloc.c | 2 + arch/arm/src/armv7-a/arm_pghead.S | 2 + arch/arm/src/armv7-a/arm_pginitialize.c | 2 + arch/arm/src/armv7-a/arm_physpgaddr.c | 2 + arch/arm/src/armv7-a/arm_prefetchabort.c | 2 + arch/arm/src/armv7-a/arm_saveusercontext.S | 2 + arch/arm/src/armv7-a/arm_schedulesigaction.c | 2 + arch/arm/src/armv7-a/arm_scu.c | 2 + arch/arm/src/armv7-a/arm_sigdeliver.c | 2 + arch/arm/src/armv7-a/arm_smccc.S | 2 + arch/arm/src/armv7-a/arm_smpcall.c | 2 + arch/arm/src/armv7-a/arm_syscall.c | 2 + arch/arm/src/armv7-a/arm_tcbinfo.c | 2 + arch/arm/src/armv7-a/arm_timer.c | 2 + arch/arm/src/armv7-a/arm_timer.h | 2 + arch/arm/src/armv7-a/arm_undefinedinsn.c | 2 + arch/arm/src/armv7-a/arm_va2pte.c | 2 + arch/arm/src/armv7-a/arm_vectors.S | 2 + arch/arm/src/armv7-a/arm_vectortab.S | 2 + arch/arm/src/armv7-a/arm_virtpgaddr.c | 2 + arch/arm/src/armv7-a/barriers.h | 2 + arch/arm/src/armv7-a/cp15_cacheops.c | 2 + arch/arm/src/armv7-a/cp15_cacheops.h | 12 ++-- arch/arm/src/armv7-a/crt0.c | 2 + arch/arm/src/armv7-a/gic.h | 2 + arch/arm/src/armv7-a/gtm.h | 2 + arch/arm/src/armv7-a/l2cc.h | 2 + arch/arm/src/armv7-a/l2cc_pl310.h | 2 + arch/arm/src/armv7-a/mmu.h | 2 + arch/arm/src/armv7-a/mpcore.h | 2 + arch/arm/src/armv7-a/pgalloc.h | 2 + arch/arm/src/armv7-a/sctlr.h | 2 + arch/arm/src/armv7-a/scu.h | 2 + arch/arm/src/armv7-a/smp.h | 2 + arch/arm/src/armv7-m/CMakeLists.txt | 2 + arch/arm/src/armv7-m/Make.defs | 2 + arch/arm/src/armv7-m/Toolchain.defs | 2 + arch/arm/src/armv7-m/arm_busfault.c | 2 + arch/arm/src/armv7-m/arm_cache.c | 13 ++--- arch/arm/src/armv7-m/arm_cpuinfo.c | 2 + arch/arm/src/armv7-m/arm_dbgmonitor.c | 2 + arch/arm/src/armv7-m/arm_doirq.c | 2 + arch/arm/src/armv7-m/arm_dumpnvic.c | 2 + arch/arm/src/armv7-m/arm_exception.S | 8 +-- arch/arm/src/armv7-m/arm_fpucmp.c | 2 + arch/arm/src/armv7-m/arm_fpuconfig.c | 2 + arch/arm/src/armv7-m/arm_hardfault.c | 2 + arch/arm/src/armv7-m/arm_initialstate.c | 2 + arch/arm/src/armv7-m/arm_itm_syslog.c | 2 + arch/arm/src/armv7-m/arm_memfault.c | 2 + arch/arm/src/armv7-m/arm_mpu.c | 2 + arch/arm/src/armv7-m/arm_perf.c | 2 + arch/arm/src/armv7-m/arm_ramvec_attach.c | 2 + arch/arm/src/armv7-m/arm_ramvec_initialize.c | 2 + arch/arm/src/armv7-m/arm_saveusercontext.S | 2 + arch/arm/src/armv7-m/arm_schedulesigaction.c | 2 + arch/arm/src/armv7-m/arm_sigdeliver.c | 2 + arch/arm/src/armv7-m/arm_stackcheck.c | 4 +- arch/arm/src/armv7-m/arm_svcall.c | 2 + arch/arm/src/armv7-m/arm_systemreset.c | 2 + arch/arm/src/armv7-m/arm_systick.c | 2 + arch/arm/src/armv7-m/arm_tcbinfo.c | 2 + arch/arm/src/armv7-m/arm_trigger_irq.c | 2 + arch/arm/src/armv7-m/arm_usagefault.c | 2 + arch/arm/src/armv7-m/arm_vectors.c | 3 +- arch/arm/src/armv7-m/barriers.h | 2 + arch/arm/src/armv7-m/exc_return.h | 2 + arch/arm/src/armv7-m/fpb.h | 2 + arch/arm/src/armv7-m/itm_syslog.h | 2 + arch/arm/src/armv7-m/mpu.h | 2 + arch/arm/src/armv7-m/nvic.h | 2 + arch/arm/src/armv7-m/psr.h | 2 + arch/arm/src/armv7-m/ram_vectors.h | 2 + arch/arm/src/armv7-m/systick.h | 2 + arch/arm/src/armv7-r/CMakeLists.txt | 2 + arch/arm/src/armv7-r/Make.defs | 2 + arch/arm/src/armv7-r/Toolchain.defs | 2 + arch/arm/src/armv7-r/arm.h | 2 + arch/arm/src/armv7-r/arm_cache.c | 2 + arch/arm/src/armv7-r/arm_cpuhead.S | 2 + arch/arm/src/armv7-r/arm_cpuidlestack.c | 2 + arch/arm/src/armv7-r/arm_cpuinfo.c | 2 + arch/arm/src/armv7-r/arm_cpustart.c | 2 + arch/arm/src/armv7-r/arm_dataabort.c | 2 + arch/arm/src/armv7-r/arm_doirq.c | 2 + arch/arm/src/armv7-r/arm_fpucmp.c | 2 + arch/arm/src/armv7-r/arm_fpuconfig.S | 2 + arch/arm/src/armv7-r/arm_gicv2.c | 2 + arch/arm/src/armv7-r/arm_gicv2_dump.c | 2 + arch/arm/src/armv7-r/arm_head.S | 2 + arch/arm/src/armv7-r/arm_initialstate.c | 2 + arch/arm/src/armv7-r/arm_l2cc_pl310.c | 2 + arch/arm/src/armv7-r/arm_mpu.c | 2 + arch/arm/src/armv7-r/arm_perf.c | 2 + arch/arm/src/armv7-r/arm_prefetchabort.c | 2 + arch/arm/src/armv7-r/arm_saveusercontext.S | 2 + arch/arm/src/armv7-r/arm_schedulesigaction.c | 2 + arch/arm/src/armv7-r/arm_scu.c | 2 + arch/arm/src/armv7-r/arm_sigdeliver.c | 2 + arch/arm/src/armv7-r/arm_smpcall.c | 2 + arch/arm/src/armv7-r/arm_syscall.c | 2 + arch/arm/src/armv7-r/arm_tcbinfo.c | 2 + arch/arm/src/armv7-r/arm_timer.c | 2 + arch/arm/src/armv7-r/arm_timer.h | 2 + arch/arm/src/armv7-r/arm_undefinedinsn.c | 2 + arch/arm/src/armv7-r/arm_vectors.S | 2 + arch/arm/src/armv7-r/arm_vectortab.S | 2 + arch/arm/src/armv7-r/barriers.h | 2 + arch/arm/src/armv7-r/cp15_cacheops.c | 2 + arch/arm/src/armv7-r/cp15_cacheops.h | 12 ++-- arch/arm/src/armv7-r/gic.h | 2 + arch/arm/src/armv7-r/l2cc.h | 2 + arch/arm/src/armv7-r/l2cc_pl310.h | 2 + arch/arm/src/armv7-r/mpcore.h | 2 + arch/arm/src/armv7-r/mpu.h | 2 + arch/arm/src/armv7-r/sctlr.h | 2 + arch/arm/src/armv7-r/scu.h | 2 + arch/arm/src/armv7-r/smp.h | 2 + arch/arm/src/armv8-m/CMakeLists.txt | 2 + arch/arm/src/armv8-m/Make.defs | 2 + arch/arm/src/armv8-m/Toolchain.defs | 2 + arch/arm/src/armv8-m/arm_busfault.c | 2 + arch/arm/src/armv8-m/arm_cpuinfo.c | 2 + arch/arm/src/armv8-m/arm_dbgmonitor.c | 2 + arch/arm/src/armv8-m/arm_doirq.c | 2 + arch/arm/src/armv8-m/arm_dumpnvic.c | 2 + arch/arm/src/armv8-m/arm_exception.S | 8 +-- arch/arm/src/armv8-m/arm_fpucmp.c | 2 + arch/arm/src/armv8-m/arm_fpuconfig.c | 2 + arch/arm/src/armv8-m/arm_gen_nonsecfault.c | 2 + arch/arm/src/armv8-m/arm_hardfault.c | 2 + arch/arm/src/armv8-m/arm_initialstate.c | 2 + arch/arm/src/armv8-m/arm_itm_syslog.c | 2 + arch/arm/src/armv8-m/arm_memfault.c | 2 + arch/arm/src/armv8-m/arm_mpu.c | 2 + arch/arm/src/armv8-m/arm_perf.c | 2 + arch/arm/src/armv8-m/arm_ramvec_attach.c | 2 + arch/arm/src/armv8-m/arm_ramvec_initialize.c | 2 + arch/arm/src/armv8-m/arm_sau.c | 2 + arch/arm/src/armv8-m/arm_saveusercontext.S | 2 + arch/arm/src/armv8-m/arm_schedulesigaction.c | 2 + arch/arm/src/armv8-m/arm_secure_irq.c | 2 + arch/arm/src/armv8-m/arm_securefault.c | 2 + arch/arm/src/armv8-m/arm_sigdeliver.c | 2 + arch/arm/src/armv8-m/arm_stackcheck.c | 4 +- arch/arm/src/armv8-m/arm_svcall.c | 2 + arch/arm/src/armv8-m/arm_systemreset.c | 2 + arch/arm/src/armv8-m/arm_systick.c | 2 + arch/arm/src/armv8-m/arm_tcbinfo.c | 2 + arch/arm/src/armv8-m/arm_trigger_irq.c | 2 + arch/arm/src/armv8-m/arm_usagefault.c | 2 + arch/arm/src/armv8-m/arm_vectors.c | 3 +- arch/arm/src/armv8-m/barriers.h | 2 + arch/arm/src/armv8-m/exc_return.h | 2 + arch/arm/src/armv8-m/fpb.h | 2 + arch/arm/src/armv8-m/itm_syslog.h | 2 + arch/arm/src/armv8-m/mpu.h | 2 + arch/arm/src/armv8-m/nvic.h | 2 + arch/arm/src/armv8-m/pmu.h | 2 + arch/arm/src/armv8-m/psr.h | 2 + arch/arm/src/armv8-m/ram_vectors.h | 2 + arch/arm/src/armv8-m/sau.h | 2 + arch/arm/src/armv8-m/systick.h | 2 + arch/arm/src/armv8-r/CMakeLists.txt | 2 + arch/arm/src/armv8-r/Make.defs | 2 + arch/arm/src/armv8-r/Toolchain.defs | 2 + arch/arm/src/armv8-r/arm.h | 2 + arch/arm/src/armv8-r/arm_arch_timer.c | 2 + arch/arm/src/armv8-r/arm_arch_timer.h | 2 + arch/arm/src/armv8-r/arm_cache.c | 2 + arch/arm/src/armv8-r/arm_cpuinfo.c | 2 + arch/arm/src/armv8-r/arm_dataabort.c | 2 + arch/arm/src/armv8-r/arm_dofiq.c | 2 + arch/arm/src/armv8-r/arm_doirq.c | 2 + arch/arm/src/armv8-r/arm_fpucmp.c | 2 + arch/arm/src/armv8-r/arm_fpuconfig.S | 2 + arch/arm/src/armv8-r/arm_gic.h | 2 + arch/arm/src/armv8-r/arm_gicv3.c | 2 + arch/arm/src/armv8-r/arm_head.S | 2 + arch/arm/src/armv8-r/arm_initialstate.c | 2 + arch/arm/src/armv8-r/arm_l2cc_pl310.c | 2 + arch/arm/src/armv8-r/arm_perf.c | 2 + arch/arm/src/armv8-r/arm_prefetchabort.c | 2 + arch/arm/src/armv8-r/arm_saveusercontext.S | 2 + arch/arm/src/armv8-r/arm_schedulesigaction.c | 2 + arch/arm/src/armv8-r/arm_sigdeliver.c | 2 + arch/arm/src/armv8-r/arm_syscall.c | 2 + arch/arm/src/armv8-r/arm_tcbinfo.c | 2 + arch/arm/src/armv8-r/arm_undefinedinsn.c | 2 + arch/arm/src/armv8-r/arm_vectors.S | 2 + arch/arm/src/armv8-r/arm_vectortab.S | 2 + arch/arm/src/armv8-r/barriers.h | 2 + arch/arm/src/armv8-r/cp15_cacheops.c | 2 + arch/arm/src/armv8-r/cp15_cacheops.h | 12 ++-- arch/arm/src/armv8-r/l2cc.h | 2 + arch/arm/src/armv8-r/l2cc_pl310.h | 2 + arch/arm/src/armv8-r/sctlr.h | 2 + arch/arm/src/at32/Make.defs | 2 + arch/arm/src/at32/at32.h | 2 + arch/arm/src/at32/at32_adc.c | 2 + arch/arm/src/at32/at32_adc.h | 2 + arch/arm/src/at32/at32_allocateheap.c | 2 + arch/arm/src/at32/at32_can.c | 2 + arch/arm/src/at32/at32_can.h | 2 + arch/arm/src/at32/at32_can_sock.c | 2 + arch/arm/src/at32/at32_dbgmcu.h | 2 + arch/arm/src/at32/at32_dma.c | 2 + arch/arm/src/at32/at32_dma.h | 2 + arch/arm/src/at32/at32_dma_v1mux.c | 2 + arch/arm/src/at32/at32_dumpgpio.c | 2 + arch/arm/src/at32/at32_eth.c | 2 + arch/arm/src/at32/at32_eth.h | 2 + arch/arm/src/at32/at32_exti.h | 2 + arch/arm/src/at32/at32_exti_alarm.c | 2 + arch/arm/src/at32/at32_exti_gpio.c | 2 + arch/arm/src/at32/at32_exti_pwr.c | 2 + arch/arm/src/at32/at32_exti_pwr.h | 2 + arch/arm/src/at32/at32_exti_wakeup.c | 2 + arch/arm/src/at32/at32_flash.c | 2 + arch/arm/src/at32/at32_flash.h | 2 + arch/arm/src/at32/at32_gpio.c | 2 + arch/arm/src/at32/at32_gpio.h | 2 + arch/arm/src/at32/at32_i2c.c | 2 + arch/arm/src/at32/at32_i2c.h | 2 + arch/arm/src/at32/at32_idle.c | 2 + arch/arm/src/at32/at32_irq.c | 2 + arch/arm/src/at32/at32_iwdg.c | 2 + arch/arm/src/at32/at32_lowputc.c | 2 + arch/arm/src/at32/at32_lowputc.h | 2 + arch/arm/src/at32/at32_lse.c | 2 + arch/arm/src/at32/at32_lsi.c | 2 + arch/arm/src/at32/at32_mpuinit.c | 2 + arch/arm/src/at32/at32_mpuinit.h | 2 + arch/arm/src/at32/at32_otgfs.h | 2 + arch/arm/src/at32/at32_otgfsdev.c | 2 + arch/arm/src/at32/at32_otgfshost.c | 2 + arch/arm/src/at32/at32_pm.h | 2 + arch/arm/src/at32/at32_pminitialize.c | 2 + arch/arm/src/at32/at32_pmsleep.c | 2 + arch/arm/src/at32/at32_pmstandby.c | 2 + arch/arm/src/at32/at32_pmstop.c | 2 + arch/arm/src/at32/at32_pwm.c | 2 + arch/arm/src/at32/at32_pwm.h | 2 + arch/arm/src/at32/at32_pwr.c | 2 + arch/arm/src/at32/at32_pwr.h | 2 + arch/arm/src/at32/at32_rcc.c | 2 + arch/arm/src/at32/at32_rcc.h | 2 + arch/arm/src/at32/at32_rtc.c | 2 + arch/arm/src/at32/at32_rtc.h | 2 + arch/arm/src/at32/at32_rtc_lowerhalf.c | 2 + arch/arm/src/at32/at32_sdio.c | 2 + arch/arm/src/at32/at32_sdio.h | 2 + arch/arm/src/at32/at32_serial.c | 2 + arch/arm/src/at32/at32_spi.c | 2 + arch/arm/src/at32/at32_spi.h | 2 + arch/arm/src/at32/at32_start.c | 2 + arch/arm/src/at32/at32_start.h | 2 + arch/arm/src/at32/at32_syscfg.h | 2 + arch/arm/src/at32/at32_tim.c | 2 + arch/arm/src/at32/at32_tim.h | 2 + arch/arm/src/at32/at32_tim_lowerhalf.c | 2 + arch/arm/src/at32/at32_timerisr.c | 2 + arch/arm/src/at32/at32_uart.h | 2 + arch/arm/src/at32/at32_uid.c | 2 + arch/arm/src/at32/at32_uid.h | 2 + arch/arm/src/at32/at32_usbhost.c | 2 + arch/arm/src/at32/at32_usbhost.h | 2 + arch/arm/src/at32/at32_userspace.c | 2 + arch/arm/src/at32/at32_userspace.h | 2 + arch/arm/src/at32/at32_waste.c | 2 + arch/arm/src/at32/at32_waste.h | 2 + arch/arm/src/at32/at32_wdg.h | 2 + arch/arm/src/at32/at32_wwdg.c | 2 + arch/arm/src/at32/at32f43xx_flash.c | 2 + arch/arm/src/at32/at32f43xxx_alarm.h | 2 + arch/arm/src/at32/at32f43xxx_rcc.c | 2 + arch/arm/src/at32/at32f43xxx_rtcc.c | 2 + arch/arm/src/at32/chip.h | 2 + arch/arm/src/at32/hardware/at32_adc.h | 2 + arch/arm/src/at32/hardware/at32_adc_v1.h | 2 + arch/arm/src/at32/hardware/at32_can.h | 2 + arch/arm/src/at32/hardware/at32_dbgmcu.h | 2 + arch/arm/src/at32/hardware/at32_dma.h | 2 + arch/arm/src/at32/hardware/at32_dmamux.h | 2 + arch/arm/src/at32/hardware/at32_eth.h | 2 + arch/arm/src/at32/hardware/at32_exti.h | 2 + arch/arm/src/at32/hardware/at32_flash.h | 2 + arch/arm/src/at32/hardware/at32_i2c.h | 2 + arch/arm/src/at32/hardware/at32_memorymap.h | 2 + arch/arm/src/at32/hardware/at32_pinmap.h | 2 + arch/arm/src/at32/hardware/at32_pwr.h | 2 + arch/arm/src/at32/hardware/at32_rtcc.h | 2 + arch/arm/src/at32/hardware/at32_sdio.h | 2 + arch/arm/src/at32/hardware/at32_spi.h | 2 + arch/arm/src/at32/hardware/at32_tim.h | 2 + arch/arm/src/at32/hardware/at32_wdg.h | 2 + .../arm/src/at32/hardware/at32f43xxx_dmamux.h | 2 + arch/arm/src/at32/hardware/at32f43xxx_gpio.h | 2 + .../src/at32/hardware/at32f43xxx_memorymap.h | 2 + .../arm/src/at32/hardware/at32f43xxx_pinmap.h | 2 + arch/arm/src/at32/hardware/at32f43xxx_rcc.h | 2 + .../arm/src/at32/hardware/at32f43xxx_syscfg.h | 2 + arch/arm/src/at32/hardware/at32f43xxx_uart.h | 2 + arch/arm/src/at32/hardware/at32fxxxxx_otgfs.h | 2 + arch/arm/src/c5471/Make.defs | 2 + arch/arm/src/c5471/c5471_ethernet.c | 2 + arch/arm/src/c5471/c5471_irq.c | 2 + arch/arm/src/c5471/c5471_lowputc.S | 2 + arch/arm/src/c5471/c5471_serial.c | 2 + arch/arm/src/c5471/c5471_timerisr.c | 2 + arch/arm/src/c5471/c5471_vectors.S | 2 + arch/arm/src/c5471/c5471_watchdog.c | 2 + arch/arm/src/c5471/chip.h | 2 + arch/arm/src/cmake/Toolchain.cmake | 2 + arch/arm/src/cmake/arm.cmake | 2 + arch/arm/src/cmake/armclang.cmake | 2 + arch/arm/src/cmake/armv6-m.cmake | 2 + arch/arm/src/cmake/armv7-a.cmake | 2 + arch/arm/src/cmake/armv7-m.cmake | 2 + arch/arm/src/cmake/armv7-m_armclang.cmake | 2 + arch/arm/src/cmake/armv7-m_clang.cmake | 2 + arch/arm/src/cmake/armv7-m_gcc.cmake | 2 + arch/arm/src/cmake/armv7-m_ghs.cmake | 2 + arch/arm/src/cmake/armv7-r.cmake | 2 + arch/arm/src/cmake/armv8-m.cmake | 2 + arch/arm/src/cmake/armv8-r.cmake | 2 + arch/arm/src/cmake/clang.cmake | 2 + arch/arm/src/cmake/gcc.cmake | 2 + arch/arm/src/cmake/ghs.cmake | 2 + arch/arm/src/cmake/platform.cmake | 2 + arch/arm/src/common/CMakeLists.txt | 2 + arch/arm/src/common/Make.defs | 2 + arch/arm/src/common/Toolchain.defs | 2 + arch/arm/src/common/arm_allocateheap.c | 2 + arch/arm/src/common/arm_backtrace_fp.c | 2 + arch/arm/src/common/arm_backtrace_sp.c | 2 + arch/arm/src/common/arm_backtrace_unwind.c | 2 + arch/arm/src/common/arm_checkstack.c | 2 + arch/arm/src/common/arm_createstack.c | 2 + arch/arm/src/common/arm_exit.c | 2 + arch/arm/src/common/arm_fork.c | 2 + arch/arm/src/common/arm_fork.h | 2 + arch/arm/src/common/arm_getintstack.c | 2 + arch/arm/src/common/arm_hostfs.c | 2 + arch/arm/src/common/arm_idle.c | 2 + arch/arm/src/common/arm_initialize.c | 2 + arch/arm/src/common/arm_internal.h | 2 + arch/arm/src/common/arm_lowputs.c | 2 + arch/arm/src/common/arm_mdelay.c | 2 + arch/arm/src/common/arm_modifyreg16.c | 2 + arch/arm/src/common/arm_modifyreg32.c | 2 + arch/arm/src/common/arm_modifyreg8.c | 2 + arch/arm/src/common/arm_nputs.c | 2 + arch/arm/src/common/arm_pthread_start.c | 2 + arch/arm/src/common/arm_registerdump.c | 2 + arch/arm/src/common/arm_releasestack.c | 2 + arch/arm/src/common/arm_semi_syslog.c | 2 + arch/arm/src/common/arm_signal_dispatch.c | 2 + arch/arm/src/common/arm_stackframe.c | 2 + arch/arm/src/common/arm_task_start.c | 2 + arch/arm/src/common/arm_tls.c | 2 + arch/arm/src/common/arm_udelay.c | 2 + arch/arm/src/common/arm_usestack.c | 2 + arch/arm/src/common/ghs/lib_dummy.c | 2 + arch/arm/src/common/gnu/arm_fetchadd.S | 2 + arch/arm/src/common/gnu/arm_signal_handler.S | 2 + arch/arm/src/common/gnu/fork.S | 2 + arch/arm/src/common/hwcap.h | 2 + arch/arm/src/common/iar/arm_fetchadd.S | 2 + arch/arm/src/common/iar/fork.S | 2 + arch/arm/src/csk6/CMakeLists.txt | 2 + arch/arm/src/csk6/Make.defs | 2 + arch/arm/src/csk6/chip.h | 2 + arch/arm/src/csk6/csk6_irq.c | 2 + arch/arm/src/csk6/csk6_lowputc.c | 2 + arch/arm/src/csk6/csk6_lowputc.h | 2 + arch/arm/src/csk6/csk6_serial.c | 2 + arch/arm/src/csk6/csk6_start.c | 2 + arch/arm/src/csk6/csk6_timer.c | 2 + arch/arm/src/cxd32xx/Make.defs | 2 + arch/arm/src/cxd32xx/chip.h | 2 + arch/arm/src/cxd32xx/cxd32_config.h | 2 + arch/arm/src/cxd32xx/cxd32_irq.c | 2 + arch/arm/src/cxd32xx/cxd32_serial.c | 2 + arch/arm/src/cxd32xx/cxd32_serial.h | 2 + arch/arm/src/cxd32xx/cxd32_serial_pl011.c | 2 + arch/arm/src/cxd32xx/cxd32_start.c | 2 + arch/arm/src/cxd32xx/cxd32_timerisr.c | 2 + arch/arm/src/cxd32xx/cxd32_uart.c | 2 + arch/arm/src/cxd32xx/cxd32_uart.h | 2 + .../src/cxd32xx/hardware/cxd3277_clockfreq.h | 2 + .../src/cxd32xx/hardware/cxd3277_memorymap.h | 2 + arch/arm/src/cxd32xx/hardware/cxd32_timer.h | 2 + arch/arm/src/cxd32xx/hardware/cxd32_uart.h | 2 + arch/arm/src/cxd56xx/CMakeLists.txt | 2 + arch/arm/src/cxd56xx/Make.defs | 2 + arch/arm/src/cxd56xx/chip.h | 2 + arch/arm/src/cxd56xx/cxd56_adc.c | 2 + arch/arm/src/cxd56xx/cxd56_adc.h | 2 + arch/arm/src/cxd56xx/cxd56_allocateheap.c | 2 + arch/arm/src/cxd56xx/cxd56_backuplog.c | 2 + arch/arm/src/cxd56xx/cxd56_charger.c | 2 + arch/arm/src/cxd56xx/cxd56_charger.h | 2 + arch/arm/src/cxd56xx/cxd56_cisif.c | 2 + arch/arm/src/cxd56xx/cxd56_clock.c | 2 + arch/arm/src/cxd56xx/cxd56_clock.h | 2 + arch/arm/src/cxd56xx/cxd56_config.h | 2 + arch/arm/src/cxd56xx/cxd56_cpu1signal.c | 2 + arch/arm/src/cxd56xx/cxd56_cpu1signal.h | 2 + arch/arm/src/cxd56xx/cxd56_cpufifo.c | 2 + arch/arm/src/cxd56xx/cxd56_cpufifo.h | 2 + arch/arm/src/cxd56xx/cxd56_cpuidlestack.c | 2 + arch/arm/src/cxd56xx/cxd56_cpuindex.c | 2 + arch/arm/src/cxd56xx/cxd56_cpuindex.h | 2 + arch/arm/src/cxd56xx/cxd56_cpustart.c | 2 + arch/arm/src/cxd56xx/cxd56_delay.c | 2 + arch/arm/src/cxd56xx/cxd56_dmac.c | 2 + arch/arm/src/cxd56xx/cxd56_dmac.h | 2 + arch/arm/src/cxd56xx/cxd56_dmac_common.h | 2 + arch/arm/src/cxd56xx/cxd56_emmc.c | 2 + arch/arm/src/cxd56xx/cxd56_emmc.h | 2 + arch/arm/src/cxd56xx/cxd56_farapi.c | 2 + arch/arm/src/cxd56xx/cxd56_farapi.h | 2 + arch/arm/src/cxd56xx/cxd56_farapistub.S | 2 + arch/arm/src/cxd56xx/cxd56_farapistub.h | 2 + arch/arm/src/cxd56xx/cxd56_gauge.c | 2 + arch/arm/src/cxd56xx/cxd56_gauge.h | 2 + arch/arm/src/cxd56xx/cxd56_ge2d.c | 2 + arch/arm/src/cxd56xx/cxd56_geofence.c | 2 + arch/arm/src/cxd56xx/cxd56_geofence.h | 2 + arch/arm/src/cxd56xx/cxd56_gnss.c | 2 + arch/arm/src/cxd56xx/cxd56_gnss.h | 2 + arch/arm/src/cxd56xx/cxd56_gnss_api.h | 2 + arch/arm/src/cxd56xx/cxd56_gnssheap.c | 2 + arch/arm/src/cxd56xx/cxd56_gpio.c | 2 + arch/arm/src/cxd56xx/cxd56_gpio.h | 2 + arch/arm/src/cxd56xx/cxd56_gpioint.c | 2 + arch/arm/src/cxd56xx/cxd56_gpioint.h | 2 + arch/arm/src/cxd56xx/cxd56_hostif.c | 2 + arch/arm/src/cxd56xx/cxd56_i2c.c | 2 + arch/arm/src/cxd56xx/cxd56_i2c.h | 2 + arch/arm/src/cxd56xx/cxd56_i2c_bitbang.c | 2 + arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h | 2 + arch/arm/src/cxd56xx/cxd56_icc.c | 2 + arch/arm/src/cxd56xx/cxd56_icc.h | 2 + arch/arm/src/cxd56xx/cxd56_idle.c | 2 + arch/arm/src/cxd56xx/cxd56_irq.c | 2 + arch/arm/src/cxd56xx/cxd56_nxaudio.c | 2 + arch/arm/src/cxd56xx/cxd56_nxaudio.h | 2 + arch/arm/src/cxd56xx/cxd56_nxaudio_src.c | 2 + arch/arm/src/cxd56xx/cxd56_nxaudio_src.h | 2 + arch/arm/src/cxd56xx/cxd56_pinconfig.c | 2 + arch/arm/src/cxd56xx/cxd56_pinconfig.h | 2 + arch/arm/src/cxd56xx/cxd56_pmic.c | 2 + arch/arm/src/cxd56xx/cxd56_pmic.h | 2 + arch/arm/src/cxd56xx/cxd56_powermgr.c | 2 + arch/arm/src/cxd56xx/cxd56_powermgr.h | 2 + arch/arm/src/cxd56xx/cxd56_powermgr_procfs.c | 2 + arch/arm/src/cxd56xx/cxd56_powermgr_procfs.h | 2 + arch/arm/src/cxd56xx/cxd56_pwm.c | 2 + arch/arm/src/cxd56xx/cxd56_pwm.h | 2 + arch/arm/src/cxd56xx/cxd56_rtc.c | 2 + arch/arm/src/cxd56xx/cxd56_rtc.h | 2 + arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c | 2 + arch/arm/src/cxd56xx/cxd56_scu.c | 2 + arch/arm/src/cxd56xx/cxd56_scufifo.c | 2 + arch/arm/src/cxd56xx/cxd56_scufifo.h | 2 + arch/arm/src/cxd56xx/cxd56_sdhci.c | 2 + arch/arm/src/cxd56xx/cxd56_sdhci.h | 2 + arch/arm/src/cxd56xx/cxd56_serial.c | 2 + arch/arm/src/cxd56xx/cxd56_serial.h | 2 + arch/arm/src/cxd56xx/cxd56_sfc.c | 2 + arch/arm/src/cxd56xx/cxd56_sfc.h | 2 + arch/arm/src/cxd56xx/cxd56_smpcall.c | 2 + arch/arm/src/cxd56xx/cxd56_sph.c | 2 + arch/arm/src/cxd56xx/cxd56_sph.h | 2 + arch/arm/src/cxd56xx/cxd56_spi.c | 2 + arch/arm/src/cxd56xx/cxd56_spi.h | 2 + arch/arm/src/cxd56xx/cxd56_start.c | 2 + arch/arm/src/cxd56xx/cxd56_sysctl.c | 2 + arch/arm/src/cxd56xx/cxd56_sysctl.h | 2 + arch/arm/src/cxd56xx/cxd56_testset.c | 2 + arch/arm/src/cxd56xx/cxd56_textheap.c | 2 + arch/arm/src/cxd56xx/cxd56_timer.c | 2 + arch/arm/src/cxd56xx/cxd56_timer.h | 2 + arch/arm/src/cxd56xx/cxd56_timerisr.c | 2 + arch/arm/src/cxd56xx/cxd56_timerisr.h | 2 + arch/arm/src/cxd56xx/cxd56_uart.c | 2 + arch/arm/src/cxd56xx/cxd56_uart.h | 2 + arch/arm/src/cxd56xx/cxd56_uart0.c | 2 + arch/arm/src/cxd56xx/cxd56_udmac.c | 2 + arch/arm/src/cxd56xx/cxd56_udmac.h | 2 + arch/arm/src/cxd56xx/cxd56_uid.c | 2 + arch/arm/src/cxd56xx/cxd56_uid.h | 2 + arch/arm/src/cxd56xx/cxd56_usbdev.c | 2 + arch/arm/src/cxd56xx/cxd56_usbdev.h | 2 + arch/arm/src/cxd56xx/cxd56_wdt.c | 2 + arch/arm/src/cxd56xx/cxd56_wdt.h | 2 + .../src/cxd56xx/hardware/cxd5602_backupmem.h | 2 + arch/arm/src/cxd56xx/hardware/cxd5602_isop.h | 2 + .../hardware/cxd5602_isop_hadc0_highspeed.h | 2 + .../src/cxd56xx/hardware/cxd5602_memorymap.h | 2 + .../src/cxd56xx/hardware/cxd5602_pinconfig.h | 2 + .../arm/src/cxd56xx/hardware/cxd5602_topreg.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_adc.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_cisif.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_cpufifo.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_crg.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_emmc.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_ge2d.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_i2c.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_rtc.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_scu.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_scufifo.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_scuseq.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_sph.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_spi.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_timer.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_uart.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_udmac.h | 2 + arch/arm/src/cxd56xx/hardware/cxd56_wdt.h | 2 + arch/arm/src/dm320/Make.defs | 2 + arch/arm/src/dm320/chip.h | 2 + arch/arm/src/dm320/dm320_ahb.h | 2 + arch/arm/src/dm320/dm320_allocateheap.c | 2 + arch/arm/src/dm320/dm320_boot.c | 2 + arch/arm/src/dm320/dm320_busc.h | 2 + arch/arm/src/dm320/dm320_clkc.h | 2 + arch/arm/src/dm320/dm320_decodeirq.c | 2 + arch/arm/src/dm320/dm320_emif.h | 2 + arch/arm/src/dm320/dm320_framebuffer.c | 2 + arch/arm/src/dm320/dm320_gio.h | 2 + arch/arm/src/dm320/dm320_intc.h | 2 + arch/arm/src/dm320/dm320_irq.c | 2 + arch/arm/src/dm320/dm320_lowputc.S | 2 + arch/arm/src/dm320/dm320_memorymap.h | 2 + arch/arm/src/dm320/dm320_osd.h | 2 + arch/arm/src/dm320/dm320_restart.S | 2 + arch/arm/src/dm320/dm320_serial.c | 2 + arch/arm/src/dm320/dm320_timer.h | 2 + arch/arm/src/dm320/dm320_timerisr.c | 2 + arch/arm/src/dm320/dm320_uart.h | 2 + arch/arm/src/dm320/dm320_usb.h | 2 + arch/arm/src/dm320/dm320_usbdev.c | 2 + arch/arm/src/efm32/Make.defs | 2 + arch/arm/src/efm32/chip.h | 2 + arch/arm/src/efm32/efm32_adc.c | 2 + arch/arm/src/efm32/efm32_adc.h | 2 + arch/arm/src/efm32/efm32_bitband.c | 2 + arch/arm/src/efm32/efm32_bitband.h | 2 + arch/arm/src/efm32/efm32_clockconfig.c | 2 + arch/arm/src/efm32/efm32_clockconfig.h | 2 + arch/arm/src/efm32/efm32_config.h | 2 + arch/arm/src/efm32/efm32_dma.c | 2 + arch/arm/src/efm32/efm32_dma.h | 2 + arch/arm/src/efm32/efm32_gpio.c | 2 + arch/arm/src/efm32/efm32_gpio.h | 2 + arch/arm/src/efm32/efm32_gpioirq.c | 2 + arch/arm/src/efm32/efm32_i2c.c | 2 + arch/arm/src/efm32/efm32_i2c.h | 2 + arch/arm/src/efm32/efm32_idle.c | 2 + arch/arm/src/efm32/efm32_irq.c | 2 + arch/arm/src/efm32/efm32_leserial.c | 2 + arch/arm/src/efm32/efm32_lowputc.c | 2 + arch/arm/src/efm32/efm32_lowputc.h | 2 + arch/arm/src/efm32/efm32_pm.h | 2 + arch/arm/src/efm32/efm32_pwm.c | 2 + arch/arm/src/efm32/efm32_pwm.h | 2 + arch/arm/src/efm32/efm32_rmu.c | 2 + arch/arm/src/efm32/efm32_rmu.h | 2 + arch/arm/src/efm32/efm32_rtc.h | 2 + arch/arm/src/efm32/efm32_rtc_burtc.c | 2 + arch/arm/src/efm32/efm32_serial.c | 2 + arch/arm/src/efm32/efm32_spi.c | 2 + arch/arm/src/efm32/efm32_spi.h | 2 + arch/arm/src/efm32/efm32_start.c | 2 + arch/arm/src/efm32/efm32_start.h | 2 + arch/arm/src/efm32/efm32_timer.c | 2 + arch/arm/src/efm32/efm32_timer.h | 2 + arch/arm/src/efm32/efm32_timerisr.c | 2 + arch/arm/src/efm32/efm32_usb.h | 2 + arch/arm/src/efm32/efm32_usbdev.c | 2 + arch/arm/src/efm32/efm32_usbhost.c | 2 + arch/arm/src/eoss3/Make.defs | 2 + arch/arm/src/eoss3/chip.h | 2 + arch/arm/src/eoss3/eoss3.h | 2 + arch/arm/src/eoss3/eoss3_clockconfig.c | 2 + arch/arm/src/eoss3/eoss3_clockconfig.h | 2 + arch/arm/src/eoss3/eoss3_gpio.c | 2 + arch/arm/src/eoss3/eoss3_gpio.h | 2 + arch/arm/src/eoss3/eoss3_idle.c | 2 + arch/arm/src/eoss3/eoss3_irq.c | 2 + arch/arm/src/eoss3/eoss3_lowputc.c | 2 + arch/arm/src/eoss3/eoss3_lowputc.h | 2 + arch/arm/src/eoss3/eoss3_serial.c | 2 + arch/arm/src/eoss3/eoss3_start.c | 2 + arch/arm/src/eoss3/eoss3_start.h | 2 + arch/arm/src/eoss3/eoss3_timerisr.c | 2 + arch/arm/src/eoss3/hardware/eoss3_clock.h | 2 + arch/arm/src/eoss3/hardware/eoss3_intr.h | 2 + arch/arm/src/eoss3/hardware/eoss3_iomux.h | 2 + arch/arm/src/eoss3/hardware/eoss3_memorymap.h | 2 + arch/arm/src/eoss3/hardware/eoss3_uart.h | 2 + arch/arm/src/fvp-v8r-aarch32/CMakeLists.txt | 2 + arch/arm/src/fvp-v8r-aarch32/Make.defs | 2 + arch/arm/src/fvp-v8r-aarch32/chip.h | 2 + arch/arm/src/fvp-v8r-aarch32/fvp_boot.c | 2 + arch/arm/src/fvp-v8r-aarch32/fvp_boot.h | 2 + arch/arm/src/fvp-v8r-aarch32/fvp_serial.c | 2 + arch/arm/src/gd32f4/Make.defs | 2 + arch/arm/src/gd32f4/chip.h | 2 + arch/arm/src/gd32f4/gd32f4xx.h | 2 + arch/arm/src/gd32f4/gd32f4xx_allocateheap.c | 2 + arch/arm/src/gd32f4/gd32f4xx_dma.c | 2 + arch/arm/src/gd32f4/gd32f4xx_dma.h | 2 + arch/arm/src/gd32f4/gd32f4xx_enet.c | 2 + arch/arm/src/gd32f4/gd32f4xx_enet.h | 2 + arch/arm/src/gd32f4/gd32f4xx_exti.c | 2 + arch/arm/src/gd32f4/gd32f4xx_exti.h | 2 + arch/arm/src/gd32f4/gd32f4xx_fmc.c | 2 + arch/arm/src/gd32f4/gd32f4xx_fmc.h | 2 + arch/arm/src/gd32f4/gd32f4xx_gpio.c | 2 + arch/arm/src/gd32f4/gd32f4xx_gpio.h | 2 + arch/arm/src/gd32f4/gd32f4xx_i2c.c | 2 + arch/arm/src/gd32f4/gd32f4xx_i2c.h | 2 + arch/arm/src/gd32f4/gd32f4xx_idle.c | 2 + arch/arm/src/gd32f4/gd32f4xx_irq.c | 2 + arch/arm/src/gd32f4/gd32f4xx_lowputc.c | 2 + arch/arm/src/gd32f4/gd32f4xx_lowputc.h | 2 + arch/arm/src/gd32f4/gd32f4xx_pmu.c | 2 + arch/arm/src/gd32f4/gd32f4xx_pmu.h | 2 + arch/arm/src/gd32f4/gd32f4xx_progmem.c | 2 + arch/arm/src/gd32f4/gd32f4xx_progmem.h | 2 + arch/arm/src/gd32f4/gd32f4xx_rcu.c | 2 + arch/arm/src/gd32f4/gd32f4xx_rcu.h | 2 + arch/arm/src/gd32f4/gd32f4xx_sdio.c | 2 + arch/arm/src/gd32f4/gd32f4xx_sdio.h | 2 + arch/arm/src/gd32f4/gd32f4xx_serial.c | 2 + arch/arm/src/gd32f4/gd32f4xx_spi.c | 2 + arch/arm/src/gd32f4/gd32f4xx_spi.h | 2 + arch/arm/src/gd32f4/gd32f4xx_start.c | 2 + arch/arm/src/gd32f4/gd32f4xx_start.h | 2 + arch/arm/src/gd32f4/gd32f4xx_syscfg.c | 2 + arch/arm/src/gd32f4/gd32f4xx_syscfg.h | 2 + arch/arm/src/gd32f4/gd32f4xx_timerisr.c | 2 + arch/arm/src/gd32f4/gd32f4xx_usart.h | 2 + .../src/gd32f4/hardware/gd32f450_memorymap.h | 2 + .../arm/src/gd32f4/hardware/gd32f450_pinmap.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_dma.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_enet.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_exti.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_fmc.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_gpio.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_i2c.h | 2 + .../src/gd32f4/hardware/gd32f4xx_memorymap.h | 2 + .../arm/src/gd32f4/hardware/gd32f4xx_pinmap.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_pmu.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_rcu.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_sdio.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_spi.h | 2 + .../arm/src/gd32f4/hardware/gd32f4xx_syscfg.h | 2 + arch/arm/src/gd32f4/hardware/gd32f4xx_uart.h | 2 + arch/arm/src/goldfish/CMakeLists.txt | 2 + arch/arm/src/goldfish/Make.defs | 2 + arch/arm/src/goldfish/chip.h | 2 + arch/arm/src/goldfish/goldfish_boot.c | 2 + arch/arm/src/goldfish/goldfish_cpuboot.c | 2 + arch/arm/src/goldfish/goldfish_irq.c | 2 + arch/arm/src/goldfish/goldfish_irq.h | 2 + arch/arm/src/goldfish/goldfish_memorymap.c | 2 + arch/arm/src/goldfish/goldfish_memorymap.h | 2 + arch/arm/src/goldfish/goldfish_pgalloc.c | 2 + arch/arm/src/goldfish/goldfish_serial.c | 2 + arch/arm/src/goldfish/goldfish_timer.c | 2 + arch/arm/src/imx1/Make.defs | 2 + arch/arm/src/imx1/chip.h | 2 + arch/arm/src/imx1/imx_aitc.h | 2 + arch/arm/src/imx1/imx_allocateheap.c | 2 + arch/arm/src/imx1/imx_boot.c | 2 + arch/arm/src/imx1/imx_cspi.h | 2 + arch/arm/src/imx1/imx_decodeirq.c | 2 + arch/arm/src/imx1/imx_dma.h | 2 + arch/arm/src/imx1/imx_eim.h | 2 + arch/arm/src/imx1/imx_gpio.c | 2 + arch/arm/src/imx1/imx_gpio.h | 2 + arch/arm/src/imx1/imx_i2c.h | 2 + arch/arm/src/imx1/imx_irq.c | 2 + arch/arm/src/imx1/imx_lowputc.S | 2 + arch/arm/src/imx1/imx_memorymap.h | 2 + arch/arm/src/imx1/imx_rtc.h | 2 + arch/arm/src/imx1/imx_serial.c | 2 + arch/arm/src/imx1/imx_spi.c | 2 + arch/arm/src/imx1/imx_system.h | 2 + arch/arm/src/imx1/imx_timer.h | 2 + arch/arm/src/imx1/imx_timerisr.c | 2 + arch/arm/src/imx1/imx_uart.h | 2 + arch/arm/src/imx1/imx_usbd.h | 2 + arch/arm/src/imx1/imx_wdog.h | 2 + arch/arm/src/imx6/CMakeLists.txt | 2 + arch/arm/src/imx6/Make.defs | 2 + arch/arm/src/imx6/chip.h | 2 + arch/arm/src/imx6/hardware/imx_ccm.h | 2 + arch/arm/src/imx6/hardware/imx_ecspi.h | 2 + arch/arm/src/imx6/hardware/imx_enet.h | 2 + arch/arm/src/imx6/hardware/imx_gpio.h | 2 + arch/arm/src/imx6/hardware/imx_gpt.h | 2 + arch/arm/src/imx6/hardware/imx_iomuxc.h | 2 + arch/arm/src/imx6/hardware/imx_memorymap.h | 2 + arch/arm/src/imx6/hardware/imx_pinmux.h | 2 + arch/arm/src/imx6/hardware/imx_src.h | 2 + arch/arm/src/imx6/hardware/imx_uart.h | 2 + arch/arm/src/imx6/imx_boot.c | 2 + arch/arm/src/imx6/imx_boot.h | 2 + arch/arm/src/imx6/imx_clockconfig.c | 2 + arch/arm/src/imx6/imx_clockconfig.h | 2 + arch/arm/src/imx6/imx_config.h | 2 + arch/arm/src/imx6/imx_cpuboot.c | 2 + arch/arm/src/imx6/imx_ecspi.c | 2 + arch/arm/src/imx6/imx_ecspi.h | 2 + arch/arm/src/imx6/imx_enet.c | 2 + arch/arm/src/imx6/imx_enet.h | 2 + arch/arm/src/imx6/imx_gpio.c | 2 + arch/arm/src/imx6/imx_gpio.h | 2 + arch/arm/src/imx6/imx_idle.c | 2 + arch/arm/src/imx6/imx_iomuxc.c | 2 + arch/arm/src/imx6/imx_iomuxc.h | 2 + arch/arm/src/imx6/imx_irq.c | 2 + arch/arm/src/imx6/imx_lowputc.c | 2 + arch/arm/src/imx6/imx_lowputc.h | 2 + arch/arm/src/imx6/imx_memorymap.c | 2 + arch/arm/src/imx6/imx_memorymap.h | 2 + arch/arm/src/imx6/imx_pgalloc.c | 2 + arch/arm/src/imx6/imx_serial.c | 2 + arch/arm/src/imx6/imx_serial.h | 2 + arch/arm/src/imx6/imx_timerisr.c | 2 + arch/arm/src/imxrt/Make.defs | 2 + arch/arm/src/imxrt/chip.h | 2 + arch/arm/src/imxrt/hardware/imxrt_adc.h | 2 + arch/arm/src/imxrt/hardware/imxrt_adc_etc.h | 2 + arch/arm/src/imxrt/hardware/imxrt_adc_ver1.h | 2 + arch/arm/src/imxrt/hardware/imxrt_adc_ver2.h | 2 + arch/arm/src/imxrt/hardware/imxrt_ccm.h | 2 + arch/arm/src/imxrt/hardware/imxrt_daisy.h | 2 + arch/arm/src/imxrt/hardware/imxrt_dcdc.h | 2 + arch/arm/src/imxrt/hardware/imxrt_dmamux.h | 2 + arch/arm/src/imxrt/hardware/imxrt_edma.h | 2 + arch/arm/src/imxrt/hardware/imxrt_enc.h | 2 + arch/arm/src/imxrt/hardware/imxrt_enet.h | 2 + arch/arm/src/imxrt/hardware/imxrt_flexcan.h | 2 + arch/arm/src/imxrt/hardware/imxrt_flexio.h | 2 + arch/arm/src/imxrt/hardware/imxrt_flexpwm.h | 2 + arch/arm/src/imxrt/hardware/imxrt_flexspi.h | 2 + arch/arm/src/imxrt/hardware/imxrt_gpio.h | 2 + arch/arm/src/imxrt/hardware/imxrt_gpt.h | 2 + arch/arm/src/imxrt/hardware/imxrt_iomuxc.h | 2 + .../src/imxrt/hardware/imxrt_iomuxc_ver1.h | 2 + .../src/imxrt/hardware/imxrt_iomuxc_ver2.h | 2 + arch/arm/src/imxrt/hardware/imxrt_lcd.h | 7 ++- arch/arm/src/imxrt/hardware/imxrt_lpi2c.h | 2 + arch/arm/src/imxrt/hardware/imxrt_lpspi.h | 2 + arch/arm/src/imxrt/hardware/imxrt_lpuart.h | 2 + arch/arm/src/imxrt/hardware/imxrt_memorymap.h | 2 + arch/arm/src/imxrt/hardware/imxrt_ocotp.h | 2 + arch/arm/src/imxrt/hardware/imxrt_pinmux.h | 2 + arch/arm/src/imxrt/hardware/imxrt_pit.h | 2 + arch/arm/src/imxrt/hardware/imxrt_snvs.h | 2 + arch/arm/src/imxrt/hardware/imxrt_src.h | 2 + arch/arm/src/imxrt/hardware/imxrt_tmr.h | 2 + .../arm/src/imxrt/hardware/imxrt_usb_analog.h | 2 + arch/arm/src/imxrt/hardware/imxrt_usbotg.h | 2 + arch/arm/src/imxrt/hardware/imxrt_usbphy.h | 2 + arch/arm/src/imxrt/hardware/imxrt_usdhc.h | 2 + arch/arm/src/imxrt/hardware/imxrt_wdog.h | 2 + arch/arm/src/imxrt/hardware/imxrt_xbar.h | 2 + .../src/imxrt/hardware/rt102x/imxrt102x_ccm.h | 2 + .../imxrt/hardware/rt102x/imxrt102x_dmamux.h | 2 + .../imxrt/hardware/rt102x/imxrt102x_gpio.h | 2 + .../imxrt/hardware/rt102x/imxrt102x_iomuxc.h | 2 + .../hardware/rt102x/imxrt102x_memorymap.h | 2 + .../imxrt/hardware/rt102x/imxrt102x_pinmux.h | 2 + .../imxrt/hardware/rt102x/imxrt102x_xbar.h | 2 + .../src/imxrt/hardware/rt105x/imxrt105x_ccm.h | 2 + .../imxrt/hardware/rt105x/imxrt105x_dmamux.h | 2 + .../imxrt/hardware/rt105x/imxrt105x_gpio.h | 2 + .../imxrt/hardware/rt105x/imxrt105x_iomuxc.h | 2 + .../hardware/rt105x/imxrt105x_memorymap.h | 2 + .../imxrt/hardware/rt105x/imxrt105x_pinmux.h | 2 + .../imxrt/hardware/rt105x/imxrt105x_xbar.h | 2 + .../src/imxrt/hardware/rt106x/imxrt106x_ccm.h | 2 + .../imxrt/hardware/rt106x/imxrt106x_dmamux.h | 2 + .../imxrt/hardware/rt106x/imxrt106x_gpio.h | 2 + .../imxrt/hardware/rt106x/imxrt106x_iomuxc.h | 2 + .../hardware/rt106x/imxrt106x_memorymap.h | 2 + .../imxrt/hardware/rt106x/imxrt106x_pinmux.h | 2 + .../imxrt/hardware/rt106x/imxrt106x_xbar.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_anadig.h | 2 + .../src/imxrt/hardware/rt117x/imxrt117x_ccm.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_dcdc.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_dmamux.h | 2 + .../src/imxrt/hardware/rt117x/imxrt117x_gpc.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_gpio.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_iomuxc.h | 2 + .../hardware/rt117x/imxrt117x_memorymap.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_ocotp.h | 2 + .../src/imxrt/hardware/rt117x/imxrt117x_osc.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_pinmux.h | 2 + .../src/imxrt/hardware/rt117x/imxrt117x_pll.h | 2 + .../src/imxrt/hardware/rt117x/imxrt117x_pmu.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_snvs.h | 2 + .../imxrt/hardware/rt117x/imxrt117x_xbar.h | 2 + arch/arm/src/imxrt/imxrt102x_daisy.c | 2 + arch/arm/src/imxrt/imxrt102x_gpio.c | 2 + arch/arm/src/imxrt/imxrt105x_daisy.c | 2 + arch/arm/src/imxrt/imxrt105x_gpio.c | 2 + arch/arm/src/imxrt/imxrt106x_daisy.c | 2 + arch/arm/src/imxrt/imxrt106x_flash.c | 2 + arch/arm/src/imxrt/imxrt106x_gpio.c | 2 + arch/arm/src/imxrt/imxrt117x_daisy.c | 2 + arch/arm/src/imxrt/imxrt117x_gpio.c | 2 + arch/arm/src/imxrt/imxrt117x_mpuinit.c | 2 + arch/arm/src/imxrt/imxrt_adc.h | 2 + arch/arm/src/imxrt/imxrt_adc_ver1.c | 2 + arch/arm/src/imxrt/imxrt_adc_ver2.c | 2 + arch/arm/src/imxrt/imxrt_allocateheap.c | 2 + arch/arm/src/imxrt/imxrt_clockconfig.h | 2 + arch/arm/src/imxrt/imxrt_clockconfig_ver1.c | 2 + arch/arm/src/imxrt/imxrt_clockconfig_ver1.h | 2 + arch/arm/src/imxrt/imxrt_clockconfig_ver2.c | 2 + arch/arm/src/imxrt/imxrt_clockconfig_ver2.h | 2 + arch/arm/src/imxrt/imxrt_clrpend.c | 2 + arch/arm/src/imxrt/imxrt_config.h | 2 + arch/arm/src/imxrt/imxrt_daisy.c | 2 + arch/arm/src/imxrt/imxrt_edma.c | 15 ++--- arch/arm/src/imxrt/imxrt_edma.h | 15 ++--- arch/arm/src/imxrt/imxrt_ehci.c | 2 + arch/arm/src/imxrt/imxrt_ehci.h | 2 + arch/arm/src/imxrt/imxrt_enc.c | 2 + arch/arm/src/imxrt/imxrt_enc.h | 2 + arch/arm/src/imxrt/imxrt_enet.c | 2 + arch/arm/src/imxrt/imxrt_enet.h | 2 + arch/arm/src/imxrt/imxrt_flash.c | 2 + arch/arm/src/imxrt/imxrt_flexcan.c | 2 + arch/arm/src/imxrt/imxrt_flexcan.h | 2 + arch/arm/src/imxrt/imxrt_flexio.c | 2 + arch/arm/src/imxrt/imxrt_flexio.h | 2 + arch/arm/src/imxrt/imxrt_flexpwm.c | 2 + arch/arm/src/imxrt/imxrt_flexpwm.h | 2 + arch/arm/src/imxrt/imxrt_flexspi.c | 2 + arch/arm/src/imxrt/imxrt_flexspi.h | 2 + arch/arm/src/imxrt/imxrt_gpio.c | 2 + arch/arm/src/imxrt/imxrt_gpio.h | 2 + arch/arm/src/imxrt/imxrt_gpioirq.c | 2 + arch/arm/src/imxrt/imxrt_hprtc.c | 2 + arch/arm/src/imxrt/imxrt_hprtc.h | 2 + arch/arm/src/imxrt/imxrt_idle.c | 2 + arch/arm/src/imxrt/imxrt_iomuxc.h | 2 + arch/arm/src/imxrt/imxrt_iomuxc_ver1.c | 2 + arch/arm/src/imxrt/imxrt_iomuxc_ver1.h | 2 + arch/arm/src/imxrt/imxrt_iomuxc_ver2.c | 2 + arch/arm/src/imxrt/imxrt_iomuxc_ver2.h | 2 + arch/arm/src/imxrt/imxrt_irq.c | 2 + arch/arm/src/imxrt/imxrt_irq.h | 2 + arch/arm/src/imxrt/imxrt_lcd.c | 7 ++- arch/arm/src/imxrt/imxrt_lcd.h | 2 + arch/arm/src/imxrt/imxrt_lowputc.c | 2 + arch/arm/src/imxrt/imxrt_lowputc.h | 2 + arch/arm/src/imxrt/imxrt_lpi2c.c | 2 + arch/arm/src/imxrt/imxrt_lpi2c.h | 2 + arch/arm/src/imxrt/imxrt_lpspi.c | 2 + arch/arm/src/imxrt/imxrt_lpspi.h | 2 + arch/arm/src/imxrt/imxrt_lpsrtc.c | 2 + arch/arm/src/imxrt/imxrt_lpsrtc.h | 2 + arch/arm/src/imxrt/imxrt_mpuinit.c | 2 + arch/arm/src/imxrt/imxrt_mpuinit.h | 2 + arch/arm/src/imxrt/imxrt_ocotp.c | 2 + arch/arm/src/imxrt/imxrt_ocotp.h | 2 + arch/arm/src/imxrt/imxrt_periphclks.c | 2 + arch/arm/src/imxrt/imxrt_periphclks.h | 2 + arch/arm/src/imxrt/imxrt_pmu.c | 2 + arch/arm/src/imxrt/imxrt_pmu.h | 2 + arch/arm/src/imxrt/imxrt_rtc_lowerhalf.c | 2 + arch/arm/src/imxrt/imxrt_serial.c | 2 + arch/arm/src/imxrt/imxrt_serial.h | 2 + arch/arm/src/imxrt/imxrt_start.c | 2 + arch/arm/src/imxrt/imxrt_start.h | 2 + arch/arm/src/imxrt/imxrt_tickless.c | 2 + arch/arm/src/imxrt/imxrt_timerisr.c | 2 + arch/arm/src/imxrt/imxrt_usbdev.c | 2 + arch/arm/src/imxrt/imxrt_usdhc.c | 2 + arch/arm/src/imxrt/imxrt_usdhc.h | 2 + arch/arm/src/imxrt/imxrt_userspace.c | 2 + arch/arm/src/imxrt/imxrt_userspace.h | 2 + arch/arm/src/imxrt/imxrt_wdog.c | 2 + arch/arm/src/imxrt/imxrt_wdog.h | 2 + arch/arm/src/imxrt/imxrt_xbar.c | 2 + arch/arm/src/imxrt/imxrt_xbar.h | 2 + arch/arm/src/kinetis/Make.defs | 2 + arch/arm/src/kinetis/chip.h | 2 + arch/arm/src/kinetis/hardware/kinetis_adc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_aips.h | 2 + arch/arm/src/kinetis/hardware/kinetis_axbs.h | 2 + arch/arm/src/kinetis/hardware/kinetis_cmp.h | 2 + arch/arm/src/kinetis/hardware/kinetis_cmt.h | 2 + arch/arm/src/kinetis/hardware/kinetis_crc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_dac.h | 2 + .../arm/src/kinetis/hardware/kinetis_dmamux.h | 2 + arch/arm/src/kinetis/hardware/kinetis_dspi.h | 2 + arch/arm/src/kinetis/hardware/kinetis_edma.h | 2 + arch/arm/src/kinetis/hardware/kinetis_enet.h | 2 + arch/arm/src/kinetis/hardware/kinetis_ewm.h | 2 + .../src/kinetis/hardware/kinetis_flexbus.h | 2 + .../src/kinetis/hardware/kinetis_flexcan.h | 2 + arch/arm/src/kinetis/hardware/kinetis_fmc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_ftfe.h | 2 + arch/arm/src/kinetis/hardware/kinetis_ftm.h | 2 + arch/arm/src/kinetis/hardware/kinetis_gpio.h | 2 + arch/arm/src/kinetis/hardware/kinetis_i2c.h | 2 + arch/arm/src/kinetis/hardware/kinetis_i2s.h | 2 + .../kinetis/hardware/kinetis_k20k40k60fmc.h | 2 + .../kinetis/hardware/kinetis_k20k40k60mpu.h | 2 + .../kinetis/hardware/kinetis_k20memorymap.h | 2 + .../src/kinetis/hardware/kinetis_k20pinmux.h | 2 + .../kinetis/hardware/kinetis_k28k64k66mpu.h | 2 + .../src/kinetis/hardware/kinetis_k28k66fmc.h | 2 + .../kinetis/hardware/kinetis_k28memorymap.h | 2 + .../src/kinetis/hardware/kinetis_k28pinmux.h | 2 + .../kinetis/hardware/kinetis_k40memorymap.h | 2 + .../src/kinetis/hardware/kinetis_k40pinmux.h | 2 + .../kinetis/hardware/kinetis_k60memorymap.h | 2 + .../src/kinetis/hardware/kinetis_k60pinmux.h | 2 + .../arm/src/kinetis/hardware/kinetis_k64fmc.h | 2 + .../kinetis/hardware/kinetis_k64memorymap.h | 2 + .../src/kinetis/hardware/kinetis_k64pinmux.h | 2 + .../kinetis/hardware/kinetis_k66memorymap.h | 2 + .../src/kinetis/hardware/kinetis_k66pinmux.h | 2 + .../arm/src/kinetis/hardware/kinetis_kx6tpm.h | 2 + arch/arm/src/kinetis/hardware/kinetis_llwu.h | 2 + arch/arm/src/kinetis/hardware/kinetis_lptmr.h | 2 + .../arm/src/kinetis/hardware/kinetis_lpuart.h | 2 + arch/arm/src/kinetis/hardware/kinetis_mcg.h | 2 + arch/arm/src/kinetis/hardware/kinetis_mcm.h | 2 + .../src/kinetis/hardware/kinetis_memorymap.h | 2 + arch/arm/src/kinetis/hardware/kinetis_mmcau.h | 2 + arch/arm/src/kinetis/hardware/kinetis_mpu.h | 2 + arch/arm/src/kinetis/hardware/kinetis_osc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_pdb.h | 2 + .../arm/src/kinetis/hardware/kinetis_pinmux.h | 2 + arch/arm/src/kinetis/hardware/kinetis_pit.h | 2 + arch/arm/src/kinetis/hardware/kinetis_pmc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_port.h | 2 + arch/arm/src/kinetis/hardware/kinetis_rngb.h | 2 + arch/arm/src/kinetis/hardware/kinetis_rtc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_sdhc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_sim.h | 2 + arch/arm/src/kinetis/hardware/kinetis_slcd.h | 2 + arch/arm/src/kinetis/hardware/kinetis_smc.h | 2 + arch/arm/src/kinetis/hardware/kinetis_tsi.h | 2 + arch/arm/src/kinetis/hardware/kinetis_uart.h | 2 + .../arm/src/kinetis/hardware/kinetis_usbdcd.h | 2 + arch/arm/src/kinetis/hardware/kinetis_usbhs.h | 2 + .../arm/src/kinetis/hardware/kinetis_usbotg.h | 2 + .../arm/src/kinetis/hardware/kinetis_vrefv1.h | 2 + arch/arm/src/kinetis/hardware/kinetis_wdog.h | 2 + arch/arm/src/kinetis/kinetis.h | 2 + arch/arm/src/kinetis/kinetis_alarm.h | 2 + arch/arm/src/kinetis/kinetis_allocateheap.c | 2 + arch/arm/src/kinetis/kinetis_clockconfig.c | 2 + arch/arm/src/kinetis/kinetis_clrpend.c | 2 + arch/arm/src/kinetis/kinetis_config.h | 2 + arch/arm/src/kinetis/kinetis_edma.c | 17 ++---- arch/arm/src/kinetis/kinetis_edma.h | 16 ++--- arch/arm/src/kinetis/kinetis_enet.c | 2 + arch/arm/src/kinetis/kinetis_flexcan.c | 2 + arch/arm/src/kinetis/kinetis_i2c.c | 2 + arch/arm/src/kinetis/kinetis_i2c.h | 2 + arch/arm/src/kinetis/kinetis_idle.c | 2 + arch/arm/src/kinetis/kinetis_irq.c | 2 + arch/arm/src/kinetis/kinetis_lowputc.c | 2 + arch/arm/src/kinetis/kinetis_lpserial.c | 2 + arch/arm/src/kinetis/kinetis_lpuart.h | 2 + arch/arm/src/kinetis/kinetis_mpuinit.c | 2 + arch/arm/src/kinetis/kinetis_mpuinit.h | 2 + arch/arm/src/kinetis/kinetis_pin.c | 2 + arch/arm/src/kinetis/kinetis_pindma.c | 2 + arch/arm/src/kinetis/kinetis_pindump.c | 2 + arch/arm/src/kinetis/kinetis_pingpio.c | 2 + arch/arm/src/kinetis/kinetis_pinirq.c | 2 + arch/arm/src/kinetis/kinetis_pwm.c | 2 + arch/arm/src/kinetis/kinetis_pwm.h | 2 + arch/arm/src/kinetis/kinetis_rtc.c | 2 + arch/arm/src/kinetis/kinetis_rtc_if.h | 2 + arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c | 2 + arch/arm/src/kinetis/kinetis_sdhc.c | 2 + arch/arm/src/kinetis/kinetis_serial.c | 2 + arch/arm/src/kinetis/kinetis_serialinit.c | 2 + arch/arm/src/kinetis/kinetis_spi.c | 2 + arch/arm/src/kinetis/kinetis_spi.h | 2 + arch/arm/src/kinetis/kinetis_start.c | 2 + arch/arm/src/kinetis/kinetis_start.h | 2 + arch/arm/src/kinetis/kinetis_timerisr.c | 2 + arch/arm/src/kinetis/kinetis_tpm.h | 2 + arch/arm/src/kinetis/kinetis_uart.h | 2 + arch/arm/src/kinetis/kinetis_uid.c | 2 + arch/arm/src/kinetis/kinetis_uid.h | 2 + arch/arm/src/kinetis/kinetis_usbdev.c | 6 +- arch/arm/src/kinetis/kinetis_usbhshost.c | 2 + arch/arm/src/kinetis/kinetis_usbhshost.h | 2 + arch/arm/src/kinetis/kinetis_usbotg.h | 2 + arch/arm/src/kinetis/kinetis_userspace.c | 2 + arch/arm/src/kinetis/kinetis_userspace.h | 2 + arch/arm/src/kinetis/kinetis_wdog.c | 2 + arch/arm/src/kl/Make.defs | 2 + arch/arm/src/kl/chip.h | 2 + arch/arm/src/kl/hardware/k25z128_pinmux.h | 2 + arch/arm/src/kl/hardware/kl_fmc.h | 2 + arch/arm/src/kl/hardware/kl_gpio.h | 2 + arch/arm/src/kl/hardware/kl_i2c.h | 2 + arch/arm/src/kl/hardware/kl_llwu.h | 2 + arch/arm/src/kl/hardware/kl_mcg.h | 2 + arch/arm/src/kl/hardware/kl_memorymap.h | 2 + arch/arm/src/kl/hardware/kl_osc.h | 2 + arch/arm/src/kl/hardware/kl_pinmux.h | 2 + arch/arm/src/kl/hardware/kl_pit.h | 2 + arch/arm/src/kl/hardware/kl_port.h | 2 + arch/arm/src/kl/hardware/kl_sim.h | 2 + arch/arm/src/kl/hardware/kl_spi.h | 2 + arch/arm/src/kl/hardware/kl_tpm.h | 2 + arch/arm/src/kl/hardware/kl_tsi.h | 2 + arch/arm/src/kl/hardware/kl_uart.h | 2 + arch/arm/src/kl/kl_clockconfig.c | 2 + arch/arm/src/kl/kl_clockconfig.h | 2 + arch/arm/src/kl/kl_config.h | 2 + arch/arm/src/kl/kl_dma.h | 2 + arch/arm/src/kl/kl_dumpgpio.c | 2 + arch/arm/src/kl/kl_gpio.c | 2 + arch/arm/src/kl/kl_gpio.h | 2 + arch/arm/src/kl/kl_gpioirq.c | 2 + arch/arm/src/kl/kl_idle.c | 2 + arch/arm/src/kl/kl_irq.c | 2 + arch/arm/src/kl/kl_irq.h | 2 + arch/arm/src/kl/kl_irqprio.c | 2 + arch/arm/src/kl/kl_lowputc.c | 2 + arch/arm/src/kl/kl_lowputc.h | 2 + arch/arm/src/kl/kl_pwm.c | 2 + arch/arm/src/kl/kl_pwm.h | 2 + arch/arm/src/kl/kl_serial.c | 2 + arch/arm/src/kl/kl_spi.c | 2 + arch/arm/src/kl/kl_spi.h | 2 + arch/arm/src/kl/kl_start.c | 2 + arch/arm/src/kl/kl_start.h | 2 + arch/arm/src/kl/kl_timerisr.c | 2 + arch/arm/src/kl/kl_userspace.c | 2 + arch/arm/src/kl/kl_userspace.h | 2 + arch/arm/src/lc823450/Make.defs | 2 + arch/arm/src/lc823450/chip.h | 2 + arch/arm/src/lc823450/lc823450_adc.c | 2 + arch/arm/src/lc823450/lc823450_adc.h | 2 + .../arm/src/lc823450/lc823450_allocateheap2.c | 2 + arch/arm/src/lc823450/lc823450_clockconfig.c | 2 + arch/arm/src/lc823450/lc823450_clockconfig.h | 2 + arch/arm/src/lc823450/lc823450_cpuidlestack.c | 2 + arch/arm/src/lc823450/lc823450_cpuindex.c | 2 + arch/arm/src/lc823450/lc823450_cpustart.c | 2 + arch/arm/src/lc823450/lc823450_dma.c | 2 + arch/arm/src/lc823450/lc823450_dma.h | 2 + arch/arm/src/lc823450/lc823450_dvfs2.c | 2 + arch/arm/src/lc823450/lc823450_dvfs2.h | 2 + arch/arm/src/lc823450/lc823450_gpio.c | 2 + arch/arm/src/lc823450/lc823450_gpio.h | 2 + arch/arm/src/lc823450/lc823450_i2c.c | 2 + arch/arm/src/lc823450/lc823450_i2c.h | 2 + arch/arm/src/lc823450/lc823450_i2s.c | 2 + arch/arm/src/lc823450/lc823450_i2s.h | 2 + arch/arm/src/lc823450/lc823450_idle.c | 2 + arch/arm/src/lc823450/lc823450_intc.h | 2 + arch/arm/src/lc823450/lc823450_ipl2.c | 2 + arch/arm/src/lc823450/lc823450_irq.c | 2 + arch/arm/src/lc823450/lc823450_lowputc.c | 2 + arch/arm/src/lc823450/lc823450_lowputc.h | 2 + arch/arm/src/lc823450/lc823450_mmcl.c | 2 + arch/arm/src/lc823450/lc823450_mmcl.h | 2 + arch/arm/src/lc823450/lc823450_mpuinit2.c | 2 + arch/arm/src/lc823450/lc823450_mpuinit2.h | 2 + arch/arm/src/lc823450/lc823450_mtd.c | 2 + arch/arm/src/lc823450/lc823450_mtd.h | 2 + arch/arm/src/lc823450/lc823450_procfs_dvfs.c | 2 + arch/arm/src/lc823450/lc823450_pwm.h | 2 + arch/arm/src/lc823450/lc823450_rtc.c | 2 + arch/arm/src/lc823450/lc823450_sdc.c | 11 ++-- arch/arm/src/lc823450/lc823450_sdc.h | 2 + arch/arm/src/lc823450/lc823450_sddrv_dep.c | 12 ++-- arch/arm/src/lc823450/lc823450_sddrv_if.h | 7 ++- arch/arm/src/lc823450/lc823450_sddrv_type.h | 7 ++- arch/arm/src/lc823450/lc823450_serial.c | 2 + arch/arm/src/lc823450/lc823450_serial.h | 2 + arch/arm/src/lc823450/lc823450_smpcall.c | 2 + arch/arm/src/lc823450/lc823450_spi.c | 2 + arch/arm/src/lc823450/lc823450_spi.h | 2 + arch/arm/src/lc823450/lc823450_spifi2.c | 2 + arch/arm/src/lc823450/lc823450_spifi2.h | 2 + arch/arm/src/lc823450/lc823450_start.c | 2 + arch/arm/src/lc823450/lc823450_start.h | 2 + arch/arm/src/lc823450/lc823450_syscontrol.c | 2 + arch/arm/src/lc823450/lc823450_syscontrol.h | 2 + arch/arm/src/lc823450/lc823450_testset.c | 2 + arch/arm/src/lc823450/lc823450_timer.c | 2 + arch/arm/src/lc823450/lc823450_timer.h | 2 + arch/arm/src/lc823450/lc823450_usbdev.c | 2 + arch/arm/src/lc823450/lc823450_usbdev.h | 2 + arch/arm/src/lc823450/lc823450_userspace.c | 2 + arch/arm/src/lc823450/lc823450_userspace.h | 2 + arch/arm/src/lc823450/lc823450_wdt.c | 2 + arch/arm/src/lc823450/lc823450_wdt.h | 2 + arch/arm/src/lpc17xx_40xx/Make.defs | 2 + arch/arm/src/lpc17xx_40xx/chip.h | 2 + .../lpc17xx_40xx/hardware/lpc176x_memorymap.h | 2 + .../lpc17xx_40xx/hardware/lpc176x_pinconfig.h | 2 + .../lpc17xx_40xx/hardware/lpc176x_pinconn.h | 2 + .../lpc17xx_40xx/hardware/lpc176x_syscon.h | 2 + .../hardware/lpc178x_40xx_iocon.h | 2 + .../hardware/lpc178x_40xx_memorymap.h | 2 + .../hardware/lpc178x_40xx_pinconfig.h | 2 + .../hardware/lpc178x_40xx_syscon.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_adc.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_can.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_dac.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_eeprom.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_emc.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_ethernet.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_gpdma.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_gpio.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_i2c.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_i2s.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_lcd.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_mcpwm.h | 2 + .../hardware/lpc17_40_memorymap.h | 2 + .../hardware/lpc17_40_pinconfig.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_pinconn.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_pwm.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_qei.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_rit.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_rtc.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_rtcevmr.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_sdcard.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_spi.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_ssp.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_syscon.h | 2 + .../lpc17xx_40xx/hardware/lpc17_40_timer.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_uart.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_usb.h | 2 + .../src/lpc17xx_40xx/hardware/lpc17_40_wdt.h | 2 + .../src/lpc17xx_40xx/lpc176x_clockconfig.c | 2 + arch/arm/src/lpc17xx_40xx/lpc176x_gpio.c | 2 + arch/arm/src/lpc17xx_40xx/lpc176x_gpio.h | 2 + arch/arm/src/lpc17xx_40xx/lpc176x_rtc.c | 2 + .../lpc17xx_40xx/lpc178x_40xx_clockconfig.c | 2 + arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.c | 2 + arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c | 13 ++--- arch/arm/src/lpc17xx_40xx/lpc17_40_adc.h | 2 + .../src/lpc17xx_40xx/lpc17_40_allocateheap.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_can.c | 18 ++---- arch/arm/src/lpc17xx_40xx/lpc17_40_can.h | 2 + .../src/lpc17xx_40xx/lpc17_40_clockconfig.c | 2 + .../src/lpc17xx_40xx/lpc17_40_clockconfig.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_dac.c | 11 ++-- arch/arm/src/lpc17xx_40xx/lpc17_40_dac.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_emacram.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_emc.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_emc.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_gpiodbg.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_gpioint.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c | 20 +++---- arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_i2s.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_idle.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_mcpwm.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_ohciram.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_qei.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_rit.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_rtc.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_serial.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_spi.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_spi.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_start.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_start.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_timer.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_timer.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_timerisr.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_usbdev.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.h | 2 + .../arm/src/lpc17xx_40xx/lpc17_40_userspace.c | 2 + .../arm/src/lpc17xx_40xx/lpc17_40_userspace.h | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.c | 2 + arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.h | 2 + arch/arm/src/lpc214x/Make.defs | 2 + arch/arm/src/lpc214x/chip.h | 2 + arch/arm/src/lpc214x/lpc214x_apb.h | 2 + arch/arm/src/lpc214x/lpc214x_decodeirq.c | 2 + arch/arm/src/lpc214x/lpc214x_head.S | 2 + arch/arm/src/lpc214x/lpc214x_i2c.h | 2 + arch/arm/src/lpc214x/lpc214x_irq.c | 2 + arch/arm/src/lpc214x/lpc214x_lowputc.S | 2 + arch/arm/src/lpc214x/lpc214x_pinsel.h | 2 + arch/arm/src/lpc214x/lpc214x_pll.h | 2 + arch/arm/src/lpc214x/lpc214x_power.h | 2 + arch/arm/src/lpc214x/lpc214x_serial.c | 2 + arch/arm/src/lpc214x/lpc214x_spi.h | 2 + arch/arm/src/lpc214x/lpc214x_timer.h | 2 + arch/arm/src/lpc214x/lpc214x_timerisr.c | 2 + arch/arm/src/lpc214x/lpc214x_uart.h | 2 + arch/arm/src/lpc214x/lpc214x_usbdev.c | 2 + arch/arm/src/lpc214x/lpc214x_usbdev.h | 2 + arch/arm/src/lpc214x/lpc214x_vic.h | 2 + arch/arm/src/lpc2378/Make.defs | 2 + arch/arm/src/lpc2378/chip.h | 12 ++-- arch/arm/src/lpc2378/lpc2378.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_decodeirq.c | 12 ++-- arch/arm/src/lpc2378/lpc23xx_gpio.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_head.S | 13 ++--- arch/arm/src/lpc2378/lpc23xx_i2c.c | 27 ++++----- arch/arm/src/lpc2378/lpc23xx_i2c.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_io.c | 11 ++-- arch/arm/src/lpc2378/lpc23xx_irq.c | 12 ++-- arch/arm/src/lpc2378/lpc23xx_lowputc.S | 12 ++-- arch/arm/src/lpc2378/lpc23xx_pinsel.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_pllsetup.c | 11 ++-- arch/arm/src/lpc2378/lpc23xx_scb.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_serial.c | 14 ++--- arch/arm/src/lpc2378/lpc23xx_spi.c | 12 ++-- arch/arm/src/lpc2378/lpc23xx_spi.h | 13 ++--- arch/arm/src/lpc2378/lpc23xx_timer.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_timerisr.c | 12 ++-- arch/arm/src/lpc2378/lpc23xx_uart.h | 12 ++-- arch/arm/src/lpc2378/lpc23xx_vic.h | 12 ++-- arch/arm/src/lpc31xx/Make.defs | 2 + arch/arm/src/lpc31xx/chip.h | 2 + arch/arm/src/lpc31xx/lpc31.h | 2 + arch/arm/src/lpc31xx/lpc31_adc.h | 2 + arch/arm/src/lpc31xx/lpc31_allocateheap.c | 2 + arch/arm/src/lpc31xx/lpc31_analogdie.h | 2 + arch/arm/src/lpc31xx/lpc31_bcrndx.c | 2 + arch/arm/src/lpc31xx/lpc31_boot.c | 2 + arch/arm/src/lpc31xx/lpc31_boot.h | 2 + arch/arm/src/lpc31xx/lpc31_cgu.h | 2 + arch/arm/src/lpc31xx/lpc31_cgudrvr.h | 2 + arch/arm/src/lpc31xx/lpc31_clkdomain.c | 2 + arch/arm/src/lpc31xx/lpc31_clkexten.c | 2 + arch/arm/src/lpc31xx/lpc31_clkfreq.c | 2 + arch/arm/src/lpc31xx/lpc31_clkinit.c | 2 + arch/arm/src/lpc31xx/lpc31_decodeirq.c | 2 + arch/arm/src/lpc31xx/lpc31_defclk.c | 2 + arch/arm/src/lpc31xx/lpc31_dma.h | 2 + arch/arm/src/lpc31xx/lpc31_ehci.c | 2 + arch/arm/src/lpc31xx/lpc31_esrndx.c | 2 + arch/arm/src/lpc31xx/lpc31_evntrtr.h | 2 + arch/arm/src/lpc31xx/lpc31_fdcndx.c | 2 + arch/arm/src/lpc31xx/lpc31_fdivinit.c | 2 + arch/arm/src/lpc31xx/lpc31_freqin.c | 2 + arch/arm/src/lpc31xx/lpc31_i2c.c | 2 + arch/arm/src/lpc31xx/lpc31_i2c.h | 2 + arch/arm/src/lpc31xx/lpc31_i2s.h | 2 + arch/arm/src/lpc31xx/lpc31_intc.h | 2 + arch/arm/src/lpc31xx/lpc31_ioconfig.h | 2 + arch/arm/src/lpc31xx/lpc31_irq.c | 2 + arch/arm/src/lpc31xx/lpc31_lcd.h | 2 + arch/arm/src/lpc31xx/lpc31_lowputc.c | 2 + arch/arm/src/lpc31xx/lpc31_mci.h | 2 + arch/arm/src/lpc31xx/lpc31_memorymap.h | 2 + arch/arm/src/lpc31xx/lpc31_mpmc.h | 2 + arch/arm/src/lpc31xx/lpc31_nand.h | 2 + arch/arm/src/lpc31xx/lpc31_otp.h | 2 + arch/arm/src/lpc31xx/lpc31_pcm.h | 2 + arch/arm/src/lpc31xx/lpc31_pllconfig.c | 2 + arch/arm/src/lpc31xx/lpc31_pwm.h | 2 + arch/arm/src/lpc31xx/lpc31_resetclks.c | 2 + arch/arm/src/lpc31xx/lpc31_rng.h | 2 + arch/arm/src/lpc31xx/lpc31_serial.c | 2 + arch/arm/src/lpc31xx/lpc31_setfdiv.c | 2 + arch/arm/src/lpc31xx/lpc31_setfreqin.c | 2 + arch/arm/src/lpc31xx/lpc31_softreset.c | 2 + arch/arm/src/lpc31xx/lpc31_spi.c | 2 + arch/arm/src/lpc31xx/lpc31_spi.h | 2 + arch/arm/src/lpc31xx/lpc31_syscreg.h | 2 + arch/arm/src/lpc31xx/lpc31_timer.h | 2 + arch/arm/src/lpc31xx/lpc31_timerisr.c | 2 + arch/arm/src/lpc31xx/lpc31_uart.h | 2 + arch/arm/src/lpc31xx/lpc31_usbdev.c | 2 + arch/arm/src/lpc31xx/lpc31_usbotg.h | 2 + arch/arm/src/lpc31xx/lpc31_wdt.h | 2 + arch/arm/src/lpc43xx/Make.defs | 2 + arch/arm/src/lpc43xx/chip.h | 2 + .../hardware/lpc4310203050_memorymap.h | 2 + .../hardware/lpc4310203050_pinconfig.h | 2 + .../hardware/lpc4337jet100_pinconfig.h | 2 + .../lpc43xx/hardware/lpc435357_memorymap.h | 2 + .../hardware/lpc4357fet256_pinconfig.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_adc.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_aes.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_atimer.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_can.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_ccu.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_cgu.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_creg.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_dac.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_eeprom.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_emc.h | 2 + .../arm/src/lpc43xx/hardware/lpc43_ethernet.h | 2 + .../arm/src/lpc43xx/hardware/lpc43_evntmntr.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_evntrtr.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_flash.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_gima.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_gpdma.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_gpio.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_i2c.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_i2s.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_lcd.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_mcpwm.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_otp.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_pmc.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_qei.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_rgu.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_rit.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_rtc.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_sct.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_scu.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_sdmmc.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_sgpio.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_spi.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_ssp.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_timer.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_uart.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_usb0.h | 2 + arch/arm/src/lpc43xx/hardware/lpc43_wwdt.h | 2 + arch/arm/src/lpc43xx/lpc43_adc.c | 19 ++---- arch/arm/src/lpc43xx/lpc43_adc.h | 2 + arch/arm/src/lpc43xx/lpc43_aes.c | 2 + arch/arm/src/lpc43xx/lpc43_allocateheap.c | 2 + arch/arm/src/lpc43xx/lpc43_can.c | 2 + arch/arm/src/lpc43xx/lpc43_can.h | 2 + arch/arm/src/lpc43xx/lpc43_ccu.h | 2 + arch/arm/src/lpc43xx/lpc43_cgu.c | 2 + arch/arm/src/lpc43xx/lpc43_cgu.h | 2 + arch/arm/src/lpc43xx/lpc43_clrpend.c | 2 + arch/arm/src/lpc43xx/lpc43_config.h | 2 + arch/arm/src/lpc43xx/lpc43_creg.h | 2 + arch/arm/src/lpc43xx/lpc43_crypto.c | 2 + arch/arm/src/lpc43xx/lpc43_dac.c | 18 ++---- arch/arm/src/lpc43xx/lpc43_dac.h | 2 + arch/arm/src/lpc43xx/lpc43_debug.c | 2 + arch/arm/src/lpc43xx/lpc43_ehci.c | 2 + arch/arm/src/lpc43xx/lpc43_ehci.h | 2 + arch/arm/src/lpc43xx/lpc43_emacram.h | 2 + arch/arm/src/lpc43xx/lpc43_emc.c | 2 + arch/arm/src/lpc43xx/lpc43_emc.h | 2 + arch/arm/src/lpc43xx/lpc43_ethernet.c | 2 + arch/arm/src/lpc43xx/lpc43_ethernet.h | 2 + arch/arm/src/lpc43xx/lpc43_gpdma.c | 2 + arch/arm/src/lpc43xx/lpc43_gpdma.h | 2 + arch/arm/src/lpc43xx/lpc43_gpio.c | 2 + arch/arm/src/lpc43xx/lpc43_gpio.h | 2 + arch/arm/src/lpc43xx/lpc43_gpioint.c | 2 + arch/arm/src/lpc43xx/lpc43_gpioint.h | 2 + arch/arm/src/lpc43xx/lpc43_i2c.c | 22 +++---- arch/arm/src/lpc43xx/lpc43_i2c.h | 2 + arch/arm/src/lpc43xx/lpc43_idle.c | 2 + arch/arm/src/lpc43xx/lpc43_irq.c | 2 + arch/arm/src/lpc43xx/lpc43_irq.h | 2 + arch/arm/src/lpc43xx/lpc43_mpuinit.c | 2 + arch/arm/src/lpc43xx/lpc43_mpuinit.h | 2 + arch/arm/src/lpc43xx/lpc43_pinconfig.c | 2 + arch/arm/src/lpc43xx/lpc43_pinconfig.h | 2 + arch/arm/src/lpc43xx/lpc43_rgu.c | 2 + arch/arm/src/lpc43xx/lpc43_rgu.h | 2 + arch/arm/src/lpc43xx/lpc43_rit.c | 2 + arch/arm/src/lpc43xx/lpc43_rit.h | 2 + arch/arm/src/lpc43xx/lpc43_rtc.c | 2 + arch/arm/src/lpc43xx/lpc43_rtc.h | 2 + arch/arm/src/lpc43xx/lpc43_scu.h | 2 + arch/arm/src/lpc43xx/lpc43_sdmmc.c | 2 + arch/arm/src/lpc43xx/lpc43_sdmmc.h | 2 + arch/arm/src/lpc43xx/lpc43_serial.c | 2 + arch/arm/src/lpc43xx/lpc43_serial.h | 2 + arch/arm/src/lpc43xx/lpc43_spi.c | 2 + arch/arm/src/lpc43xx/lpc43_spi.h | 2 + arch/arm/src/lpc43xx/lpc43_spifi.c | 2 + arch/arm/src/lpc43xx/lpc43_spifi.h | 2 + arch/arm/src/lpc43xx/lpc43_ssp.c | 2 + arch/arm/src/lpc43xx/lpc43_ssp.h | 2 + arch/arm/src/lpc43xx/lpc43_start.c | 2 + arch/arm/src/lpc43xx/lpc43_start.h | 2 + arch/arm/src/lpc43xx/lpc43_tickless_rit.c | 2 + arch/arm/src/lpc43xx/lpc43_timer.c | 2 + arch/arm/src/lpc43xx/lpc43_timer.h | 2 + arch/arm/src/lpc43xx/lpc43_timerisr.c | 2 + arch/arm/src/lpc43xx/lpc43_uart.c | 2 + arch/arm/src/lpc43xx/lpc43_uart.h | 2 + arch/arm/src/lpc43xx/lpc43_usb0dev.c | 2 + arch/arm/src/lpc43xx/lpc43_usb0dev.h | 2 + arch/arm/src/lpc43xx/lpc43_usbram.h | 2 + arch/arm/src/lpc43xx/lpc43_userspace.c | 2 + arch/arm/src/lpc43xx/lpc43_userspace.h | 2 + arch/arm/src/lpc43xx/lpc43_wdt.h | 2 + arch/arm/src/lpc43xx/lpc43_wwdt.c | 2 + arch/arm/src/lpc43xx/spifi/src/Make.defs | 2 + arch/arm/src/lpc54xx/Make.defs | 2 + arch/arm/src/lpc54xx/chip.h | 2 + .../src/lpc54xx/hardware/lpc546x_memorymap.h | 2 + .../arm/src/lpc54xx/hardware/lpc546x_pinmux.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_dma.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_emc.h | 2 + .../arm/src/lpc54xx/hardware/lpc54_ethernet.h | 2 + .../arm/src/lpc54xx/hardware/lpc54_flexcomm.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_gint.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_gpio.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_i2c.h | 2 + .../arm/src/lpc54xx/hardware/lpc54_inputmux.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_iocon.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_lcd.h | 2 + .../src/lpc54xx/hardware/lpc54_memorymap.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_pinmux.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_pint.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_rit.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_rom.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_rtc.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_sdmmc.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_spi.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_syscon.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_usart.h | 2 + .../src/lpc54xx/hardware/lpc54_usb0_ohci.h | 2 + arch/arm/src/lpc54xx/hardware/lpc54_wwdt.h | 2 + arch/arm/src/lpc54xx/lpc546x_enableclk.h | 2 + arch/arm/src/lpc54xx/lpc546x_power.h | 2 + arch/arm/src/lpc54xx/lpc546x_reset.h | 2 + arch/arm/src/lpc54xx/lpc54_allocateheap.c | 2 + arch/arm/src/lpc54xx/lpc54_clockconfig.c | 15 ++--- arch/arm/src/lpc54xx/lpc54_clockconfig.h | 15 ++--- arch/arm/src/lpc54xx/lpc54_clrpend.c | 2 + arch/arm/src/lpc54xx/lpc54_config.h | 2 + arch/arm/src/lpc54xx/lpc54_dma.c | 2 + arch/arm/src/lpc54xx/lpc54_dma.h | 2 + arch/arm/src/lpc54xx/lpc54_emc.c | 14 ++--- arch/arm/src/lpc54xx/lpc54_emc.h | 14 ++--- arch/arm/src/lpc54xx/lpc54_enableclk.h | 2 + arch/arm/src/lpc54xx/lpc54_ethernet.c | 15 ++--- arch/arm/src/lpc54xx/lpc54_gpio.c | 2 + arch/arm/src/lpc54xx/lpc54_gpio.h | 2 + arch/arm/src/lpc54xx/lpc54_gpioirq.c | 2 + arch/arm/src/lpc54xx/lpc54_i2c_master.c | 14 ++--- arch/arm/src/lpc54xx/lpc54_i2c_master.h | 2 + arch/arm/src/lpc54xx/lpc54_idle.c | 2 + arch/arm/src/lpc54xx/lpc54_irq.c | 2 + arch/arm/src/lpc54xx/lpc54_irq.h | 2 + arch/arm/src/lpc54xx/lpc54_lcd.c | 2 + arch/arm/src/lpc54xx/lpc54_lcd.h | 2 + arch/arm/src/lpc54xx/lpc54_lowputc.c | 15 ++--- arch/arm/src/lpc54xx/lpc54_lowputc.h | 2 + arch/arm/src/lpc54xx/lpc54_mpuinit.c | 2 + arch/arm/src/lpc54xx/lpc54_mpuinit.h | 2 + arch/arm/src/lpc54xx/lpc54_power.h | 2 + arch/arm/src/lpc54xx/lpc54_reset.c | 2 + arch/arm/src/lpc54xx/lpc54_reset.h | 2 + arch/arm/src/lpc54xx/lpc54_rng.c | 2 + arch/arm/src/lpc54xx/lpc54_rtc.c | 2 + arch/arm/src/lpc54xx/lpc54_rtc.h | 2 + arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c | 2 + arch/arm/src/lpc54xx/lpc54_sdmmc.c | 2 + arch/arm/src/lpc54xx/lpc54_sdmmc.h | 2 + arch/arm/src/lpc54xx/lpc54_serial.c | 2 + arch/arm/src/lpc54xx/lpc54_serial.h | 2 + arch/arm/src/lpc54xx/lpc54_spi_master.c | 2 + arch/arm/src/lpc54xx/lpc54_spi_master.h | 2 + arch/arm/src/lpc54xx/lpc54_start.c | 2 + arch/arm/src/lpc54xx/lpc54_start.h | 2 + arch/arm/src/lpc54xx/lpc54_tickless.c | 2 + arch/arm/src/lpc54xx/lpc54_timerisr.c | 2 + arch/arm/src/lpc54xx/lpc54_usb0_ohci.c | 2 + arch/arm/src/lpc54xx/lpc54_usb0_ohci.h | 2 + arch/arm/src/lpc54xx/lpc54_userspace.c | 2 + arch/arm/src/lpc54xx/lpc54_userspace.h | 2 + arch/arm/src/lpc54xx/lpc54_wwdt.c | 2 + arch/arm/src/lpc54xx/lpc54_wwdt.h | 2 + arch/arm/src/max326xx/Make.defs | 2 + arch/arm/src/max326xx/chip.h | 2 + arch/arm/src/max326xx/common/max326_clrpend.c | 2 + arch/arm/src/max326xx/common/max326_icc.c | 2 + arch/arm/src/max326xx/common/max326_idle.c | 2 + arch/arm/src/max326xx/common/max326_irq.c | 2 + arch/arm/src/max326xx/common/max326_mpuinit.c | 2 + .../max326xx/common/max326_rtc_lowerhalf.c | 2 + arch/arm/src/max326xx/common/max326_start.c | 2 + .../arm/src/max326xx/common/max326_timerisr.c | 2 + .../src/max326xx/common/max326_userspace.c | 2 + .../max326xx/hardware/max32620_30_memorymap.h | 2 + arch/arm/src/max326xx/hardware/max32660_flc.h | 2 + .../arm/src/max326xx/hardware/max32660_gpio.h | 2 + arch/arm/src/max326xx/hardware/max32660_i2c.h | 2 + .../max326xx/hardware/max32660_memorymap.h | 2 + .../src/max326xx/hardware/max32660_pinmux.h | 2 + arch/arm/src/max326xx/hardware/max32660_rtc.h | 2 + arch/arm/src/max326xx/hardware/max32660_spi.h | 2 + .../src/max326xx/hardware/max32660_spimss.h | 2 + arch/arm/src/max326xx/hardware/max32660_tmr.h | 2 + .../arm/src/max326xx/hardware/max32660_uart.h | 2 + arch/arm/src/max326xx/hardware/max32660_wdt.h | 2 + arch/arm/src/max326xx/hardware/max326_dma.h | 2 + arch/arm/src/max326xx/hardware/max326_fcr.h | 2 + arch/arm/src/max326xx/hardware/max326_flc.h | 2 + arch/arm/src/max326xx/hardware/max326_gcr.h | 2 + arch/arm/src/max326xx/hardware/max326_gpio.h | 2 + arch/arm/src/max326xx/hardware/max326_icc.h | 2 + .../src/max326xx/hardware/max326_memorymap.h | 2 + .../arm/src/max326xx/hardware/max326_pinmux.h | 2 + .../arm/src/max326xx/hardware/max326_pwrseq.h | 2 + arch/arm/src/max326xx/hardware/max326_rtc.h | 2 + arch/arm/src/max326xx/hardware/max326_sir.h | 2 + arch/arm/src/max326xx/hardware/max326_spi.h | 2 + arch/arm/src/max326xx/hardware/max326_tmr.h | 2 + arch/arm/src/max326xx/hardware/max326_uart.h | 2 + arch/arm/src/max326xx/hardware/max326_wdt.h | 2 + .../max32620_30/max32620_30_clockconfig.h | 2 + .../max326xx/max32660/max32660_clockconfig.c | 2 + .../max326xx/max32660/max32660_clockconfig.h | 2 + arch/arm/src/max326xx/max32660/max32660_dma.c | 2 + arch/arm/src/max326xx/max32660/max32660_dma.h | 2 + .../arm/src/max326xx/max32660/max32660_gpio.c | 2 + .../arm/src/max326xx/max32660/max32660_gpio.h | 2 + .../src/max326xx/max32660/max32660_gpioirq.c | 2 + .../src/max326xx/max32660/max32660_lowputc.c | 2 + .../max326xx/max32660/max32660_periphclks.h | 2 + arch/arm/src/max326xx/max32660/max32660_rtc.c | 2 + .../src/max326xx/max32660/max32660_serial.c | 2 + .../arm/src/max326xx/max32660/max32660_spim.c | 2 + arch/arm/src/max326xx/max32660/max32660_wdt.c | 2 + arch/arm/src/max326xx/max326_clockconfig.h | 2 + arch/arm/src/max326xx/max326_config.h | 2 + arch/arm/src/max326xx/max326_dma.h | 2 + arch/arm/src/max326xx/max326_gpio.h | 2 + arch/arm/src/max326xx/max326_icc.h | 2 + arch/arm/src/max326xx/max326_irq.h | 2 + arch/arm/src/max326xx/max326_lowputc.h | 2 + arch/arm/src/max326xx/max326_mpuinit.h | 2 + arch/arm/src/max326xx/max326_periphclks.h | 2 + arch/arm/src/max326xx/max326_rtc.h | 2 + arch/arm/src/max326xx/max326_serial.h | 2 + arch/arm/src/max326xx/max326_spim.h | 2 + arch/arm/src/max326xx/max326_start.h | 2 + arch/arm/src/max326xx/max326_userspace.h | 2 + arch/arm/src/max326xx/max326_wdt.h | 2 + arch/arm/src/moxart/Make.defs | 2 + arch/arm/src/moxart/chip.h | 2 + arch/arm/src/moxart/moxart_16550.c | 2 + arch/arm/src/moxart/moxart_head.S | 2 + arch/arm/src/moxart/moxart_idle.c | 2 + arch/arm/src/moxart/moxart_irq.c | 2 + arch/arm/src/moxart/moxart_lowputc.S | 2 + arch/arm/src/moxart/moxart_systemreset.c | 2 + arch/arm/src/moxart/moxart_timer.c | 2 + arch/arm/src/mps/CMakeLists.txt | 2 + arch/arm/src/mps/Make.defs | 2 + arch/arm/src/mps/chip.h | 2 + arch/arm/src/mps/hardware/mps_memorymap.h | 2 + arch/arm/src/mps/mps_allocateheap.c | 2 + arch/arm/src/mps/mps_irq.c | 2 + arch/arm/src/mps/mps_irq.h | 2 + arch/arm/src/mps/mps_serial.c | 2 + arch/arm/src/mps/mps_start.c | 2 + arch/arm/src/mps/mps_timer.c | 2 + arch/arm/src/mps/mps_userspace.c | 2 + arch/arm/src/mps/mps_userspace.h | 2 + arch/arm/src/mx8mp/Make.defs | 2 + arch/arm/src/mx8mp/chip.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_ccm.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_ecspi.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_gpc.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_gpio.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_i2c.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_memorymap.h | 53 +++++------------ arch/arm/src/mx8mp/hardware/mx8mp_mu.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_pinmux.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_rdc.h | 2 + arch/arm/src/mx8mp/hardware/mx8mp_uart.h | 2 + arch/arm/src/mx8mp/mx8mp_allocateheap.c | 2 + arch/arm/src/mx8mp/mx8mp_ccm.c | 2 + arch/arm/src/mx8mp/mx8mp_ccm.h | 2 + arch/arm/src/mx8mp/mx8mp_clockconfig.c | 2 + arch/arm/src/mx8mp/mx8mp_clockconfig.h | 2 + arch/arm/src/mx8mp/mx8mp_clrpend.c | 2 + arch/arm/src/mx8mp/mx8mp_config.h | 2 + arch/arm/src/mx8mp/mx8mp_ecspi.c | 2 + arch/arm/src/mx8mp/mx8mp_ecspi.h | 2 + arch/arm/src/mx8mp/mx8mp_gpio.c | 2 + arch/arm/src/mx8mp/mx8mp_gpio.h | 2 + arch/arm/src/mx8mp/mx8mp_i2c.c | 2 + arch/arm/src/mx8mp/mx8mp_i2c.h | 2 + arch/arm/src/mx8mp/mx8mp_idle.c | 2 + arch/arm/src/mx8mp/mx8mp_iomuxc.c | 2 + arch/arm/src/mx8mp/mx8mp_iomuxc.h | 2 + arch/arm/src/mx8mp/mx8mp_ipc.c | 2 + arch/arm/src/mx8mp/mx8mp_ipc.h | 2 + arch/arm/src/mx8mp/mx8mp_irq.c | 2 + arch/arm/src/mx8mp/mx8mp_lowputc.c | 2 + arch/arm/src/mx8mp/mx8mp_lowputc.h | 2 + arch/arm/src/mx8mp/mx8mp_mpuinit.c | 2 + arch/arm/src/mx8mp/mx8mp_mpuinit.h | 2 + arch/arm/src/mx8mp/mx8mp_rptun.c | 2 + arch/arm/src/mx8mp/mx8mp_rptun.h | 2 + arch/arm/src/mx8mp/mx8mp_rsctable.c | 2 + arch/arm/src/mx8mp/mx8mp_rsctable.h | 2 + arch/arm/src/mx8mp/mx8mp_serial.c | 2 + arch/arm/src/mx8mp/mx8mp_serial.h | 2 + arch/arm/src/mx8mp/mx8mp_start.c | 2 + arch/arm/src/mx8mp/mx8mp_start.h | 2 + arch/arm/src/mx8mp/mx8mp_timerisr.c | 2 + arch/arm/src/mx8mp/mx8mp_userspace.h | 2 + arch/arm/src/nrf52/CMakeLists.txt | 2 + arch/arm/src/nrf52/Make.defs | 2 + arch/arm/src/nrf52/chip.h | 2 + arch/arm/src/nrf52/hardware/nrf52_clock.h | 2 + arch/arm/src/nrf52/hardware/nrf52_ficr.h | 2 + arch/arm/src/nrf52/hardware/nrf52_gpio.h | 2 + arch/arm/src/nrf52/hardware/nrf52_gpiote.h | 2 + arch/arm/src/nrf52/hardware/nrf52_memorymap.h | 2 + arch/arm/src/nrf52/hardware/nrf52_nfc.h | 2 + arch/arm/src/nrf52/hardware/nrf52_nvmc.h | 2 + arch/arm/src/nrf52/hardware/nrf52_power.h | 2 + arch/arm/src/nrf52/hardware/nrf52_ppi.h | 2 + arch/arm/src/nrf52/hardware/nrf52_pwm.h | 2 + arch/arm/src/nrf52/hardware/nrf52_qspi.h | 2 + arch/arm/src/nrf52/hardware/nrf52_radio.h | 2 + arch/arm/src/nrf52/hardware/nrf52_rng.h | 2 + arch/arm/src/nrf52/hardware/nrf52_rtc.h | 2 + arch/arm/src/nrf52/hardware/nrf52_saadc.h | 2 + arch/arm/src/nrf52/hardware/nrf52_spi.h | 2 + arch/arm/src/nrf52/hardware/nrf52_temp.h | 2 + arch/arm/src/nrf52/hardware/nrf52_tim.h | 2 + arch/arm/src/nrf52/hardware/nrf52_twi.h | 2 + arch/arm/src/nrf52/hardware/nrf52_uarte.h | 2 + arch/arm/src/nrf52/hardware/nrf52_uicr.h | 2 + arch/arm/src/nrf52/hardware/nrf52_usbd.h | 2 + arch/arm/src/nrf52/hardware/nrf52_utils.h | 2 + arch/arm/src/nrf52/hardware/nrf52_wdt.h | 2 + arch/arm/src/nrf52/nrf52832_errdata.c | 2 + arch/arm/src/nrf52/nrf52_adc.c | 2 + arch/arm/src/nrf52/nrf52_adc.h | 2 + arch/arm/src/nrf52/nrf52_allocateheap.c | 2 + arch/arm/src/nrf52/nrf52_clockconfig.c | 2 + arch/arm/src/nrf52/nrf52_clockconfig.h | 2 + arch/arm/src/nrf52/nrf52_config.h | 2 + arch/arm/src/nrf52/nrf52_gpio.c | 2 + arch/arm/src/nrf52/nrf52_gpio.h | 2 + arch/arm/src/nrf52/nrf52_gpiote.c | 2 + arch/arm/src/nrf52/nrf52_gpiote.h | 2 + arch/arm/src/nrf52/nrf52_i2c.c | 2 + arch/arm/src/nrf52/nrf52_i2c.h | 2 + arch/arm/src/nrf52/nrf52_i2c_bitbang.c | 2 + arch/arm/src/nrf52/nrf52_i2c_bitbang.h | 2 + arch/arm/src/nrf52/nrf52_idle.c | 2 + arch/arm/src/nrf52/nrf52_ieee802154.c | 2 + arch/arm/src/nrf52/nrf52_ieee802154_priv.h | 2 + arch/arm/src/nrf52/nrf52_ieee802154_radio.c | 2 + arch/arm/src/nrf52/nrf52_ieee802154_radio.h | 2 + arch/arm/src/nrf52/nrf52_ieee802154_rtc.c | 2 + arch/arm/src/nrf52/nrf52_ieee802154_rtc.h | 2 + arch/arm/src/nrf52/nrf52_ieee802154_tim.c | 2 + arch/arm/src/nrf52/nrf52_ieee802154_tim.h | 2 + arch/arm/src/nrf52/nrf52_ieee802154_trace.c | 2 + arch/arm/src/nrf52/nrf52_ieee802154_trace.h | 2 + arch/arm/src/nrf52/nrf52_irq.c | 2 + arch/arm/src/nrf52/nrf52_irq.h | 2 + arch/arm/src/nrf52/nrf52_lowputc.c | 2 + arch/arm/src/nrf52/nrf52_lowputc.h | 2 + arch/arm/src/nrf52/nrf52_pminitialize.c | 2 + arch/arm/src/nrf52/nrf52_ppi.c | 2 + arch/arm/src/nrf52/nrf52_ppi.h | 2 + arch/arm/src/nrf52/nrf52_pwm.c | 2 + arch/arm/src/nrf52/nrf52_pwm.h | 2 + arch/arm/src/nrf52/nrf52_qspi.c | 2 + arch/arm/src/nrf52/nrf52_qspi.h | 2 + arch/arm/src/nrf52/nrf52_radio.c | 2 + arch/arm/src/nrf52/nrf52_radio.h | 2 + arch/arm/src/nrf52/nrf52_radio_ieee802154.h | 2 + arch/arm/src/nrf52/nrf52_rng.c | 2 + arch/arm/src/nrf52/nrf52_rtc.c | 2 + arch/arm/src/nrf52/nrf52_rtc.h | 2 + arch/arm/src/nrf52/nrf52_sdc.c | 2 + arch/arm/src/nrf52/nrf52_sdc.h | 2 + arch/arm/src/nrf52/nrf52_serial.c | 2 + arch/arm/src/nrf52/nrf52_serial.h | 2 + arch/arm/src/nrf52/nrf52_spi.c | 2 + arch/arm/src/nrf52/nrf52_spi.h | 2 + arch/arm/src/nrf52/nrf52_start.c | 2 + arch/arm/src/nrf52/nrf52_start.h | 2 + arch/arm/src/nrf52/nrf52_systick.c | 2 + arch/arm/src/nrf52/nrf52_tickless_rtc.c | 2 + arch/arm/src/nrf52/nrf52_tim.c | 2 + arch/arm/src/nrf52/nrf52_tim.h | 2 + arch/arm/src/nrf52/nrf52_tim_lowerhalf.c | 2 + arch/arm/src/nrf52/nrf52_tim_lowerhalf.h | 2 + arch/arm/src/nrf52/nrf52_uid.c | 2 + arch/arm/src/nrf52/nrf52_uid.h | 2 + arch/arm/src/nrf52/nrf52_usbd.c | 2 + arch/arm/src/nrf52/nrf52_usbd.h | 2 + arch/arm/src/nrf52/nrf52_utils.c | 2 + arch/arm/src/nrf52/nrf52_wdt.c | 7 ++- arch/arm/src/nrf52/nrf52_wdt.h | 2 + arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c | 7 ++- arch/arm/src/nrf52/nrf52_wdt_lowerhalf.h | 7 ++- arch/arm/src/nrf52/sdc/nrf.h | 2 + arch/arm/src/nrf52/sdc/nrf_peripherals.h | 2 + arch/arm/src/nrf53/CMakeLists.txt | 2 + arch/arm/src/nrf53/Make.defs | 2 + arch/arm/src/nrf53/chip.h | 2 + arch/arm/src/nrf53/hardware/nrf53_clock.h | 2 + arch/arm/src/nrf53/hardware/nrf53_ctrlap.h | 2 + arch/arm/src/nrf53/hardware/nrf53_dppi.h | 2 + arch/arm/src/nrf53/hardware/nrf53_ficr.h | 2 + .../src/nrf53/hardware/nrf53_ficr_cpuapp.h | 2 + .../src/nrf53/hardware/nrf53_ficr_cpunet.h | 2 + arch/arm/src/nrf53/hardware/nrf53_gpio.h | 2 + arch/arm/src/nrf53/hardware/nrf53_gpiote.h | 2 + arch/arm/src/nrf53/hardware/nrf53_ipc.h | 2 + arch/arm/src/nrf53/hardware/nrf53_memorymap.h | 2 + .../nrf53/hardware/nrf53_memorymap_cpuapp.h | 2 + .../nrf53/hardware/nrf53_memorymap_cpunet.h | 2 + arch/arm/src/nrf53/hardware/nrf53_nvmc.h | 2 + arch/arm/src/nrf53/hardware/nrf53_osc.h | 2 + arch/arm/src/nrf53/hardware/nrf53_power.h | 2 + arch/arm/src/nrf53/hardware/nrf53_pwm.h | 2 + arch/arm/src/nrf53/hardware/nrf53_qspi.h | 2 + arch/arm/src/nrf53/hardware/nrf53_reset.h | 2 + arch/arm/src/nrf53/hardware/nrf53_rtc.h | 2 + arch/arm/src/nrf53/hardware/nrf53_saadc.h | 2 + arch/arm/src/nrf53/hardware/nrf53_spi.h | 2 + arch/arm/src/nrf53/hardware/nrf53_spu.h | 2 + arch/arm/src/nrf53/hardware/nrf53_temp.h | 2 + arch/arm/src/nrf53/hardware/nrf53_tim.h | 2 + arch/arm/src/nrf53/hardware/nrf53_twi.h | 2 + arch/arm/src/nrf53/hardware/nrf53_uarte.h | 2 + arch/arm/src/nrf53/hardware/nrf53_uicr.h | 2 + .../src/nrf53/hardware/nrf53_uicr_cpuapp.h | 2 + .../src/nrf53/hardware/nrf53_uicr_cpunet.h | 2 + arch/arm/src/nrf53/hardware/nrf53_usbd.h | 2 + arch/arm/src/nrf53/hardware/nrf53_usbreg.h | 2 + arch/arm/src/nrf53/hardware/nrf53_utils.h | 2 + arch/arm/src/nrf53/hardware/nrf53_wdt.h | 2 + arch/arm/src/nrf53/nrf53_adc.c | 2 + arch/arm/src/nrf53/nrf53_adc.h | 2 + arch/arm/src/nrf53/nrf53_allocateheap.c | 2 + arch/arm/src/nrf53/nrf53_clockconfig.c | 2 + arch/arm/src/nrf53/nrf53_clockconfig.h | 2 + arch/arm/src/nrf53/nrf53_config.h | 2 + arch/arm/src/nrf53/nrf53_cpunet.c | 2 + arch/arm/src/nrf53/nrf53_cpunet.h | 2 + arch/arm/src/nrf53/nrf53_flash.c | 2 + arch/arm/src/nrf53/nrf53_gpio.c | 2 + arch/arm/src/nrf53/nrf53_gpio.h | 2 + arch/arm/src/nrf53/nrf53_gpiote.c | 2 + arch/arm/src/nrf53/nrf53_gpiote.h | 2 + arch/arm/src/nrf53/nrf53_i2c.c | 2 + arch/arm/src/nrf53/nrf53_i2c.h | 2 + arch/arm/src/nrf53/nrf53_idle.c | 2 + arch/arm/src/nrf53/nrf53_ipc.c | 2 + arch/arm/src/nrf53/nrf53_ipc.h | 2 + arch/arm/src/nrf53/nrf53_irq.c | 2 + arch/arm/src/nrf53/nrf53_irq.h | 2 + arch/arm/src/nrf53/nrf53_lowputc.c | 2 + arch/arm/src/nrf53/nrf53_lowputc.h | 2 + arch/arm/src/nrf53/nrf53_oscconfig.c | 2 + arch/arm/src/nrf53/nrf53_oscconfig.h | 2 + arch/arm/src/nrf53/nrf53_pminitialize.c | 2 + arch/arm/src/nrf53/nrf53_pwm.c | 2 + arch/arm/src/nrf53/nrf53_pwm.h | 2 + arch/arm/src/nrf53/nrf53_qspi.c | 2 + arch/arm/src/nrf53/nrf53_qspi.h | 2 + arch/arm/src/nrf53/nrf53_rptun.c | 2 + arch/arm/src/nrf53/nrf53_rptun.h | 2 + arch/arm/src/nrf53/nrf53_rtc.c | 2 + arch/arm/src/nrf53/nrf53_rtc.h | 2 + arch/arm/src/nrf53/nrf53_sdc.c | 2 + arch/arm/src/nrf53/nrf53_sdc.h | 2 + arch/arm/src/nrf53/nrf53_serial.c | 2 + arch/arm/src/nrf53/nrf53_serial.h | 2 + arch/arm/src/nrf53/nrf53_spi.c | 2 + arch/arm/src/nrf53/nrf53_spi.h | 2 + arch/arm/src/nrf53/nrf53_spu.c | 2 + arch/arm/src/nrf53/nrf53_spu.h | 2 + arch/arm/src/nrf53/nrf53_start.c | 2 + arch/arm/src/nrf53/nrf53_start.h | 2 + arch/arm/src/nrf53/nrf53_systick.c | 2 + arch/arm/src/nrf53/nrf53_tickless_rtc.c | 2 + arch/arm/src/nrf53/nrf53_tim.c | 2 + arch/arm/src/nrf53/nrf53_tim.h | 2 + arch/arm/src/nrf53/nrf53_tim_lowerhalf.c | 2 + arch/arm/src/nrf53/nrf53_tim_lowerhalf.h | 2 + arch/arm/src/nrf53/nrf53_uid.c | 2 + arch/arm/src/nrf53/nrf53_uid.h | 2 + arch/arm/src/nrf53/nrf53_usbd.c | 2 + arch/arm/src/nrf53/nrf53_usbd.h | 2 + arch/arm/src/nrf53/nrf53_utils.c | 2 + arch/arm/src/nrf53/sdc/nrf.h | 2 + arch/arm/src/nrf53/sdc/nrf_peripherals.h | 2 + arch/arm/src/nrf91/CMakeLists.txt | 2 + arch/arm/src/nrf91/Make.defs | 2 + arch/arm/src/nrf91/chip.h | 2 + arch/arm/src/nrf91/hardware/nrf91_clock.h | 2 + arch/arm/src/nrf91/hardware/nrf91_ficr.h | 2 + arch/arm/src/nrf91/hardware/nrf91_gpio.h | 2 + arch/arm/src/nrf91/hardware/nrf91_ipc.h | 2 + arch/arm/src/nrf91/hardware/nrf91_memorymap.h | 2 + arch/arm/src/nrf91/hardware/nrf91_nvmc.h | 2 + arch/arm/src/nrf91/hardware/nrf91_power.h | 2 + .../arm/src/nrf91/hardware/nrf91_regulators.h | 2 + arch/arm/src/nrf91/hardware/nrf91_rtc.h | 2 + arch/arm/src/nrf91/hardware/nrf91_spi.h | 2 + arch/arm/src/nrf91/hardware/nrf91_spu.h | 2 + arch/arm/src/nrf91/hardware/nrf91_tim.h | 2 + arch/arm/src/nrf91/hardware/nrf91_twi.h | 2 + arch/arm/src/nrf91/hardware/nrf91_uarte.h | 2 + arch/arm/src/nrf91/hardware/nrf91_uicr.h | 2 + arch/arm/src/nrf91/hardware/nrf91_utils.h | 2 + arch/arm/src/nrf91/nrf91_allocateheap.c | 2 + arch/arm/src/nrf91/nrf91_clockconfig.c | 2 + arch/arm/src/nrf91/nrf91_clockconfig.h | 2 + arch/arm/src/nrf91/nrf91_config.h | 2 + arch/arm/src/nrf91/nrf91_errata.c | 2 + arch/arm/src/nrf91/nrf91_errata.h | 2 + arch/arm/src/nrf91/nrf91_flash.c | 2 + arch/arm/src/nrf91/nrf91_gpio.c | 2 + arch/arm/src/nrf91/nrf91_gpio.h | 2 + arch/arm/src/nrf91/nrf91_i2c.c | 2 + arch/arm/src/nrf91/nrf91_i2c.h | 2 + arch/arm/src/nrf91/nrf91_idle.c | 2 + arch/arm/src/nrf91/nrf91_irq.c | 2 + arch/arm/src/nrf91/nrf91_irq.h | 2 + arch/arm/src/nrf91/nrf91_lowputc.c | 2 + arch/arm/src/nrf91/nrf91_lowputc.h | 2 + arch/arm/src/nrf91/nrf91_modem.c | 2 + arch/arm/src/nrf91/nrf91_modem.h | 2 + arch/arm/src/nrf91/nrf91_modem_at.c | 2 + arch/arm/src/nrf91/nrf91_modem_at.h | 2 + arch/arm/src/nrf91/nrf91_modem_gnss.c | 2 + arch/arm/src/nrf91/nrf91_modem_gnss.h | 2 + arch/arm/src/nrf91/nrf91_modem_os.c | 2 + arch/arm/src/nrf91/nrf91_modem_sock.c | 2 + arch/arm/src/nrf91/nrf91_nrfx_ipc.c | 2 + arch/arm/src/nrf91/nrf91_nrfx_ipc.h | 2 + arch/arm/src/nrf91/nrf91_rtc.c | 2 + arch/arm/src/nrf91/nrf91_rtc.h | 2 + arch/arm/src/nrf91/nrf91_serial.c | 2 + arch/arm/src/nrf91/nrf91_serial.h | 2 + arch/arm/src/nrf91/nrf91_spi.c | 2 + arch/arm/src/nrf91/nrf91_spi.h | 2 + arch/arm/src/nrf91/nrf91_spu.c | 2 + arch/arm/src/nrf91/nrf91_spu.h | 2 + arch/arm/src/nrf91/nrf91_start.c | 2 + arch/arm/src/nrf91/nrf91_start.h | 2 + arch/arm/src/nrf91/nrf91_systick.c | 2 + arch/arm/src/nrf91/nrf91_tickless_rtc.c | 2 + arch/arm/src/nrf91/nrf91_tim.c | 2 + arch/arm/src/nrf91/nrf91_tim.h | 2 + arch/arm/src/nrf91/nrf91_tim_lowerhalf.c | 2 + arch/arm/src/nrf91/nrf91_tim_lowerhalf.h | 2 + arch/arm/src/nrf91/nrf91_uid.c | 2 + arch/arm/src/nrf91/nrf91_uid.h | 2 + arch/arm/src/nrf91/nrf91_utils.c | 2 + arch/arm/src/nuc1xx/Make.defs | 2 + arch/arm/src/nuc1xx/chip.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_adc.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_clk.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_cmp.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_config.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_ebi.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_gcr.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_gpio.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_i2c.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_i2s.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_memorymap.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_pdma.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_ps2d.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_pwm.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_rtc.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_spi.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_tmr.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_uart.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_usbd.h | 2 + arch/arm/src/nuc1xx/hardware/nuc_wdt.h | 2 + arch/arm/src/nuc1xx/nuc_clockconfig.c | 2 + arch/arm/src/nuc1xx/nuc_clockconfig.h | 2 + arch/arm/src/nuc1xx/nuc_config.h | 2 + arch/arm/src/nuc1xx/nuc_dumpgpio.c | 2 + arch/arm/src/nuc1xx/nuc_gpio.c | 2 + arch/arm/src/nuc1xx/nuc_gpio.h | 2 + arch/arm/src/nuc1xx/nuc_idle.c | 2 + arch/arm/src/nuc1xx/nuc_irq.c | 2 + arch/arm/src/nuc1xx/nuc_irq.h | 2 + arch/arm/src/nuc1xx/nuc_lowputc.c | 2 + arch/arm/src/nuc1xx/nuc_lowputc.h | 2 + arch/arm/src/nuc1xx/nuc_serial.c | 2 + arch/arm/src/nuc1xx/nuc_serial.h | 2 + arch/arm/src/nuc1xx/nuc_start.c | 2 + arch/arm/src/nuc1xx/nuc_start.h | 2 + arch/arm/src/nuc1xx/nuc_timerisr.c | 2 + arch/arm/src/nuc1xx/nuc_userspace.c | 2 + arch/arm/src/nuc1xx/nuc_userspace.h | 2 + arch/arm/src/phy62xx/Make.defs | 2 + arch/arm/src/phy62xx/ble/ble_controller.h | 2 + arch/arm/src/phy62xx/bus_dev.h | 2 + arch/arm/src/phy62xx/chip.h | 2 + arch/arm/src/phy62xx/clock.c | 2 + arch/arm/src/phy62xx/clock.h | 2 + arch/arm/src/phy62xx/core_bumbee_m0.h | 2 + arch/arm/src/phy62xx/error.h | 2 + arch/arm/src/phy62xx/flash.c | 2 + arch/arm/src/phy62xx/flash.h | 2 + arch/arm/src/phy62xx/global_config.h | 2 + arch/arm/src/phy62xx/gpio.c | 2 + arch/arm/src/phy62xx/gpio.h | 2 + arch/arm/src/phy62xx/idle.c | 2 + arch/arm/src/phy62xx/irq.c | 2 + arch/arm/src/phy62xx/jump_function.h | 2 + arch/arm/src/phy62xx/jump_table.c | 2 + arch/arm/src/phy62xx/log.h | 2 + arch/arm/src/phy62xx/mcu.h | 2 + arch/arm/src/phy62xx/mcu_phy_bumbee.h | 2 + arch/arm/src/phy62xx/my_printf.c | 2 + arch/arm/src/phy62xx/phy6222_patch.c | 22 +++++++ arch/arm/src/phy62xx/phy62xx_ble.c | 2 + arch/arm/src/phy62xx/phy62xx_ble.h | 2 + arch/arm/src/phy62xx/phy62xx_exception.S | 2 + arch/arm/src/phy62xx/phy62xx_hardfault.c | 2 + arch/arm/src/phy62xx/phy62xx_start.S | 2 + arch/arm/src/phy62xx/phyplus_gpio.c | 2 + arch/arm/src/phy62xx/phyplus_gpio.h | 2 + arch/arm/src/phy62xx/phyplus_stub.c | 2 + arch/arm/src/phy62xx/phyplus_stub.h | 2 + arch/arm/src/phy62xx/phyplus_tim.c | 2 + arch/arm/src/phy62xx/phyplus_tim.h | 2 + .../arm/src/phy62xx/phyplus_timer_lowerhalf.c | 9 +-- .../arm/src/phy62xx/phyplus_timer_lowerhalf.h | 2 + arch/arm/src/phy62xx/phyplus_timerisr.c | 2 + arch/arm/src/phy62xx/phyplus_timerisr.h | 2 + arch/arm/src/phy62xx/phyplus_wdt.c | 2 + arch/arm/src/phy62xx/phyplus_wdt.h | 2 + arch/arm/src/phy62xx/pplus_mtd_flash.c | 2 + arch/arm/src/phy62xx/pplus_mtd_flash.h | 2 + arch/arm/src/phy62xx/pwrmgr.c | 2 + arch/arm/src/phy62xx/pwrmgr.h | 2 + arch/arm/src/phy62xx/rom_sym_def.h | 2 + arch/arm/src/phy62xx/start.c | 2 + arch/arm/src/phy62xx/start.h | 2 + arch/arm/src/phy62xx/systick.c | 2 + arch/arm/src/phy62xx/timer.c | 2 + arch/arm/src/phy62xx/timer.h | 2 + arch/arm/src/phy62xx/types.h | 2 + arch/arm/src/phy62xx/uart.c | 2 + arch/arm/src/phy62xx/uart.h | 2 + arch/arm/src/phy62xx/version.h | 2 + arch/arm/src/qemu/CMakeLists.txt | 2 + arch/arm/src/qemu/Make.defs | 2 + arch/arm/src/qemu/chip.h | 2 + arch/arm/src/qemu/hardware/qemu_memorymap.h | 2 + arch/arm/src/qemu/qemu_boot.c | 2 + arch/arm/src/qemu/qemu_cpuboot.c | 2 + arch/arm/src/qemu/qemu_idle.c | 2 + arch/arm/src/qemu/qemu_irq.c | 2 + arch/arm/src/qemu/qemu_irq.h | 2 + arch/arm/src/qemu/qemu_memorymap.c | 2 + arch/arm/src/qemu/qemu_memorymap.h | 2 + arch/arm/src/qemu/qemu_pgalloc.c | 2 + arch/arm/src/qemu/qemu_serial.c | 2 + arch/arm/src/qemu/qemu_timer.c | 2 + arch/arm/src/rp2040/Make.defs | 2 + arch/arm/src/rp2040/boot2/Make.defs | 2 + arch/arm/src/rp2040/boot2/pico/config.h | 2 + arch/arm/src/rp2040/chip.h | 2 + arch/arm/src/rp2040/hardware/rp2040_adc.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_clocks.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_dma.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_i2c.h | 6 +- .../arm/src/rp2040/hardware/rp2040_io_bank0.h | 6 +- .../src/rp2040/hardware/rp2040_memorymap.h | 6 +- .../src/rp2040/hardware/rp2040_pads_bank0.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_pio.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_pll.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_psm.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_pwm.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_resets.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_rosc.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_sio.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_spi.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_uart01.h | 6 +- .../rp2040/hardware/rp2040_usbctrl_dpsram.h | 2 + .../src/rp2040/hardware/rp2040_usbctrl_regs.h | 6 +- .../arm/src/rp2040/hardware/rp2040_watchdog.h | 6 +- arch/arm/src/rp2040/hardware/rp2040_xosc.h | 6 +- arch/arm/src/rp2040/rp2040_adc.c | 2 + arch/arm/src/rp2040/rp2040_adc.h | 2 + arch/arm/src/rp2040/rp2040_clock.c | 6 +- arch/arm/src/rp2040/rp2040_clock.h | 2 + arch/arm/src/rp2040/rp2040_config.h | 2 + arch/arm/src/rp2040/rp2040_cpuidlestack.c | 2 + arch/arm/src/rp2040/rp2040_cpuindex.c | 2 + arch/arm/src/rp2040/rp2040_cpustart.c | 2 + arch/arm/src/rp2040/rp2040_cyw43439.c | 2 + arch/arm/src/rp2040/rp2040_cyw43439.h | 2 + arch/arm/src/rp2040/rp2040_dmac.c | 2 + arch/arm/src/rp2040/rp2040_dmac.h | 2 + arch/arm/src/rp2040/rp2040_flash_initialize.S | 2 + arch/arm/src/rp2040/rp2040_flash_mtd.c | 2 + arch/arm/src/rp2040/rp2040_flash_mtd.h | 2 + arch/arm/src/rp2040/rp2040_gpio.c | 2 + arch/arm/src/rp2040/rp2040_gpio.h | 2 + arch/arm/src/rp2040/rp2040_i2c.c | 2 + arch/arm/src/rp2040/rp2040_i2c.h | 2 + arch/arm/src/rp2040/rp2040_i2c_slave.c | 2 + arch/arm/src/rp2040/rp2040_i2s.c | 2 + arch/arm/src/rp2040/rp2040_i2s.h | 2 + arch/arm/src/rp2040/rp2040_i2s_pio.c | 2 + arch/arm/src/rp2040/rp2040_i2s_pio.h | 2 + arch/arm/src/rp2040/rp2040_idle.c | 2 + arch/arm/src/rp2040/rp2040_irq.c | 2 + arch/arm/src/rp2040/rp2040_pio.c | 6 +- arch/arm/src/rp2040/rp2040_pio.h | 6 +- arch/arm/src/rp2040/rp2040_pio_instructions.h | 6 +- arch/arm/src/rp2040/rp2040_pll.c | 6 +- arch/arm/src/rp2040/rp2040_pll.h | 2 + arch/arm/src/rp2040/rp2040_pwm.c | 2 + arch/arm/src/rp2040/rp2040_pwm.h | 2 + arch/arm/src/rp2040/rp2040_rom.h | 2 + arch/arm/src/rp2040/rp2040_serial.c | 2 + arch/arm/src/rp2040/rp2040_serial.h | 2 + arch/arm/src/rp2040/rp2040_smpcall.c | 2 + arch/arm/src/rp2040/rp2040_spi.c | 2 + arch/arm/src/rp2040/rp2040_spi.h | 2 + arch/arm/src/rp2040/rp2040_start.c | 2 + arch/arm/src/rp2040/rp2040_testset.c | 2 + arch/arm/src/rp2040/rp2040_timerisr.c | 2 + arch/arm/src/rp2040/rp2040_uart.c | 2 + arch/arm/src/rp2040/rp2040_uart.h | 2 + arch/arm/src/rp2040/rp2040_usbdev.c | 2 + arch/arm/src/rp2040/rp2040_usbdev.h | 2 + arch/arm/src/rp2040/rp2040_wdt.c | 2 + arch/arm/src/rp2040/rp2040_wdt.h | 2 + arch/arm/src/rp2040/rp2040_ws2812.c | 2 + arch/arm/src/rp2040/rp2040_ws2812.h | 2 + arch/arm/src/rp2040/rp2040_ws2812.pio | 6 +- arch/arm/src/rp2040/rp2040_xosc.h | 2 + arch/arm/src/rp23xx/Make.defs | 2 + arch/arm/src/rp23xx/chip.h | 2 + .../src/rp23xx/hardware/rp23xx_accessctrl.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_adc.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_bootram.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_busctrl.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_clocks.h | 2 + .../rp23xx/hardware/rp23xx_coresight_trace.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_dma.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_dreq.h | 2 + .../rp23xx/hardware/rp23xx_glitch_detector.h | 2 + .../src/rp23xx/hardware/rp23xx_hstx_ctrl.h | 2 + .../src/rp23xx/hardware/rp23xx_hstx_fifo.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_i2c.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_intctrl.h | 2 + .../arm/src/rp23xx/hardware/rp23xx_io_bank0.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_io_qspi.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_m33.h | 2 + .../arm/src/rp23xx/hardware/rp23xx_m33_eppb.h | 2 + .../src/rp23xx/hardware/rp23xx_memorymap.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_otp.h | 2 + .../arm/src/rp23xx/hardware/rp23xx_otp_data.h | 2 + .../src/rp23xx/hardware/rp23xx_pads_bank0.h | 2 + .../src/rp23xx/hardware/rp23xx_pads_qspi.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_pio.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_pll.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_powman.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_psm.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_pwm.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_qmi.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_resets.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_rosc.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_rp_ap.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_sha256.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_sio.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_spi.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_tbman.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_timer.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_trng.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_uart.h | 2 + .../rp23xx/hardware/rp23xx_usbctrl_dpsram.h | 2 + .../src/rp23xx/hardware/rp23xx_usbctrl_regs.h | 2 + .../arm/src/rp23xx/hardware/rp23xx_watchdog.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_xip.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_xip_aux.h | 2 + arch/arm/src/rp23xx/hardware/rp23xx_xosc.h | 2 + arch/arm/src/rp23xx/rp23xx_adc.c | 2 + arch/arm/src/rp23xx/rp23xx_adc.h | 2 + arch/arm/src/rp23xx/rp23xx_clock.c | 6 +- arch/arm/src/rp23xx/rp23xx_clock.h | 2 + arch/arm/src/rp23xx/rp23xx_config.h | 2 + arch/arm/src/rp23xx/rp23xx_cpuidlestack.c | 2 + arch/arm/src/rp23xx/rp23xx_cpuindex.c | 2 + arch/arm/src/rp23xx/rp23xx_cpustart.c | 2 + arch/arm/src/rp23xx/rp23xx_dmac.c | 2 + arch/arm/src/rp23xx/rp23xx_dmac.h | 2 + arch/arm/src/rp23xx/rp23xx_gpio.c | 2 + arch/arm/src/rp23xx/rp23xx_gpio.h | 2 + arch/arm/src/rp23xx/rp23xx_heaps.c | 2 + arch/arm/src/rp23xx/rp23xx_i2c.c | 2 + arch/arm/src/rp23xx/rp23xx_i2c.h | 2 + arch/arm/src/rp23xx/rp23xx_i2c_slave.c | 2 + arch/arm/src/rp23xx/rp23xx_i2s.c | 2 + arch/arm/src/rp23xx/rp23xx_i2s.h | 2 + arch/arm/src/rp23xx/rp23xx_i2s_pio.c | 2 + arch/arm/src/rp23xx/rp23xx_i2s_pio.h | 2 + arch/arm/src/rp23xx/rp23xx_idle.c | 2 + arch/arm/src/rp23xx/rp23xx_irq.c | 2 + arch/arm/src/rp23xx/rp23xx_pio.c | 2 + arch/arm/src/rp23xx/rp23xx_pio.h | 2 + arch/arm/src/rp23xx/rp23xx_pio_instructions.h | 2 + arch/arm/src/rp23xx/rp23xx_pll.c | 2 + arch/arm/src/rp23xx/rp23xx_pll.h | 2 + arch/arm/src/rp23xx/rp23xx_pwm.c | 2 + arch/arm/src/rp23xx/rp23xx_pwm.h | 2 + arch/arm/src/rp23xx/rp23xx_rom.h | 2 + arch/arm/src/rp23xx/rp23xx_serial.c | 2 + arch/arm/src/rp23xx/rp23xx_serial.h | 2 + arch/arm/src/rp23xx/rp23xx_smpcall.c | 2 + arch/arm/src/rp23xx/rp23xx_spi.c | 2 + arch/arm/src/rp23xx/rp23xx_spi.h | 2 + arch/arm/src/rp23xx/rp23xx_start.c | 2 + arch/arm/src/rp23xx/rp23xx_testset.c | 2 + arch/arm/src/rp23xx/rp23xx_timerisr.c | 2 + arch/arm/src/rp23xx/rp23xx_uart.c | 2 + arch/arm/src/rp23xx/rp23xx_uart.h | 2 + arch/arm/src/rp23xx/rp23xx_usbdev.c | 2 + arch/arm/src/rp23xx/rp23xx_usbdev.h | 2 + arch/arm/src/rp23xx/rp23xx_wdt.c | 2 + arch/arm/src/rp23xx/rp23xx_wdt.h | 2 + arch/arm/src/rp23xx/rp23xx_ws2812.c | 2 + arch/arm/src/rp23xx/rp23xx_ws2812.h | 2 + arch/arm/src/rp23xx/rp23xx_ws2812.pio | 6 +- arch/arm/src/rp23xx/rp23xx_xosc.c | 6 +- arch/arm/src/rp23xx/rp23xx_xosc.h | 2 + arch/arm/src/rtl8720c/Make.defs | 2 + arch/arm/src/rtl8720c/amebaZ.c | 2 + arch/arm/src/rtl8720c/ameba_efuse.c | 2 + arch/arm/src/rtl8720c/ameba_efuse.h | 2 + arch/arm/src/rtl8720c/ameba_flash.c | 2 + arch/arm/src/rtl8720c/ameba_flash.h | 2 + arch/arm/src/rtl8720c/ameba_hci.c | 2 + arch/arm/src/rtl8720c/ameba_heap.c | 2 + arch/arm/src/rtl8720c/ameba_idle.c | 2 + arch/arm/src/rtl8720c/ameba_lto.S | 2 + arch/arm/src/rtl8720c/ameba_nvic.c | 2 + arch/arm/src/rtl8720c/ameba_start.c | 2 + arch/arm/src/rtl8720c/ameba_uart.c | 2 + arch/arm/src/rtl8720c/ameba_uart.h | 2 + arch/arm/src/rtl8720c/ameba_vectors.c | 2 + arch/arm/src/rtl8720c/ameba_wdt.c | 2 + arch/arm/src/rtl8720c/amebaz_coex.c | 2 + arch/arm/src/rtl8720c/amebaz_coex.h | 2 + arch/arm/src/rtl8720c/amebaz_depend.c | 2 + arch/arm/src/rtl8720c/amebaz_depend.h | 2 + arch/arm/src/rtl8720c/amebaz_driver.c | 2 + arch/arm/src/rtl8720c/amebaz_driver.h | 2 + arch/arm/src/rtl8720c/amebaz_firmware.c | 2 + arch/arm/src/rtl8720c/amebaz_hci_board.c | 2 + arch/arm/src/rtl8720c/amebaz_hci_board.h | 2 + arch/arm/src/rtl8720c/amebaz_netdev.c | 2 + arch/arm/src/rtl8720c/amebaz_netdev.h | 2 + arch/arm/src/rtl8720c/amebaz_wlan.c | 2 + arch/arm/src/rtl8720c/amebaz_wlan.h | 2 + arch/arm/src/rtl8720c/chip.h | 2 + arch/arm/src/rtl8720c/include/chip.h | 2 + arch/arm/src/rtl8720c/include/irq.h | 2 + arch/arm/src/s32k1xx/Make.defs | 2 + arch/arm/src/s32k1xx/chip.h | 2 + .../arm/src/s32k1xx/hardware/s32k116_pinmux.h | 2 + .../arm/src/s32k1xx/hardware/s32k118_pinmux.h | 2 + .../arm/src/s32k1xx/hardware/s32k11x_dmamux.h | 2 + .../arm/src/s32k1xx/hardware/s32k142_pinmux.h | 2 + .../arm/src/s32k1xx/hardware/s32k144_pinmux.h | 2 + .../arm/src/s32k1xx/hardware/s32k146_pinmux.h | 2 + .../arm/src/s32k1xx/hardware/s32k148_pinmux.h | 2 + .../arm/src/s32k1xx/hardware/s32k14x_dmamux.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_cmu.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_crc.h | 2 + .../arm/src/s32k1xx/hardware/s32k1xx_dmamux.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_edma.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_enet.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_ewm.h | 2 + .../src/s32k1xx/hardware/s32k1xx_flashcfg.h | 2 + .../src/s32k1xx/hardware/s32k1xx_flexcan.h | 2 + .../arm/src/s32k1xx/hardware/s32k1xx_flexio.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_ftfc.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_gpio.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_lmem.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_lpi2c.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_lpspi.h | 2 + .../arm/src/s32k1xx/hardware/s32k1xx_lpuart.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_mcm.h | 2 + .../src/s32k1xx/hardware/s32k1xx_memorymap.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_mpu.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_pcc.h | 2 + .../arm/src/s32k1xx/hardware/s32k1xx_pinmux.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_pmc.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_port.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_rcm.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_scg.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_sim.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_smc.h | 2 + arch/arm/src/s32k1xx/hardware/s32k1xx_wdog.h | 58 +++++-------------- arch/arm/src/s32k1xx/s32k11x/Make.defs | 2 + .../s32k1xx/s32k11x/s32k11x_clockmapping.c | 2 + .../src/s32k1xx/s32k11x/s32k11x_clocknames.h | 58 +++++-------------- arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.c | 2 + arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.h | 2 + .../s32k1xx/s32k11x/s32k11x_periphfeatures.c | 2 + .../src/s32k1xx/s32k11x/s32k11x_timerisr.c | 2 + arch/arm/src/s32k1xx/s32k14x/Make.defs | 2 + .../s32k1xx/s32k14x/s32k14x_clockmapping.c | 2 + .../src/s32k1xx/s32k14x/s32k14x_clocknames.h | 58 +++++-------------- .../arm/src/s32k1xx/s32k14x/s32k14x_clrpend.c | 2 + arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c | 2 + arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.h | 2 + .../s32k1xx/s32k14x/s32k14x_periphfeatures.c | 2 + .../src/s32k1xx/s32k14x/s32k14x_timerisr.c | 2 + arch/arm/src/s32k1xx/s32k1xx_clockconfig.c | 7 ++- arch/arm/src/s32k1xx/s32k1xx_clockconfig.h | 7 ++- arch/arm/src/s32k1xx/s32k1xx_config.h | 2 + arch/arm/src/s32k1xx/s32k1xx_edma.c | 15 ++--- arch/arm/src/s32k1xx/s32k1xx_edma.h | 15 ++--- arch/arm/src/s32k1xx/s32k1xx_eeeprom.c | 2 + arch/arm/src/s32k1xx/s32k1xx_eeeprom.h | 2 + arch/arm/src/s32k1xx/s32k1xx_enet.c | 2 + arch/arm/src/s32k1xx/s32k1xx_enet.h | 2 + arch/arm/src/s32k1xx/s32k1xx_flashcfg.c | 2 + arch/arm/src/s32k1xx/s32k1xx_flexcan.c | 2 + arch/arm/src/s32k1xx/s32k1xx_flexcan.h | 2 + arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.c | 2 + arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.h | 2 + arch/arm/src/s32k1xx/s32k1xx_idle.c | 2 + arch/arm/src/s32k1xx/s32k1xx_lowputc.c | 2 + arch/arm/src/s32k1xx/s32k1xx_lowputc.h | 2 + arch/arm/src/s32k1xx/s32k1xx_lpi2c.c | 2 + arch/arm/src/s32k1xx/s32k1xx_lpi2c.h | 2 + arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.c | 2 + arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.h | 2 + arch/arm/src/s32k1xx/s32k1xx_lpspi.c | 2 + arch/arm/src/s32k1xx/s32k1xx_lpspi.h | 2 + arch/arm/src/s32k1xx/s32k1xx_periphclocks.c | 7 ++- arch/arm/src/s32k1xx/s32k1xx_periphclocks.h | 7 ++- arch/arm/src/s32k1xx/s32k1xx_pin.c | 2 + arch/arm/src/s32k1xx/s32k1xx_pin.h | 2 + arch/arm/src/s32k1xx/s32k1xx_pindma.c | 2 + arch/arm/src/s32k1xx/s32k1xx_pindump.c | 2 + arch/arm/src/s32k1xx/s32k1xx_pingpio.c | 2 + arch/arm/src/s32k1xx/s32k1xx_pinirq.c | 2 + arch/arm/src/s32k1xx/s32k1xx_pminitialize.c | 2 + arch/arm/src/s32k1xx/s32k1xx_progmem.c | 2 + arch/arm/src/s32k1xx/s32k1xx_progmem.h | 2 + arch/arm/src/s32k1xx/s32k1xx_pwm.c | 2 + arch/arm/src/s32k1xx/s32k1xx_pwm.h | 2 + .../src/s32k1xx/s32k1xx_resetcause_procfs.c | 2 + .../src/s32k1xx/s32k1xx_resetcause_procfs.h | 2 + arch/arm/src/s32k1xx/s32k1xx_rtc.c | 2 + arch/arm/src/s32k1xx/s32k1xx_rtc.h | 2 + arch/arm/src/s32k1xx/s32k1xx_serial.c | 2 + arch/arm/src/s32k1xx/s32k1xx_serial.h | 2 + arch/arm/src/s32k1xx/s32k1xx_start.c | 2 + arch/arm/src/s32k1xx/s32k1xx_start.h | 2 + arch/arm/src/s32k1xx/s32k1xx_uid.c | 2 + arch/arm/src/s32k1xx/s32k1xx_uid.h | 2 + arch/arm/src/s32k1xx/s32k1xx_wdog.h | 2 + arch/arm/src/sam34/Make.defs | 2 + arch/arm/src/sam34/chip.h | 2 + arch/arm/src/sam34/hardware/sam3u_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam3u_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam3u_pio.h | 2 + arch/arm/src/sam34/hardware/sam3x_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam3x_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam4cm_aes.h | 2 + arch/arm/src/sam34/hardware/sam4cm_ipc.h | 2 + .../arm/src/sam34/hardware/sam4cm_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam4cm_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam4cm_slcdc.h | 2 + arch/arm/src/sam34/hardware/sam4cm_supc.h | 2 + arch/arm/src/sam34/hardware/sam4e_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam4e_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam4e_pio.h | 2 + arch/arm/src/sam34/hardware/sam4l_bpm.h | 2 + arch/arm/src/sam34/hardware/sam4l_bscif.h | 2 + arch/arm/src/sam34/hardware/sam4l_flashcalw.h | 2 + arch/arm/src/sam34/hardware/sam4l_gpio.h | 2 + arch/arm/src/sam34/hardware/sam4l_lcdca.h | 2 + arch/arm/src/sam34/hardware/sam4l_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam4l_pdca.h | 2 + arch/arm/src/sam34/hardware/sam4l_picouart.h | 2 + arch/arm/src/sam34/hardware/sam4l_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam4l_pm.h | 2 + arch/arm/src/sam34/hardware/sam4l_scif.h | 2 + arch/arm/src/sam34/hardware/sam4l_usart.h | 2 + arch/arm/src/sam34/hardware/sam4l_wdt.h | 2 + arch/arm/src/sam34/hardware/sam4s_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam4s_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam4s_pio.h | 2 + arch/arm/src/sam34/hardware/sam_acc.h | 2 + arch/arm/src/sam34/hardware/sam_adc.h | 2 + arch/arm/src/sam34/hardware/sam_aes.h | 2 + arch/arm/src/sam34/hardware/sam_afec.h | 2 + arch/arm/src/sam34/hardware/sam_can.h | 2 + arch/arm/src/sam34/hardware/sam_chipid.h | 2 + arch/arm/src/sam34/hardware/sam_cmcc.h | 2 + arch/arm/src/sam34/hardware/sam_dacc.h | 2 + arch/arm/src/sam34/hardware/sam_dmac.h | 2 + arch/arm/src/sam34/hardware/sam_eefc.h | 2 + arch/arm/src/sam34/hardware/sam_emac.h | 2 + arch/arm/src/sam34/hardware/sam_gpbr.h | 2 + arch/arm/src/sam34/hardware/sam_hsmci.h | 2 + arch/arm/src/sam34/hardware/sam_matrix.h | 2 + arch/arm/src/sam34/hardware/sam_memorymap.h | 2 + arch/arm/src/sam34/hardware/sam_pdc.h | 2 + arch/arm/src/sam34/hardware/sam_pinmap.h | 2 + arch/arm/src/sam34/hardware/sam_pmc.h | 2 + arch/arm/src/sam34/hardware/sam_pwm.h | 2 + arch/arm/src/sam34/hardware/sam_rstc.h | 2 + arch/arm/src/sam34/hardware/sam_rswdt.h | 2 + arch/arm/src/sam34/hardware/sam_rtc.h | 2 + arch/arm/src/sam34/hardware/sam_rtt.h | 2 + arch/arm/src/sam34/hardware/sam_smc.h | 2 + arch/arm/src/sam34/hardware/sam_spi.h | 2 + arch/arm/src/sam34/hardware/sam_ssc.h | 2 + arch/arm/src/sam34/hardware/sam_supc.h | 2 + arch/arm/src/sam34/hardware/sam_tc.h | 2 + arch/arm/src/sam34/hardware/sam_twi.h | 2 + arch/arm/src/sam34/hardware/sam_uart.h | 2 + arch/arm/src/sam34/hardware/sam_udp.h | 2 + arch/arm/src/sam34/hardware/sam_udphs.h | 2 + arch/arm/src/sam34/hardware/sam_wdt.h | 2 + arch/arm/src/sam34/sam3u_gpio.h | 2 + arch/arm/src/sam34/sam3u_periphclks.h | 2 + arch/arm/src/sam34/sam3x_gpio.h | 2 + arch/arm/src/sam34/sam3x_periphclks.h | 2 + arch/arm/src/sam34/sam4cm_cpuidlestack.c | 2 + arch/arm/src/sam34/sam4cm_cpuindex.c | 2 + arch/arm/src/sam34/sam4cm_cpustart.c | 2 + arch/arm/src/sam34/sam4cm_freerun.c | 11 ++-- arch/arm/src/sam34/sam4cm_freerun.h | 2 + arch/arm/src/sam34/sam4cm_gpio.h | 2 + arch/arm/src/sam34/sam4cm_idle.c | 2 + arch/arm/src/sam34/sam4cm_oneshot.c | 11 ++-- arch/arm/src/sam34/sam4cm_oneshot.h | 2 + arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c | 2 + arch/arm/src/sam34/sam4cm_periphclks.h | 2 + arch/arm/src/sam34/sam4cm_smpcall.c | 2 + arch/arm/src/sam34/sam4cm_supc.c | 2 + arch/arm/src/sam34/sam4cm_supc.h | 2 + arch/arm/src/sam34/sam4cm_tc.c | 11 ++-- arch/arm/src/sam34/sam4cm_tc.h | 2 + arch/arm/src/sam34/sam4cm_tickless.c | 2 + arch/arm/src/sam34/sam4e_gpio.h | 2 + arch/arm/src/sam34/sam4e_periphclks.h | 2 + arch/arm/src/sam34/sam4l_clockconfig.c | 2 + arch/arm/src/sam34/sam4l_gpio.c | 2 + arch/arm/src/sam34/sam4l_gpio.h | 2 + arch/arm/src/sam34/sam4l_periphclks.c | 2 + arch/arm/src/sam34/sam4l_periphclks.h | 2 + arch/arm/src/sam34/sam4s_gpio.h | 2 + arch/arm/src/sam34/sam4s_nand.c | 2 + arch/arm/src/sam34/sam4s_nand.h | 2 + arch/arm/src/sam34/sam4s_periphclks.h | 2 + arch/arm/src/sam34/sam_aes.c | 2 + arch/arm/src/sam34/sam_aes.h | 2 + arch/arm/src/sam34/sam_allocateheap.c | 2 + arch/arm/src/sam34/sam_clockconfig.c | 2 + arch/arm/src/sam34/sam_clockconfig.h | 2 + arch/arm/src/sam34/sam_cmcc.c | 2 + arch/arm/src/sam34/sam_cmcc.h | 2 + arch/arm/src/sam34/sam_crypto.c | 2 + arch/arm/src/sam34/sam_dmac.c | 2 + arch/arm/src/sam34/sam_dmac.h | 2 + arch/arm/src/sam34/sam_emac.c | 2 + arch/arm/src/sam34/sam_emac.h | 2 + arch/arm/src/sam34/sam_gpio.c | 2 + arch/arm/src/sam34/sam_gpio.h | 2 + arch/arm/src/sam34/sam_gpioirq.c | 2 + arch/arm/src/sam34/sam_hsmci.c | 2 + arch/arm/src/sam34/sam_hsmci.h | 2 + arch/arm/src/sam34/sam_irq.c | 2 + arch/arm/src/sam34/sam_lowputc.c | 2 + arch/arm/src/sam34/sam_lowputc.h | 2 + arch/arm/src/sam34/sam_mpuinit.c | 2 + arch/arm/src/sam34/sam_mpuinit.h | 2 + arch/arm/src/sam34/sam_periphclks.h | 2 + arch/arm/src/sam34/sam_rtc.c | 2 + arch/arm/src/sam34/sam_rtc.h | 2 + arch/arm/src/sam34/sam_rtt.c | 2 + arch/arm/src/sam34/sam_rtt.h | 2 + arch/arm/src/sam34/sam_serial.c | 2 + arch/arm/src/sam34/sam_spi.c | 2 + arch/arm/src/sam34/sam_spi.h | 2 + arch/arm/src/sam34/sam_start.c | 2 + arch/arm/src/sam34/sam_start.h | 2 + arch/arm/src/sam34/sam_tc.c | 2 + arch/arm/src/sam34/sam_tc.h | 2 + arch/arm/src/sam34/sam_timerisr.c | 2 + arch/arm/src/sam34/sam_twi.c | 11 ++-- arch/arm/src/sam34/sam_twi.h | 2 + arch/arm/src/sam34/sam_udp.c | 2 + arch/arm/src/sam34/sam_udp.h | 2 + arch/arm/src/sam34/sam_userspace.c | 2 + arch/arm/src/sam34/sam_userspace.h | 2 + arch/arm/src/sam34/sam_vectors.c | 3 +- arch/arm/src/sam34/sam_wdt.c | 2 + arch/arm/src/sam34/sam_wdt.h | 2 + arch/arm/src/sama5/Make.defs | 2 + arch/arm/src/sama5/chip.h | 2 + .../src/sama5/hardware/_sama5d2x_memorymap.h | 2 + .../arm/src/sama5/hardware/_sama5d2x_pinmap.h | 2 + arch/arm/src/sama5/hardware/_sama5d2x_pio.h | 2 + arch/arm/src/sama5/hardware/_sama5d3x4x_pio.h | 2 + .../src/sama5/hardware/_sama5d3x_memorymap.h | 2 + .../arm/src/sama5/hardware/_sama5d3x_mpddrc.h | 2 + .../arm/src/sama5/hardware/_sama5d3x_pinmap.h | 2 + .../src/sama5/hardware/_sama5d4x_memorymap.h | 2 + .../arm/src/sama5/hardware/_sama5d4x_mpddrc.h | 2 + .../arm/src/sama5/hardware/_sama5d4x_pinmap.h | 2 + arch/arm/src/sama5/hardware/sam_adc.h | 2 + arch/arm/src/sama5/hardware/sam_aic.h | 2 + arch/arm/src/sama5/hardware/sam_aximx.h | 2 + arch/arm/src/sama5/hardware/sam_bsc.h | 2 + arch/arm/src/sama5/hardware/sam_can.h | 2 + arch/arm/src/sama5/hardware/sam_classd.h | 2 + arch/arm/src/sama5/hardware/sam_dbgu.h | 2 + arch/arm/src/sama5/hardware/sam_dmac.h | 2 + arch/arm/src/sama5/hardware/sam_ehci.h | 2 + arch/arm/src/sama5/hardware/sam_emac.h | 2 + arch/arm/src/sama5/hardware/sam_emaca.h | 2 + arch/arm/src/sama5/hardware/sam_emacb.h | 2 + arch/arm/src/sama5/hardware/sam_flexcom.h | 2 + arch/arm/src/sama5/hardware/sam_flexcom_spi.h | 2 + arch/arm/src/sama5/hardware/sam_flexcom_twi.h | 2 + .../src/sama5/hardware/sam_flexcom_usart.h | 2 + arch/arm/src/sama5/hardware/sam_gmac.h | 2 + arch/arm/src/sama5/hardware/sam_gpbr.h | 2 + arch/arm/src/sama5/hardware/sam_hsmc.h | 2 + arch/arm/src/sama5/hardware/sam_hsmci.h | 2 + arch/arm/src/sama5/hardware/sam_isi.h | 2 + arch/arm/src/sama5/hardware/sam_lcdc.h | 2 + arch/arm/src/sama5/hardware/sam_matrix.h | 2 + arch/arm/src/sama5/hardware/sam_mcan.h | 2 + arch/arm/src/sama5/hardware/sam_memorymap.h | 2 + arch/arm/src/sama5/hardware/sam_mpddrc.h | 2 + arch/arm/src/sama5/hardware/sam_ohci.h | 2 + arch/arm/src/sama5/hardware/sam_pinmap.h | 2 + arch/arm/src/sama5/hardware/sam_pio.h | 2 + arch/arm/src/sama5/hardware/sam_pit.h | 2 + arch/arm/src/sama5/hardware/sam_pmc.h | 2 + arch/arm/src/sama5/hardware/sam_pwm.h | 2 + arch/arm/src/sama5/hardware/sam_qspi.h | 2 + arch/arm/src/sama5/hardware/sam_rstc.h | 3 +- arch/arm/src/sama5/hardware/sam_rtc.h | 2 + arch/arm/src/sama5/hardware/sam_rxlp.h | 2 + arch/arm/src/sama5/hardware/sam_sckc.h | 2 + arch/arm/src/sama5/hardware/sam_sdmmc.h | 2 + arch/arm/src/sama5/hardware/sam_sfc.h | 2 + arch/arm/src/sama5/hardware/sam_sfr.h | 2 + arch/arm/src/sama5/hardware/sam_spi.h | 2 + arch/arm/src/sama5/hardware/sam_ssc.h | 2 + arch/arm/src/sama5/hardware/sam_tc.h | 2 + arch/arm/src/sama5/hardware/sam_trng.h | 2 + arch/arm/src/sama5/hardware/sam_twi.h | 2 + arch/arm/src/sama5/hardware/sam_uart.h | 2 + arch/arm/src/sama5/hardware/sam_udphs.h | 2 + arch/arm/src/sama5/hardware/sam_wdt.h | 2 + arch/arm/src/sama5/hardware/sam_xdmac.h | 2 + arch/arm/src/sama5/hardware/sama5d2_sdmmc.h | 2 + arch/arm/src/sama5/sam_adc.c | 12 ++-- arch/arm/src/sama5/sam_adc.h | 2 + arch/arm/src/sama5/sam_allocateheap.c | 2 + arch/arm/src/sama5/sam_boot.c | 2 + arch/arm/src/sama5/sam_boot.h | 2 + arch/arm/src/sama5/sam_can.c | 12 ++-- arch/arm/src/sama5/sam_can.h | 2 + arch/arm/src/sama5/sam_classd.c | 2 + arch/arm/src/sama5/sam_classd.h | 2 + arch/arm/src/sama5/sam_clockconfig.c | 2 + arch/arm/src/sama5/sam_clockconfig.h | 2 + arch/arm/src/sama5/sam_config.h | 2 + arch/arm/src/sama5/sam_dbgu.c | 2 + arch/arm/src/sama5/sam_dbgu.h | 2 + arch/arm/src/sama5/sam_dmac.c | 2 + arch/arm/src/sama5/sam_dmac.h | 2 + arch/arm/src/sama5/sam_ehci.c | 2 + arch/arm/src/sama5/sam_emaca.c | 14 ++--- arch/arm/src/sama5/sam_emacb.c | 2 + arch/arm/src/sama5/sam_ethernet.c | 2 + arch/arm/src/sama5/sam_ethernet.h | 2 + arch/arm/src/sama5/sam_flexcom_serial.c | 2 + arch/arm/src/sama5/sam_flexcom_spi.c | 2 + arch/arm/src/sama5/sam_flexcom_spi.h | 2 + arch/arm/src/sama5/sam_freerun.c | 11 ++-- arch/arm/src/sama5/sam_freerun.h | 2 + arch/arm/src/sama5/sam_gf1024.c | 12 ++-- arch/arm/src/sama5/sam_gf512.c | 12 ++-- arch/arm/src/sama5/sam_gmac.c | 11 ++-- arch/arm/src/sama5/sam_hsmci.c | 2 + arch/arm/src/sama5/sam_hsmci.h | 2 + arch/arm/src/sama5/sam_hsmci_clkdiv.c | 2 + arch/arm/src/sama5/sam_irq.c | 2 + arch/arm/src/sama5/sam_irq.h | 2 + arch/arm/src/sama5/sam_isi.c | 2 + arch/arm/src/sama5/sam_isi.h | 2 + arch/arm/src/sama5/sam_lcd.c | 12 ++-- arch/arm/src/sama5/sam_lcd.h | 2 + arch/arm/src/sama5/sam_lowputc.c | 2 + arch/arm/src/sama5/sam_lowputc.h | 2 + arch/arm/src/sama5/sam_mcan.c | 2 + arch/arm/src/sama5/sam_mcan.h | 2 + arch/arm/src/sama5/sam_memories.c | 2 + arch/arm/src/sama5/sam_memories.h | 2 + arch/arm/src/sama5/sam_memorymap.c | 2 + arch/arm/src/sama5/sam_memorymap.h | 2 + arch/arm/src/sama5/sam_nand.c | 12 ++-- arch/arm/src/sama5/sam_nand.h | 2 + arch/arm/src/sama5/sam_ohci.c | 2 + arch/arm/src/sama5/sam_oneshot.c | 11 ++-- arch/arm/src/sama5/sam_oneshot.h | 2 + arch/arm/src/sama5/sam_oneshot_lowerhalf.c | 2 + arch/arm/src/sama5/sam_pck.c | 2 + arch/arm/src/sama5/sam_pck.h | 2 + arch/arm/src/sama5/sam_periphclks.h | 2 + arch/arm/src/sama5/sam_pgalloc.c | 2 + arch/arm/src/sama5/sam_pgalloc.h | 2 + arch/arm/src/sama5/sam_pio.c | 2 + arch/arm/src/sama5/sam_pio.h | 2 + arch/arm/src/sama5/sam_pioirq.c | 2 + arch/arm/src/sama5/sam_pmc.c | 2 + arch/arm/src/sama5/sam_pmc.h | 2 + arch/arm/src/sama5/sam_pmecc.c | 13 ++--- arch/arm/src/sama5/sam_pmecc.h | 12 ++-- arch/arm/src/sama5/sam_pwm.c | 2 + arch/arm/src/sama5/sam_pwm.h | 2 + arch/arm/src/sama5/sam_qspi.c | 2 + arch/arm/src/sama5/sam_qspi.h | 2 + arch/arm/src/sama5/sam_rtc.c | 2 + arch/arm/src/sama5/sam_rtc.h | 2 + arch/arm/src/sama5/sam_sckc.c | 2 + arch/arm/src/sama5/sam_sckc.h | 2 + arch/arm/src/sama5/sam_sdmmc.c | 2 + arch/arm/src/sama5/sam_sdmmc.h | 2 + arch/arm/src/sama5/sam_serial.c | 2 + arch/arm/src/sama5/sam_serial.h | 2 + arch/arm/src/sama5/sam_serialinit.c | 2 + arch/arm/src/sama5/sam_sfc.c | 2 + arch/arm/src/sama5/sam_sfc.h | 2 + arch/arm/src/sama5/sam_spi.c | 2 + arch/arm/src/sama5/sam_spi.h | 2 + arch/arm/src/sama5/sam_ssc.c | 2 + arch/arm/src/sama5/sam_ssc.h | 2 + arch/arm/src/sama5/sam_systemreset.c | 2 + arch/arm/src/sama5/sam_tc.c | 12 ++-- arch/arm/src/sama5/sam_tc.h | 2 + arch/arm/src/sama5/sam_tickless.c | 2 + arch/arm/src/sama5/sam_timerisr.c | 2 + arch/arm/src/sama5/sam_trng.c | 2 + arch/arm/src/sama5/sam_trng.h | 2 + arch/arm/src/sama5/sam_tsd.c | 12 ++-- arch/arm/src/sama5/sam_tsd.h | 2 + arch/arm/src/sama5/sam_twi.c | 12 ++-- arch/arm/src/sama5/sam_twi.h | 2 + arch/arm/src/sama5/sam_udphs.c | 11 ++-- arch/arm/src/sama5/sam_udphs.h | 2 + arch/arm/src/sama5/sam_usbhost.c | 2 + arch/arm/src/sama5/sam_usbhost.h | 2 + arch/arm/src/sama5/sam_wdt.c | 2 + arch/arm/src/sama5/sam_wdt.h | 2 + arch/arm/src/sama5/sam_xdmac.c | 2 + arch/arm/src/sama5/sama5d2x_memorymap.c | 2 + arch/arm/src/sama5/sama5d2x_periphclks.h | 2 + arch/arm/src/sama5/sama5d2x_pio.c | 2 + arch/arm/src/sama5/sama5d2x_pio.h | 2 + arch/arm/src/sama5/sama5d3x4x_pio.c | 2 + arch/arm/src/sama5/sama5d3x4x_pio.h | 2 + arch/arm/src/sama5/sama5d3x_memorymap.c | 2 + arch/arm/src/sama5/sama5d3x_periphclks.h | 2 + arch/arm/src/sama5/sama5d4x_memorymap.c | 2 + arch/arm/src/sama5/sama5d4x_periphclks.h | 2 + arch/arm/src/samd2l2/Make.defs | 2 + arch/arm/src/samd2l2/chip.h | 2 + .../src/samd2l2/hardware/samd20_memorymap.h | 2 + arch/arm/src/samd2l2/hardware/samd20_pinmap.h | 2 + .../src/samd2l2/hardware/samd21_memorymap.h | 2 + arch/arm/src/samd2l2/hardware/samd21_pinmap.h | 2 + arch/arm/src/samd2l2/hardware/samd_ac.h | 2 + arch/arm/src/samd2l2/hardware/samd_adc.h | 2 + arch/arm/src/samd2l2/hardware/samd_dac.h | 2 + arch/arm/src/samd2l2/hardware/samd_dmac.h | 2 + arch/arm/src/samd2l2/hardware/samd_eic.h | 2 + arch/arm/src/samd2l2/hardware/samd_evsys.h | 2 + arch/arm/src/samd2l2/hardware/samd_fuses.h | 45 +++++--------- arch/arm/src/samd2l2/hardware/samd_gclk.h | 2 + .../src/samd2l2/hardware/samd_i2c_master.h | 2 + .../arm/src/samd2l2/hardware/samd_i2c_slave.h | 2 + arch/arm/src/samd2l2/hardware/samd_i2s.h | 2 + arch/arm/src/samd2l2/hardware/samd_nvmctrl.h | 2 + arch/arm/src/samd2l2/hardware/samd_pm.h | 2 + arch/arm/src/samd2l2/hardware/samd_port.h | 2 + arch/arm/src/samd2l2/hardware/samd_sercom.h | 2 + arch/arm/src/samd2l2/hardware/samd_spi.h | 2 + arch/arm/src/samd2l2/hardware/samd_sysctrl.h | 2 + arch/arm/src/samd2l2/hardware/samd_tc.h | 2 + arch/arm/src/samd2l2/hardware/samd_tcc.h | 2 + arch/arm/src/samd2l2/hardware/samd_usart.h | 2 + arch/arm/src/samd2l2/hardware/samd_wdt.h | 2 + .../src/samd2l2/hardware/saml21_memorymap.h | 2 + arch/arm/src/samd2l2/hardware/saml21_pinmap.h | 2 + arch/arm/src/samd2l2/hardware/saml_adc.h | 2 + arch/arm/src/samd2l2/hardware/saml_aes.h | 2 + arch/arm/src/samd2l2/hardware/saml_dac.h | 2 + arch/arm/src/samd2l2/hardware/saml_dmac.h | 2 + arch/arm/src/samd2l2/hardware/saml_eic.h | 2 + arch/arm/src/samd2l2/hardware/saml_evsys.h | 2 + arch/arm/src/samd2l2/hardware/saml_fuses.h | 2 + arch/arm/src/samd2l2/hardware/saml_gclk.h | 2 + .../src/samd2l2/hardware/saml_i2c_master.h | 2 + .../arm/src/samd2l2/hardware/saml_i2c_slave.h | 2 + arch/arm/src/samd2l2/hardware/saml_mclk.h | 2 + arch/arm/src/samd2l2/hardware/saml_nvmctrl.h | 2 + arch/arm/src/samd2l2/hardware/saml_opamp.h | 2 + .../src/samd2l2/hardware/saml_osc32kctrl.h | 2 + arch/arm/src/samd2l2/hardware/saml_oscctrl.h | 2 + arch/arm/src/samd2l2/hardware/saml_pm.h | 2 + arch/arm/src/samd2l2/hardware/saml_port.h | 2 + arch/arm/src/samd2l2/hardware/saml_rstc.h | 2 + arch/arm/src/samd2l2/hardware/saml_sercom.h | 2 + arch/arm/src/samd2l2/hardware/saml_spi.h | 2 + arch/arm/src/samd2l2/hardware/saml_supc.h | 2 + arch/arm/src/samd2l2/hardware/saml_trng.h | 2 + arch/arm/src/samd2l2/hardware/saml_usart.h | 2 + arch/arm/src/samd2l2/hardware/saml_usb.h | 2 + arch/arm/src/samd2l2/hardware/saml_wdt.h | 2 + arch/arm/src/samd2l2/sam_ac.c | 2 + arch/arm/src/samd2l2/sam_ac.h | 2 + arch/arm/src/samd2l2/sam_adc.c | 2 + arch/arm/src/samd2l2/sam_adc.h | 2 + arch/arm/src/samd2l2/sam_clockconfig.h | 2 + arch/arm/src/samd2l2/sam_config.h | 2 + arch/arm/src/samd2l2/sam_dac.h | 2 + arch/arm/src/samd2l2/sam_dmac.c | 2 + arch/arm/src/samd2l2/sam_dmac.h | 2 + arch/arm/src/samd2l2/sam_eic.c | 2 + arch/arm/src/samd2l2/sam_eic.h | 2 + arch/arm/src/samd2l2/sam_evsys.h | 2 + arch/arm/src/samd2l2/sam_fuses.h | 2 + arch/arm/src/samd2l2/sam_gclk.h | 2 + arch/arm/src/samd2l2/sam_i2c_master.c | 18 +++--- arch/arm/src/samd2l2/sam_i2c_master.h | 2 + arch/arm/src/samd2l2/sam_i2c_slave.h | 2 + arch/arm/src/samd2l2/sam_idle.c | 2 + arch/arm/src/samd2l2/sam_irq.c | 2 + arch/arm/src/samd2l2/sam_irq.h | 2 + arch/arm/src/samd2l2/sam_irqprio.c | 2 + arch/arm/src/samd2l2/sam_lowputc.c | 2 + arch/arm/src/samd2l2/sam_lowputc.h | 2 + arch/arm/src/samd2l2/sam_periphclks.h | 2 + arch/arm/src/samd2l2/sam_pinmap.h | 2 + arch/arm/src/samd2l2/sam_pm.h | 2 + arch/arm/src/samd2l2/sam_port.c | 2 + arch/arm/src/samd2l2/sam_port.h | 2 + arch/arm/src/samd2l2/sam_sercom.c | 2 + arch/arm/src/samd2l2/sam_sercom.h | 2 + arch/arm/src/samd2l2/sam_serial.c | 2 + arch/arm/src/samd2l2/sam_serial.h | 2 + arch/arm/src/samd2l2/sam_spi.c | 2 + arch/arm/src/samd2l2/sam_spi.h | 2 + arch/arm/src/samd2l2/sam_start.c | 2 + arch/arm/src/samd2l2/sam_start.h | 2 + arch/arm/src/samd2l2/sam_timerisr.c | 2 + arch/arm/src/samd2l2/sam_usart.c | 2 + arch/arm/src/samd2l2/sam_usart.h | 2 + arch/arm/src/samd2l2/sam_usb.c | 2 + arch/arm/src/samd2l2/sam_usb.h | 2 + arch/arm/src/samd2l2/sam_userspace.c | 2 + arch/arm/src/samd2l2/sam_userspace.h | 2 + arch/arm/src/samd2l2/samd_clockconfig.c | 2 + arch/arm/src/samd2l2/samd_gclk.c | 2 + arch/arm/src/samd2l2/samd_periphclks.h | 2 + arch/arm/src/samd2l2/saml_clockconfig.c | 2 + arch/arm/src/samd2l2/saml_gclk.c | 2 + arch/arm/src/samd2l2/saml_periphclks.h | 2 + arch/arm/src/samd5e5/Make.defs | 2 + arch/arm/src/samd5e5/chip.h | 2 + arch/arm/src/samd5e5/hardware/sam_aes.h | 2 + arch/arm/src/samd5e5/hardware/sam_cmcc.h | 2 + arch/arm/src/samd5e5/hardware/sam_dmac.h | 2 + arch/arm/src/samd5e5/hardware/sam_eic.h | 2 + arch/arm/src/samd5e5/hardware/sam_evsys.h | 2 + arch/arm/src/samd5e5/hardware/sam_fuses.h | 2 + arch/arm/src/samd5e5/hardware/sam_gclk.h | 2 + arch/arm/src/samd5e5/hardware/sam_gmac.h | 2 + .../arm/src/samd5e5/hardware/sam_i2c_master.h | 2 + arch/arm/src/samd5e5/hardware/sam_i2c_slave.h | 2 + arch/arm/src/samd5e5/hardware/sam_mclk.h | 2 + arch/arm/src/samd5e5/hardware/sam_memorymap.h | 2 + arch/arm/src/samd5e5/hardware/sam_nvmctrl.h | 2 + .../arm/src/samd5e5/hardware/sam_osc32kctrl.h | 2 + arch/arm/src/samd5e5/hardware/sam_oscctrl.h | 2 + arch/arm/src/samd5e5/hardware/sam_pac.h | 2 + arch/arm/src/samd5e5/hardware/sam_pinmap.h | 2 + arch/arm/src/samd5e5/hardware/sam_pm.h | 2 + arch/arm/src/samd5e5/hardware/sam_port.h | 2 + arch/arm/src/samd5e5/hardware/sam_rstc.h | 2 + arch/arm/src/samd5e5/hardware/sam_spi.h | 2 + arch/arm/src/samd5e5/hardware/sam_supc.h | 2 + arch/arm/src/samd5e5/hardware/sam_tc.h | 2 + arch/arm/src/samd5e5/hardware/sam_trng.h | 2 + arch/arm/src/samd5e5/hardware/sam_usart.h | 2 + arch/arm/src/samd5e5/hardware/sam_usb.h | 2 + arch/arm/src/samd5e5/hardware/sam_wdt.h | 2 + .../src/samd5e5/hardware/samd5e5_memorymap.h | 2 + .../arm/src/samd5e5/hardware/samd5e5_pinmap.h | 2 + arch/arm/src/samd5e5/sam_clockconfig.c | 2 + arch/arm/src/samd5e5/sam_clockconfig.h | 2 + arch/arm/src/samd5e5/sam_cmcc.c | 2 + arch/arm/src/samd5e5/sam_cmcc.h | 2 + arch/arm/src/samd5e5/sam_config.h | 2 + arch/arm/src/samd5e5/sam_dmac.c | 2 + arch/arm/src/samd5e5/sam_dmac.h | 2 + arch/arm/src/samd5e5/sam_eic.c | 2 + arch/arm/src/samd5e5/sam_eic.h | 2 + arch/arm/src/samd5e5/sam_ethernet.c | 2 + arch/arm/src/samd5e5/sam_ethernet.h | 2 + arch/arm/src/samd5e5/sam_freerun.c | 2 + arch/arm/src/samd5e5/sam_freerun.h | 2 + arch/arm/src/samd5e5/sam_gclk.c | 2 + arch/arm/src/samd5e5/sam_gclk.h | 2 + arch/arm/src/samd5e5/sam_gmac.c | 11 ++-- arch/arm/src/samd5e5/sam_i2c_master.c | 18 +++--- arch/arm/src/samd5e5/sam_i2c_master.h | 2 + arch/arm/src/samd5e5/sam_idle.c | 2 + arch/arm/src/samd5e5/sam_irq.c | 2 + arch/arm/src/samd5e5/sam_lowputc.c | 2 + arch/arm/src/samd5e5/sam_lowputc.h | 2 + arch/arm/src/samd5e5/sam_mpuinit.c | 2 + arch/arm/src/samd5e5/sam_mpuinit.h | 2 + arch/arm/src/samd5e5/sam_oneshot.c | 2 + arch/arm/src/samd5e5/sam_oneshot.h | 2 + arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c | 2 + arch/arm/src/samd5e5/sam_periphclks.h | 2 + arch/arm/src/samd5e5/sam_port.c | 2 + arch/arm/src/samd5e5/sam_port.h | 2 + arch/arm/src/samd5e5/sam_progmem.c | 2 + arch/arm/src/samd5e5/sam_progmem.h | 2 + arch/arm/src/samd5e5/sam_sercom.c | 2 + arch/arm/src/samd5e5/sam_sercom.h | 2 + arch/arm/src/samd5e5/sam_serial.c | 2 + arch/arm/src/samd5e5/sam_serial.h | 2 + arch/arm/src/samd5e5/sam_spi.c | 2 + arch/arm/src/samd5e5/sam_spi.h | 2 + arch/arm/src/samd5e5/sam_start.c | 2 + arch/arm/src/samd5e5/sam_start.h | 2 + arch/arm/src/samd5e5/sam_tc.c | 2 + arch/arm/src/samd5e5/sam_tc.h | 2 + arch/arm/src/samd5e5/sam_tickless.c | 2 + arch/arm/src/samd5e5/sam_timerisr.c | 2 + arch/arm/src/samd5e5/sam_usart.c | 2 + arch/arm/src/samd5e5/sam_usart.h | 2 + arch/arm/src/samd5e5/sam_usb.c | 2 + arch/arm/src/samd5e5/sam_usb.h | 2 + arch/arm/src/samd5e5/sam_usbhost.c | 2 + arch/arm/src/samd5e5/sam_usbhost.h | 2 + arch/arm/src/samd5e5/sam_userspace.c | 2 + arch/arm/src/samd5e5/sam_userspace.h | 2 + arch/arm/src/samd5e5/sam_wdt.c | 2 + arch/arm/src/samd5e5/sam_wdt.h | 2 + arch/arm/src/samv7/Make.defs | 2 + arch/arm/src/samv7/chip.h | 2 + arch/arm/src/samv7/hardware/sam_afec.h | 2 + arch/arm/src/samv7/hardware/sam_chipid.h | 2 + arch/arm/src/samv7/hardware/sam_dacc.h | 2 + arch/arm/src/samv7/hardware/sam_eefc.h | 2 + arch/arm/src/samv7/hardware/sam_emac.h | 2 + arch/arm/src/samv7/hardware/sam_hsmci.h | 2 + arch/arm/src/samv7/hardware/sam_matrix.h | 2 + arch/arm/src/samv7/hardware/sam_mcan.h | 2 + arch/arm/src/samv7/hardware/sam_memorymap.h | 2 + arch/arm/src/samv7/hardware/sam_pinmap.h | 2 + arch/arm/src/samv7/hardware/sam_pio.h | 2 + arch/arm/src/samv7/hardware/sam_pmc.h | 2 + arch/arm/src/samv7/hardware/sam_pwm.h | 2 + arch/arm/src/samv7/hardware/sam_qspi.h | 2 + arch/arm/src/samv7/hardware/sam_rstc.h | 2 + arch/arm/src/samv7/hardware/sam_rtc.h | 2 + arch/arm/src/samv7/hardware/sam_sdramc.h | 2 + arch/arm/src/samv7/hardware/sam_smc.h | 2 + arch/arm/src/samv7/hardware/sam_spi.h | 2 + arch/arm/src/samv7/hardware/sam_ssc.h | 2 + arch/arm/src/samv7/hardware/sam_supc.h | 2 + arch/arm/src/samv7/hardware/sam_sysc.h | 2 + arch/arm/src/samv7/hardware/sam_tc.h | 2 + arch/arm/src/samv7/hardware/sam_trng.h | 2 + arch/arm/src/samv7/hardware/sam_twihs.h | 2 + arch/arm/src/samv7/hardware/sam_uart.h | 2 + arch/arm/src/samv7/hardware/sam_usbhs.h | 2 + arch/arm/src/samv7/hardware/sam_utmi.h | 2 + arch/arm/src/samv7/hardware/sam_wdt.h | 2 + arch/arm/src/samv7/hardware/sam_xdmac.h | 2 + .../arm/src/samv7/hardware/same70_memorymap.h | 2 + arch/arm/src/samv7/hardware/same70_pinmap.h | 2 + .../arm/src/samv7/hardware/samv71_memorymap.h | 2 + arch/arm/src/samv7/hardware/samv71_pinmap.h | 2 + arch/arm/src/samv7/sam_1wire.c | 2 + arch/arm/src/samv7/sam_1wire.h | 2 + arch/arm/src/samv7/sam_afec.c | 2 + arch/arm/src/samv7/sam_afec.h | 2 + arch/arm/src/samv7/sam_allocateheap.c | 2 + arch/arm/src/samv7/sam_clockconfig.c | 2 + arch/arm/src/samv7/sam_clockconfig.h | 2 + arch/arm/src/samv7/sam_config.h | 2 + arch/arm/src/samv7/sam_dac.c | 2 + arch/arm/src/samv7/sam_dac.h | 2 + arch/arm/src/samv7/sam_eefc.c | 2 + arch/arm/src/samv7/sam_eefc.h | 2 + arch/arm/src/samv7/sam_emac.c | 2 + arch/arm/src/samv7/sam_ethernet.c | 2 + arch/arm/src/samv7/sam_ethernet.h | 2 + arch/arm/src/samv7/sam_freerun.c | 11 ++-- arch/arm/src/samv7/sam_freerun.h | 2 + arch/arm/src/samv7/sam_gpio.c | 2 + arch/arm/src/samv7/sam_gpio.h | 2 + arch/arm/src/samv7/sam_gpioirq.c | 2 + arch/arm/src/samv7/sam_hsmci.c | 2 + arch/arm/src/samv7/sam_hsmci.h | 2 + arch/arm/src/samv7/sam_hsmci_clkdiv.c | 2 + arch/arm/src/samv7/sam_irq.c | 2 + arch/arm/src/samv7/sam_lin.h | 2 + arch/arm/src/samv7/sam_lin_sock.c | 2 + arch/arm/src/samv7/sam_lowputc.c | 2 + arch/arm/src/samv7/sam_mcan.c | 2 + arch/arm/src/samv7/sam_mcan.h | 2 + arch/arm/src/samv7/sam_mpuinit.c | 2 + arch/arm/src/samv7/sam_mpuinit.h | 2 + arch/arm/src/samv7/sam_oneshot.c | 11 ++-- arch/arm/src/samv7/sam_oneshot.h | 2 + arch/arm/src/samv7/sam_oneshot_lowerhalf.c | 2 + arch/arm/src/samv7/sam_pck.c | 2 + arch/arm/src/samv7/sam_pck.h | 2 + arch/arm/src/samv7/sam_periphclks.h | 2 + arch/arm/src/samv7/sam_progmem.c | 2 + arch/arm/src/samv7/sam_progmem.h | 2 + arch/arm/src/samv7/sam_pwm.c | 2 + arch/arm/src/samv7/sam_pwm.h | 2 + arch/arm/src/samv7/sam_qencoder.c | 2 + arch/arm/src/samv7/sam_qencoder.h | 2 + arch/arm/src/samv7/sam_qspi.c | 2 + arch/arm/src/samv7/sam_qspi.h | 2 + arch/arm/src/samv7/sam_qspi_spi.c | 2 + arch/arm/src/samv7/sam_qspi_spi.h | 2 + arch/arm/src/samv7/sam_rswdt.c | 2 + arch/arm/src/samv7/sam_serial.c | 2 + arch/arm/src/samv7/sam_serial.h | 2 + arch/arm/src/samv7/sam_serial_spi.c | 2 + arch/arm/src/samv7/sam_serial_spi.h | 2 + arch/arm/src/samv7/sam_spi.c | 2 + arch/arm/src/samv7/sam_spi.h | 2 + arch/arm/src/samv7/sam_spi_slave.c | 2 + arch/arm/src/samv7/sam_ssc.c | 2 + arch/arm/src/samv7/sam_ssc.h | 2 + arch/arm/src/samv7/sam_start.c | 2 + arch/arm/src/samv7/sam_start.h | 2 + arch/arm/src/samv7/sam_systemreset.c | 2 + arch/arm/src/samv7/sam_systemreset.h | 2 + arch/arm/src/samv7/sam_tc.c | 11 ++-- arch/arm/src/samv7/sam_tc.h | 2 + arch/arm/src/samv7/sam_tc_lowerhalf.c | 2 + arch/arm/src/samv7/sam_tc_lowerhalf.h | 2 + arch/arm/src/samv7/sam_tickless.c | 2 + arch/arm/src/samv7/sam_timerisr.c | 2 + arch/arm/src/samv7/sam_trng.c | 2 + arch/arm/src/samv7/sam_trng.h | 2 + arch/arm/src/samv7/sam_twihs.c | 11 ++-- arch/arm/src/samv7/sam_twihs.h | 2 + arch/arm/src/samv7/sam_uid.c | 2 + arch/arm/src/samv7/sam_uid.h | 2 + arch/arm/src/samv7/sam_us.c | 2 + arch/arm/src/samv7/sam_us.h | 2 + arch/arm/src/samv7/sam_usbdev.h | 2 + arch/arm/src/samv7/sam_usbdevhs.c | 18 ++---- arch/arm/src/samv7/sam_userspace.c | 2 + arch/arm/src/samv7/sam_userspace.h | 2 + arch/arm/src/samv7/sam_wdt.c | 2 + arch/arm/src/samv7/sam_wdt.h | 2 + arch/arm/src/samv7/sam_xdmac.c | 2 + arch/arm/src/samv7/sam_xdmac.h | 2 + arch/arm/src/samv7/same70_periphclks.h | 2 + arch/arm/src/samv7/samv71_periphclks.h | 2 + arch/arm/src/stm32/CMakeLists.txt | 2 + arch/arm/src/stm32/Make.defs | 2 + arch/arm/src/stm32/chip.h | 2 + arch/arm/src/stm32/hardware/stm32_adc.h | 2 + arch/arm/src/stm32/hardware/stm32_adc_v1.h | 2 + arch/arm/src/stm32/hardware/stm32_adc_v1l1.h | 2 + arch/arm/src/stm32/hardware/stm32_adc_v2.h | 2 + arch/arm/src/stm32/hardware/stm32_adc_v2g4.h | 2 + arch/arm/src/stm32/hardware/stm32_bkp.h | 2 + arch/arm/src/stm32/hardware/stm32_can.h | 2 + arch/arm/src/stm32/hardware/stm32_comp.h | 2 + arch/arm/src/stm32/hardware/stm32_dac.h | 2 + arch/arm/src/stm32/hardware/stm32_dac_v1.h | 2 + arch/arm/src/stm32/hardware/stm32_dbgmcu.h | 2 + arch/arm/src/stm32/hardware/stm32_dma.h | 2 + arch/arm/src/stm32/hardware/stm32_dma2d.h | 2 + arch/arm/src/stm32/hardware/stm32_dma_v1.h | 2 + arch/arm/src/stm32/hardware/stm32_dma_v2.h | 2 + arch/arm/src/stm32/hardware/stm32_dmamux.h | 2 + arch/arm/src/stm32/hardware/stm32_eth.h | 2 + arch/arm/src/stm32/hardware/stm32_exti.h | 2 + arch/arm/src/stm32/hardware/stm32_fdcan.h | 2 + arch/arm/src/stm32/hardware/stm32_flash.h | 2 + arch/arm/src/stm32/hardware/stm32_fmc.h | 2 + arch/arm/src/stm32/hardware/stm32_fsmc.h | 2 + arch/arm/src/stm32/hardware/stm32_i2c.h | 2 + arch/arm/src/stm32/hardware/stm32_i2c_v1.h | 2 + arch/arm/src/stm32/hardware/stm32_i2c_v2.h | 2 + arch/arm/src/stm32/hardware/stm32_lcd.h | 2 + arch/arm/src/stm32/hardware/stm32_ltdc.h | 2 + arch/arm/src/stm32/hardware/stm32_memorymap.h | 2 + arch/arm/src/stm32/hardware/stm32_otghs.h | 2 + arch/arm/src/stm32/hardware/stm32_pinmap.h | 2 + arch/arm/src/stm32/hardware/stm32_pwr.h | 2 + arch/arm/src/stm32/hardware/stm32_rng.h | 2 + arch/arm/src/stm32/hardware/stm32_rtc.h | 2 + arch/arm/src/stm32/hardware/stm32_rtcc.h | 2 + arch/arm/src/stm32/hardware/stm32_sdio.h | 2 + arch/arm/src/stm32/hardware/stm32_spi.h | 2 + arch/arm/src/stm32/hardware/stm32_tim.h | 2 + arch/arm/src/stm32/hardware/stm32_tim_v1v2.h | 2 + arch/arm/src/stm32/hardware/stm32_tim_v3.h | 2 + arch/arm/src/stm32/hardware/stm32_usbdev.h | 2 + arch/arm/src/stm32/hardware/stm32_usbfs.h | 2 + arch/arm/src/stm32/hardware/stm32_wdg.h | 2 + .../arm/src/stm32/hardware/stm32f100_pinmap.h | 15 ++--- .../stm32/hardware/stm32f100_pinmap_legacy.h | 15 ++--- .../arm/src/stm32/hardware/stm32f102_pinmap.h | 2 + .../stm32/hardware/stm32f102_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f103c_pinmap.h | 2 + .../stm32/hardware/stm32f103c_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f103r_pinmap.h | 2 + .../stm32/hardware/stm32f103r_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f103v_pinmap.h | 2 + .../stm32/hardware/stm32f103v_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f103z_pinmap.h | 2 + .../stm32/hardware/stm32f103z_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f105r_pinmap.h | 2 + .../stm32/hardware/stm32f105r_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f105v_pinmap.h | 2 + .../stm32/hardware/stm32f105v_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32f107v_pinmap.h | 2 + .../stm32/hardware/stm32f107v_pinmap_legacy.h | 2 + .../arm/src/stm32/hardware/stm32f10xxx_gpio.h | 2 + .../stm32/hardware/stm32f10xxx_memorymap.h | 2 + arch/arm/src/stm32/hardware/stm32f10xxx_rcc.h | 2 + .../arm/src/stm32/hardware/stm32f10xxx_uart.h | 2 + .../arm/src/stm32/hardware/stm32f20xxx_gpio.h | 2 + .../stm32/hardware/stm32f20xxx_memorymap.h | 2 + .../src/stm32/hardware/stm32f20xxx_pinmap.h | 2 + .../hardware/stm32f20xxx_pinmap_legacy.h | 2 + arch/arm/src/stm32/hardware/stm32f20xxx_rcc.h | 2 + .../src/stm32/hardware/stm32f20xxx_syscfg.h | 2 + .../arm/src/stm32/hardware/stm32f20xxx_uart.h | 2 + .../arm/src/stm32/hardware/stm32f30xxx_gpio.h | 2 + .../stm32/hardware/stm32f30xxx_memorymap.h | 2 + .../src/stm32/hardware/stm32f30xxx_pinmap.h | 2 + .../hardware/stm32f30xxx_pinmap_legacy.h | 2 + arch/arm/src/stm32/hardware/stm32f30xxx_rcc.h | 2 + .../src/stm32/hardware/stm32f30xxx_syscfg.h | 2 + .../arm/src/stm32/hardware/stm32f30xxx_uart.h | 2 + .../arm/src/stm32/hardware/stm32f33xxx_comp.h | 2 + .../src/stm32/hardware/stm32f33xxx_hrtim.h | 2 + .../stm32/hardware/stm32f33xxx_memorymap.h | 2 + .../src/stm32/hardware/stm32f33xxx_opamp.h | 2 + .../src/stm32/hardware/stm32f33xxx_pinmap.h | 2 + .../hardware/stm32f33xxx_pinmap_legacy.h | 2 + arch/arm/src/stm32/hardware/stm32f33xxx_rcc.h | 2 + .../src/stm32/hardware/stm32f33xxx_syscfg.h | 2 + .../stm32/hardware/stm32f37xxx_memorymap.h | 2 + .../src/stm32/hardware/stm32f37xxx_pinmap.h | 2 + .../hardware/stm32f37xxx_pinmap_legacy.h | 2 + arch/arm/src/stm32/hardware/stm32f37xxx_rcc.h | 2 + .../src/stm32/hardware/stm32f37xxx_sdadc.h | 10 ++-- .../src/stm32/hardware/stm32f37xxx_syscfg.h | 2 + .../arm/src/stm32/hardware/stm32f40xxx_gpio.h | 2 + .../stm32/hardware/stm32f40xxx_memorymap.h | 2 + .../src/stm32/hardware/stm32f40xxx_pinmap.h | 2 + .../hardware/stm32f40xxx_pinmap_legacy.h | 2 + arch/arm/src/stm32/hardware/stm32f40xxx_rcc.h | 2 + .../src/stm32/hardware/stm32f40xxx_syscfg.h | 2 + .../arm/src/stm32/hardware/stm32f40xxx_uart.h | 2 + .../src/stm32/hardware/stm32f412xx_pinmap.h | 2 + .../hardware/stm32f412xx_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32fxxxxx_otgfs.h | 2 + .../src/stm32/hardware/stm32g47xxx_hrtim.h | 2 + .../src/stm32/hardware/stm32g4xxc_pinmap.h | 2 + .../stm32/hardware/stm32g4xxc_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32g4xxk_pinmap.h | 2 + .../stm32/hardware/stm32g4xxk_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32g4xxm_pinmap.h | 2 + .../stm32/hardware/stm32g4xxm_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32g4xxp_pinmap.h | 2 + .../src/stm32/hardware/stm32g4xxq_pinmap.h | 2 + .../stm32/hardware/stm32g4xxq_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32g4xxr_pinmap.h | 2 + .../stm32/hardware/stm32g4xxr_pinmap_legacy.h | 2 + .../src/stm32/hardware/stm32g4xxv_pinmap.h | 2 + .../stm32/hardware/stm32g4xxv_pinmap_legacy.h | 2 + .../arm/src/stm32/hardware/stm32g4xxxx_comp.h | 2 + .../src/stm32/hardware/stm32g4xxxx_cordic.h | 2 + .../src/stm32/hardware/stm32g4xxxx_dmamux.h | 2 + .../arm/src/stm32/hardware/stm32g4xxxx_gpio.h | 2 + .../stm32/hardware/stm32g4xxxx_memorymap.h | 2 + .../src/stm32/hardware/stm32g4xxxx_opamp.h | 2 + .../src/stm32/hardware/stm32g4xxxx_pinmap.h | 2 + arch/arm/src/stm32/hardware/stm32g4xxxx_pwr.h | 2 + arch/arm/src/stm32/hardware/stm32g4xxxx_rcc.h | 3 +- .../src/stm32/hardware/stm32g4xxxx_syscfg.h | 2 + .../arm/src/stm32/hardware/stm32g4xxxx_uart.h | 2 + .../src/stm32/hardware/stm32g4xxxx_vrefbuf.h | 2 + arch/arm/src/stm32/hardware/stm32gxxxxx_dac.h | 2 + arch/arm/src/stm32/hardware/stm32l15xxx_aes.h | 2 + .../arm/src/stm32/hardware/stm32l15xxx_gpio.h | 2 + .../stm32/hardware/stm32l15xxx_memorymap.h | 2 + .../src/stm32/hardware/stm32l15xxx_pinmap.h | 2 + .../hardware/stm32l15xxx_pinmap_legacy.h | 2 + arch/arm/src/stm32/hardware/stm32l15xxx_rcc.h | 2 + .../src/stm32/hardware/stm32l15xxx_syscfg.h | 2 + .../arm/src/stm32/hardware/stm32l15xxx_uart.h | 2 + arch/arm/src/stm32/stm32.h | 2 + arch/arm/src/stm32/stm32_1wire.c | 2 + arch/arm/src/stm32/stm32_1wire.h | 2 + arch/arm/src/stm32/stm32_adc.c | 2 + arch/arm/src/stm32/stm32_adc.h | 2 + arch/arm/src/stm32/stm32_aes.c | 2 + arch/arm/src/stm32/stm32_aes.h | 2 + arch/arm/src/stm32/stm32_alarm.h | 2 + arch/arm/src/stm32/stm32_allocateheap.c | 2 + arch/arm/src/stm32/stm32_bbsram.c | 2 + arch/arm/src/stm32/stm32_bbsram.h | 2 + arch/arm/src/stm32/stm32_bkp.h | 2 + arch/arm/src/stm32/stm32_can.c | 2 + arch/arm/src/stm32/stm32_can.h | 2 + arch/arm/src/stm32/stm32_can_sock.c | 2 + arch/arm/src/stm32/stm32_capture.c | 2 + arch/arm/src/stm32/stm32_capture.h | 2 + arch/arm/src/stm32/stm32_capture_lowerhalf.c | 2 + arch/arm/src/stm32/stm32_ccm.c | 2 + arch/arm/src/stm32/stm32_ccm.h | 2 + arch/arm/src/stm32/stm32_comp.c | 2 + arch/arm/src/stm32/stm32_comp.h | 2 + arch/arm/src/stm32/stm32_comp_v1.c | 2 + arch/arm/src/stm32/stm32_comp_v1.h | 2 + arch/arm/src/stm32/stm32_comp_v2.c | 2 + arch/arm/src/stm32/stm32_comp_v2.h | 2 + arch/arm/src/stm32/stm32_cordic.c | 2 + arch/arm/src/stm32/stm32_cordic.h | 2 + arch/arm/src/stm32/stm32_crypto.c | 2 + arch/arm/src/stm32/stm32_dac.c | 2 + arch/arm/src/stm32/stm32_dac.h | 2 + arch/arm/src/stm32/stm32_dbgmcu.h | 2 + arch/arm/src/stm32/stm32_dfumode.c | 2 + arch/arm/src/stm32/stm32_dfumode.h | 2 + arch/arm/src/stm32/stm32_dma.c | 2 + arch/arm/src/stm32/stm32_dma.h | 2 + arch/arm/src/stm32/stm32_dma2d.c | 2 + arch/arm/src/stm32/stm32_dma2d.h | 2 + arch/arm/src/stm32/stm32_dma_v1.c | 2 + arch/arm/src/stm32/stm32_dma_v1mux.c | 2 + arch/arm/src/stm32/stm32_dma_v2.c | 2 + arch/arm/src/stm32/stm32_dumpgpio.c | 2 + arch/arm/src/stm32/stm32_eth.c | 2 + arch/arm/src/stm32/stm32_eth.h | 2 + arch/arm/src/stm32/stm32_exti.h | 2 + arch/arm/src/stm32/stm32_exti_alarm.c | 2 + arch/arm/src/stm32/stm32_exti_gpio.c | 2 + arch/arm/src/stm32/stm32_exti_pwr.c | 2 + arch/arm/src/stm32/stm32_exti_pwr.h | 2 + arch/arm/src/stm32/stm32_exti_wakeup.c | 2 + arch/arm/src/stm32/stm32_fdcan.c | 2 + arch/arm/src/stm32/stm32_fdcan.h | 2 + arch/arm/src/stm32/stm32_fdcan_sock.c | 4 +- arch/arm/src/stm32/stm32_flash.c | 2 + arch/arm/src/stm32/stm32_flash.h | 2 + arch/arm/src/stm32/stm32_fmc.c | 2 + arch/arm/src/stm32/stm32_fmc.h | 2 + arch/arm/src/stm32/stm32_foc.c | 2 + arch/arm/src/stm32/stm32_foc.h | 2 + arch/arm/src/stm32/stm32_freerun.c | 2 + arch/arm/src/stm32/stm32_freerun.h | 2 + arch/arm/src/stm32/stm32_fsmc.c | 2 + arch/arm/src/stm32/stm32_fsmc.h | 2 + arch/arm/src/stm32/stm32_gpio.c | 2 + arch/arm/src/stm32/stm32_gpio.h | 2 + arch/arm/src/stm32/stm32_hall3ph.c | 2 + arch/arm/src/stm32/stm32_hall3ph.h | 2 + arch/arm/src/stm32/stm32_hciuart.c | 2 + arch/arm/src/stm32/stm32_hciuart.h | 2 + arch/arm/src/stm32/stm32_hrtim.c | 2 + arch/arm/src/stm32/stm32_hrtim.h | 2 + arch/arm/src/stm32/stm32_i2c.c | 2 + arch/arm/src/stm32/stm32_i2c.h | 2 + arch/arm/src/stm32/stm32_i2c_alt.c | 19 +++--- arch/arm/src/stm32/stm32_i2c_v2.c | 27 ++++----- arch/arm/src/stm32/stm32_i2s.c | 2 + arch/arm/src/stm32/stm32_i2s.h | 2 + arch/arm/src/stm32/stm32_idle.c | 2 + arch/arm/src/stm32/stm32_irq.c | 2 + arch/arm/src/stm32/stm32_iwdg.c | 2 + arch/arm/src/stm32/stm32_lowputc.c | 2 + arch/arm/src/stm32/stm32_lowputc.h | 2 + arch/arm/src/stm32/stm32_lse.c | 2 + arch/arm/src/stm32/stm32_lsi.c | 2 + arch/arm/src/stm32/stm32_ltdc.c | 2 + arch/arm/src/stm32/stm32_ltdc.h | 2 + arch/arm/src/stm32/stm32_mpuinit.c | 2 + arch/arm/src/stm32/stm32_mpuinit.h | 2 + arch/arm/src/stm32/stm32_oneshot.c | 2 + arch/arm/src/stm32/stm32_oneshot.h | 2 + arch/arm/src/stm32/stm32_oneshot_lowerhalf.c | 2 + arch/arm/src/stm32/stm32_opamp.c | 2 + arch/arm/src/stm32/stm32_opamp.h | 2 + arch/arm/src/stm32/stm32_otgfs.h | 2 + arch/arm/src/stm32/stm32_otgfsdev.c | 2 + arch/arm/src/stm32/stm32_otgfshost.c | 2 + arch/arm/src/stm32/stm32_otghs.h | 2 + arch/arm/src/stm32/stm32_otghsdev.c | 2 + arch/arm/src/stm32/stm32_otghshost.c | 2 + arch/arm/src/stm32/stm32_pm.h | 2 + arch/arm/src/stm32/stm32_pminitialize.c | 2 + arch/arm/src/stm32/stm32_pmsleep.c | 2 + arch/arm/src/stm32/stm32_pmstandby.c | 2 + arch/arm/src/stm32/stm32_pmstop.c | 2 + arch/arm/src/stm32/stm32_pwm.c | 2 + arch/arm/src/stm32/stm32_pwm.h | 2 + arch/arm/src/stm32/stm32_pwr.c | 2 + arch/arm/src/stm32/stm32_pwr.h | 2 + arch/arm/src/stm32/stm32_qencoder.c | 2 + arch/arm/src/stm32/stm32_qencoder.h | 2 + arch/arm/src/stm32/stm32_rcc.c | 2 + arch/arm/src/stm32/stm32_rcc.h | 2 + arch/arm/src/stm32/stm32_rng.c | 2 + arch/arm/src/stm32/stm32_rtc.c | 2 + arch/arm/src/stm32/stm32_rtc.h | 2 + arch/arm/src/stm32/stm32_rtc_lowerhalf.c | 2 + arch/arm/src/stm32/stm32_rtcc.c | 2 + arch/arm/src/stm32/stm32_rtcounter.c | 2 + arch/arm/src/stm32/stm32_sdadc.c | 12 ++-- arch/arm/src/stm32/stm32_sdadc.h | 10 ++-- arch/arm/src/stm32/stm32_sdio.c | 2 + arch/arm/src/stm32/stm32_sdio.h | 2 + arch/arm/src/stm32/stm32_serial.c | 2 + arch/arm/src/stm32/stm32_spi.c | 2 + arch/arm/src/stm32/stm32_spi.h | 2 + arch/arm/src/stm32/stm32_start.c | 2 + arch/arm/src/stm32/stm32_start.h | 2 + arch/arm/src/stm32/stm32_syscfg.h | 2 + arch/arm/src/stm32/stm32_tickless.c | 9 +-- arch/arm/src/stm32/stm32_tim.c | 2 + arch/arm/src/stm32/stm32_tim.h | 2 + arch/arm/src/stm32/stm32_tim_lowerhalf.c | 9 +-- arch/arm/src/stm32/stm32_timerisr.c | 2 + arch/arm/src/stm32/stm32_uart.h | 2 + arch/arm/src/stm32/stm32_uid.c | 5 +- arch/arm/src/stm32/stm32_uid.h | 5 +- arch/arm/src/stm32/stm32_usbdev.c | 2 + arch/arm/src/stm32/stm32_usbdev.h | 2 + arch/arm/src/stm32/stm32_usbfs.c | 2 + arch/arm/src/stm32/stm32_usbfs.h | 2 + arch/arm/src/stm32/stm32_usbhost.c | 2 + arch/arm/src/stm32/stm32_usbhost.h | 2 + arch/arm/src/stm32/stm32_userspace.c | 2 + arch/arm/src/stm32/stm32_userspace.h | 2 + arch/arm/src/stm32/stm32_waste.c | 2 + arch/arm/src/stm32/stm32_waste.h | 2 + arch/arm/src/stm32/stm32_wdg.h | 2 + arch/arm/src/stm32/stm32_wwdg.c | 2 + arch/arm/src/stm32/stm32f10xxf30xx_flash.c | 2 + arch/arm/src/stm32/stm32f10xxx_rcc.c | 2 + arch/arm/src/stm32/stm32f20xxf40xx_flash.c | 2 + arch/arm/src/stm32/stm32f20xxx_rcc.c | 2 + arch/arm/src/stm32/stm32f30xxx_rcc.c | 2 + arch/arm/src/stm32/stm32f33xxx_rcc.c | 2 + arch/arm/src/stm32/stm32f37xxx_rcc.c | 2 + arch/arm/src/stm32/stm32f40xxx_alarm.h | 2 + arch/arm/src/stm32/stm32f40xxx_i2c.c | 2 + arch/arm/src/stm32/stm32f40xxx_rcc.c | 2 + arch/arm/src/stm32/stm32f40xxx_rtcc.c | 2 + arch/arm/src/stm32/stm32g4xxx_flash.c | 2 + arch/arm/src/stm32/stm32g4xxxx_rcc.c | 2 + arch/arm/src/stm32/stm32l15xx_flash.c | 2 + arch/arm/src/stm32/stm32l15xxx_alarm.h | 2 + arch/arm/src/stm32/stm32l15xxx_rcc.c | 2 + arch/arm/src/stm32/stm32l15xxx_rtcc.c | 2 + arch/arm/src/stm32f0l0g0/CMakeLists.txt | 2 + arch/arm/src/stm32f0l0g0/Make.defs | 2 + arch/arm/src/stm32f0l0g0/chip.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_adc.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_aes.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_can.h | 2 + .../arm/src/stm32f0l0g0/hardware/stm32_comp.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_crc.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_crs.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_dac.h | 2 + .../src/stm32f0l0g0/hardware/stm32_dma_v1.h | 2 + .../src/stm32f0l0g0/hardware/stm32_dmamux.h | 2 + .../arm/src/stm32f0l0g0/hardware/stm32_exti.h | 2 + .../src/stm32f0l0g0/hardware/stm32_flash.h | 2 + .../arm/src/stm32f0l0g0/hardware/stm32_gpio.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_i2c.h | 2 + .../stm32f0l0g0/hardware/stm32_memorymap.h | 2 + .../src/stm32f0l0g0/hardware/stm32_pinmap.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_pwr.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_rcc.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_rng.h | 2 + .../arm/src/stm32f0l0g0/hardware/stm32_rtcc.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h | 2 + .../src/stm32f0l0g0/hardware/stm32_syscfg.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_tim.h | 2 + .../arm/src/stm32f0l0g0/hardware/stm32_uart.h | 2 + .../src/stm32f0l0g0/hardware/stm32_uart_v1.h | 2 + .../src/stm32f0l0g0/hardware/stm32_uart_v2.h | 2 + .../src/stm32f0l0g0/hardware/stm32_usbdev.h | 2 + arch/arm/src/stm32f0l0g0/hardware/stm32_wdt.h | 2 + .../hardware/stm32f03x_memorymap.h | 2 + .../stm32f0l0g0/hardware/stm32f03x_pinmap.h | 2 + .../hardware/stm32f03x_pinmap_legacy.h | 2 + .../stm32f0l0g0/hardware/stm32f05x_pinmap.h | 2 + .../hardware/stm32f05x_pinmap_legacy.h | 2 + .../hardware/stm32f05xf07xf09x_memorymap.h | 2 + .../stm32f0l0g0/hardware/stm32f07x_pinmap.h | 2 + .../hardware/stm32f07x_pinmap_legacy.h | 2 + .../stm32f0l0g0/hardware/stm32f09x_pinmap.h | 2 + .../hardware/stm32f09x_pinmap_legacy.h | 2 + .../src/stm32f0l0g0/hardware/stm32f0_exti.h | 2 + .../src/stm32f0l0g0/hardware/stm32f0_flash.h | 2 + .../src/stm32f0l0g0/hardware/stm32f0_pwr.h | 2 + .../src/stm32f0l0g0/hardware/stm32f0_rcc.h | 2 + .../src/stm32f0l0g0/hardware/stm32f0_syscfg.h | 2 + .../src/stm32f0l0g0/hardware/stm32g0_dmamux.h | 2 + .../src/stm32f0l0g0/hardware/stm32g0_exti.h | 2 + .../src/stm32f0l0g0/hardware/stm32g0_flash.h | 2 + .../stm32f0l0g0/hardware/stm32g0_memorymap.h | 2 + .../src/stm32f0l0g0/hardware/stm32g0_pinmap.h | 10 ++-- .../hardware/stm32g0_pinmap_legacy.h | 10 ++-- .../src/stm32f0l0g0/hardware/stm32g0_pwr.h | 2 + .../src/stm32f0l0g0/hardware/stm32g0_rcc.h | 2 + .../src/stm32f0l0g0/hardware/stm32g0_syscfg.h | 2 + .../src/stm32f0l0g0/hardware/stm32l0_exti.h | 2 + .../src/stm32f0l0g0/hardware/stm32l0_flash.h | 2 + .../stm32f0l0g0/hardware/stm32l0_memorymap.h | 2 + .../src/stm32f0l0g0/hardware/stm32l0_pinmap.h | 2 + .../hardware/stm32l0_pinmap_legacy.h | 2 + .../src/stm32f0l0g0/hardware/stm32l0_pwr.h | 2 + .../src/stm32f0l0g0/hardware/stm32l0_rcc.h | 2 + .../src/stm32f0l0g0/hardware/stm32l0_syscfg.h | 2 + arch/arm/src/stm32f0l0g0/stm32.h | 2 + arch/arm/src/stm32f0l0g0/stm32_adc.c | 2 + arch/arm/src/stm32f0l0g0/stm32_adc.h | 2 + arch/arm/src/stm32f0l0g0/stm32_aes.c | 2 + arch/arm/src/stm32f0l0g0/stm32_aes.h | 2 + arch/arm/src/stm32f0l0g0/stm32_crypto.c | 2 + arch/arm/src/stm32f0l0g0/stm32_dma.h | 2 + arch/arm/src/stm32f0l0g0/stm32_dma_v1.c | 2 + arch/arm/src/stm32f0l0g0/stm32_exti.h | 2 + arch/arm/src/stm32f0l0g0/stm32_exti_gpio.c | 2 + arch/arm/src/stm32f0l0g0/stm32_gpio.c | 2 + arch/arm/src/stm32f0l0g0/stm32_gpio.h | 2 + arch/arm/src/stm32f0l0g0/stm32_hsi48.c | 2 + arch/arm/src/stm32f0l0g0/stm32_hsi48.h | 2 + arch/arm/src/stm32f0l0g0/stm32_i2c.c | 27 ++++----- arch/arm/src/stm32f0l0g0/stm32_i2c.h | 2 + arch/arm/src/stm32f0l0g0/stm32_idle.c | 2 + arch/arm/src/stm32f0l0g0/stm32_irq.c | 2 + arch/arm/src/stm32f0l0g0/stm32_lowputc.c | 2 + arch/arm/src/stm32f0l0g0/stm32_lowputc.h | 2 + arch/arm/src/stm32f0l0g0/stm32_lowputc_v1.c | 2 + arch/arm/src/stm32f0l0g0/stm32_lowputc_v2.c | 2 + arch/arm/src/stm32f0l0g0/stm32_lse.c | 2 + arch/arm/src/stm32f0l0g0/stm32_pwm.c | 15 +++-- arch/arm/src/stm32f0l0g0/stm32_pwm.h | 5 +- arch/arm/src/stm32f0l0g0/stm32_pwr.c | 2 + arch/arm/src/stm32f0l0g0/stm32_pwr.h | 2 + arch/arm/src/stm32f0l0g0/stm32_rcc.c | 2 + arch/arm/src/stm32f0l0g0/stm32_rcc.h | 2 + arch/arm/src/stm32f0l0g0/stm32_rng.c | 2 + arch/arm/src/stm32f0l0g0/stm32_serial.c | 2 + arch/arm/src/stm32f0l0g0/stm32_serial.h | 2 + arch/arm/src/stm32f0l0g0/stm32_serial_v1.c | 2 + arch/arm/src/stm32f0l0g0/stm32_serial_v2.c | 2 + arch/arm/src/stm32f0l0g0/stm32_spi.c | 3 +- arch/arm/src/stm32f0l0g0/stm32_spi.h | 2 + arch/arm/src/stm32f0l0g0/stm32_start.c | 2 + arch/arm/src/stm32f0l0g0/stm32_start.h | 2 + arch/arm/src/stm32f0l0g0/stm32_tim.c | 5 +- arch/arm/src/stm32f0l0g0/stm32_tim.h | 5 +- .../arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c | 15 +++-- arch/arm/src/stm32f0l0g0/stm32_timerisr.c | 2 + arch/arm/src/stm32f0l0g0/stm32_uart.h | 2 + arch/arm/src/stm32f0l0g0/stm32_usbdev.c | 2 + arch/arm/src/stm32f0l0g0/stm32_usbdev.h | 2 + arch/arm/src/stm32f0l0g0/stm32f0_rcc.c | 2 + arch/arm/src/stm32f0l0g0/stm32f0l0_pwr.c | 2 + arch/arm/src/stm32f0l0g0/stm32g0_pwr.c | 2 + arch/arm/src/stm32f0l0g0/stm32g0_rcc.c | 2 + arch/arm/src/stm32f0l0g0/stm32l0_rcc.c | 2 + arch/arm/src/stm32f7/CMakeLists.txt | 2 + arch/arm/src/stm32f7/Make.defs | 2 + arch/arm/src/stm32f7/chip.h | 2 + arch/arm/src/stm32f7/hardware/stm32_adc.h | 2 + arch/arm/src/stm32f7/hardware/stm32_can.h | 2 + arch/arm/src/stm32f7/hardware/stm32_dbgmcu.h | 2 + arch/arm/src/stm32f7/hardware/stm32_dma.h | 2 + arch/arm/src/stm32f7/hardware/stm32_dma2d.h | 2 + .../arm/src/stm32f7/hardware/stm32_ethernet.h | 2 + arch/arm/src/stm32f7/hardware/stm32_exti.h | 2 + arch/arm/src/stm32f7/hardware/stm32_flash.h | 2 + arch/arm/src/stm32f7/hardware/stm32_fmc.h | 2 + arch/arm/src/stm32f7/hardware/stm32_gpio.h | 2 + arch/arm/src/stm32f7/hardware/stm32_i2c.h | 2 + arch/arm/src/stm32f7/hardware/stm32_ltdc.h | 2 + .../src/stm32f7/hardware/stm32_memorymap.h | 2 + arch/arm/src/stm32f7/hardware/stm32_otg.h | 2 + arch/arm/src/stm32f7/hardware/stm32_pinmap.h | 2 + arch/arm/src/stm32f7/hardware/stm32_pwr.h | 2 + arch/arm/src/stm32f7/hardware/stm32_qspi.h | 2 + arch/arm/src/stm32f7/hardware/stm32_rcc.h | 2 + arch/arm/src/stm32f7/hardware/stm32_rng.h | 2 + arch/arm/src/stm32f7/hardware/stm32_rtcc.h | 2 + arch/arm/src/stm32f7/hardware/stm32_sai.h | 2 + arch/arm/src/stm32f7/hardware/stm32_sdmmc.h | 2 + arch/arm/src/stm32f7/hardware/stm32_spi.h | 2 + arch/arm/src/stm32f7/hardware/stm32_syscfg.h | 2 + arch/arm/src/stm32f7/hardware/stm32_tim.h | 2 + arch/arm/src/stm32f7/hardware/stm32_uart.h | 2 + .../src/stm32f7/hardware/stm32f72xx73xx_adc.h | 2 + .../stm32f7/hardware/stm32f72xx73xx_dbgmcu.h | 2 + .../src/stm32f7/hardware/stm32f72xx73xx_dma.h | 2 + .../stm32f7/hardware/stm32f72xx73xx_flash.h | 2 + .../stm32f7/hardware/stm32f72xx73xx_gpio.h | 2 + .../hardware/stm32f72xx73xx_memorymap.h | 2 + .../stm32f7/hardware/stm32f72xx73xx_pinmap.h | 2 + .../hardware/stm32f72xx73xx_pinmap_legacy.h | 2 + .../src/stm32f7/hardware/stm32f72xx73xx_pwr.h | 2 + .../src/stm32f7/hardware/stm32f72xx73xx_rcc.h | 2 + .../src/stm32f7/hardware/stm32f72xx73xx_spi.h | 2 + .../stm32f7/hardware/stm32f72xx73xx_syscfg.h | 2 + .../src/stm32f7/hardware/stm32f72xx73xx_tim.h | 2 + .../stm32f7/hardware/stm32f72xx73xx_uart.h | 2 + .../stm32f7/hardware/stm32f74xx75xx_dbgmcu.h | 2 + .../src/stm32f7/hardware/stm32f74xx75xx_dma.h | 2 + .../stm32f7/hardware/stm32f74xx75xx_flash.h | 2 + .../stm32f7/hardware/stm32f74xx75xx_gpio.h | 2 + .../hardware/stm32f74xx75xx_memorymap.h | 2 + .../stm32f7/hardware/stm32f74xx75xx_pinmap.h | 2 + .../hardware/stm32f74xx75xx_pinmap_legacy.h | 2 + .../src/stm32f7/hardware/stm32f74xx75xx_pwr.h | 2 + .../src/stm32f7/hardware/stm32f74xx75xx_rcc.h | 2 + .../stm32f7/hardware/stm32f74xx75xx_syscfg.h | 2 + .../src/stm32f7/hardware/stm32f74xx75xx_tim.h | 2 + .../src/stm32f7/hardware/stm32f74xx77xx_adc.h | 2 + .../src/stm32f7/hardware/stm32f74xx77xx_i2c.h | 2 + .../src/stm32f7/hardware/stm32f74xx77xx_spi.h | 2 + .../stm32f7/hardware/stm32f74xx77xx_uart.h | 2 + .../stm32f7/hardware/stm32f76xx77xx_dbgmcu.h | 2 + .../src/stm32f7/hardware/stm32f76xx77xx_dma.h | 2 + .../stm32f7/hardware/stm32f76xx77xx_flash.h | 2 + .../stm32f7/hardware/stm32f76xx77xx_gpio.h | 2 + .../hardware/stm32f76xx77xx_memorymap.h | 2 + .../stm32f7/hardware/stm32f76xx77xx_pinmap.h | 2 + .../hardware/stm32f76xx77xx_pinmap_legacy.h | 2 + .../src/stm32f7/hardware/stm32f76xx77xx_pwr.h | 2 + .../src/stm32f7/hardware/stm32f76xx77xx_rcc.h | 2 + .../stm32f7/hardware/stm32f76xx77xx_syscfg.h | 2 + .../src/stm32f7/hardware/stm32f76xx77xx_tim.h | 2 + arch/arm/src/stm32f7/stm32_adc.c | 2 + arch/arm/src/stm32f7/stm32_adc.h | 2 + arch/arm/src/stm32f7/stm32_alarm.h | 2 + arch/arm/src/stm32f7/stm32_allocateheap.c | 2 + arch/arm/src/stm32f7/stm32_bbsram.c | 2 + arch/arm/src/stm32f7/stm32_bbsram.h | 2 + arch/arm/src/stm32f7/stm32_can.c | 2 + arch/arm/src/stm32f7/stm32_can.h | 2 + arch/arm/src/stm32f7/stm32_can_sock.c | 2 + arch/arm/src/stm32f7/stm32_capture.c | 2 + arch/arm/src/stm32f7/stm32_capture.h | 2 + arch/arm/src/stm32f7/stm32_config.h | 2 + arch/arm/src/stm32f7/stm32_dbgmcu.h | 2 + arch/arm/src/stm32f7/stm32_dma.c | 2 + arch/arm/src/stm32f7/stm32_dma.h | 2 + arch/arm/src/stm32f7/stm32_dma2d.c | 2 + arch/arm/src/stm32f7/stm32_dma2d.h | 2 + arch/arm/src/stm32f7/stm32_dtcm.c | 2 + arch/arm/src/stm32f7/stm32_dtcm.h | 2 + arch/arm/src/stm32f7/stm32_dumpgpio.c | 2 + arch/arm/src/stm32f7/stm32_ethernet.c | 2 + arch/arm/src/stm32f7/stm32_ethernet.h | 2 + arch/arm/src/stm32f7/stm32_exti.h | 2 + arch/arm/src/stm32f7/stm32_exti_alarm.c | 2 + arch/arm/src/stm32f7/stm32_exti_gpio.c | 2 + arch/arm/src/stm32f7/stm32_exti_pwr.c | 2 + arch/arm/src/stm32f7/stm32_exti_pwr.h | 2 + arch/arm/src/stm32f7/stm32_exti_wakeup.c | 2 + arch/arm/src/stm32f7/stm32_flash.c | 12 ++-- arch/arm/src/stm32f7/stm32_fmc.c | 2 + arch/arm/src/stm32f7/stm32_fmc.h | 2 + arch/arm/src/stm32f7/stm32_foc.c | 2 + arch/arm/src/stm32f7/stm32_foc.h | 2 + arch/arm/src/stm32f7/stm32_gpio.c | 2 + arch/arm/src/stm32f7/stm32_gpio.h | 2 + arch/arm/src/stm32f7/stm32_i2c.c | 27 ++++----- arch/arm/src/stm32f7/stm32_i2c.h | 2 + arch/arm/src/stm32f7/stm32_i2s.c | 2 + arch/arm/src/stm32f7/stm32_i2s.h | 2 + arch/arm/src/stm32f7/stm32_irq.c | 2 + arch/arm/src/stm32f7/stm32_lowputc.c | 2 + arch/arm/src/stm32f7/stm32_lowputc.h | 2 + arch/arm/src/stm32f7/stm32_lse.c | 2 + arch/arm/src/stm32f7/stm32_lsi.c | 2 + arch/arm/src/stm32f7/stm32_ltdc.c | 2 + arch/arm/src/stm32f7/stm32_ltdc.h | 2 + arch/arm/src/stm32f7/stm32_mpuinit.c | 2 + arch/arm/src/stm32f7/stm32_mpuinit.h | 2 + arch/arm/src/stm32f7/stm32_otg.h | 2 + arch/arm/src/stm32f7/stm32_otgdev.c | 2 + arch/arm/src/stm32f7/stm32_otghost.c | 2 + arch/arm/src/stm32f7/stm32_pm.h | 2 + arch/arm/src/stm32f7/stm32_pminitialize.c | 2 + arch/arm/src/stm32f7/stm32_pmsleep.c | 2 + arch/arm/src/stm32f7/stm32_pmstandby.c | 2 + arch/arm/src/stm32f7/stm32_pmstop.c | 2 + arch/arm/src/stm32f7/stm32_pwm.c | 2 + arch/arm/src/stm32f7/stm32_pwm.h | 2 + arch/arm/src/stm32f7/stm32_pwr.c | 2 + arch/arm/src/stm32f7/stm32_pwr.h | 2 + arch/arm/src/stm32f7/stm32_qencoder.c | 2 + arch/arm/src/stm32f7/stm32_qencoder.h | 2 + arch/arm/src/stm32f7/stm32_qspi.c | 2 + arch/arm/src/stm32f7/stm32_qspi.h | 2 + arch/arm/src/stm32f7/stm32_rcc.c | 2 + arch/arm/src/stm32f7/stm32_rcc.h | 2 + arch/arm/src/stm32f7/stm32_rng.c | 2 + arch/arm/src/stm32f7/stm32_rtc.c | 2 + arch/arm/src/stm32f7/stm32_rtc.h | 2 + arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c | 2 + arch/arm/src/stm32f7/stm32_sai.c | 8 ++- arch/arm/src/stm32f7/stm32_sai.h | 5 +- arch/arm/src/stm32f7/stm32_sdmmc.c | 2 + arch/arm/src/stm32f7/stm32_sdmmc.h | 2 + arch/arm/src/stm32f7/stm32_serial.c | 2 + arch/arm/src/stm32f7/stm32_spi.c | 2 + arch/arm/src/stm32f7/stm32_spi.h | 2 + arch/arm/src/stm32f7/stm32_start.c | 2 + arch/arm/src/stm32f7/stm32_start.h | 2 + arch/arm/src/stm32f7/stm32_tickless.c | 9 +-- arch/arm/src/stm32f7/stm32_tim.c | 2 + arch/arm/src/stm32f7/stm32_tim.h | 2 + arch/arm/src/stm32f7/stm32_tim_lowerhalf.c | 9 +-- arch/arm/src/stm32f7/stm32_timerisr.c | 2 + arch/arm/src/stm32f7/stm32_uart.h | 2 + arch/arm/src/stm32f7/stm32_uid.c | 5 +- arch/arm/src/stm32f7/stm32_uid.h | 5 +- arch/arm/src/stm32f7/stm32_usbhost.c | 2 + arch/arm/src/stm32f7/stm32_usbhost.h | 2 + arch/arm/src/stm32f7/stm32_userspace.c | 2 + arch/arm/src/stm32f7/stm32_userspace.h | 2 + arch/arm/src/stm32f7/stm32_waste.c | 2 + arch/arm/src/stm32f7/stm32_waste.h | 2 + arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c | 2 + arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c | 2 + arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c | 2 + arch/arm/src/stm32h5/Make.defs | 2 + arch/arm/src/stm32h5/chip.h | 2 + arch/arm/src/stm32h5/hardware/stm32_crs.h | 2 + arch/arm/src/stm32h5/hardware/stm32_dbgmcu.h | 2 + .../arm/src/stm32h5/hardware/stm32_ethernet.h | 2 + arch/arm/src/stm32h5/hardware/stm32_fdcan.h | 2 + arch/arm/src/stm32h5/hardware/stm32_flash.h | 2 + arch/arm/src/stm32h5/hardware/stm32_gpio.h | 2 + arch/arm/src/stm32h5/hardware/stm32_i2c.h | 2 + .../src/stm32h5/hardware/stm32_memorymap.h | 2 + arch/arm/src/stm32h5/hardware/stm32_pinmap.h | 2 + arch/arm/src/stm32h5/hardware/stm32_pwr.h | 2 + arch/arm/src/stm32h5/hardware/stm32_rcc.h | 2 + arch/arm/src/stm32h5/hardware/stm32_sbs.h | 2 + arch/arm/src/stm32h5/hardware/stm32_uart.h | 2 + .../src/stm32h5/hardware/stm32h56xxx_pinmap.h | 2 + .../src/stm32h5/hardware/stm32h5xxx_flash.h | 2 + .../src/stm32h5/hardware/stm32h5xxx_gpio.h | 2 + .../arm/src/stm32h5/hardware/stm32h5xxx_i2c.h | 2 + .../stm32h5/hardware/stm32h5xxx_memorymap.h | 2 + .../arm/src/stm32h5/hardware/stm32h5xxx_pwr.h | 2 + .../arm/src/stm32h5/hardware/stm32h5xxx_rcc.h | 2 + .../arm/src/stm32h5/hardware/stm32h5xxx_spi.h | 2 + .../src/stm32h5/hardware/stm32h5xxx_uart.h | 2 + arch/arm/src/stm32h5/stm32.h | 2 + arch/arm/src/stm32h5/stm32_adc.c | 2 + arch/arm/src/stm32h5/stm32_dbgmcu.h | 2 + arch/arm/src/stm32h5/stm32_flash.h | 2 + arch/arm/src/stm32h5/stm32_gpio.c | 2 + arch/arm/src/stm32h5/stm32_gpio.h | 2 + arch/arm/src/stm32h5/stm32_hsi48.c | 2 + arch/arm/src/stm32h5/stm32_hsi48.h | 2 + arch/arm/src/stm32h5/stm32_i2c.c | 37 +++++------- arch/arm/src/stm32h5/stm32_i2c.h | 2 + arch/arm/src/stm32h5/stm32_idle.c | 2 + arch/arm/src/stm32h5/stm32_irq.c | 2 + arch/arm/src/stm32h5/stm32_lowputc.c | 2 + arch/arm/src/stm32h5/stm32_lowputc.h | 2 + arch/arm/src/stm32h5/stm32_lse.c | 2 + arch/arm/src/stm32h5/stm32_lsi.c | 2 + arch/arm/src/stm32h5/stm32_pwr.c | 2 + arch/arm/src/stm32h5/stm32_pwr.h | 2 + arch/arm/src/stm32h5/stm32_rcc.c | 2 + arch/arm/src/stm32h5/stm32_rcc.h | 2 + arch/arm/src/stm32h5/stm32_serial.c | 2 + arch/arm/src/stm32h5/stm32_start.c | 2 + arch/arm/src/stm32h5/stm32_start.h | 2 + arch/arm/src/stm32h5/stm32_timerisr.c | 2 + arch/arm/src/stm32h5/stm32_uart.h | 2 + arch/arm/src/stm32h7/CMakeLists.txt | 2 + arch/arm/src/stm32h7/Make.defs | 2 + arch/arm/src/stm32h7/chip.h | 2 + arch/arm/src/stm32h7/hardware/stm32_adc.h | 2 + arch/arm/src/stm32h7/hardware/stm32_axi.h | 2 + arch/arm/src/stm32h7/hardware/stm32_bdma.h | 2 + arch/arm/src/stm32h7/hardware/stm32_dac.h | 3 +- arch/arm/src/stm32h7/hardware/stm32_dma.h | 2 + arch/arm/src/stm32h7/hardware/stm32_dmamux.h | 2 + .../arm/src/stm32h7/hardware/stm32_ethernet.h | 2 + arch/arm/src/stm32h7/hardware/stm32_exti.h | 2 + arch/arm/src/stm32h7/hardware/stm32_fdcan.h | 2 + arch/arm/src/stm32h7/hardware/stm32_flash.h | 2 + arch/arm/src/stm32h7/hardware/stm32_fmc.h | 2 + arch/arm/src/stm32h7/hardware/stm32_gpio.h | 2 + arch/arm/src/stm32h7/hardware/stm32_hsem.h | 2 + arch/arm/src/stm32h7/hardware/stm32_i2c.h | 2 + arch/arm/src/stm32h7/hardware/stm32_lptim.h | 2 + arch/arm/src/stm32h7/hardware/stm32_ltdc.h | 2 + arch/arm/src/stm32h7/hardware/stm32_mdma.h | 2 + .../src/stm32h7/hardware/stm32_memorymap.h | 2 + arch/arm/src/stm32h7/hardware/stm32_otg.h | 3 +- arch/arm/src/stm32h7/hardware/stm32_pinmap.h | 2 + arch/arm/src/stm32h7/hardware/stm32_pwr.h | 2 + arch/arm/src/stm32h7/hardware/stm32_qspi.h | 2 + arch/arm/src/stm32h7/hardware/stm32_rcc.h | 2 + arch/arm/src/stm32h7/hardware/stm32_rtcc.h | 2 + arch/arm/src/stm32h7/hardware/stm32_sdmmc.h | 2 + arch/arm/src/stm32h7/hardware/stm32_spi.h | 2 + arch/arm/src/stm32h7/hardware/stm32_syscfg.h | 2 + arch/arm/src/stm32h7/hardware/stm32_tim.h | 2 + arch/arm/src/stm32h7/hardware/stm32_uart.h | 2 + arch/arm/src/stm32h7/hardware/stm32_wdg.h | 2 + .../src/stm32h7/hardware/stm32h7b3xx_flash.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_dmamux.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_flash.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_gpio.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_i2c.h | 2 + .../stm32h7/hardware/stm32h7x3xx_memorymap.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_pinmap.h | 2 + .../hardware/stm32h7x3xx_pinmap_legacy.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_pwr.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_rcc.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_sdmmc.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_spi.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_syscfg.h | 2 + .../src/stm32h7/hardware/stm32h7x3xx_uart.h | 2 + .../src/stm32h7/hardware/stm32h7xxx_dbgmcu.h | 2 + arch/arm/src/stm32h7/stm32.h | 2 + arch/arm/src/stm32h7/stm32_adc.c | 19 +++--- arch/arm/src/stm32h7/stm32_adc.h | 2 + arch/arm/src/stm32h7/stm32_alarm.h | 2 + arch/arm/src/stm32h7/stm32_allocateheap.c | 2 + arch/arm/src/stm32h7/stm32_bbsram.c | 2 + arch/arm/src/stm32h7/stm32_bbsram.h | 2 + arch/arm/src/stm32h7/stm32_dbgmcu.h | 2 + arch/arm/src/stm32h7/stm32_dma.c | 2 + arch/arm/src/stm32h7/stm32_dma.h | 2 + arch/arm/src/stm32h7/stm32_dtcm.c | 2 + arch/arm/src/stm32h7/stm32_dtcm.h | 2 + arch/arm/src/stm32h7/stm32_dualcore.c | 2 + arch/arm/src/stm32h7/stm32_dualcore.h | 2 + arch/arm/src/stm32h7/stm32_ethernet.c | 2 + arch/arm/src/stm32h7/stm32_ethernet.h | 2 + arch/arm/src/stm32h7/stm32_exti.h | 2 + arch/arm/src/stm32h7/stm32_exti_alarm.c | 2 + arch/arm/src/stm32h7/stm32_exti_gpio.c | 2 + arch/arm/src/stm32h7/stm32_exti_wakeup.c | 2 + arch/arm/src/stm32h7/stm32_fdcan_sock.c | 2 + arch/arm/src/stm32h7/stm32_fdcan_sock.h | 2 + arch/arm/src/stm32h7/stm32_flash.c | 2 + arch/arm/src/stm32h7/stm32_flash.h | 2 + arch/arm/src/stm32h7/stm32_fmc.c | 2 + arch/arm/src/stm32h7/stm32_fmc.h | 2 + arch/arm/src/stm32h7/stm32_gpio.c | 2 + arch/arm/src/stm32h7/stm32_gpio.h | 2 + arch/arm/src/stm32h7/stm32_hsem.c | 2 + arch/arm/src/stm32h7/stm32_hsem.h | 2 + arch/arm/src/stm32h7/stm32_i2c.c | 28 ++++----- arch/arm/src/stm32h7/stm32_i2c.h | 2 + arch/arm/src/stm32h7/stm32_irq.c | 2 + arch/arm/src/stm32h7/stm32_iwdg.c | 2 + arch/arm/src/stm32h7/stm32_lowputc.c | 2 + arch/arm/src/stm32h7/stm32_lowputc.h | 2 + arch/arm/src/stm32h7/stm32_lptim.c | 2 + arch/arm/src/stm32h7/stm32_lptim.h | 2 + arch/arm/src/stm32h7/stm32_lse.c | 2 + arch/arm/src/stm32h7/stm32_lsi.c | 2 + arch/arm/src/stm32h7/stm32_ltdc.c | 2 + arch/arm/src/stm32h7/stm32_ltdc.h | 2 + arch/arm/src/stm32h7/stm32_mpuinit.c | 2 + arch/arm/src/stm32h7/stm32_mpuinit.h | 2 + arch/arm/src/stm32h7/stm32_oneshot.c | 2 + arch/arm/src/stm32h7/stm32_oneshot.h | 2 + .../arm/src/stm32h7/stm32_oneshot_lowerhalf.c | 2 + arch/arm/src/stm32h7/stm32_otg.h | 2 + arch/arm/src/stm32h7/stm32_otgdev.c | 2 + arch/arm/src/stm32h7/stm32_otghost.c | 2 + arch/arm/src/stm32h7/stm32_pm.h | 2 + arch/arm/src/stm32h7/stm32_pminitialize.c | 2 + arch/arm/src/stm32h7/stm32_pmsleep.c | 2 + arch/arm/src/stm32h7/stm32_pmstandby.c | 2 + arch/arm/src/stm32h7/stm32_pmstop.c | 2 + arch/arm/src/stm32h7/stm32_pwm.c | 2 + arch/arm/src/stm32h7/stm32_pwm.h | 2 + arch/arm/src/stm32h7/stm32_pwr.c | 2 + arch/arm/src/stm32h7/stm32_pwr.h | 2 + arch/arm/src/stm32h7/stm32_qencoder.c | 2 + arch/arm/src/stm32h7/stm32_qencoder.h | 2 + arch/arm/src/stm32h7/stm32_qspi.c | 2 + arch/arm/src/stm32h7/stm32_qspi.h | 2 + arch/arm/src/stm32h7/stm32_rcc.c | 2 + arch/arm/src/stm32h7/stm32_rcc.h | 2 + arch/arm/src/stm32h7/stm32_rptun.c | 2 + arch/arm/src/stm32h7/stm32_rptun.h | 2 + arch/arm/src/stm32h7/stm32_rtc.c | 2 + arch/arm/src/stm32h7/stm32_rtc.h | 2 + arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c | 2 + arch/arm/src/stm32h7/stm32_sdmmc.c | 2 + arch/arm/src/stm32h7/stm32_sdmmc.h | 2 + arch/arm/src/stm32h7/stm32_serial.c | 2 + arch/arm/src/stm32h7/stm32_spi.c | 2 + arch/arm/src/stm32h7/stm32_spi.h | 2 + arch/arm/src/stm32h7/stm32_spi_slave.c | 2 + arch/arm/src/stm32h7/stm32_start.c | 2 + arch/arm/src/stm32h7/stm32_start.h | 2 + arch/arm/src/stm32h7/stm32_tickless.c | 2 + arch/arm/src/stm32h7/stm32_tim.c | 2 + arch/arm/src/stm32h7/stm32_tim.h | 2 + arch/arm/src/stm32h7/stm32_tim_lowerhalf.c | 13 +++-- arch/arm/src/stm32h7/stm32_timerisr.c | 2 + arch/arm/src/stm32h7/stm32_uart.h | 2 + arch/arm/src/stm32h7/stm32_uid.c | 7 ++- arch/arm/src/stm32h7/stm32_uid.h | 7 ++- arch/arm/src/stm32h7/stm32_usbhost.c | 2 + arch/arm/src/stm32h7/stm32_usbhost.h | 2 + arch/arm/src/stm32h7/stm32_userspace.c | 2 + arch/arm/src/stm32h7/stm32_userspace.h | 2 + arch/arm/src/stm32h7/stm32_wdg.h | 2 + arch/arm/src/stm32h7/stm32_wwdg.c | 2 + arch/arm/src/stm32h7/stm32h743xx_flash.c | 21 +++---- arch/arm/src/stm32h7/stm32h7b3xx_flash.c | 21 +++---- arch/arm/src/stm32h7/stm32h7x3xx_rcc.c | 2 + arch/arm/src/stm32h7/stm32h7x7xx_rcc.c | 2 + arch/arm/src/stm32l4/Make.defs | 2 + arch/arm/src/stm32l4/chip.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_adc.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_can.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_comp.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_crs.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_dac.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_exti.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_flash.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_gpio.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_i2c.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_lptim.h | 8 ++- .../src/stm32l4/hardware/stm32l4_memorymap.h | 2 + .../arm/src/stm32l4/hardware/stm32l4_pinmap.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_pwr.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_qspi.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_rng.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_rtcc.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_sai.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_sdmmc.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_spi.h | 2 + .../arm/src/stm32l4/hardware/stm32l4_syscfg.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_tim.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_uart.h | 2 + .../arm/src/stm32l4/hardware/stm32l4_usbdev.h | 2 + arch/arm/src/stm32l4/hardware/stm32l4_wdg.h | 2 + .../src/stm32l4/hardware/stm32l4x3xx_dbgmcu.h | 2 + .../src/stm32l4/hardware/stm32l4x3xx_dma.h | 2 + .../stm32l4/hardware/stm32l4x3xx_firewall.h | 2 + .../src/stm32l4/hardware/stm32l4x3xx_pinmap.h | 2 + .../hardware/stm32l4x3xx_pinmap_legacy.h | 2 + .../src/stm32l4/hardware/stm32l4x3xx_rcc.h | 2 + .../src/stm32l4/hardware/stm32l4x3xx_syscfg.h | 2 + .../src/stm32l4/hardware/stm32l4x5xx_dbgmcu.h | 2 + .../src/stm32l4/hardware/stm32l4x5xx_dma.h | 2 + .../stm32l4/hardware/stm32l4x5xx_firewall.h | 2 + .../src/stm32l4/hardware/stm32l4x5xx_otgfs.h | 2 + .../src/stm32l4/hardware/stm32l4x5xx_pinmap.h | 2 + .../hardware/stm32l4x5xx_pinmap_legacy.h | 2 + .../src/stm32l4/hardware/stm32l4x5xx_rcc.h | 2 + .../src/stm32l4/hardware/stm32l4x5xx_syscfg.h | 2 + .../src/stm32l4/hardware/stm32l4x6xx_dbgmcu.h | 2 + .../src/stm32l4/hardware/stm32l4x6xx_dma.h | 2 + .../stm32l4/hardware/stm32l4x6xx_firewall.h | 2 + .../src/stm32l4/hardware/stm32l4x6xx_otgfs.h | 2 + .../src/stm32l4/hardware/stm32l4x6xx_pinmap.h | 2 + .../hardware/stm32l4x6xx_pinmap_legacy.h | 2 + .../src/stm32l4/hardware/stm32l4x6xx_rcc.h | 2 + .../src/stm32l4/hardware/stm32l4x6xx_syscfg.h | 2 + .../src/stm32l4/hardware/stm32l4xrxx_dbgmcu.h | 2 + .../src/stm32l4/hardware/stm32l4xrxx_dma.h | 2 + .../src/stm32l4/hardware/stm32l4xrxx_dmamux.h | 2 + .../stm32l4/hardware/stm32l4xrxx_firewall.h | 2 + .../src/stm32l4/hardware/stm32l4xrxx_pinmap.h | 2 + .../hardware/stm32l4xrxx_pinmap_legacy.h | 2 + .../src/stm32l4/hardware/stm32l4xrxx_rcc.h | 2 + .../src/stm32l4/hardware/stm32l4xrxx_syscfg.h | 2 + arch/arm/src/stm32l4/stm32l4.h | 2 + arch/arm/src/stm32l4/stm32l4_1wire.c | 2 + arch/arm/src/stm32l4/stm32l4_1wire.h | 2 + arch/arm/src/stm32l4/stm32l4_adc.c | 2 + arch/arm/src/stm32l4/stm32l4_adc.h | 2 + arch/arm/src/stm32l4/stm32l4_allocateheap.c | 2 + arch/arm/src/stm32l4/stm32l4_can.c | 2 + arch/arm/src/stm32l4/stm32l4_can.h | 2 + arch/arm/src/stm32l4/stm32l4_comp.c | 8 +-- arch/arm/src/stm32l4/stm32l4_comp.h | 4 +- arch/arm/src/stm32l4/stm32l4_dac.c | 2 + arch/arm/src/stm32l4/stm32l4_dac.h | 2 + arch/arm/src/stm32l4/stm32l4_dbgmcu.h | 2 + arch/arm/src/stm32l4/stm32l4_dfsdm.c | 2 + arch/arm/src/stm32l4/stm32l4_dfsdm.h | 2 + arch/arm/src/stm32l4/stm32l4_dfumode.c | 2 + arch/arm/src/stm32l4/stm32l4_dfumode.h | 2 + arch/arm/src/stm32l4/stm32l4_dma.c | 2 + arch/arm/src/stm32l4/stm32l4_dma.h | 2 + arch/arm/src/stm32l4/stm32l4_dumpgpio.c | 2 + arch/arm/src/stm32l4/stm32l4_exti.h | 2 + arch/arm/src/stm32l4/stm32l4_exti_alarm.c | 2 + arch/arm/src/stm32l4/stm32l4_exti_comp.c | 5 +- arch/arm/src/stm32l4/stm32l4_exti_gpio.c | 2 + arch/arm/src/stm32l4/stm32l4_exti_pwr.c | 2 + arch/arm/src/stm32l4/stm32l4_exti_pwr.h | 2 + arch/arm/src/stm32l4/stm32l4_exti_wakeup.c | 2 + arch/arm/src/stm32l4/stm32l4_firewall.c | 2 + arch/arm/src/stm32l4/stm32l4_firewall.h | 2 + arch/arm/src/stm32l4/stm32l4_flash.c | 2 + arch/arm/src/stm32l4/stm32l4_flash.h | 2 + arch/arm/src/stm32l4/stm32l4_freerun.c | 2 + arch/arm/src/stm32l4/stm32l4_freerun.h | 2 + arch/arm/src/stm32l4/stm32l4_gpio.c | 2 + arch/arm/src/stm32l4/stm32l4_gpio.h | 2 + arch/arm/src/stm32l4/stm32l4_hsi48.c | 2 + arch/arm/src/stm32l4/stm32l4_hsi48.h | 2 + arch/arm/src/stm32l4/stm32l4_i2c.c | 44 +++++--------- arch/arm/src/stm32l4/stm32l4_i2c.h | 2 + arch/arm/src/stm32l4/stm32l4_idle.c | 2 + arch/arm/src/stm32l4/stm32l4_irq.c | 2 + arch/arm/src/stm32l4/stm32l4_iwdg.c | 2 + arch/arm/src/stm32l4/stm32l4_lowputc.c | 2 + arch/arm/src/stm32l4/stm32l4_lowputc.h | 2 + arch/arm/src/stm32l4/stm32l4_lptim.c | 14 ++--- arch/arm/src/stm32l4/stm32l4_lptim.h | 14 ++--- arch/arm/src/stm32l4/stm32l4_lse.c | 2 + arch/arm/src/stm32l4/stm32l4_lsi.c | 2 + arch/arm/src/stm32l4/stm32l4_mpuinit.c | 2 + arch/arm/src/stm32l4/stm32l4_mpuinit.h | 2 + arch/arm/src/stm32l4/stm32l4_oneshot.c | 2 + arch/arm/src/stm32l4/stm32l4_oneshot.h | 2 + .../src/stm32l4/stm32l4_oneshot_lowerhalf.c | 2 + arch/arm/src/stm32l4/stm32l4_otgfs.h | 2 + arch/arm/src/stm32l4/stm32l4_otgfsdev.c | 2 + arch/arm/src/stm32l4/stm32l4_otgfshost.c | 2 + arch/arm/src/stm32l4/stm32l4_pm.h | 2 + arch/arm/src/stm32l4/stm32l4_pminitialize.c | 2 + arch/arm/src/stm32l4/stm32l4_pmlpr.c | 7 ++- arch/arm/src/stm32l4/stm32l4_pmsleep.c | 2 + arch/arm/src/stm32l4/stm32l4_pmstandby.c | 7 ++- arch/arm/src/stm32l4/stm32l4_pmstop.c | 7 ++- arch/arm/src/stm32l4/stm32l4_pwm.c | 2 + arch/arm/src/stm32l4/stm32l4_pwm.h | 2 + arch/arm/src/stm32l4/stm32l4_pwr.c | 2 + arch/arm/src/stm32l4/stm32l4_pwr.h | 2 + arch/arm/src/stm32l4/stm32l4_qencoder.c | 2 + arch/arm/src/stm32l4/stm32l4_qencoder.h | 2 + arch/arm/src/stm32l4/stm32l4_qspi.c | 2 + arch/arm/src/stm32l4/stm32l4_qspi.h | 2 + arch/arm/src/stm32l4/stm32l4_rcc.c | 2 + arch/arm/src/stm32l4/stm32l4_rcc.h | 2 + arch/arm/src/stm32l4/stm32l4_rng.c | 2 + arch/arm/src/stm32l4/stm32l4_rtc.c | 2 + arch/arm/src/stm32l4/stm32l4_rtc.h | 2 + arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c | 2 + arch/arm/src/stm32l4/stm32l4_sai.c | 7 ++- arch/arm/src/stm32l4/stm32l4_sai.h | 5 +- arch/arm/src/stm32l4/stm32l4_sdmmc.c | 2 + arch/arm/src/stm32l4/stm32l4_sdmmc.h | 2 + arch/arm/src/stm32l4/stm32l4_serial.c | 2 + arch/arm/src/stm32l4/stm32l4_spi.c | 2 + arch/arm/src/stm32l4/stm32l4_spi.h | 2 + arch/arm/src/stm32l4/stm32l4_start.c | 2 + arch/arm/src/stm32l4/stm32l4_start.h | 2 + arch/arm/src/stm32l4/stm32l4_tickless.c | 2 + arch/arm/src/stm32l4/stm32l4_tim.c | 2 + arch/arm/src/stm32l4/stm32l4_tim.h | 2 + arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c | 15 ++--- arch/arm/src/stm32l4/stm32l4_timerisr.c | 2 + arch/arm/src/stm32l4/stm32l4_uart.h | 2 + arch/arm/src/stm32l4/stm32l4_uid.c | 7 ++- arch/arm/src/stm32l4/stm32l4_uid.h | 7 ++- arch/arm/src/stm32l4/stm32l4_usbdev.c | 2 + arch/arm/src/stm32l4/stm32l4_usbdev.h | 2 + arch/arm/src/stm32l4/stm32l4_usbhost.h | 2 + arch/arm/src/stm32l4/stm32l4_usbhost_trace.c | 2 + arch/arm/src/stm32l4/stm32l4_userspace.c | 2 + arch/arm/src/stm32l4/stm32l4_userspace.h | 2 + arch/arm/src/stm32l4/stm32l4_waste.c | 2 + arch/arm/src/stm32l4/stm32l4_waste.h | 2 + arch/arm/src/stm32l4/stm32l4_wdg.h | 2 + arch/arm/src/stm32l4/stm32l4x3xx_rcc.c | 2 + arch/arm/src/stm32l4/stm32l4x5xx_rcc.c | 2 + arch/arm/src/stm32l4/stm32l4x6xx_dma.c | 2 + arch/arm/src/stm32l4/stm32l4x6xx_rcc.c | 2 + arch/arm/src/stm32l4/stm32l4xrxx_dma.c | 2 + arch/arm/src/stm32l4/stm32l4xrxx_rcc.c | 2 + arch/arm/src/stm32l5/Make.defs | 2 + arch/arm/src/stm32l5/chip.h | 2 + .../src/stm32l5/hardware/stm32l562xx_dbgmcu.h | 2 + .../src/stm32l5/hardware/stm32l562xx_pinmap.h | 2 + .../hardware/stm32l562xx_pinmap_legacy.h | 2 + .../src/stm32l5/hardware/stm32l562xx_rcc.h | 2 + .../src/stm32l5/hardware/stm32l562xx_syscfg.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_exti.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_flash.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_gpio.h | 2 + .../src/stm32l5/hardware/stm32l5_memorymap.h | 2 + .../arm/src/stm32l5/hardware/stm32l5_pinmap.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_pwr.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_spi.h | 2 + .../arm/src/stm32l5/hardware/stm32l5_syscfg.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_tim.h | 2 + arch/arm/src/stm32l5/hardware/stm32l5_uart.h | 2 + arch/arm/src/stm32l5/stm32l5.h | 2 + arch/arm/src/stm32l5/stm32l562xx_rcc.c | 2 + arch/arm/src/stm32l5/stm32l5_allocateheap.c | 2 + arch/arm/src/stm32l5/stm32l5_dbgmcu.h | 2 + arch/arm/src/stm32l5/stm32l5_dumpgpio.c | 2 + arch/arm/src/stm32l5/stm32l5_exti.h | 2 + arch/arm/src/stm32l5/stm32l5_exti_gpio.c | 2 + arch/arm/src/stm32l5/stm32l5_flash.c | 2 + arch/arm/src/stm32l5/stm32l5_flash.h | 2 + arch/arm/src/stm32l5/stm32l5_gpio.c | 2 + arch/arm/src/stm32l5/stm32l5_gpio.h | 2 + arch/arm/src/stm32l5/stm32l5_idle.c | 2 + arch/arm/src/stm32l5/stm32l5_irq.c | 2 + arch/arm/src/stm32l5/stm32l5_lowputc.c | 2 + arch/arm/src/stm32l5/stm32l5_lowputc.h | 2 + arch/arm/src/stm32l5/stm32l5_lse.c | 2 + arch/arm/src/stm32l5/stm32l5_lsi.c | 2 + arch/arm/src/stm32l5/stm32l5_mpuinit.c | 2 + arch/arm/src/stm32l5/stm32l5_mpuinit.h | 2 + arch/arm/src/stm32l5/stm32l5_pwr.c | 2 + arch/arm/src/stm32l5/stm32l5_pwr.h | 2 + arch/arm/src/stm32l5/stm32l5_rcc.c | 2 + arch/arm/src/stm32l5/stm32l5_rcc.h | 2 + arch/arm/src/stm32l5/stm32l5_serial.c | 2 + arch/arm/src/stm32l5/stm32l5_spi.c | 2 + arch/arm/src/stm32l5/stm32l5_spi.h | 2 + arch/arm/src/stm32l5/stm32l5_start.c | 2 + arch/arm/src/stm32l5/stm32l5_start.h | 2 + arch/arm/src/stm32l5/stm32l5_tim.c | 2 + arch/arm/src/stm32l5/stm32l5_tim.h | 2 + arch/arm/src/stm32l5/stm32l5_tim_lowerhalf.c | 2 + arch/arm/src/stm32l5/stm32l5_timerisr.c | 2 + arch/arm/src/stm32l5/stm32l5_uart.h | 2 + arch/arm/src/stm32l5/stm32l5_uid.c | 2 + arch/arm/src/stm32l5/stm32l5_uid.h | 2 + arch/arm/src/stm32l5/stm32l5_userspace.c | 2 + arch/arm/src/stm32l5/stm32l5_userspace.h | 2 + arch/arm/src/stm32l5/stm32l5_waste.c | 2 + arch/arm/src/stm32l5/stm32l5_waste.h | 2 + arch/arm/src/stm32u5/CMakeLists.txt | 2 + arch/arm/src/stm32u5/Make.defs | 2 + arch/arm/src/stm32u5/chip.h | 2 + arch/arm/src/stm32u5/hardware/stm32_exti.h | 2 + arch/arm/src/stm32u5/hardware/stm32_flash.h | 2 + arch/arm/src/stm32u5/hardware/stm32_gpio.h | 2 + arch/arm/src/stm32u5/hardware/stm32_i2c.h | 2 + .../src/stm32u5/hardware/stm32_memorymap.h | 2 + arch/arm/src/stm32u5/hardware/stm32_pinmap.h | 2 + arch/arm/src/stm32u5/hardware/stm32_pwr.h | 2 + arch/arm/src/stm32u5/hardware/stm32_spi.h | 2 + arch/arm/src/stm32u5/hardware/stm32_syscfg.h | 2 + arch/arm/src/stm32u5/hardware/stm32_tim.h | 2 + arch/arm/src/stm32u5/hardware/stm32_uart.h | 2 + .../src/stm32u5/hardware/stm32u5xx_dbgmcu.h | 2 + .../src/stm32u5/hardware/stm32u5xx_pinmap.h | 2 + arch/arm/src/stm32u5/hardware/stm32u5xx_rcc.h | 2 + arch/arm/src/stm32u5/hardware/stm32u5xx_spi.h | 2 + .../src/stm32u5/hardware/stm32u5xx_syscfg.h | 2 + arch/arm/src/stm32u5/stm32.h | 2 + arch/arm/src/stm32u5/stm32_allocateheap.c | 2 + arch/arm/src/stm32u5/stm32_dbgmcu.h | 2 + arch/arm/src/stm32u5/stm32_dumpgpio.c | 2 + arch/arm/src/stm32u5/stm32_exti.h | 2 + arch/arm/src/stm32u5/stm32_exti_gpio.c | 2 + arch/arm/src/stm32u5/stm32_flash.c | 2 + arch/arm/src/stm32u5/stm32_flash.h | 2 + arch/arm/src/stm32u5/stm32_gpio.c | 2 + arch/arm/src/stm32u5/stm32_gpio.h | 2 + arch/arm/src/stm32u5/stm32_i2c.c | 45 +++++--------- arch/arm/src/stm32u5/stm32_i2c.h | 2 + arch/arm/src/stm32u5/stm32_idle.c | 2 + arch/arm/src/stm32u5/stm32_irq.c | 2 + arch/arm/src/stm32u5/stm32_lowputc.c | 2 + arch/arm/src/stm32u5/stm32_lowputc.h | 2 + arch/arm/src/stm32u5/stm32_lse.c | 2 + arch/arm/src/stm32u5/stm32_lsi.c | 2 + arch/arm/src/stm32u5/stm32_mpuinit.c | 2 + arch/arm/src/stm32u5/stm32_mpuinit.h | 2 + arch/arm/src/stm32u5/stm32_pwr.c | 2 + arch/arm/src/stm32u5/stm32_pwr.h | 2 + arch/arm/src/stm32u5/stm32_rcc.c | 2 + arch/arm/src/stm32u5/stm32_rcc.h | 2 + arch/arm/src/stm32u5/stm32_serial.c | 2 + arch/arm/src/stm32u5/stm32_spi.c | 2 + arch/arm/src/stm32u5/stm32_spi.h | 2 + arch/arm/src/stm32u5/stm32_start.c | 2 + arch/arm/src/stm32u5/stm32_start.h | 2 + arch/arm/src/stm32u5/stm32_tim.c | 2 + arch/arm/src/stm32u5/stm32_tim.h | 2 + arch/arm/src/stm32u5/stm32_tim_lowerhalf.c | 2 + arch/arm/src/stm32u5/stm32_timerisr.c | 2 + arch/arm/src/stm32u5/stm32_uart.h | 2 + arch/arm/src/stm32u5/stm32_uid.c | 2 + arch/arm/src/stm32u5/stm32_uid.h | 2 + arch/arm/src/stm32u5/stm32_userspace.c | 2 + arch/arm/src/stm32u5/stm32_userspace.h | 2 + arch/arm/src/stm32u5/stm32_waste.c | 2 + arch/arm/src/stm32u5/stm32_waste.h | 2 + arch/arm/src/stm32u5/stm32u5xx_rcc.c | 2 + arch/arm/src/stm32wb/Make.defs | 2 + arch/arm/src/stm32wb/chip.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_crs.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_dma.h | 2 + .../arm/src/stm32wb/hardware/stm32wb_dmamux.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_exti.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_flash.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_gpio.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_i2c.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_ipcc.h | 2 + .../src/stm32wb/hardware/stm32wb_memorymap.h | 2 + .../arm/src/stm32wb/hardware/stm32wb_pinmap.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_pwr.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_rcc.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_rtc.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_spi.h | 2 + .../arm/src/stm32wb/hardware/stm32wb_syscfg.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_tim.h | 2 + arch/arm/src/stm32wb/hardware/stm32wb_uart.h | 2 + .../src/stm32wb/hardware/stm32wbxx_pinmap.h | 2 + .../hardware/stm32wbxx_pinmap_legacy.h | 2 + arch/arm/src/stm32wb/stm32wb.h | 2 + arch/arm/src/stm32wb/stm32wb_allocateheap.c | 2 + arch/arm/src/stm32wb/stm32wb_blehci.c | 2 + arch/arm/src/stm32wb/stm32wb_blehci.h | 2 + arch/arm/src/stm32wb/stm32wb_dma.c | 2 + arch/arm/src/stm32wb/stm32wb_dma.h | 2 + arch/arm/src/stm32wb/stm32wb_dumpgpio.c | 2 + arch/arm/src/stm32wb/stm32wb_exti.h | 2 + arch/arm/src/stm32wb/stm32wb_exti_alarm.c | 2 + arch/arm/src/stm32wb/stm32wb_exti_gpio.c | 2 + arch/arm/src/stm32wb/stm32wb_exti_pwr.c | 2 + arch/arm/src/stm32wb/stm32wb_exti_wakeup.c | 2 + arch/arm/src/stm32wb/stm32wb_flash.c | 2 + arch/arm/src/stm32wb/stm32wb_flash.h | 2 + arch/arm/src/stm32wb/stm32wb_freerun.c | 2 + arch/arm/src/stm32wb/stm32wb_freerun.h | 2 + arch/arm/src/stm32wb/stm32wb_gpio.c | 2 + arch/arm/src/stm32wb/stm32wb_gpio.h | 2 + arch/arm/src/stm32wb/stm32wb_i2c.c | 2 + arch/arm/src/stm32wb/stm32wb_i2c.h | 2 + arch/arm/src/stm32wb/stm32wb_idle.c | 2 + arch/arm/src/stm32wb/stm32wb_ipcc.c | 2 + arch/arm/src/stm32wb/stm32wb_ipcc.h | 2 + arch/arm/src/stm32wb/stm32wb_irq.c | 2 + arch/arm/src/stm32wb/stm32wb_lowputc.c | 2 + arch/arm/src/stm32wb/stm32wb_lowputc.h | 2 + arch/arm/src/stm32wb/stm32wb_mbox.c | 2 + arch/arm/src/stm32wb/stm32wb_mbox.h | 2 + arch/arm/src/stm32wb/stm32wb_mbox_list.h | 2 + arch/arm/src/stm32wb/stm32wb_mbox_shci.h | 2 + arch/arm/src/stm32wb/stm32wb_mpuinit.c | 2 + arch/arm/src/stm32wb/stm32wb_mpuinit.h | 2 + arch/arm/src/stm32wb/stm32wb_oneshot.c | 2 + arch/arm/src/stm32wb/stm32wb_oneshot.h | 2 + .../src/stm32wb/stm32wb_oneshot_lowerhalf.c | 2 + arch/arm/src/stm32wb/stm32wb_pm.h | 2 + arch/arm/src/stm32wb/stm32wb_pminitialize.c | 2 + arch/arm/src/stm32wb/stm32wb_pmlpr.c | 2 + arch/arm/src/stm32wb/stm32wb_pmsleep.c | 2 + arch/arm/src/stm32wb/stm32wb_pmstandby.c | 2 + arch/arm/src/stm32wb/stm32wb_pmstop.c | 2 + arch/arm/src/stm32wb/stm32wb_pwr.c | 2 + arch/arm/src/stm32wb/stm32wb_pwr.h | 2 + arch/arm/src/stm32wb/stm32wb_rcc.c | 2 + arch/arm/src/stm32wb/stm32wb_rcc.h | 2 + arch/arm/src/stm32wb/stm32wb_rcc_hsi48.c | 2 + arch/arm/src/stm32wb/stm32wb_rcc_lse.c | 2 + arch/arm/src/stm32wb/stm32wb_rcc_lsi.c | 2 + arch/arm/src/stm32wb/stm32wb_rtc.c | 2 + arch/arm/src/stm32wb/stm32wb_rtc.h | 2 + arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c | 2 + arch/arm/src/stm32wb/stm32wb_serial.c | 2 + arch/arm/src/stm32wb/stm32wb_spi.c | 2 + arch/arm/src/stm32wb/stm32wb_spi.h | 2 + arch/arm/src/stm32wb/stm32wb_start.c | 2 + arch/arm/src/stm32wb/stm32wb_start.h | 2 + arch/arm/src/stm32wb/stm32wb_tickless.c | 2 + arch/arm/src/stm32wb/stm32wb_tim.c | 2 + arch/arm/src/stm32wb/stm32wb_tim.h | 2 + arch/arm/src/stm32wb/stm32wb_tim_lowerhalf.c | 2 + arch/arm/src/stm32wb/stm32wb_timerisr.c | 2 + arch/arm/src/stm32wb/stm32wb_uart.h | 2 + arch/arm/src/stm32wb/stm32wb_uid.c | 2 + arch/arm/src/stm32wb/stm32wb_uid.h | 2 + arch/arm/src/stm32wb/stm32wb_userspace.c | 2 + arch/arm/src/stm32wb/stm32wb_userspace.h | 2 + arch/arm/src/stm32wb/stm32wb_waste.c | 2 + arch/arm/src/stm32wb/stm32wb_waste.h | 2 + arch/arm/src/stm32wl5/Make.defs | 2 + arch/arm/src/stm32wl5/chip.h | 2 + .../arm/src/stm32wl5/hardware/stm32wl5_exti.h | 2 + .../src/stm32wl5/hardware/stm32wl5_flash.h | 2 + .../arm/src/stm32wl5/hardware/stm32wl5_gpio.h | 2 + .../arm/src/stm32wl5/hardware/stm32wl5_ipcc.h | 2 + .../stm32wl5/hardware/stm32wl5_memorymap.h | 2 + .../src/stm32wl5/hardware/stm32wl5_pinmap.h | 2 + arch/arm/src/stm32wl5/hardware/stm32wl5_pwr.h | 2 + arch/arm/src/stm32wl5/hardware/stm32wl5_rcc.h | 2 + arch/arm/src/stm32wl5/hardware/stm32wl5_spi.h | 2 + .../src/stm32wl5/hardware/stm32wl5_syscfg.h | 2 + arch/arm/src/stm32wl5/hardware/stm32wl5_tim.h | 2 + .../arm/src/stm32wl5/hardware/stm32wl5_uart.h | 2 + arch/arm/src/stm32wl5/stm32wl5.h | 2 + arch/arm/src/stm32wl5/stm32wl5_allocateheap.c | 2 + arch/arm/src/stm32wl5/stm32wl5_exti.h | 2 + arch/arm/src/stm32wl5/stm32wl5_exti_gpio.c | 2 + arch/arm/src/stm32wl5/stm32wl5_flash.c | 2 + arch/arm/src/stm32wl5/stm32wl5_flash.h | 2 + arch/arm/src/stm32wl5/stm32wl5_gpio.c | 2 + arch/arm/src/stm32wl5/stm32wl5_gpio.h | 2 + arch/arm/src/stm32wl5/stm32wl5_idle.c | 2 + arch/arm/src/stm32wl5/stm32wl5_ipcc.c | 2 + arch/arm/src/stm32wl5/stm32wl5_ipcc.h | 2 + arch/arm/src/stm32wl5/stm32wl5_irq.c | 2 + arch/arm/src/stm32wl5/stm32wl5_lowputc.c | 2 + arch/arm/src/stm32wl5/stm32wl5_lowputc.h | 2 + arch/arm/src/stm32wl5/stm32wl5_lse.c | 2 + arch/arm/src/stm32wl5/stm32wl5_lsi.c | 2 + arch/arm/src/stm32wl5/stm32wl5_mpuinit.c | 2 + arch/arm/src/stm32wl5/stm32wl5_mpuinit.h | 2 + arch/arm/src/stm32wl5/stm32wl5_pwr.c | 2 + arch/arm/src/stm32wl5/stm32wl5_pwr.h | 2 + arch/arm/src/stm32wl5/stm32wl5_rcc.c | 2 + arch/arm/src/stm32wl5/stm32wl5_rcc.h | 2 + arch/arm/src/stm32wl5/stm32wl5_serial.c | 2 + arch/arm/src/stm32wl5/stm32wl5_spi.c | 2 + arch/arm/src/stm32wl5/stm32wl5_spi.h | 2 + arch/arm/src/stm32wl5/stm32wl5_start.c | 2 + arch/arm/src/stm32wl5/stm32wl5_start.h | 2 + arch/arm/src/stm32wl5/stm32wl5_tim.c | 2 + arch/arm/src/stm32wl5/stm32wl5_tim.h | 2 + .../arm/src/stm32wl5/stm32wl5_tim_lowerhalf.c | 2 + arch/arm/src/stm32wl5/stm32wl5_timerisr.c | 2 + arch/arm/src/stm32wl5/stm32wl5_uart.h | 2 + arch/arm/src/stm32wl5/stm32wl5_uid.c | 7 ++- arch/arm/src/stm32wl5/stm32wl5_uid.h | 7 ++- arch/arm/src/stm32wl5/stm32wl5_userspace.c | 2 + arch/arm/src/stm32wl5/stm32wl5_userspace.h | 2 + arch/arm/src/stm32wl5/stm32wl5_waste.c | 2 + arch/arm/src/stm32wl5/stm32wl5_waste.h | 2 + arch/arm/src/str71x/Make.defs | 2 + arch/arm/src/str71x/chip.h | 2 + arch/arm/src/str71x/str71x.h | 2 + arch/arm/src/str71x/str71x_adc12.h | 2 + arch/arm/src/str71x/str71x_apb.h | 2 + arch/arm/src/str71x/str71x_bspi.h | 2 + arch/arm/src/str71x/str71x_can.h | 2 + arch/arm/src/str71x/str71x_decodeirq.c | 2 + arch/arm/src/str71x/str71x_eic.h | 2 + arch/arm/src/str71x/str71x_emi.h | 2 + arch/arm/src/str71x/str71x_flash.h | 2 + arch/arm/src/str71x/str71x_gpio.h | 2 + arch/arm/src/str71x/str71x_head.S | 2 + arch/arm/src/str71x/str71x_i2c.h | 2 + arch/arm/src/str71x/str71x_irq.c | 2 + arch/arm/src/str71x/str71x_lowputc.c | 2 + arch/arm/src/str71x/str71x_map.h | 2 + arch/arm/src/str71x/str71x_pcu.h | 2 + arch/arm/src/str71x/str71x_prccu.c | 2 + arch/arm/src/str71x/str71x_rccu.h | 2 + arch/arm/src/str71x/str71x_rtc.h | 2 + arch/arm/src/str71x/str71x_serial.c | 2 + arch/arm/src/str71x/str71x_timer.h | 2 + arch/arm/src/str71x/str71x_timerisr.c | 2 + arch/arm/src/str71x/str71x_uart.h | 2 + arch/arm/src/str71x/str71x_usb.h | 2 + arch/arm/src/str71x/str71x_wdog.h | 2 + arch/arm/src/str71x/str71x_xti.c | 2 + arch/arm/src/str71x/str71x_xti.h | 2 + 4553 files changed, 9671 insertions(+), 1388 deletions(-) diff --git a/arch/arm/CMakeLists.txt b/arch/arm/CMakeLists.txt index cf3a6c3e76..95feda928e 100644 --- a/arch/arm/CMakeLists.txt +++ b/arch/arm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/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/arch/arm/include/a1x/a10_irq.h b/arch/arm/include/a1x/a10_irq.h index 3ec3b1078e..6eabdd0468 100644 --- a/arch/arm/include/a1x/a10_irq.h +++ b/arch/arm/include/a1x/a10_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/a1x/a10_irq.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/arch/arm/include/a1x/chip.h b/arch/arm/include/a1x/chip.h index f7c15e76a1..b6418777e6 100644 --- a/arch/arm/include/a1x/chip.h +++ b/arch/arm/include/a1x/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/a1x/chip.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/arch/arm/include/a1x/irq.h b/arch/arm/include/a1x/irq.h index 04be0dafac..ff01ee0c1b 100644 --- a/arch/arm/include/a1x/irq.h +++ b/arch/arm/include/a1x/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/a1x/irq.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/arch/arm/include/am335x/am335x_irq.h b/arch/arm/include/am335x/am335x_irq.h index db25f86714..ac0e364f82 100644 --- a/arch/arm/include/am335x/am335x_irq.h +++ b/arch/arm/include/am335x/am335x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/am335x/am335x_irq.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/arch/arm/include/am335x/chip.h b/arch/arm/include/am335x/chip.h index 133375e5dc..8a829dd530 100644 --- a/arch/arm/include/am335x/chip.h +++ b/arch/arm/include/am335x/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/am335x/chip.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/arch/arm/include/am335x/irq.h b/arch/arm/include/am335x/irq.h index 7e26a41479..d27f8bfbf3 100644 --- a/arch/arm/include/am335x/irq.h +++ b/arch/arm/include/am335x/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/am335x/irq.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/arch/arm/include/arch.h b/arch/arm/include/arch.h index f64a6298ee..5537075d2a 100644 --- a/arch/arm/include/arch.h +++ b/arch/arm/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/arch.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/arch/arm/include/arm/irq.h b/arch/arm/include/arm/irq.h index efb8397ce5..59b219d8c3 100644 --- a/arch/arm/include/arm/irq.h +++ b/arch/arm/include/arm/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/arm/irq.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/arch/arm/include/armv6-m/irq.h b/arch/arm/include/armv6-m/irq.h index d18727c6cd..521c2bd428 100644 --- a/arch/arm/include/armv6-m/irq.h +++ b/arch/arm/include/armv6-m/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv6-m/irq.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/arch/arm/include/armv7-a/cp15.h b/arch/arm/include/armv7-a/cp15.h index 9c15c2cad5..9367f3ec28 100644 --- a/arch/arm/include/armv7-a/cp15.h +++ b/arch/arm/include/armv7-a/cp15.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv7-a/cp15.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/arch/arm/include/armv7-a/irq.h b/arch/arm/include/armv7-a/irq.h index be4e38301e..afdf561552 100644 --- a/arch/arm/include/armv7-a/irq.h +++ b/arch/arm/include/armv7-a/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv7-a/irq.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/arch/arm/include/armv7-m/irq.h b/arch/arm/include/armv7-m/irq.h index b94b3e0aba..95dab513cd 100644 --- a/arch/arm/include/armv7-m/irq.h +++ b/arch/arm/include/armv7-m/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv7-m/irq.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/arch/arm/include/armv7-m/nvicpri.h b/arch/arm/include/armv7-m/nvicpri.h index 0ede47af87..f745cb6e46 100644 --- a/arch/arm/include/armv7-m/nvicpri.h +++ b/arch/arm/include/armv7-m/nvicpri.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv7-m/nvicpri.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/arch/arm/include/armv7-r/cp15.h b/arch/arm/include/armv7-r/cp15.h index 4be2acf3f6..3f1d23e2b9 100644 --- a/arch/arm/include/armv7-r/cp15.h +++ b/arch/arm/include/armv7-r/cp15.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv7-r/cp15.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/arch/arm/include/armv7-r/irq.h b/arch/arm/include/armv7-r/irq.h index 4abb50ed53..12470257a6 100644 --- a/arch/arm/include/armv7-r/irq.h +++ b/arch/arm/include/armv7-r/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv7-r/irq.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/arch/arm/include/armv8-m/irq.h b/arch/arm/include/armv8-m/irq.h index 568837e438..f770cd24f5 100644 --- a/arch/arm/include/armv8-m/irq.h +++ b/arch/arm/include/armv8-m/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv8-m/irq.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/arch/arm/include/armv8-m/nvicpri.h b/arch/arm/include/armv8-m/nvicpri.h index 24f0e879ef..7e5e404f51 100644 --- a/arch/arm/include/armv8-m/nvicpri.h +++ b/arch/arm/include/armv8-m/nvicpri.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv8-m/nvicpri.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/arch/arm/include/armv8-r/cp15.h b/arch/arm/include/armv8-r/cp15.h index 5865f242f0..ab8ec421c5 100644 --- a/arch/arm/include/armv8-r/cp15.h +++ b/arch/arm/include/armv8-r/cp15.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv8-r/cp15.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/arch/arm/include/armv8-r/irq.h b/arch/arm/include/armv8-r/irq.h index 6be61fd281..62962399c5 100644 --- a/arch/arm/include/armv8-r/irq.h +++ b/arch/arm/include/armv8-r/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/armv8-r/irq.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/arch/arm/include/at32/at32f43xxx_irq.h b/arch/arm/include/at32/at32f43xxx_irq.h index 8e2de9b7f8..91c9b401bc 100644 --- a/arch/arm/include/at32/at32f43xxx_irq.h +++ b/arch/arm/include/at32/at32f43xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/at32/at32f43xxx_irq.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/arch/arm/include/at32/chip.h b/arch/arm/include/at32/chip.h index 11212d683b..4b7625692b 100644 --- a/arch/arm/include/at32/chip.h +++ b/arch/arm/include/at32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/at32/chip.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/arch/arm/include/at32/irq.h b/arch/arm/include/at32/irq.h index adad8facf4..ca01823f4f 100644 --- a/arch/arm/include/at32/irq.h +++ b/arch/arm/include/at32/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/at32/irq.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/arch/arm/include/c5471/irq.h b/arch/arm/include/c5471/irq.h index d378321dea..51692ae7c8 100644 --- a/arch/arm/include/c5471/irq.h +++ b/arch/arm/include/c5471/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/c5471/irq.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/arch/arm/include/csk6/chip.h b/arch/arm/include/csk6/chip.h index 6aab87f269..fe0f1f17ea 100644 --- a/arch/arm/include/csk6/chip.h +++ b/arch/arm/include/csk6/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/csk6/chip.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/arch/arm/include/csk6/irq.h b/arch/arm/include/csk6/irq.h index ad498427c5..26341107b1 100644 --- a/arch/arm/include/csk6/irq.h +++ b/arch/arm/include/csk6/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/csk6/irq.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/arch/arm/include/cxd32xx/chip.h b/arch/arm/include/cxd32xx/chip.h index 57d65ae1d9..28d7280e33 100644 --- a/arch/arm/include/cxd32xx/chip.h +++ b/arch/arm/include/cxd32xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd32xx/chip.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/arch/arm/include/cxd32xx/irq.h b/arch/arm/include/cxd32xx/irq.h index 2da12a346a..1839d685d5 100644 --- a/arch/arm/include/cxd32xx/irq.h +++ b/arch/arm/include/cxd32xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd32xx/irq.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/arch/arm/include/cxd56xx/adc.h b/arch/arm/include/cxd56xx/adc.h index 1212b2cd3a..776470f0f4 100644 --- a/arch/arm/include/cxd56xx/adc.h +++ b/arch/arm/include/cxd56xx/adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/adc.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/arch/arm/include/cxd56xx/audio.h b/arch/arm/include/cxd56xx/audio.h index a6c80dfc85..62f740d5d4 100644 --- a/arch/arm/include/cxd56xx/audio.h +++ b/arch/arm/include/cxd56xx/audio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/audio.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/arch/arm/include/cxd56xx/backuplog.h b/arch/arm/include/cxd56xx/backuplog.h index 8eb3016089..44809c683f 100644 --- a/arch/arm/include/cxd56xx/backuplog.h +++ b/arch/arm/include/cxd56xx/backuplog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/backuplog.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/arch/arm/include/cxd56xx/battery_ioctl.h b/arch/arm/include/cxd56xx/battery_ioctl.h index ea04d4ccd9..3b4d089203 100644 --- a/arch/arm/include/cxd56xx/battery_ioctl.h +++ b/arch/arm/include/cxd56xx/battery_ioctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/battery_ioctl.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/arch/arm/include/cxd56xx/chip.h b/arch/arm/include/cxd56xx/chip.h index 794ab8f262..df2c6c82fc 100644 --- a/arch/arm/include/cxd56xx/chip.h +++ b/arch/arm/include/cxd56xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/chip.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/arch/arm/include/cxd56xx/cisif.h b/arch/arm/include/cxd56xx/cisif.h index 9e600681de..7410195b28 100644 --- a/arch/arm/include/cxd56xx/cisif.h +++ b/arch/arm/include/cxd56xx/cisif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/cisif.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/arch/arm/include/cxd56xx/crashdump.h b/arch/arm/include/cxd56xx/crashdump.h index 6bb852aa9d..68c82681aa 100644 --- a/arch/arm/include/cxd56xx/crashdump.h +++ b/arch/arm/include/cxd56xx/crashdump.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/crashdump.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/arch/arm/include/cxd56xx/ge2d.h b/arch/arm/include/cxd56xx/ge2d.h index 291a22c144..da8db94347 100644 --- a/arch/arm/include/cxd56xx/ge2d.h +++ b/arch/arm/include/cxd56xx/ge2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/ge2d.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/arch/arm/include/cxd56xx/geofence.h b/arch/arm/include/cxd56xx/geofence.h index a54187fbbb..624aa5c2bd 100644 --- a/arch/arm/include/cxd56xx/geofence.h +++ b/arch/arm/include/cxd56xx/geofence.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/geofence.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/arch/arm/include/cxd56xx/gnss.h b/arch/arm/include/cxd56xx/gnss.h index ab30ee009e..c2534b09f2 100644 --- a/arch/arm/include/cxd56xx/gnss.h +++ b/arch/arm/include/cxd56xx/gnss.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/gnss.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/arch/arm/include/cxd56xx/gnss_type.h b/arch/arm/include/cxd56xx/gnss_type.h index 95948d45bd..9282781352 100644 --- a/arch/arm/include/cxd56xx/gnss_type.h +++ b/arch/arm/include/cxd56xx/gnss_type.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/gnss_type.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/arch/arm/include/cxd56xx/gnssram.h b/arch/arm/include/cxd56xx/gnssram.h index c7a1e33f1f..edef9e9f49 100644 --- a/arch/arm/include/cxd56xx/gnssram.h +++ b/arch/arm/include/cxd56xx/gnssram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/gnssram.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/arch/arm/include/cxd56xx/hostif.h b/arch/arm/include/cxd56xx/hostif.h index 7cb9b0403a..65d7cf96e7 100644 --- a/arch/arm/include/cxd56xx/hostif.h +++ b/arch/arm/include/cxd56xx/hostif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/hostif.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/arch/arm/include/cxd56xx/irq.h b/arch/arm/include/cxd56xx/irq.h index 4269825b5d..54bf41494b 100644 --- a/arch/arm/include/cxd56xx/irq.h +++ b/arch/arm/include/cxd56xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/irq.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/arch/arm/include/cxd56xx/nxaudio.h b/arch/arm/include/cxd56xx/nxaudio.h index 6bb71955ea..f8be8fedfe 100644 --- a/arch/arm/include/cxd56xx/nxaudio.h +++ b/arch/arm/include/cxd56xx/nxaudio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/nxaudio.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/arch/arm/include/cxd56xx/pin.h b/arch/arm/include/cxd56xx/pin.h index 2785d9404d..7e7c7019b1 100644 --- a/arch/arm/include/cxd56xx/pin.h +++ b/arch/arm/include/cxd56xx/pin.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/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/arch/arm/include/cxd56xx/pm.h b/arch/arm/include/cxd56xx/pm.h index 56e0aab591..8819eba2d0 100644 --- a/arch/arm/include/cxd56xx/pm.h +++ b/arch/arm/include/cxd56xx/pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/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/arch/arm/include/cxd56xx/scu.h b/arch/arm/include/cxd56xx/scu.h index b059a8b562..bf8c9b7a66 100644 --- a/arch/arm/include/cxd56xx/scu.h +++ b/arch/arm/include/cxd56xx/scu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/scu.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/arch/arm/include/cxd56xx/timer.h b/arch/arm/include/cxd56xx/timer.h index c3309290e3..7c10f164e4 100644 --- a/arch/arm/include/cxd56xx/timer.h +++ b/arch/arm/include/cxd56xx/timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/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/arch/arm/include/cxd56xx/uart0.h b/arch/arm/include/cxd56xx/uart0.h index 6778b5b827..7e9635105c 100644 --- a/arch/arm/include/cxd56xx/uart0.h +++ b/arch/arm/include/cxd56xx/uart0.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/uart0.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/arch/arm/include/cxd56xx/usbdev.h b/arch/arm/include/cxd56xx/usbdev.h index 9c40ee5ea1..959d81f0d2 100644 --- a/arch/arm/include/cxd56xx/usbdev.h +++ b/arch/arm/include/cxd56xx/usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/cxd56xx/usbdev.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/arch/arm/include/dm320/irq.h b/arch/arm/include/dm320/irq.h index 3b9f7f8795..c07e98fb26 100644 --- a/arch/arm/include/dm320/irq.h +++ b/arch/arm/include/dm320/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/dm320/irq.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/arch/arm/include/efm32/chip.h b/arch/arm/include/efm32/chip.h index f6bdf29a70..b5f1b680ee 100644 --- a/arch/arm/include/efm32/chip.h +++ b/arch/arm/include/efm32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/efm32/chip.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/arch/arm/include/efm32/efm32g_irq.h b/arch/arm/include/efm32/efm32g_irq.h index 61ed9f3bd2..f17a4518f7 100644 --- a/arch/arm/include/efm32/efm32g_irq.h +++ b/arch/arm/include/efm32/efm32g_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/efm32/efm32g_irq.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/arch/arm/include/efm32/efm32gg_irq.h b/arch/arm/include/efm32/efm32gg_irq.h index 27cd6b30a7..4b982d2616 100644 --- a/arch/arm/include/efm32/efm32gg_irq.h +++ b/arch/arm/include/efm32/efm32gg_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/efm32/efm32gg_irq.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/arch/arm/include/efm32/efm32tg_irq.h b/arch/arm/include/efm32/efm32tg_irq.h index 33d5d31750..2297970982 100644 --- a/arch/arm/include/efm32/efm32tg_irq.h +++ b/arch/arm/include/efm32/efm32tg_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/efm32/efm32tg_irq.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/arch/arm/include/efm32/irq.h b/arch/arm/include/efm32/irq.h index 809a15723e..8a2425a838 100644 --- a/arch/arm/include/efm32/irq.h +++ b/arch/arm/include/efm32/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/efm32/irq.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/arch/arm/include/elf.h b/arch/arm/include/elf.h index 7a1f64e778..e5c2780472 100644 --- a/arch/arm/include/elf.h +++ b/arch/arm/include/elf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/elf.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/arch/arm/include/eoss3/chip.h b/arch/arm/include/eoss3/chip.h index 15e0d4c569..85e21cefe6 100644 --- a/arch/arm/include/eoss3/chip.h +++ b/arch/arm/include/eoss3/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/eoss3/chip.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/arch/arm/include/eoss3/irq.h b/arch/arm/include/eoss3/irq.h index d4c7afc624..184e07c48f 100644 --- a/arch/arm/include/eoss3/irq.h +++ b/arch/arm/include/eoss3/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/eoss3/irq.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/arch/arm/include/fvp-v8r-aarch32/chip.h b/arch/arm/include/fvp-v8r-aarch32/chip.h index 71f2dc3c3b..4b6fc33ea0 100644 --- a/arch/arm/include/fvp-v8r-aarch32/chip.h +++ b/arch/arm/include/fvp-v8r-aarch32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/fvp-v8r-aarch32/chip.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/arch/arm/include/fvp-v8r-aarch32/irq.h b/arch/arm/include/fvp-v8r-aarch32/irq.h index c5ab6e8a44..12530c4697 100644 --- a/arch/arm/include/fvp-v8r-aarch32/irq.h +++ b/arch/arm/include/fvp-v8r-aarch32/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/fvp-v8r-aarch32/irq.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/arch/arm/include/gd32f4/chip.h b/arch/arm/include/gd32f4/chip.h index 68e715e175..5427f9b045 100644 --- a/arch/arm/include/gd32f4/chip.h +++ b/arch/arm/include/gd32f4/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/gd32f4/chip.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/arch/arm/include/gd32f4/gd32f4xx_irq.h b/arch/arm/include/gd32f4/gd32f4xx_irq.h index 30cc2e2cf4..f13cfbb63a 100644 --- a/arch/arm/include/gd32f4/gd32f4xx_irq.h +++ b/arch/arm/include/gd32f4/gd32f4xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/gd32f4/gd32f4xx_irq.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/arch/arm/include/gd32f4/irq.h b/arch/arm/include/gd32f4/irq.h index 50e964a26d..c491d0b03d 100644 --- a/arch/arm/include/gd32f4/irq.h +++ b/arch/arm/include/gd32f4/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/gd32f4/irq.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/arch/arm/include/goldfish/chip.h b/arch/arm/include/goldfish/chip.h index b30e948364..cd2b5d216e 100644 --- a/arch/arm/include/goldfish/chip.h +++ b/arch/arm/include/goldfish/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/goldfish/chip.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/arch/arm/include/goldfish/irq.h b/arch/arm/include/goldfish/irq.h index c65e06d7bd..ca77c9897f 100644 --- a/arch/arm/include/goldfish/irq.h +++ b/arch/arm/include/goldfish/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/goldfish/irq.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/arch/arm/include/imx1/irq.h b/arch/arm/include/imx1/irq.h index 125e13e189..5582eb5bf6 100644 --- a/arch/arm/include/imx1/irq.h +++ b/arch/arm/include/imx1/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imx1/irq.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/arch/arm/include/imx6/chip.h b/arch/arm/include/imx6/chip.h index a5fd39f554..a24d21722c 100644 --- a/arch/arm/include/imx6/chip.h +++ b/arch/arm/include/imx6/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imx6/chip.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/arch/arm/include/imx6/irq.h b/arch/arm/include/imx6/irq.h index be6c8d35a5..0097e820db 100644 --- a/arch/arm/include/imx6/irq.h +++ b/arch/arm/include/imx6/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imx6/irq.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/arch/arm/include/imxrt/chip.h b/arch/arm/include/imxrt/chip.h index 502f50e29a..40cdc55704 100644 --- a/arch/arm/include/imxrt/chip.h +++ b/arch/arm/include/imxrt/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imxrt/chip.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/arch/arm/include/imxrt/imxrt102x_irq.h b/arch/arm/include/imxrt/imxrt102x_irq.h index 13ae2b1e25..279ca07bfb 100644 --- a/arch/arm/include/imxrt/imxrt102x_irq.h +++ b/arch/arm/include/imxrt/imxrt102x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imxrt/imxrt102x_irq.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/arch/arm/include/imxrt/imxrt105x_irq.h b/arch/arm/include/imxrt/imxrt105x_irq.h index b89ea53322..128ab1c2b8 100644 --- a/arch/arm/include/imxrt/imxrt105x_irq.h +++ b/arch/arm/include/imxrt/imxrt105x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imxrt/imxrt105x_irq.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/arch/arm/include/imxrt/imxrt106x_irq.h b/arch/arm/include/imxrt/imxrt106x_irq.h index 7a4db1a564..0caa544a1e 100644 --- a/arch/arm/include/imxrt/imxrt106x_irq.h +++ b/arch/arm/include/imxrt/imxrt106x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imxrt/imxrt106x_irq.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/arch/arm/include/imxrt/imxrt117x_irq.h b/arch/arm/include/imxrt/imxrt117x_irq.h index 0b0f8bbc62..2422dc9d30 100644 --- a/arch/arm/include/imxrt/imxrt117x_irq.h +++ b/arch/arm/include/imxrt/imxrt117x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imxrt/imxrt117x_irq.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/arch/arm/include/imxrt/irq.h b/arch/arm/include/imxrt/irq.h index b7499ac3cf..8778e34f32 100644 --- a/arch/arm/include/imxrt/irq.h +++ b/arch/arm/include/imxrt/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/imxrt/irq.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/arch/arm/include/inttypes.h b/arch/arm/include/inttypes.h index ebae732acd..b01a06baa1 100644 --- a/arch/arm/include/inttypes.h +++ b/arch/arm/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/inttypes.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/arch/arm/include/irq.h b/arch/arm/include/irq.h index 6f96b99511..28139f63e9 100644 --- a/arch/arm/include/irq.h +++ b/arch/arm/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/irq.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/arch/arm/include/kinetis/chip.h b/arch/arm/include/kinetis/chip.h index 435ec2a3e6..10036336ca 100644 --- a/arch/arm/include/kinetis/chip.h +++ b/arch/arm/include/kinetis/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/chip.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/arch/arm/include/kinetis/irq.h b/arch/arm/include/kinetis/irq.h index b57389a357..2244b22193 100644 --- a/arch/arm/include/kinetis/irq.h +++ b/arch/arm/include/kinetis/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/irq.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/arch/arm/include/kinetis/kinetis_dma.h b/arch/arm/include/kinetis/kinetis_dma.h index b5de792603..b46c3140e9 100644 --- a/arch/arm/include/kinetis/kinetis_dma.h +++ b/arch/arm/include/kinetis/kinetis_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_dma.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/arch/arm/include/kinetis/kinetis_dmamux.h b/arch/arm/include/kinetis/kinetis_dmamux.h index 8d27348b75..e08751e128 100644 --- a/arch/arm/include/kinetis/kinetis_dmamux.h +++ b/arch/arm/include/kinetis/kinetis_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_dmamux.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/arch/arm/include/kinetis/kinetis_k20irq.h b/arch/arm/include/kinetis/kinetis_k20irq.h index e46bcad71d..5579776605 100644 --- a/arch/arm/include/kinetis/kinetis_k20irq.h +++ b/arch/arm/include/kinetis/kinetis_k20irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_k20irq.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/arch/arm/include/kinetis/kinetis_k28irq.h b/arch/arm/include/kinetis/kinetis_k28irq.h index d0d16fedfd..6f048ac1ca 100644 --- a/arch/arm/include/kinetis/kinetis_k28irq.h +++ b/arch/arm/include/kinetis/kinetis_k28irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_k28irq.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/arch/arm/include/kinetis/kinetis_k40irq.h b/arch/arm/include/kinetis/kinetis_k40irq.h index 45fae5898e..ced1ead7a8 100644 --- a/arch/arm/include/kinetis/kinetis_k40irq.h +++ b/arch/arm/include/kinetis/kinetis_k40irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_k40irq.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/arch/arm/include/kinetis/kinetis_k60irq.h b/arch/arm/include/kinetis/kinetis_k60irq.h index 0c791b48af..d765ff0f54 100644 --- a/arch/arm/include/kinetis/kinetis_k60irq.h +++ b/arch/arm/include/kinetis/kinetis_k60irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_k60irq.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/arch/arm/include/kinetis/kinetis_k64irq.h b/arch/arm/include/kinetis/kinetis_k64irq.h index 75116aed1b..47c21c7742 100644 --- a/arch/arm/include/kinetis/kinetis_k64irq.h +++ b/arch/arm/include/kinetis/kinetis_k64irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_k64irq.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/arch/arm/include/kinetis/kinetis_k66irq.h b/arch/arm/include/kinetis/kinetis_k66irq.h index d20e523dfa..a4d31cda3c 100644 --- a/arch/arm/include/kinetis/kinetis_k66irq.h +++ b/arch/arm/include/kinetis/kinetis_k66irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_k66irq.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/arch/arm/include/kinetis/kinetis_lpuart.h b/arch/arm/include/kinetis/kinetis_lpuart.h index 53c49abf88..6764a3491e 100644 --- a/arch/arm/include/kinetis/kinetis_lpuart.h +++ b/arch/arm/include/kinetis/kinetis_lpuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_lpuart.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/arch/arm/include/kinetis/kinetis_mcg.h b/arch/arm/include/kinetis/kinetis_mcg.h index 05979d2537..c87611601c 100644 --- a/arch/arm/include/kinetis/kinetis_mcg.h +++ b/arch/arm/include/kinetis/kinetis_mcg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_mcg.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/arch/arm/include/kinetis/kinetis_pmc.h b/arch/arm/include/kinetis/kinetis_pmc.h index 7a03c13b2b..61f683480d 100644 --- a/arch/arm/include/kinetis/kinetis_pmc.h +++ b/arch/arm/include/kinetis/kinetis_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_pmc.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/arch/arm/include/kinetis/kinetis_sim.h b/arch/arm/include/kinetis/kinetis_sim.h index a665d5961c..2624a36dd7 100644 --- a/arch/arm/include/kinetis/kinetis_sim.h +++ b/arch/arm/include/kinetis/kinetis_sim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kinetis/kinetis_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/arch/arm/include/kl/chip.h b/arch/arm/include/kl/chip.h index 18a7421d60..95a2f4f429 100644 --- a/arch/arm/include/kl/chip.h +++ b/arch/arm/include/kl/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kl/chip.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/arch/arm/include/kl/irq.h b/arch/arm/include/kl/irq.h index e544e02f46..45ac6193ef 100644 --- a/arch/arm/include/kl/irq.h +++ b/arch/arm/include/kl/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/kl/irq.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/arch/arm/include/lc823450/chip.h b/arch/arm/include/lc823450/chip.h index d6423d8158..7bac7e4730 100644 --- a/arch/arm/include/lc823450/chip.h +++ b/arch/arm/include/lc823450/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lc823450/chip.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/arch/arm/include/lc823450/clk.h b/arch/arm/include/lc823450/clk.h index 5e90a613ee..9682864db3 100644 --- a/arch/arm/include/lc823450/clk.h +++ b/arch/arm/include/lc823450/clk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lc823450/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/arch/arm/include/lc823450/irq.h b/arch/arm/include/lc823450/irq.h index 56c4f96d1a..2e4f2523be 100644 --- a/arch/arm/include/lc823450/irq.h +++ b/arch/arm/include/lc823450/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lc823450/irq.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/arch/arm/include/limits.h b/arch/arm/include/limits.h index f87e814fb5..3d87b266bd 100644 --- a/arch/arm/include/limits.h +++ b/arch/arm/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/limits.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/arch/arm/include/lpc17xx_40xx/chip.h b/arch/arm/include/lpc17xx_40xx/chip.h index acd0304609..73e482cc72 100644 --- a/arch/arm/include/lpc17xx_40xx/chip.h +++ b/arch/arm/include/lpc17xx_40xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc17xx_40xx/chip.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/arch/arm/include/lpc17xx_40xx/irq.h b/arch/arm/include/lpc17xx_40xx/irq.h index bb4e60837e..7521118c69 100644 --- a/arch/arm/include/lpc17xx_40xx/irq.h +++ b/arch/arm/include/lpc17xx_40xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc17xx_40xx/irq.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/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h b/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h index 6da827df2c..2cbbfeb83b 100644 --- a/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h +++ b/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc17xx_40xx/lpc176x_irq.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/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h b/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h index cadd3dbdeb..fb0ce1383a 100644 --- a/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h +++ b/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.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/arch/arm/include/lpc214x/irq.h b/arch/arm/include/lpc214x/irq.h index b14f82f60e..2d0a4e2df8 100644 --- a/arch/arm/include/lpc214x/irq.h +++ b/arch/arm/include/lpc214x/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc214x/irq.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/arch/arm/include/lpc2378/irq.h b/arch/arm/include/lpc2378/irq.h index 4ea50a32e6..423159a533 100644 --- a/arch/arm/include/lpc2378/irq.h +++ b/arch/arm/include/lpc2378/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc2378/irq.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/arch/arm/include/lpc31xx/irq.h b/arch/arm/include/lpc31xx/irq.h index 482bc2836e..6d6f8e4432 100644 --- a/arch/arm/include/lpc31xx/irq.h +++ b/arch/arm/include/lpc31xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc31xx/irq.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/arch/arm/include/lpc43xx/chip.h b/arch/arm/include/lpc43xx/chip.h index a5a9ce34a4..196313febb 100644 --- a/arch/arm/include/lpc43xx/chip.h +++ b/arch/arm/include/lpc43xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc43xx/chip.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/arch/arm/include/lpc43xx/irq.h b/arch/arm/include/lpc43xx/irq.h index 46e4b69406..451cf8bfcc 100644 --- a/arch/arm/include/lpc43xx/irq.h +++ b/arch/arm/include/lpc43xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc43xx/irq.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/arch/arm/include/lpc54xx/chip.h b/arch/arm/include/lpc54xx/chip.h index 87c6f7693e..f2299889d7 100644 --- a/arch/arm/include/lpc54xx/chip.h +++ b/arch/arm/include/lpc54xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc54xx/chip.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/arch/arm/include/lpc54xx/irq.h b/arch/arm/include/lpc54xx/irq.h index fbf566fc06..e45f63ae36 100644 --- a/arch/arm/include/lpc54xx/irq.h +++ b/arch/arm/include/lpc54xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc54xx/irq.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/arch/arm/include/lpc54xx/lpc546x_irq.h b/arch/arm/include/lpc54xx/lpc546x_irq.h index 7a5eecc97c..539a57f345 100644 --- a/arch/arm/include/lpc54xx/lpc546x_irq.h +++ b/arch/arm/include/lpc54xx/lpc546x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/lpc54xx/lpc546x_irq.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/arch/arm/include/max326xx/chip.h b/arch/arm/include/max326xx/chip.h index 9a3a13d46a..8d680dc3dd 100644 --- a/arch/arm/include/max326xx/chip.h +++ b/arch/arm/include/max326xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/max326xx/chip.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/arch/arm/include/max326xx/irq.h b/arch/arm/include/max326xx/irq.h index c529c6b669..cfdbf78c32 100644 --- a/arch/arm/include/max326xx/irq.h +++ b/arch/arm/include/max326xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/max326xx/irq.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/arch/arm/include/max326xx/max32620_30_irq.h b/arch/arm/include/max326xx/max32620_30_irq.h index 4dd04bf9f2..1d0d52084e 100644 --- a/arch/arm/include/max326xx/max32620_30_irq.h +++ b/arch/arm/include/max326xx/max32620_30_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/max326xx/max32620_30_irq.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/arch/arm/include/max326xx/max32660_irq.h b/arch/arm/include/max326xx/max32660_irq.h index 03493b6261..02a1741d03 100644 --- a/arch/arm/include/max326xx/max32660_irq.h +++ b/arch/arm/include/max326xx/max32660_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/max326xx/max32660_irq.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/arch/arm/include/moxart/irq.h b/arch/arm/include/moxart/irq.h index 31d289c8bd..90ccf716b5 100644 --- a/arch/arm/include/moxart/irq.h +++ b/arch/arm/include/moxart/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/moxart/irq.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/arch/arm/include/mps/chip.h b/arch/arm/include/mps/chip.h index def1433457..6f3df7522d 100644 --- a/arch/arm/include/mps/chip.h +++ b/arch/arm/include/mps/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/mps/chip.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/arch/arm/include/mps/irq.h b/arch/arm/include/mps/irq.h index 6d9cdffc61..861185ff2d 100644 --- a/arch/arm/include/mps/irq.h +++ b/arch/arm/include/mps/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/mps/irq.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/arch/arm/include/mx8mp/chip.h b/arch/arm/include/mx8mp/chip.h index 30b45ce473..fce0e177ba 100644 --- a/arch/arm/include/mx8mp/chip.h +++ b/arch/arm/include/mx8mp/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/mx8mp/chip.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/arch/arm/include/mx8mp/irq.h b/arch/arm/include/mx8mp/irq.h index e762024f95..178ec5b192 100644 --- a/arch/arm/include/mx8mp/irq.h +++ b/arch/arm/include/mx8mp/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/mx8mp/irq.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/arch/arm/include/mx8mp/mx8mp_irq.h b/arch/arm/include/mx8mp/mx8mp_irq.h index 19f4a0bc8d..c256291c08 100644 --- a/arch/arm/include/mx8mp/mx8mp_irq.h +++ b/arch/arm/include/mx8mp/mx8mp_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/mx8mp/mx8mp_irq.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/arch/arm/include/nrf52/chip.h b/arch/arm/include/nrf52/chip.h index 912e4f3635..33e7fbf498 100644 --- a/arch/arm/include/nrf52/chip.h +++ b/arch/arm/include/nrf52/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf52/chip.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/arch/arm/include/nrf52/irq.h b/arch/arm/include/nrf52/irq.h index 7cce4dd0af..7942584470 100644 --- a/arch/arm/include/nrf52/irq.h +++ b/arch/arm/include/nrf52/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf52/irq.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/arch/arm/include/nrf52/nrf52_irq.h b/arch/arm/include/nrf52/nrf52_irq.h index 5e723aef73..de2068abfd 100644 --- a/arch/arm/include/nrf52/nrf52_irq.h +++ b/arch/arm/include/nrf52/nrf52_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf52/nrf52_irq.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/arch/arm/include/nrf53/chip.h b/arch/arm/include/nrf53/chip.h index 9ff48e7cdc..9068f85453 100644 --- a/arch/arm/include/nrf53/chip.h +++ b/arch/arm/include/nrf53/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf53/chip.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/arch/arm/include/nrf53/irq.h b/arch/arm/include/nrf53/irq.h index 2e933a1e6a..3bb472af5a 100644 --- a/arch/arm/include/nrf53/irq.h +++ b/arch/arm/include/nrf53/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf53/irq.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/arch/arm/include/nrf53/nrf5340_irq.h b/arch/arm/include/nrf53/nrf5340_irq.h index 71d3b8206b..8b2d7fd9e2 100644 --- a/arch/arm/include/nrf53/nrf5340_irq.h +++ b/arch/arm/include/nrf53/nrf5340_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf53/nrf5340_irq.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/arch/arm/include/nrf53/nrf5340_irq_cpuapp.h b/arch/arm/include/nrf53/nrf5340_irq_cpuapp.h index c9466837be..931a133594 100644 --- a/arch/arm/include/nrf53/nrf5340_irq_cpuapp.h +++ b/arch/arm/include/nrf53/nrf5340_irq_cpuapp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf53/nrf5340_irq_cpuapp.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/arch/arm/include/nrf53/nrf5340_irq_cpunet.h b/arch/arm/include/nrf53/nrf5340_irq_cpunet.h index b2997d74b4..7baa0557a4 100644 --- a/arch/arm/include/nrf53/nrf5340_irq_cpunet.h +++ b/arch/arm/include/nrf53/nrf5340_irq_cpunet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf53/nrf5340_irq_cpunet.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/arch/arm/include/nrf91/chip.h b/arch/arm/include/nrf91/chip.h index d577040e68..6a3e462c08 100644 --- a/arch/arm/include/nrf91/chip.h +++ b/arch/arm/include/nrf91/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf91/chip.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/arch/arm/include/nrf91/irq.h b/arch/arm/include/nrf91/irq.h index 571cb27fd5..830446ef58 100644 --- a/arch/arm/include/nrf91/irq.h +++ b/arch/arm/include/nrf91/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf91/irq.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/arch/arm/include/nrf91/nrf9160_irq.h b/arch/arm/include/nrf91/nrf9160_irq.h index b91a8d7ddd..baf30dc98c 100644 --- a/arch/arm/include/nrf91/nrf9160_irq.h +++ b/arch/arm/include/nrf91/nrf9160_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nrf91/nrf9160_irq.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/arch/arm/include/nuc1xx/chip.h b/arch/arm/include/nuc1xx/chip.h index 258e841f1d..5bc942fd49 100644 --- a/arch/arm/include/nuc1xx/chip.h +++ b/arch/arm/include/nuc1xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nuc1xx/chip.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/arch/arm/include/nuc1xx/irq.h b/arch/arm/include/nuc1xx/irq.h index 54e1d039ca..6089145b6c 100644 --- a/arch/arm/include/nuc1xx/irq.h +++ b/arch/arm/include/nuc1xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nuc1xx/irq.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/arch/arm/include/nuc1xx/nuc120_irq.h b/arch/arm/include/nuc1xx/nuc120_irq.h index ddcb5d0c8d..61269e024b 100644 --- a/arch/arm/include/nuc1xx/nuc120_irq.h +++ b/arch/arm/include/nuc1xx/nuc120_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/nuc1xx/nuc120_irq.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/arch/arm/include/phy62xx/chip.h b/arch/arm/include/phy62xx/chip.h index 5fc8abc2fc..6191e3dd4a 100644 --- a/arch/arm/include/phy62xx/chip.h +++ b/arch/arm/include/phy62xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/phy62xx/chip.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/arch/arm/include/phy62xx/irq.h b/arch/arm/include/phy62xx/irq.h index 8835115bff..ba7b2f6e94 100644 --- a/arch/arm/include/phy62xx/irq.h +++ b/arch/arm/include/phy62xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/phy62xx/irq.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/arch/arm/include/phy62xx/phy62xx_irq.h b/arch/arm/include/phy62xx/phy62xx_irq.h index 82d0101ced..b8bf21ed91 100644 --- a/arch/arm/include/phy62xx/phy62xx_irq.h +++ b/arch/arm/include/phy62xx/phy62xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/phy62xx/phy62xx_irq.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/arch/arm/include/qemu/chip.h b/arch/arm/include/qemu/chip.h index a85de85bc7..73e7e4e66d 100644 --- a/arch/arm/include/qemu/chip.h +++ b/arch/arm/include/qemu/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/qemu/chip.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/arch/arm/include/qemu/irq.h b/arch/arm/include/qemu/irq.h index 7c8f58f051..fa2e05d399 100644 --- a/arch/arm/include/qemu/irq.h +++ b/arch/arm/include/qemu/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/qemu/irq.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/arch/arm/include/rp2040/chip.h b/arch/arm/include/rp2040/chip.h index 90dc5d1c2c..06f6861bec 100644 --- a/arch/arm/include/rp2040/chip.h +++ b/arch/arm/include/rp2040/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp2040/chip.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/arch/arm/include/rp2040/i2c_slave.h b/arch/arm/include/rp2040/i2c_slave.h index 58a65b434c..0e84cbe9ab 100644 --- a/arch/arm/include/rp2040/i2c_slave.h +++ b/arch/arm/include/rp2040/i2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp2040/i2c_slave.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/arch/arm/include/rp2040/irq.h b/arch/arm/include/rp2040/irq.h index 0b79f6f078..f055303358 100644 --- a/arch/arm/include/rp2040/irq.h +++ b/arch/arm/include/rp2040/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp2040/irq.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/arch/arm/include/rp2040/watchdog.h b/arch/arm/include/rp2040/watchdog.h index ece6412f8e..76b86b1592 100644 --- a/arch/arm/include/rp2040/watchdog.h +++ b/arch/arm/include/rp2040/watchdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp2040/watchdog.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/arch/arm/include/rp23xx/chip.h b/arch/arm/include/rp23xx/chip.h index 3d25beda6c..039da83ca3 100644 --- a/arch/arm/include/rp23xx/chip.h +++ b/arch/arm/include/rp23xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp23xx/chip.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/arch/arm/include/rp23xx/i2c_slave.h b/arch/arm/include/rp23xx/i2c_slave.h index f3fdbb2e32..ec966f0cae 100644 --- a/arch/arm/include/rp23xx/i2c_slave.h +++ b/arch/arm/include/rp23xx/i2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp23xx/i2c_slave.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/arch/arm/include/rp23xx/irq.h b/arch/arm/include/rp23xx/irq.h index 7041447afe..c5d896effe 100644 --- a/arch/arm/include/rp23xx/irq.h +++ b/arch/arm/include/rp23xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp23xx/irq.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/arch/arm/include/rp23xx/watchdog.h b/arch/arm/include/rp23xx/watchdog.h index 4645ee89fc..ef1239bb90 100644 --- a/arch/arm/include/rp23xx/watchdog.h +++ b/arch/arm/include/rp23xx/watchdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/rp23xx/watchdog.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/arch/arm/include/s32k1xx/chip.h b/arch/arm/include/s32k1xx/chip.h index 1af309de5c..a7959dcd8b 100644 --- a/arch/arm/include/s32k1xx/chip.h +++ b/arch/arm/include/s32k1xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k1xx/chip.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/arch/arm/include/s32k1xx/irq.h b/arch/arm/include/s32k1xx/irq.h index fa1ae6aa9b..e797e20b74 100644 --- a/arch/arm/include/s32k1xx/irq.h +++ b/arch/arm/include/s32k1xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k1xx/irq.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/arch/arm/include/s32k1xx/s32k11x_irq.h b/arch/arm/include/s32k1xx/s32k11x_irq.h index f6ed467d7e..3e922fd5e5 100644 --- a/arch/arm/include/s32k1xx/s32k11x_irq.h +++ b/arch/arm/include/s32k1xx/s32k11x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k1xx/s32k11x_irq.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/arch/arm/include/s32k1xx/s32k14x_irq.h b/arch/arm/include/s32k1xx/s32k14x_irq.h index bbc8f9a566..5e1954d9b4 100644 --- a/arch/arm/include/s32k1xx/s32k14x_irq.h +++ b/arch/arm/include/s32k1xx/s32k14x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k1xx/s32k14x_irq.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/arch/arm/include/s32k3xx/chip.h b/arch/arm/include/s32k3xx/chip.h index d1ebeb563a..2f05a6cd47 100644 --- a/arch/arm/include/s32k3xx/chip.h +++ b/arch/arm/include/s32k3xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k3xx/chip.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/arch/arm/include/s32k3xx/irq.h b/arch/arm/include/s32k3xx/irq.h index 17a6f6ca15..607385a8c3 100644 --- a/arch/arm/include/s32k3xx/irq.h +++ b/arch/arm/include/s32k3xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k3xx/irq.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/arch/arm/include/s32k3xx/s32k3x4_irq.h b/arch/arm/include/s32k3xx/s32k3x4_irq.h index 159192a33f..c824b3d7f8 100644 --- a/arch/arm/include/s32k3xx/s32k3x4_irq.h +++ b/arch/arm/include/s32k3xx/s32k3x4_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/s32k3xx/s32k3x4_irq.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/arch/arm/include/sam34/chip.h b/arch/arm/include/sam34/chip.h index 5fb4af6c16..14684903ea 100644 --- a/arch/arm/include/sam34/chip.h +++ b/arch/arm/include/sam34/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/chip.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/arch/arm/include/sam34/irq.h b/arch/arm/include/sam34/irq.h index da33129a82..b791718a6a 100644 --- a/arch/arm/include/sam34/irq.h +++ b/arch/arm/include/sam34/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/irq.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/arch/arm/include/sam34/sam3u_irq.h b/arch/arm/include/sam34/sam3u_irq.h index 9e537f9632..76c4fe42a6 100644 --- a/arch/arm/include/sam34/sam3u_irq.h +++ b/arch/arm/include/sam34/sam3u_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/sam3u_irq.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/arch/arm/include/sam34/sam3x_irq.h b/arch/arm/include/sam34/sam3x_irq.h index 18b290715f..4a8cff0b99 100644 --- a/arch/arm/include/sam34/sam3x_irq.h +++ b/arch/arm/include/sam34/sam3x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/sam3x_irq.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/arch/arm/include/sam34/sam4cm_irq.h b/arch/arm/include/sam34/sam4cm_irq.h index 815fc5e5fe..b65a3e33d5 100644 --- a/arch/arm/include/sam34/sam4cm_irq.h +++ b/arch/arm/include/sam34/sam4cm_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/sam4cm_irq.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/arch/arm/include/sam34/sam4e_irq.h b/arch/arm/include/sam34/sam4e_irq.h index fda375c47a..8ac294782c 100644 --- a/arch/arm/include/sam34/sam4e_irq.h +++ b/arch/arm/include/sam34/sam4e_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/sam4e_irq.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/arch/arm/include/sam34/sam4l_irq.h b/arch/arm/include/sam34/sam4l_irq.h index c4390f1caf..9dcf49dc6e 100644 --- a/arch/arm/include/sam34/sam4l_irq.h +++ b/arch/arm/include/sam34/sam4l_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/sam4l_irq.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/arch/arm/include/sam34/sam4s_irq.h b/arch/arm/include/sam34/sam4s_irq.h index 5ed484fc7c..15756940e3 100644 --- a/arch/arm/include/sam34/sam4s_irq.h +++ b/arch/arm/include/sam34/sam4s_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sam34/sam4s_irq.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/arch/arm/include/sama5/chip.h b/arch/arm/include/sama5/chip.h index 38620d8545..8c82047183 100644 --- a/arch/arm/include/sama5/chip.h +++ b/arch/arm/include/sama5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sama5/chip.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/arch/arm/include/sama5/irq.h b/arch/arm/include/sama5/irq.h index acb42afdee..e4fd320c11 100644 --- a/arch/arm/include/sama5/irq.h +++ b/arch/arm/include/sama5/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sama5/irq.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/arch/arm/include/sama5/sama5d2_irq.h b/arch/arm/include/sama5/sama5d2_irq.h index 610f47a3c5..e5b71ef3a8 100644 --- a/arch/arm/include/sama5/sama5d2_irq.h +++ b/arch/arm/include/sama5/sama5d2_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sama5/sama5d2_irq.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/arch/arm/include/sama5/sama5d3_irq.h b/arch/arm/include/sama5/sama5d3_irq.h index b952902ab4..a5566f014f 100644 --- a/arch/arm/include/sama5/sama5d3_irq.h +++ b/arch/arm/include/sama5/sama5d3_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sama5/sama5d3_irq.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/arch/arm/include/sama5/sama5d4_irq.h b/arch/arm/include/sama5/sama5d4_irq.h index 8799c36649..406315abc7 100644 --- a/arch/arm/include/sama5/sama5d4_irq.h +++ b/arch/arm/include/sama5/sama5d4_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/sama5/sama5d4_irq.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/arch/arm/include/samd2l2/chip.h b/arch/arm/include/samd2l2/chip.h index 22f4b55a2e..6cec5503ac 100644 --- a/arch/arm/include/samd2l2/chip.h +++ b/arch/arm/include/samd2l2/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd2l2/chip.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/arch/arm/include/samd2l2/irq.h b/arch/arm/include/samd2l2/irq.h index 683ffb0ab6..cb152e78d9 100644 --- a/arch/arm/include/samd2l2/irq.h +++ b/arch/arm/include/samd2l2/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd2l2/irq.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/arch/arm/include/samd2l2/sam_adc.h b/arch/arm/include/samd2l2/sam_adc.h index b547593d4a..7f8e6b1153 100644 --- a/arch/arm/include/samd2l2/sam_adc.h +++ b/arch/arm/include/samd2l2/sam_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd2l2/sam_adc.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/arch/arm/include/samd2l2/samd20_irq.h b/arch/arm/include/samd2l2/samd20_irq.h index ad3c0dd4b5..e8d2148cf1 100644 --- a/arch/arm/include/samd2l2/samd20_irq.h +++ b/arch/arm/include/samd2l2/samd20_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd2l2/samd20_irq.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/arch/arm/include/samd2l2/samd21_irq.h b/arch/arm/include/samd2l2/samd21_irq.h index 716211b45d..e84f949e6f 100644 --- a/arch/arm/include/samd2l2/samd21_irq.h +++ b/arch/arm/include/samd2l2/samd21_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd2l2/samd21_irq.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/arch/arm/include/samd2l2/saml21_irq.h b/arch/arm/include/samd2l2/saml21_irq.h index dbca21ad06..b86a340a88 100644 --- a/arch/arm/include/samd2l2/saml21_irq.h +++ b/arch/arm/include/samd2l2/saml21_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd2l2/saml21_irq.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/arch/arm/include/samd5e5/chip.h b/arch/arm/include/samd5e5/chip.h index 8bc06a93a4..ec154fcbb0 100644 --- a/arch/arm/include/samd5e5/chip.h +++ b/arch/arm/include/samd5e5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd5e5/chip.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/arch/arm/include/samd5e5/irq.h b/arch/arm/include/samd5e5/irq.h index 95324f96b7..059b8cb380 100644 --- a/arch/arm/include/samd5e5/irq.h +++ b/arch/arm/include/samd5e5/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd5e5/irq.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/arch/arm/include/samd5e5/samd5e5_irq.h b/arch/arm/include/samd5e5/samd5e5_irq.h index f893f51ee0..a3b919a4e5 100644 --- a/arch/arm/include/samd5e5/samd5e5_irq.h +++ b/arch/arm/include/samd5e5/samd5e5_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samd5e5/samd5e5_irq.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/arch/arm/include/samv7/chip.h b/arch/arm/include/samv7/chip.h index b0c736b407..6f9b97f24e 100644 --- a/arch/arm/include/samv7/chip.h +++ b/arch/arm/include/samv7/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samv7/chip.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/arch/arm/include/samv7/irq.h b/arch/arm/include/samv7/irq.h index 94bbef1959..b55770d74a 100644 --- a/arch/arm/include/samv7/irq.h +++ b/arch/arm/include/samv7/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samv7/irq.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/arch/arm/include/samv7/sam_afec.h b/arch/arm/include/samv7/sam_afec.h index 76f6a790c7..3df664631c 100644 --- a/arch/arm/include/samv7/sam_afec.h +++ b/arch/arm/include/samv7/sam_afec.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samv7/sam_afec.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/arch/arm/include/samv7/same70_irq.h b/arch/arm/include/samv7/same70_irq.h index 4fdb6bf69c..b8bc06b76b 100644 --- a/arch/arm/include/samv7/same70_irq.h +++ b/arch/arm/include/samv7/same70_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samv7/same70_irq.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/arch/arm/include/samv7/samv71_irq.h b/arch/arm/include/samv7/samv71_irq.h index 2405117103..bf2395ea80 100644 --- a/arch/arm/include/samv7/samv71_irq.h +++ b/arch/arm/include/samv7/samv71_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/samv7/samv71_irq.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/arch/arm/include/setjmp.h b/arch/arm/include/setjmp.h index 4da7be755d..db1b40e617 100644 --- a/arch/arm/include/setjmp.h +++ b/arch/arm/include/setjmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/setjmp.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/arch/arm/include/spinlock.h b/arch/arm/include/spinlock.h index 574579ccf1..a8bec8fd9b 100644 --- a/arch/arm/include/spinlock.h +++ b/arch/arm/include/spinlock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/spinlock.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/arch/arm/include/stdarg.h b/arch/arm/include/stdarg.h index 4d7db30d68..d0bd612188 100644 --- a/arch/arm/include/stdarg.h +++ b/arch/arm/include/stdarg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stdarg.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/arch/arm/include/stm32/chip.h b/arch/arm/include/stm32/chip.h index 58c7ac34d0..1c62bcc3c4 100644 --- a/arch/arm/include/stm32/chip.h +++ b/arch/arm/include/stm32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/chip.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/arch/arm/include/stm32/irq.h b/arch/arm/include/stm32/irq.h index 3f29c71e3b..6e55b57a3f 100644 --- a/arch/arm/include/stm32/irq.h +++ b/arch/arm/include/stm32/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/irq.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/arch/arm/include/stm32/stm32f10xxx_irq.h b/arch/arm/include/stm32/stm32f10xxx_irq.h index 22c623bf00..c4623984bf 100644 --- a/arch/arm/include/stm32/stm32f10xxx_irq.h +++ b/arch/arm/include/stm32/stm32f10xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32f10xxx_irq.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/arch/arm/include/stm32/stm32f20xxx_irq.h b/arch/arm/include/stm32/stm32f20xxx_irq.h index 26160b1d4d..d96134585c 100644 --- a/arch/arm/include/stm32/stm32f20xxx_irq.h +++ b/arch/arm/include/stm32/stm32f20xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32f20xxx_irq.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/arch/arm/include/stm32/stm32f30xxx_irq.h b/arch/arm/include/stm32/stm32f30xxx_irq.h index e8acfd93ba..0d0fedf019 100644 --- a/arch/arm/include/stm32/stm32f30xxx_irq.h +++ b/arch/arm/include/stm32/stm32f30xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32f30xxx_irq.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/arch/arm/include/stm32/stm32f33xxx_irq.h b/arch/arm/include/stm32/stm32f33xxx_irq.h index 9f18954df2..9ebd7e61c0 100644 --- a/arch/arm/include/stm32/stm32f33xxx_irq.h +++ b/arch/arm/include/stm32/stm32f33xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32f33xxx_irq.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/arch/arm/include/stm32/stm32f37xxx_irq.h b/arch/arm/include/stm32/stm32f37xxx_irq.h index f3f2f599c7..b5ca56fbc8 100644 --- a/arch/arm/include/stm32/stm32f37xxx_irq.h +++ b/arch/arm/include/stm32/stm32f37xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32f37xxx_irq.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/arch/arm/include/stm32/stm32f40xxx_irq.h b/arch/arm/include/stm32/stm32f40xxx_irq.h index 3238261fc2..97b07df58f 100644 --- a/arch/arm/include/stm32/stm32f40xxx_irq.h +++ b/arch/arm/include/stm32/stm32f40xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32f40xxx_irq.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/arch/arm/include/stm32/stm32g4xxxx_irq.h b/arch/arm/include/stm32/stm32g4xxxx_irq.h index adf4f80f4a..e600d2c2bf 100644 --- a/arch/arm/include/stm32/stm32g4xxxx_irq.h +++ b/arch/arm/include/stm32/stm32g4xxxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32g4xxxx_irq.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/arch/arm/include/stm32/stm32l15xxx_irq.h b/arch/arm/include/stm32/stm32l15xxx_irq.h index e1450528c6..75064a1611 100644 --- a/arch/arm/include/stm32/stm32l15xxx_irq.h +++ b/arch/arm/include/stm32/stm32l15xxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32/stm32l15xxx_irq.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/arch/arm/include/stm32f0l0g0/chip.h b/arch/arm/include/stm32f0l0g0/chip.h index cba9564d41..8bdda88ff9 100644 --- a/arch/arm/include/stm32f0l0g0/chip.h +++ b/arch/arm/include/stm32f0l0g0/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f0l0g0/chip.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/arch/arm/include/stm32f0l0g0/irq.h b/arch/arm/include/stm32f0l0g0/irq.h index 401e683600..1f2a7f9a39 100644 --- a/arch/arm/include/stm32f0l0g0/irq.h +++ b/arch/arm/include/stm32f0l0g0/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f0l0g0/irq.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/arch/arm/include/stm32f0l0g0/stm32f0_irq.h b/arch/arm/include/stm32f0l0g0/stm32f0_irq.h index d02cee0158..fdabbfbf8a 100644 --- a/arch/arm/include/stm32f0l0g0/stm32f0_irq.h +++ b/arch/arm/include/stm32f0l0g0/stm32f0_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f0l0g0/stm32f0_irq.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/arch/arm/include/stm32f0l0g0/stm32g0_irq.h b/arch/arm/include/stm32f0l0g0/stm32g0_irq.h index 6965e530e2..a9d9e676d6 100644 --- a/arch/arm/include/stm32f0l0g0/stm32g0_irq.h +++ b/arch/arm/include/stm32f0l0g0/stm32g0_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f0l0g0/stm32g0_irq.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/arch/arm/include/stm32f0l0g0/stm32l0_irq.h b/arch/arm/include/stm32f0l0g0/stm32l0_irq.h index 48083f1b33..c863458cde 100644 --- a/arch/arm/include/stm32f0l0g0/stm32l0_irq.h +++ b/arch/arm/include/stm32f0l0g0/stm32l0_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f0l0g0/stm32l0_irq.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/arch/arm/include/stm32f7/chip.h b/arch/arm/include/stm32f7/chip.h index 06de795eae..5b2eb34fc1 100644 --- a/arch/arm/include/stm32f7/chip.h +++ b/arch/arm/include/stm32f7/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f7/chip.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/arch/arm/include/stm32f7/irq.h b/arch/arm/include/stm32f7/irq.h index 056976d62a..3c786310d6 100644 --- a/arch/arm/include/stm32f7/irq.h +++ b/arch/arm/include/stm32f7/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f7/irq.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/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h b/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h index 426746065a..11f63563c8 100644 --- a/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h +++ b/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f7/stm32f72xx73xx_irq.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/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h b/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h index 4502fc59f3..aaf572b577 100644 --- a/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h +++ b/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f7/stm32f74xx75xx_irq.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/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h b/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h index 1e9cca956c..314c57ca94 100644 --- a/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h +++ b/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32f7/stm32f76xx77xx_irq.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/arch/arm/include/stm32h5/chip.h b/arch/arm/include/stm32h5/chip.h index 3ddd671bf5..93e0ff1cbc 100644 --- a/arch/arm/include/stm32h5/chip.h +++ b/arch/arm/include/stm32h5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h5/chip.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/arch/arm/include/stm32h5/irq.h b/arch/arm/include/stm32h5/irq.h index 3b034c6823..945ef81a9f 100644 --- a/arch/arm/include/stm32h5/irq.h +++ b/arch/arm/include/stm32h5/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h5/irq.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/arch/arm/include/stm32h5/stm32h5xx_irq.h b/arch/arm/include/stm32h5/stm32h5xx_irq.h index 6e440b8e69..8075becfdc 100644 --- a/arch/arm/include/stm32h5/stm32h5xx_irq.h +++ b/arch/arm/include/stm32h5/stm32h5xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h5/stm32h5xx_irq.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/arch/arm/include/stm32h7/chip.h b/arch/arm/include/stm32h7/chip.h index d59b908ab5..bd9ea93668 100644 --- a/arch/arm/include/stm32h7/chip.h +++ b/arch/arm/include/stm32h7/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h7/chip.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/arch/arm/include/stm32h7/irq.h b/arch/arm/include/stm32h7/irq.h index 66dd6f1f93..a5a13c7b19 100644 --- a/arch/arm/include/stm32h7/irq.h +++ b/arch/arm/include/stm32h7/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h7/irq.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/arch/arm/include/stm32h7/stm32h7x3xx_irq.h b/arch/arm/include/stm32h7/stm32h7x3xx_irq.h index 5cb5496032..6da365a463 100644 --- a/arch/arm/include/stm32h7/stm32h7x3xx_irq.h +++ b/arch/arm/include/stm32h7/stm32h7x3xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h7/stm32h7x3xx_irq.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/arch/arm/include/stm32h7/stm32h7x5xx_cpu2_irq.h b/arch/arm/include/stm32h7/stm32h7x5xx_cpu2_irq.h index f564a9b891..6adea0ffaa 100644 --- a/arch/arm/include/stm32h7/stm32h7x5xx_cpu2_irq.h +++ b/arch/arm/include/stm32h7/stm32h7x5xx_cpu2_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h7/stm32h7x5xx_cpu2_irq.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/arch/arm/include/stm32h7/stm32h7x5xx_irq.h b/arch/arm/include/stm32h7/stm32h7x5xx_irq.h index 238ef7a55f..17f73487b6 100644 --- a/arch/arm/include/stm32h7/stm32h7x5xx_irq.h +++ b/arch/arm/include/stm32h7/stm32h7x5xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h7/stm32h7x5xx_irq.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/arch/arm/include/stm32h7/stm32h7x7xx_irq.h b/arch/arm/include/stm32h7/stm32h7x7xx_irq.h index eee68506f8..ea7a26da40 100644 --- a/arch/arm/include/stm32h7/stm32h7x7xx_irq.h +++ b/arch/arm/include/stm32h7/stm32h7x7xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32h7/stm32h7x7xx_irq.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/arch/arm/include/stm32l4/chip.h b/arch/arm/include/stm32l4/chip.h index 4ba5cfec49..febd84d6fa 100644 --- a/arch/arm/include/stm32l4/chip.h +++ b/arch/arm/include/stm32l4/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l4/chip.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/arch/arm/include/stm32l4/irq.h b/arch/arm/include/stm32l4/irq.h index dc259c7515..a17c156715 100644 --- a/arch/arm/include/stm32l4/irq.h +++ b/arch/arm/include/stm32l4/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l4/irq.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/arch/arm/include/stm32l4/stm32l4x3xx_irq.h b/arch/arm/include/stm32l4/stm32l4x3xx_irq.h index ff161031a4..1b3b5b2794 100644 --- a/arch/arm/include/stm32l4/stm32l4x3xx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4x3xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l4/stm32l4x3xx_irq.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/arch/arm/include/stm32l4/stm32l4x5xx_irq.h b/arch/arm/include/stm32l4/stm32l4x5xx_irq.h index b1e7e92127..3c0c8f4984 100644 --- a/arch/arm/include/stm32l4/stm32l4x5xx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4x5xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l4/stm32l4x5xx_irq.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/arch/arm/include/stm32l4/stm32l4x6xx_irq.h b/arch/arm/include/stm32l4/stm32l4x6xx_irq.h index b8f628cb0c..039cc81d92 100644 --- a/arch/arm/include/stm32l4/stm32l4x6xx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4x6xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l4/stm32l4x6xx_irq.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/arch/arm/include/stm32l4/stm32l4xrxx_irq.h b/arch/arm/include/stm32l4/stm32l4xrxx_irq.h index 18a8b1493f..803bf8dc01 100644 --- a/arch/arm/include/stm32l4/stm32l4xrxx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4xrxx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l4/stm32l4xrxx_irq.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/arch/arm/include/stm32l5/chip.h b/arch/arm/include/stm32l5/chip.h index 7bb1472eb8..25fae6e32e 100644 --- a/arch/arm/include/stm32l5/chip.h +++ b/arch/arm/include/stm32l5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l5/chip.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/arch/arm/include/stm32l5/irq.h b/arch/arm/include/stm32l5/irq.h index 8e03edea2c..9a35b3bdaf 100644 --- a/arch/arm/include/stm32l5/irq.h +++ b/arch/arm/include/stm32l5/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l5/irq.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/arch/arm/include/stm32l5/stm32l562xx_irq.h b/arch/arm/include/stm32l5/stm32l562xx_irq.h index 97bf29756e..a8e283dcc9 100644 --- a/arch/arm/include/stm32l5/stm32l562xx_irq.h +++ b/arch/arm/include/stm32l5/stm32l562xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l5/stm32l562xx_irq.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/arch/arm/include/stm32l5/stm32l5_irq.h b/arch/arm/include/stm32l5/stm32l5_irq.h index be3f9fe743..8ffbc2ac9a 100644 --- a/arch/arm/include/stm32l5/stm32l5_irq.h +++ b/arch/arm/include/stm32l5/stm32l5_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32l5/stm32l5_irq.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/arch/arm/include/stm32u5/chip.h b/arch/arm/include/stm32u5/chip.h index c4e491ddb3..887ca72d38 100644 --- a/arch/arm/include/stm32u5/chip.h +++ b/arch/arm/include/stm32u5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32u5/chip.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/arch/arm/include/stm32u5/irq.h b/arch/arm/include/stm32u5/irq.h index c40997d715..77c5c600bd 100644 --- a/arch/arm/include/stm32u5/irq.h +++ b/arch/arm/include/stm32u5/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32u5/irq.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/arch/arm/include/stm32u5/stm32_irq.h b/arch/arm/include/stm32u5/stm32_irq.h index 1cff3ca946..13ae03bbc9 100644 --- a/arch/arm/include/stm32u5/stm32_irq.h +++ b/arch/arm/include/stm32u5/stm32_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32u5/stm32_irq.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/arch/arm/include/stm32u5/stm32u5xx_irq.h b/arch/arm/include/stm32u5/stm32u5xx_irq.h index e9955a8e99..3df1c65915 100644 --- a/arch/arm/include/stm32u5/stm32u5xx_irq.h +++ b/arch/arm/include/stm32u5/stm32u5xx_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32u5/stm32u5xx_irq.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/arch/arm/include/stm32wb/chip.h b/arch/arm/include/stm32wb/chip.h index 4d11c568c0..56d7912fe5 100644 --- a/arch/arm/include/stm32wb/chip.h +++ b/arch/arm/include/stm32wb/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32wb/chip.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/arch/arm/include/stm32wb/irq.h b/arch/arm/include/stm32wb/irq.h index bf75492029..6bd24af39e 100644 --- a/arch/arm/include/stm32wb/irq.h +++ b/arch/arm/include/stm32wb/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32wb/irq.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/arch/arm/include/stm32wb/stm32wb_irq.h b/arch/arm/include/stm32wb/stm32wb_irq.h index 13518adb90..4efaba3559 100644 --- a/arch/arm/include/stm32wb/stm32wb_irq.h +++ b/arch/arm/include/stm32wb/stm32wb_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32wb/stm32wb_irq.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/arch/arm/include/stm32wl5/chip.h b/arch/arm/include/stm32wl5/chip.h index 89866b89f2..d7da1c8c45 100644 --- a/arch/arm/include/stm32wl5/chip.h +++ b/arch/arm/include/stm32wl5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32wl5/chip.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/arch/arm/include/stm32wl5/irq.h b/arch/arm/include/stm32wl5/irq.h index a5132a7f84..a8941dbeed 100644 --- a/arch/arm/include/stm32wl5/irq.h +++ b/arch/arm/include/stm32wl5/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32wl5/irq.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/arch/arm/include/stm32wl5/stm32wl5xxx_cpu1_irq.h b/arch/arm/include/stm32wl5/stm32wl5xxx_cpu1_irq.h index 878d996c45..88ce31efc5 100644 --- a/arch/arm/include/stm32wl5/stm32wl5xxx_cpu1_irq.h +++ b/arch/arm/include/stm32wl5/stm32wl5xxx_cpu1_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/stm32wl5/stm32wl5xxx_cpu1_irq.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/arch/arm/include/str71x/irq.h b/arch/arm/include/str71x/irq.h index 3c0e9f2a8d..e30f5dc0fd 100644 --- a/arch/arm/include/str71x/irq.h +++ b/arch/arm/include/str71x/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/str71x/irq.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/arch/arm/include/syscall.h b/arch/arm/include/syscall.h index 60d7b1b6f7..8efd4935c2 100644 --- a/arch/arm/include/syscall.h +++ b/arch/arm/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/syscall.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/arch/arm/include/tiva/cc13x0_irq.h b/arch/arm/include/tiva/cc13x0_irq.h index 2a1a0b20f7..da687be5ae 100644 --- a/arch/arm/include/tiva/cc13x0_irq.h +++ b/arch/arm/include/tiva/cc13x0_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/cc13x0_irq.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/arch/arm/include/tiva/cc13x2_cc26x2_irq.h b/arch/arm/include/tiva/cc13x2_cc26x2_irq.h index a5d8448ae5..5799a45b2a 100644 --- a/arch/arm/include/tiva/cc13x2_cc26x2_irq.h +++ b/arch/arm/include/tiva/cc13x2_cc26x2_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/cc13x2_cc26x2_irq.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/arch/arm/include/tiva/chip.h b/arch/arm/include/tiva/chip.h index 84037f9c43..57b75515c6 100644 --- a/arch/arm/include/tiva/chip.h +++ b/arch/arm/include/tiva/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/chip.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/arch/arm/include/tiva/irq.h b/arch/arm/include/tiva/irq.h index b77d7f5159..af6babb325 100644 --- a/arch/arm/include/tiva/irq.h +++ b/arch/arm/include/tiva/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/irq.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/arch/arm/include/tiva/lm3s_irq.h b/arch/arm/include/tiva/lm3s_irq.h index 1cf8c11ecf..6390b1ee86 100644 --- a/arch/arm/include/tiva/lm3s_irq.h +++ b/arch/arm/include/tiva/lm3s_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/lm3s_irq.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/arch/arm/include/tiva/lm4f_irq.h b/arch/arm/include/tiva/lm4f_irq.h index f7a287d806..088d254c69 100644 --- a/arch/arm/include/tiva/lm4f_irq.h +++ b/arch/arm/include/tiva/lm4f_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/lm4f_irq.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/arch/arm/include/tiva/tm4c_irq.h b/arch/arm/include/tiva/tm4c_irq.h index 500cf0994c..85603aacbd 100644 --- a/arch/arm/include/tiva/tm4c_irq.h +++ b/arch/arm/include/tiva/tm4c_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tiva/tm4c_irq.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/arch/arm/include/tlsr82/chip.h b/arch/arm/include/tlsr82/chip.h index f30e7b3431..bd99586588 100644 --- a/arch/arm/include/tlsr82/chip.h +++ b/arch/arm/include/tlsr82/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tlsr82/chip.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/arch/arm/include/tlsr82/irq.h b/arch/arm/include/tlsr82/irq.h index 115f9f14b6..9ddc0444b9 100644 --- a/arch/arm/include/tlsr82/irq.h +++ b/arch/arm/include/tlsr82/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tlsr82/irq.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/arch/arm/include/tms570/chip.h b/arch/arm/include/tms570/chip.h index cd1a334c82..82159e454d 100644 --- a/arch/arm/include/tms570/chip.h +++ b/arch/arm/include/tms570/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tms570/chip.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/arch/arm/include/tms570/irq.h b/arch/arm/include/tms570/irq.h index f7a6275abf..5c434707c5 100644 --- a/arch/arm/include/tms570/irq.h +++ b/arch/arm/include/tms570/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tms570/irq.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/arch/arm/include/tms570/tms570ls04x03x_irq.h b/arch/arm/include/tms570/tms570ls04x03x_irq.h index febb75f3e4..9ac05e1e1d 100644 --- a/arch/arm/include/tms570/tms570ls04x03x_irq.h +++ b/arch/arm/include/tms570/tms570ls04x03x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/tms570/tms570ls04x03x_irq.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/arch/arm/include/types.h b/arch/arm/include/types.h index 043937a84b..b549570dcf 100644 --- a/arch/arm/include/types.h +++ b/arch/arm/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/types.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/arch/arm/include/xmc4/chip.h b/arch/arm/include/xmc4/chip.h index b3856042ec..763fbf52f9 100644 --- a/arch/arm/include/xmc4/chip.h +++ b/arch/arm/include/xmc4/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/xmc4/chip.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/arch/arm/include/xmc4/irq.h b/arch/arm/include/xmc4/irq.h index 3c59fbd575..d66ca78b22 100644 --- a/arch/arm/include/xmc4/irq.h +++ b/arch/arm/include/xmc4/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/xmc4/irq.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/arch/arm/include/xmc4/xmc4500_irq.h b/arch/arm/include/xmc4/xmc4500_irq.h index 4419938a77..17fbea0f43 100644 --- a/arch/arm/include/xmc4/xmc4500_irq.h +++ b/arch/arm/include/xmc4/xmc4500_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/xmc4/xmc4500_irq.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/arch/arm/include/xmc4/xmc4700_irq.h b/arch/arm/include/xmc4/xmc4700_irq.h index b4a2054e41..5da52b21cd 100644 --- a/arch/arm/include/xmc4/xmc4700_irq.h +++ b/arch/arm/include/xmc4/xmc4700_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/xmc4/xmc4700_irq.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/arch/arm/include/xmc4/xmc4800_irq.h b/arch/arm/include/xmc4/xmc4800_irq.h index 05c8937e34..9add9bca5f 100644 --- a/arch/arm/include/xmc4/xmc4800_irq.h +++ b/arch/arm/include/xmc4/xmc4800_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/include/xmc4/xmc4800_irq.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/arch/arm/src/CMakeLists.txt b/arch/arm/src/CMakeLists.txt index 21bea7ee80..e176d04c5c 100644 --- a/arch/arm/src/CMakeLists.txt +++ b/arch/arm/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/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/arch/arm/src/Makefile b/arch/arm/src/Makefile index a5d5a087d5..b8718ef91f 100644 --- a/arch/arm/src/Makefile +++ b/arch/arm/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/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/arch/arm/src/a1x/Make.defs b/arch/arm/src/a1x/Make.defs index 1c5f691283..07ceeb39a8 100644 --- a/arch/arm/src/a1x/Make.defs +++ b/arch/arm/src/a1x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/a1x/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/arch/arm/src/a1x/a1x_boot.c b/arch/arm/src/a1x/a1x_boot.c index f4be425153..b3c205f8ce 100644 --- a/arch/arm/src/a1x/a1x_boot.c +++ b/arch/arm/src/a1x/a1x_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/a1x/a1x_boot.h b/arch/arm/src/a1x/a1x_boot.h index ecd76e9748..557e63df13 100644 --- a/arch/arm/src/a1x/a1x_boot.h +++ b/arch/arm/src/a1x/a1x_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_boot.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/arch/arm/src/a1x/a1x_config.h b/arch/arm/src/a1x/a1x_config.h index 3826f130b9..cc4c3cfb1b 100644 --- a/arch/arm/src/a1x/a1x_config.h +++ b/arch/arm/src/a1x/a1x_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_config.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/arch/arm/src/a1x/a1x_irq.c b/arch/arm/src/a1x/a1x_irq.c index d15e6e539c..3ac8180624 100644 --- a/arch/arm/src/a1x/a1x_irq.c +++ b/arch/arm/src/a1x/a1x_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/a1x/a1x_irq.h b/arch/arm/src/a1x/a1x_irq.h index 52776c0940..9510ed401b 100644 --- a/arch/arm/src/a1x/a1x_irq.h +++ b/arch/arm/src/a1x/a1x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_irq.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/arch/arm/src/a1x/a1x_lowputc.c b/arch/arm/src/a1x/a1x_lowputc.c index 4c4c3d203e..a0df485121 100644 --- a/arch/arm/src/a1x/a1x_lowputc.c +++ b/arch/arm/src/a1x/a1x_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/a1x/a1x_lowputc.h b/arch/arm/src/a1x/a1x_lowputc.h index e6ed9c475b..a45629da83 100644 --- a/arch/arm/src/a1x/a1x_lowputc.h +++ b/arch/arm/src/a1x/a1x_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_lowputc.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/arch/arm/src/a1x/a1x_pio.c b/arch/arm/src/a1x/a1x_pio.c index 96820c9b59..ea31e58231 100644 --- a/arch/arm/src/a1x/a1x_pio.c +++ b/arch/arm/src/a1x/a1x_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/a1x/a1x_pio.h b/arch/arm/src/a1x/a1x_pio.h index e9adeae409..bd39277040 100644 --- a/arch/arm/src/a1x/a1x_pio.h +++ b/arch/arm/src/a1x/a1x_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_pio.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/arch/arm/src/a1x/a1x_serial.c b/arch/arm/src/a1x/a1x_serial.c index 7ffd1820c4..39c01d2757 100644 --- a/arch/arm/src/a1x/a1x_serial.c +++ b/arch/arm/src/a1x/a1x_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_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/arch/arm/src/a1x/a1x_serial.h b/arch/arm/src/a1x/a1x_serial.h index c013162149..cd540b00cd 100644 --- a/arch/arm/src/a1x/a1x_serial.h +++ b/arch/arm/src/a1x/a1x_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_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/arch/arm/src/a1x/a1x_timerisr.c b/arch/arm/src/a1x/a1x_timerisr.c index f408bbf087..3331851d1d 100644 --- a/arch/arm/src/a1x/a1x_timerisr.c +++ b/arch/arm/src/a1x/a1x_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/a1x_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/a1x/chip.h b/arch/arm/src/a1x/chip.h index c37b7a7d84..806c940073 100644 --- a/arch/arm/src/a1x/chip.h +++ b/arch/arm/src/a1x/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/chip.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/arch/arm/src/a1x/hardware/a10_memorymap.h b/arch/arm/src/a1x/hardware/a10_memorymap.h index 55f849faf7..7b2132084a 100644 --- a/arch/arm/src/a1x/hardware/a10_memorymap.h +++ b/arch/arm/src/a1x/hardware/a10_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a10_memorymap.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/arch/arm/src/a1x/hardware/a10_piocfg.h b/arch/arm/src/a1x/hardware/a10_piocfg.h index 693969fa4a..f09c6617c8 100644 --- a/arch/arm/src/a1x/hardware/a10_piocfg.h +++ b/arch/arm/src/a1x/hardware/a10_piocfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a10_piocfg.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/arch/arm/src/a1x/hardware/a1x_intc.h b/arch/arm/src/a1x/hardware/a1x_intc.h index 75931d2189..d06ac97d48 100644 --- a/arch/arm/src/a1x/hardware/a1x_intc.h +++ b/arch/arm/src/a1x/hardware/a1x_intc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a1x_intc.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/arch/arm/src/a1x/hardware/a1x_memorymap.h b/arch/arm/src/a1x/hardware/a1x_memorymap.h index 66985235d6..2dba79a78f 100644 --- a/arch/arm/src/a1x/hardware/a1x_memorymap.h +++ b/arch/arm/src/a1x/hardware/a1x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a1x_memorymap.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/arch/arm/src/a1x/hardware/a1x_pio.h b/arch/arm/src/a1x/hardware/a1x_pio.h index 976c7445df..2e01927ddc 100644 --- a/arch/arm/src/a1x/hardware/a1x_pio.h +++ b/arch/arm/src/a1x/hardware/a1x_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a1x_pio.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/arch/arm/src/a1x/hardware/a1x_piocfg.h b/arch/arm/src/a1x/hardware/a1x_piocfg.h index b328677d12..628ee749da 100644 --- a/arch/arm/src/a1x/hardware/a1x_piocfg.h +++ b/arch/arm/src/a1x/hardware/a1x_piocfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a1x_piocfg.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/arch/arm/src/a1x/hardware/a1x_timer.h b/arch/arm/src/a1x/hardware/a1x_timer.h index 5c23ebb5ef..15210b3dc9 100644 --- a/arch/arm/src/a1x/hardware/a1x_timer.h +++ b/arch/arm/src/a1x/hardware/a1x_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a1x_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/arch/arm/src/a1x/hardware/a1x_uart.h b/arch/arm/src/a1x/hardware/a1x_uart.h index 7aed19b8c6..884d97826e 100644 --- a/arch/arm/src/a1x/hardware/a1x_uart.h +++ b/arch/arm/src/a1x/hardware/a1x_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/a1x/hardware/a1x_uart.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/arch/arm/src/am335x/Make.defs b/arch/arm/src/am335x/Make.defs index 7a74566c85..e2d9a0d16f 100644 --- a/arch/arm/src/am335x/Make.defs +++ b/arch/arm/src/am335x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/am335x/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/arch/arm/src/am335x/am335x_boot.c b/arch/arm/src/am335x/am335x_boot.c index 2bd19b5485..3dce5537a7 100644 --- a/arch/arm/src/am335x/am335x_boot.c +++ b/arch/arm/src/am335x/am335x_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_boot.h b/arch/arm/src/am335x/am335x_boot.h index 96c56dcae6..dae4d38323 100644 --- a/arch/arm/src/am335x/am335x_boot.h +++ b/arch/arm/src/am335x/am335x_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_boot.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/arch/arm/src/am335x/am335x_can.c b/arch/arm/src/am335x/am335x_can.c index 5767dd868d..6620fe8d6c 100644 --- a/arch/arm/src/am335x/am335x_can.c +++ b/arch/arm/src/am335x/am335x_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_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/arch/arm/src/am335x/am335x_can.h b/arch/arm/src/am335x/am335x_can.h index a4a668fad2..0779db1e3e 100644 --- a/arch/arm/src/am335x/am335x_can.h +++ b/arch/arm/src/am335x/am335x_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_can.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/arch/arm/src/am335x/am335x_clockconfig.c b/arch/arm/src/am335x/am335x_clockconfig.c index b4b0888236..d4dbb856d0 100644 --- a/arch/arm/src/am335x/am335x_clockconfig.c +++ b/arch/arm/src/am335x/am335x_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_clockconfig.h b/arch/arm/src/am335x/am335x_clockconfig.h index 9a54fd400e..27bfb2afd3 100644 --- a/arch/arm/src/am335x/am335x_clockconfig.h +++ b/arch/arm/src/am335x/am335x_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_clockconfig.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/arch/arm/src/am335x/am335x_config.h b/arch/arm/src/am335x/am335x_config.h index e4d1ed537e..959c0a177f 100644 --- a/arch/arm/src/am335x/am335x_config.h +++ b/arch/arm/src/am335x/am335x_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_config.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/arch/arm/src/am335x/am335x_edid.c b/arch/arm/src/am335x/am335x_edid.c index 9aefcf04a9..027d1042c2 100644 --- a/arch/arm/src/am335x/am335x_edid.c +++ b/arch/arm/src/am335x/am335x_edid.c @@ -1,15 +1,10 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_edid.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The LCD driver derives from the LPC54xx LCD driver but also includes - * information from the FreeBSD AM335x LCD driver which was released under - * a two-clause BSD license: - * - * Copyright 2013 Oleksandr Tymoshenko - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Oleksandr Tymoshenko + * 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/arch/arm/src/am335x/am335x_gpio.c b/arch/arm/src/am335x/am335x_gpio.c index ff47c9062e..3875df2c58 100644 --- a/arch/arm/src/am335x/am335x_gpio.c +++ b/arch/arm/src/am335x/am335x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_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/arch/arm/src/am335x/am335x_gpio.h b/arch/arm/src/am335x/am335x_gpio.h index e510aff20a..a3d2fa6374 100644 --- a/arch/arm/src/am335x/am335x_gpio.h +++ b/arch/arm/src/am335x/am335x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_gpio.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/arch/arm/src/am335x/am335x_gpioirq.c b/arch/arm/src/am335x/am335x_gpioirq.c index 8969072e45..f34c18e37e 100644 --- a/arch/arm/src/am335x/am335x_gpioirq.c +++ b/arch/arm/src/am335x/am335x_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_i2c.c b/arch/arm/src/am335x/am335x_i2c.c index 841b74044e..ba4b03a09a 100644 --- a/arch/arm/src/am335x/am335x_i2c.c +++ b/arch/arm/src/am335x/am335x_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_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/arch/arm/src/am335x/am335x_i2c.h b/arch/arm/src/am335x/am335x_i2c.h index 7bda8bb8b5..a5d4f27fea 100644 --- a/arch/arm/src/am335x/am335x_i2c.h +++ b/arch/arm/src/am335x/am335x_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_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/arch/arm/src/am335x/am335x_irq.c b/arch/arm/src/am335x/am335x_irq.c index 7ce90ae010..9e9b52f91b 100644 --- a/arch/arm/src/am335x/am335x_irq.c +++ b/arch/arm/src/am335x/am335x_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_irq.h b/arch/arm/src/am335x/am335x_irq.h index 67fa489871..7a03a1f4c5 100644 --- a/arch/arm/src/am335x/am335x_irq.h +++ b/arch/arm/src/am335x/am335x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_irq.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/arch/arm/src/am335x/am335x_lcdc.c b/arch/arm/src/am335x/am335x_lcdc.c index a650032bb1..8cad55921e 100644 --- a/arch/arm/src/am335x/am335x_lcdc.c +++ b/arch/arm/src/am335x/am335x_lcdc.c @@ -1,15 +1,10 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_lcdc.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This driver derives from the LPC54xx LCD driver but also includes - * information from the FreeBSD AM335x LCD driver which was released under - * a two-clause BSD license: - * - * Copyright 2013 Oleksandr Tymoshenko - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Oleksandr Tymoshenko + * 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/arch/arm/src/am335x/am335x_lcdc.h b/arch/arm/src/am335x/am335x_lcdc.h index b780132e8f..82203c95e4 100644 --- a/arch/arm/src/am335x/am335x_lcdc.h +++ b/arch/arm/src/am335x/am335x_lcdc.h @@ -1,15 +1,10 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_lcdc.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The LCD driver derives from the LPC54xx LCD driver but also includes - * information from the FreeBSD AM335x LCD driver which was released under - * a two-clause BSD license: - * - * Copyright 2013 Oleksandr Tymoshenko - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Oleksandr Tymoshenko + * 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/arch/arm/src/am335x/am335x_lowputc.c b/arch/arm/src/am335x/am335x_lowputc.c index 2c2452661a..d2d7aa438c 100644 --- a/arch/arm/src/am335x/am335x_lowputc.c +++ b/arch/arm/src/am335x/am335x_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_lowputc.h b/arch/arm/src/am335x/am335x_lowputc.h index 33cd126ea9..458fc769d6 100644 --- a/arch/arm/src/am335x/am335x_lowputc.h +++ b/arch/arm/src/am335x/am335x_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_lowputc.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/arch/arm/src/am335x/am335x_pinmux.c b/arch/arm/src/am335x/am335x_pinmux.c index 02b87e4508..299654a01d 100644 --- a/arch/arm/src/am335x/am335x_pinmux.c +++ b/arch/arm/src/am335x/am335x_pinmux.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_pinmux.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_pinmux.h b/arch/arm/src/am335x/am335x_pinmux.h index e489f3316f..5101a6abdd 100644 --- a/arch/arm/src/am335x/am335x_pinmux.h +++ b/arch/arm/src/am335x/am335x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_pinmux.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/arch/arm/src/am335x/am335x_serial.c b/arch/arm/src/am335x/am335x_serial.c index 8ec878fb01..927faf685f 100644 --- a/arch/arm/src/am335x/am335x_serial.c +++ b/arch/arm/src/am335x/am335x_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_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/arch/arm/src/am335x/am335x_serial.h b/arch/arm/src/am335x/am335x_serial.h index 5003f5cfd7..283a26813c 100644 --- a/arch/arm/src/am335x/am335x_serial.h +++ b/arch/arm/src/am335x/am335x_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_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/arch/arm/src/am335x/am335x_sysclk.c b/arch/arm/src/am335x/am335x_sysclk.c index 698fcb7bff..67a01c11fe 100644 --- a/arch/arm/src/am335x/am335x_sysclk.c +++ b/arch/arm/src/am335x/am335x_sysclk.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_sysclk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_sysclk.h b/arch/arm/src/am335x/am335x_sysclk.h index ce3532726e..7d164b1d8d 100644 --- a/arch/arm/src/am335x/am335x_sysclk.h +++ b/arch/arm/src/am335x/am335x_sysclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_sysclk.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/arch/arm/src/am335x/am335x_timerisr.c b/arch/arm/src/am335x/am335x_timerisr.c index b7cdb24fdb..05113fa28b 100644 --- a/arch/arm/src/am335x/am335x_timerisr.c +++ b/arch/arm/src/am335x/am335x_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_wdog.c b/arch/arm/src/am335x/am335x_wdog.c index 2d51d9d45d..671d6baa1b 100644 --- a/arch/arm/src/am335x/am335x_wdog.c +++ b/arch/arm/src/am335x/am335x_wdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_wdog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/am335x/am335x_wdog.h b/arch/arm/src/am335x/am335x_wdog.h index fdc87b5fff..4229f208b6 100644 --- a/arch/arm/src/am335x/am335x_wdog.h +++ b/arch/arm/src/am335x/am335x_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/am335x_wdog.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/arch/arm/src/am335x/chip.h b/arch/arm/src/am335x/chip.h index 6fab49600c..221e1d3c57 100644 --- a/arch/arm/src/am335x/chip.h +++ b/arch/arm/src/am335x/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/chip.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/arch/arm/src/am335x/hardware/am3358_memorymap.h b/arch/arm/src/am335x/hardware/am3358_memorymap.h index 4004f204fc..bea27b248c 100644 --- a/arch/arm/src/am335x/hardware/am3358_memorymap.h +++ b/arch/arm/src/am335x/hardware/am3358_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am3358_memorymap.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/arch/arm/src/am335x/hardware/am3358_pinmux.h b/arch/arm/src/am335x/hardware/am3358_pinmux.h index 41693d541c..ef1d4cf684 100644 --- a/arch/arm/src/am335x/hardware/am3358_pinmux.h +++ b/arch/arm/src/am335x/hardware/am3358_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am3358_pinmux.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/arch/arm/src/am335x/hardware/am335x_dcan.h b/arch/arm/src/am335x/hardware/am335x_dcan.h index 1bc1670304..c06b7bf024 100644 --- a/arch/arm/src/am335x/hardware/am335x_dcan.h +++ b/arch/arm/src/am335x/hardware/am335x_dcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_dcan.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/arch/arm/src/am335x/hardware/am335x_gpio.h b/arch/arm/src/am335x/hardware/am335x_gpio.h index f24277ae0e..75c9c0a422 100644 --- a/arch/arm/src/am335x/hardware/am335x_gpio.h +++ b/arch/arm/src/am335x/hardware/am335x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_gpio.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/arch/arm/src/am335x/hardware/am335x_i2c.h b/arch/arm/src/am335x/hardware/am335x_i2c.h index fb810d0d77..f0dfd5965b 100644 --- a/arch/arm/src/am335x/hardware/am335x_i2c.h +++ b/arch/arm/src/am335x/hardware/am335x_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_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/arch/arm/src/am335x/hardware/am335x_intc.h b/arch/arm/src/am335x/hardware/am335x_intc.h index fe9cf226b6..74c9859b7d 100644 --- a/arch/arm/src/am335x/hardware/am335x_intc.h +++ b/arch/arm/src/am335x/hardware/am335x_intc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_intc.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/arch/arm/src/am335x/hardware/am335x_lcd.h b/arch/arm/src/am335x/hardware/am335x_lcd.h index 4162b17e1e..7c35fe666f 100644 --- a/arch/arm/src/am335x/hardware/am335x_lcd.h +++ b/arch/arm/src/am335x/hardware/am335x_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_lcd.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/arch/arm/src/am335x/hardware/am335x_mcspi.h b/arch/arm/src/am335x/hardware/am335x_mcspi.h index d39e5efbc5..a8e7d5b2e2 100644 --- a/arch/arm/src/am335x/hardware/am335x_mcspi.h +++ b/arch/arm/src/am335x/hardware/am335x_mcspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_mcspi.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/arch/arm/src/am335x/hardware/am335x_memorymap.h b/arch/arm/src/am335x/hardware/am335x_memorymap.h index 0ea6716400..92f6e21e1f 100644 --- a/arch/arm/src/am335x/hardware/am335x_memorymap.h +++ b/arch/arm/src/am335x/hardware/am335x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_memorymap.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/arch/arm/src/am335x/hardware/am335x_pinmux.h b/arch/arm/src/am335x/hardware/am335x_pinmux.h index 95664a1132..233007664d 100644 --- a/arch/arm/src/am335x/hardware/am335x_pinmux.h +++ b/arch/arm/src/am335x/hardware/am335x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_pinmux.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/arch/arm/src/am335x/hardware/am335x_prcm.h b/arch/arm/src/am335x/hardware/am335x_prcm.h index 6a778dad78..8b0412d230 100644 --- a/arch/arm/src/am335x/hardware/am335x_prcm.h +++ b/arch/arm/src/am335x/hardware/am335x_prcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_prcm.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/arch/arm/src/am335x/hardware/am335x_scm.h b/arch/arm/src/am335x/hardware/am335x_scm.h index 729a2af6cc..b2f0cb1135 100644 --- a/arch/arm/src/am335x/hardware/am335x_scm.h +++ b/arch/arm/src/am335x/hardware/am335x_scm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_scm.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/arch/arm/src/am335x/hardware/am335x_timer.h b/arch/arm/src/am335x/hardware/am335x_timer.h index 5e71037ef5..02798dbc42 100644 --- a/arch/arm/src/am335x/hardware/am335x_timer.h +++ b/arch/arm/src/am335x/hardware/am335x_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_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/arch/arm/src/am335x/hardware/am335x_uart.h b/arch/arm/src/am335x/hardware/am335x_uart.h index 2be63d2f45..2bde3cf2d4 100644 --- a/arch/arm/src/am335x/hardware/am335x_uart.h +++ b/arch/arm/src/am335x/hardware/am335x_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_uart.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/arch/arm/src/am335x/hardware/am335x_wdog.h b/arch/arm/src/am335x/hardware/am335x_wdog.h index 8d181fba14..a74d604eb8 100644 --- a/arch/arm/src/am335x/hardware/am335x_wdog.h +++ b/arch/arm/src/am335x/hardware/am335x_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/am335x/hardware/am335x_wdog.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/arch/arm/src/arm/CMakeLists.txt b/arch/arm/src/arm/CMakeLists.txt index 9a6eb48281..7441d85d92 100644 --- a/arch/arm/src/arm/CMakeLists.txt +++ b/arch/arm/src/arm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/arm/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/arch/arm/src/arm/Make.defs b/arch/arm/src/arm/Make.defs index ceed32eb30..faff6009b7 100644 --- a/arch/arm/src/arm/Make.defs +++ b/arch/arm/src/arm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/arm/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/arch/arm/src/arm/Toolchain.defs b/arch/arm/src/arm/Toolchain.defs index 6a2c34afe9..e3ac67df93 100644 --- a/arch/arm/src/arm/Toolchain.defs +++ b/arch/arm/src/arm/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/arm/Toolchain.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/arch/arm/src/arm/arm.h b/arch/arm/src/arm/arm.h index 4dc315b267..3536a31fcd 100644 --- a/arch/arm/src/arm/arm.h +++ b/arch/arm/src/arm/arm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm.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/arch/arm/src/arm/arm_allocpage.c b/arch/arm/src/arm/arm_allocpage.c index 359fc60a03..e8d19af415 100644 --- a/arch/arm/src/arm/arm_allocpage.c +++ b/arch/arm/src/arm/arm_allocpage.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_allocpage.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_cache.S b/arch/arm/src/arm/arm_cache.S index 02db4cf3ac..62674589b2 100644 --- a/arch/arm/src/arm/arm_cache.S +++ b/arch/arm/src/arm/arm_cache.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_cache.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_checkmapping.c b/arch/arm/src/arm/arm_checkmapping.c index 5657cf3ae4..a47e4aaf06 100644 --- a/arch/arm/src/arm/arm_checkmapping.c +++ b/arch/arm/src/arm/arm_checkmapping.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/arm/arm_checkmapping.c - * Check if the current task's fault address has been mapped into the virtual - * address space. + * + * SPDX-License-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/arch/arm/src/arm/arm_dataabort.c b/arch/arm/src/arm/arm_dataabort.c index 20ea2d2687..dc4e369f4c 100644 --- a/arch/arm/src/arm/arm_dataabort.c +++ b/arch/arm/src/arm/arm_dataabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_dataabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_doirq.c b/arch/arm/src/arm/arm_doirq.c index 18b5ac8228..8273de97be 100644 --- a/arch/arm/src/arm/arm_doirq.c +++ b/arch/arm/src/arm/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_head.S b/arch/arm/src/arm/arm_head.S index c46bae2ec2..ece9eff928 100644 --- a/arch/arm/src/arm/arm_head.S +++ b/arch/arm/src/arm/arm_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_initialstate.c b/arch/arm/src/arm/arm_initialstate.c index e6ea138130..f8deb39b7a 100644 --- a/arch/arm/src/arm/arm_initialstate.c +++ b/arch/arm/src/arm/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_nommuhead.S b/arch/arm/src/arm/arm_nommuhead.S index 3570d8dad3..4dcce0e624 100644 --- a/arch/arm/src/arm/arm_nommuhead.S +++ b/arch/arm/src/arm/arm_nommuhead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_nommuhead.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_pginitialize.c b/arch/arm/src/arm/arm_pginitialize.c index fb5fb5340d..487efd3161 100644 --- a/arch/arm/src/arm/arm_pginitialize.c +++ b/arch/arm/src/arm/arm_pginitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_pginitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_prefetchabort.c b/arch/arm/src/arm/arm_prefetchabort.c index 7ac5034f1c..18152c6ded 100644 --- a/arch/arm/src/arm/arm_prefetchabort.c +++ b/arch/arm/src/arm/arm_prefetchabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_prefetchabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_saveusercontext.S b/arch/arm/src/arm/arm_saveusercontext.S index 2a210e560a..168a03701e 100644 --- a/arch/arm/src/arm/arm_saveusercontext.S +++ b/arch/arm/src/arm/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_schedulesigaction.c b/arch/arm/src/arm/arm_schedulesigaction.c index 1eca541afa..bf2c48af9b 100644 --- a/arch/arm/src/arm/arm_schedulesigaction.c +++ b/arch/arm/src/arm/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_sigdeliver.c b/arch/arm/src/arm/arm_sigdeliver.c index a0ab5f36fb..276b8a053e 100644 --- a/arch/arm/src/arm/arm_sigdeliver.c +++ b/arch/arm/src/arm/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_syscall.c b/arch/arm/src/arm/arm_syscall.c index faf7a606ac..e5d87bb5b1 100644 --- a/arch/arm/src/arm/arm_syscall.c +++ b/arch/arm/src/arm/arm_syscall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_syscall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_tcbinfo.c b/arch/arm/src/arm/arm_tcbinfo.c index 1d2cfd6f6c..916168eeb6 100644 --- a/arch/arm/src/arm/arm_tcbinfo.c +++ b/arch/arm/src/arm/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_undefinedinsn.c b/arch/arm/src/arm/arm_undefinedinsn.c index b7534124a1..6e7698b264 100644 --- a/arch/arm/src/arm/arm_undefinedinsn.c +++ b/arch/arm/src/arm/arm_undefinedinsn.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_undefinedinsn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_va2pte.c b/arch/arm/src/arm/arm_va2pte.c index 7f1715cb21..07d50eba70 100644 --- a/arch/arm/src/arm/arm_va2pte.c +++ b/arch/arm/src/arm/arm_va2pte.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_va2pte.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_vectors.S b/arch/arm/src/arm/arm_vectors.S index 0a96b5213d..0b1887cb4c 100644 --- a/arch/arm/src/arm/arm_vectors.S +++ b/arch/arm/src/arm/arm_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/arm_vectortab.S b/arch/arm/src/arm/arm_vectortab.S index 391a582d97..7b81b77959 100644 --- a/arch/arm/src/arm/arm_vectortab.S +++ b/arch/arm/src/arm/arm_vectortab.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/arm_vectortab.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/arm/pg_macros.h b/arch/arm/src/arm/pg_macros.h index f890113e3e..cd195de5eb 100644 --- a/arch/arm/src/arm/pg_macros.h +++ b/arch/arm/src/arm/pg_macros.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm/pg_macros.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/arch/arm/src/armv6-m/CMakeLists.txt b/arch/arm/src/armv6-m/CMakeLists.txt index 2522ef79ab..7c198fd454 100644 --- a/arch/arm/src/armv6-m/CMakeLists.txt +++ b/arch/arm/src/armv6-m/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/armv6-m/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/arch/arm/src/armv6-m/Make.defs b/arch/arm/src/armv6-m/Make.defs index 504741f428..0bd98bc57c 100644 --- a/arch/arm/src/armv6-m/Make.defs +++ b/arch/arm/src/armv6-m/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv6-m/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/arch/arm/src/armv6-m/Toolchain.defs b/arch/arm/src/armv6-m/Toolchain.defs index bd88911bf4..e7887728bb 100644 --- a/arch/arm/src/armv6-m/Toolchain.defs +++ b/arch/arm/src/armv6-m/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv6-m/Toolchain.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/arch/arm/src/armv6-m/arm_cpuinfo.c b/arch/arm/src/armv6-m/arm_cpuinfo.c index d573254e1f..11b422c5b5 100644 --- a/arch/arm/src/armv6-m/arm_cpuinfo.c +++ b/arch/arm/src/armv6-m/arm_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_cpuinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_doirq.c b/arch/arm/src/armv6-m/arm_doirq.c index ae928c8e0e..aa9578d87d 100644 --- a/arch/arm/src/armv6-m/arm_doirq.c +++ b/arch/arm/src/armv6-m/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_dumpnvic.c b/arch/arm/src/armv6-m/arm_dumpnvic.c index 325c8e9086..90ddeef1af 100644 --- a/arch/arm/src/armv6-m/arm_dumpnvic.c +++ b/arch/arm/src/armv6-m/arm_dumpnvic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_dumpnvic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_exception.S b/arch/arm/src/armv6-m/arm_exception.S index 22dea51a5a..95e5f8c2be 100644 --- a/arch/arm/src/armv6-m/arm_exception.S +++ b/arch/arm/src/armv6-m/arm_exception.S @@ -1,12 +1,10 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_exception.S * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This file was leveraged from the ARMv7-M version which has, in addition: - * - * Copyright (C) 2012 Michael Smith. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Michael Smith. All rights reserved. + * 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/arch/arm/src/armv6-m/arm_hardfault.c b/arch/arm/src/armv6-m/arm_hardfault.c index 6b02754e06..99f2e837d6 100644 --- a/arch/arm/src/armv6-m/arm_hardfault.c +++ b/arch/arm/src/armv6-m/arm_hardfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_hardfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_initialstate.c b/arch/arm/src/armv6-m/arm_initialstate.c index f501ba700e..4953e93860 100644 --- a/arch/arm/src/armv6-m/arm_initialstate.c +++ b/arch/arm/src/armv6-m/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_ramvec_attach.c b/arch/arm/src/armv6-m/arm_ramvec_attach.c index 145c120ef1..221f47dcbb 100644 --- a/arch/arm/src/armv6-m/arm_ramvec_attach.c +++ b/arch/arm/src/armv6-m/arm_ramvec_attach.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_ramvec_attach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_ramvec_initialize.c b/arch/arm/src/armv6-m/arm_ramvec_initialize.c index ffbf53e80b..0134ec7b29 100644 --- a/arch/arm/src/armv6-m/arm_ramvec_initialize.c +++ b/arch/arm/src/armv6-m/arm_ramvec_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_ramvec_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/arch/arm/src/armv6-m/arm_saveusercontext.S b/arch/arm/src/armv6-m/arm_saveusercontext.S index 6341b3059c..c62c4a75de 100644 --- a/arch/arm/src/armv6-m/arm_saveusercontext.S +++ b/arch/arm/src/armv6-m/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_schedulesigaction.c b/arch/arm/src/armv6-m/arm_schedulesigaction.c index 9702814cdb..56af01fe45 100644 --- a/arch/arm/src/armv6-m/arm_schedulesigaction.c +++ b/arch/arm/src/armv6-m/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_sigdeliver.c b/arch/arm/src/armv6-m/arm_sigdeliver.c index 73ad65e14a..4d6228ea3f 100644 --- a/arch/arm/src/armv6-m/arm_sigdeliver.c +++ b/arch/arm/src/armv6-m/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_svcall.c b/arch/arm/src/armv6-m/arm_svcall.c index 3ef29e4c47..db2aced832 100644 --- a/arch/arm/src/armv6-m/arm_svcall.c +++ b/arch/arm/src/armv6-m/arm_svcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_svcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_systemreset.c b/arch/arm/src/armv6-m/arm_systemreset.c index fd63b4bdce..2ace557256 100644 --- a/arch/arm/src/armv6-m/arm_systemreset.c +++ b/arch/arm/src/armv6-m/arm_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_systemreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_tcbinfo.c b/arch/arm/src/armv6-m/arm_tcbinfo.c index d89968c22a..04e8646b3c 100644 --- a/arch/arm/src/armv6-m/arm_tcbinfo.c +++ b/arch/arm/src/armv6-m/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_trigger_irq.c b/arch/arm/src/armv6-m/arm_trigger_irq.c index 397a18705d..cc52600c07 100644 --- a/arch/arm/src/armv6-m/arm_trigger_irq.c +++ b/arch/arm/src/armv6-m/arm_trigger_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_trigger_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv6-m/arm_vectors.c b/arch/arm/src/armv6-m/arm_vectors.c index 77db13e163..894891da68 100644 --- a/arch/arm/src/armv6-m/arm_vectors.c +++ b/arch/arm/src/armv6-m/arm_vectors.c @@ -1,12 +1,10 @@ /**************************************************************************** * arch/arm/src/armv6-m/arm_vectors.c * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Cloned from the ARMv7-M version: - * - * Copyright (C) 2012 Michael Smith. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Michael Smith. All rights reserved. + * 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/arch/arm/src/armv6-m/barriers.h b/arch/arm/src/armv6-m/barriers.h index e0b661bc94..246815ca1a 100644 --- a/arch/arm/src/armv6-m/barriers.h +++ b/arch/arm/src/armv6-m/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/barriers.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/arch/arm/src/armv6-m/exc_return.h b/arch/arm/src/armv6-m/exc_return.h index 9572afdf17..c28dbf8031 100644 --- a/arch/arm/src/armv6-m/exc_return.h +++ b/arch/arm/src/armv6-m/exc_return.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/exc_return.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/arch/arm/src/armv6-m/nvic.h b/arch/arm/src/armv6-m/nvic.h index 3296006884..46a0ac4520 100644 --- a/arch/arm/src/armv6-m/nvic.h +++ b/arch/arm/src/armv6-m/nvic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/nvic.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/arch/arm/src/armv6-m/psr.h b/arch/arm/src/armv6-m/psr.h index 95a4175cc1..a766d93e40 100644 --- a/arch/arm/src/armv6-m/psr.h +++ b/arch/arm/src/armv6-m/psr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/psr.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/arch/arm/src/armv6-m/ram_vectors.h b/arch/arm/src/armv6-m/ram_vectors.h index ccbd4f7b96..7546815e62 100644 --- a/arch/arm/src/armv6-m/ram_vectors.h +++ b/arch/arm/src/armv6-m/ram_vectors.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv6-m/ram_vectors.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/arch/arm/src/armv7-a/CMakeLists.txt b/arch/arm/src/armv7-a/CMakeLists.txt index bc43a871ab..94aa50daf4 100644 --- a/arch/arm/src/armv7-a/CMakeLists.txt +++ b/arch/arm/src/armv7-a/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/armv7-a/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/arch/arm/src/armv7-a/Make.defs b/arch/arm/src/armv7-a/Make.defs index d3686b9261..428f86e3b2 100644 --- a/arch/arm/src/armv7-a/Make.defs +++ b/arch/arm/src/armv7-a/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv7-a/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/arch/arm/src/armv7-a/Toolchain.defs b/arch/arm/src/armv7-a/Toolchain.defs index a66aae75ba..31fce70b92 100644 --- a/arch/arm/src/armv7-a/Toolchain.defs +++ b/arch/arm/src/armv7-a/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv7-a/Toolchain.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/arch/arm/src/armv7-a/addrenv.h b/arch/arm/src/armv7-a/addrenv.h index b87a5ad7e2..c72993282d 100644 --- a/arch/arm/src/armv7-a/addrenv.h +++ b/arch/arm/src/armv7-a/addrenv.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/addrenv.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/arch/arm/src/armv7-a/arm.h b/arch/arm/src/armv7-a/arm.h index 8683a318a8..d9d78aec77 100644 --- a/arch/arm/src/armv7-a/arm.h +++ b/arch/arm/src/armv7-a/arm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm.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/arch/arm/src/armv7-a/arm_addrenv.c b/arch/arm/src/armv7-a/arm_addrenv.c index 7b21274ca2..e4f16eeca3 100644 --- a/arch/arm/src/armv7-a/arm_addrenv.c +++ b/arch/arm/src/armv7-a/arm_addrenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_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/arch/arm/src/armv7-a/arm_addrenv_kstack.c b/arch/arm/src/armv7-a/arm_addrenv_kstack.c index 27063f325d..d0fd41f205 100644 --- a/arch/arm/src/armv7-a/arm_addrenv_kstack.c +++ b/arch/arm/src/armv7-a/arm_addrenv_kstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_addrenv_kstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_addrenv_perms.c b/arch/arm/src/armv7-a/arm_addrenv_perms.c index 888c457afa..52a7824af6 100644 --- a/arch/arm/src/armv7-a/arm_addrenv_perms.c +++ b/arch/arm/src/armv7-a/arm_addrenv_perms.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_addrenv_perms.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_addrenv_pgmap.c b/arch/arm/src/armv7-a/arm_addrenv_pgmap.c index 3ced8813fe..73929cdabb 100644 --- a/arch/arm/src/armv7-a/arm_addrenv_pgmap.c +++ b/arch/arm/src/armv7-a/arm_addrenv_pgmap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_addrenv_pgmap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_addrenv_shm.c b/arch/arm/src/armv7-a/arm_addrenv_shm.c index da99748ecd..88470d3ebd 100644 --- a/arch/arm/src/armv7-a/arm_addrenv_shm.c +++ b/arch/arm/src/armv7-a/arm_addrenv_shm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_addrenv_shm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_addrenv_ustack.c b/arch/arm/src/armv7-a/arm_addrenv_ustack.c index 0d1ed8aeca..b5059be28e 100644 --- a/arch/arm/src/armv7-a/arm_addrenv_ustack.c +++ b/arch/arm/src/armv7-a/arm_addrenv_ustack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_addrenv_ustack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_addrenv_utils.c b/arch/arm/src/armv7-a/arm_addrenv_utils.c index 0b1b62d8bd..e63cc72e1c 100644 --- a/arch/arm/src/armv7-a/arm_addrenv_utils.c +++ b/arch/arm/src/armv7-a/arm_addrenv_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_addrenv_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/arch/arm/src/armv7-a/arm_allocpage.c b/arch/arm/src/armv7-a/arm_allocpage.c index 4c897d91ec..613bfd6456 100644 --- a/arch/arm/src/armv7-a/arm_allocpage.c +++ b/arch/arm/src/armv7-a/arm_allocpage.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_allocpage.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_cache.c b/arch/arm/src/armv7-a/arm_cache.c index 3a868f5a9a..3dfe12aa43 100644 --- a/arch/arm/src/armv7-a/arm_cache.c +++ b/arch/arm/src/armv7-a/arm_cache.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_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/arch/arm/src/armv7-a/arm_checkmapping.c b/arch/arm/src/armv7-a/arm_checkmapping.c index 41ce634168..afb3b7eaf3 100644 --- a/arch/arm/src/armv7-a/arm_checkmapping.c +++ b/arch/arm/src/armv7-a/arm_checkmapping.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_checkmapping.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_cpu_psci.c b/arch/arm/src/armv7-a/arm_cpu_psci.c index ca5af51538..4e515b4d19 100644 --- a/arch/arm/src/armv7-a/arm_cpu_psci.c +++ b/arch/arm/src/armv7-a/arm_cpu_psci.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/armv7-a/arm_cpu_psci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_cpu_psci.h b/arch/arm/src/armv7-a/arm_cpu_psci.h index 0dd8f1c25e..b4515dd72d 100644 --- a/arch/arm/src/armv7-a/arm_cpu_psci.h +++ b/arch/arm/src/armv7-a/arm_cpu_psci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_cpu_psci.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/arch/arm/src/armv7-a/arm_cpuhead.S b/arch/arm/src/armv7-a/arm_cpuhead.S index b1b1493f96..412029bc47 100644 --- a/arch/arm/src/armv7-a/arm_cpuhead.S +++ b/arch/arm/src/armv7-a/arm_cpuhead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_cpuhead.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_cpuidlestack.c b/arch/arm/src/armv7-a/arm_cpuidlestack.c index b03862a3f3..58f1b58c5e 100644 --- a/arch/arm/src/armv7-a/arm_cpuidlestack.c +++ b/arch/arm/src/armv7-a/arm_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_cpuinfo.c b/arch/arm/src/armv7-a/arm_cpuinfo.c index c39923e4e3..d44241609f 100644 --- a/arch/arm/src/armv7-a/arm_cpuinfo.c +++ b/arch/arm/src/armv7-a/arm_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_cpuinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_cpustart.c b/arch/arm/src/armv7-a/arm_cpustart.c index e358d54b01..0ed51528c6 100644 --- a/arch/arm/src/armv7-a/arm_cpustart.c +++ b/arch/arm/src/armv7-a/arm_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_dataabort.c b/arch/arm/src/armv7-a/arm_dataabort.c index 8d88334c00..f5642b0c49 100644 --- a/arch/arm/src/armv7-a/arm_dataabort.c +++ b/arch/arm/src/armv7-a/arm_dataabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_dataabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_dofiq.c b/arch/arm/src/armv7-a/arm_dofiq.c index ffa2ee851f..e03d5d3bca 100644 --- a/arch/arm/src/armv7-a/arm_dofiq.c +++ b/arch/arm/src/armv7-a/arm_dofiq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_dofiq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_doirq.c b/arch/arm/src/armv7-a/arm_doirq.c index 58bcd7bee7..c73795bf92 100644 --- a/arch/arm/src/armv7-a/arm_doirq.c +++ b/arch/arm/src/armv7-a/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_fpucmp.c b/arch/arm/src/armv7-a/arm_fpucmp.c index 914818d536..a42344d07a 100644 --- a/arch/arm/src/armv7-a/arm_fpucmp.c +++ b/arch/arm/src/armv7-a/arm_fpucmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_fpucmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_fpuconfig.S b/arch/arm/src/armv7-a/arm_fpuconfig.S index aaa9365683..93d940ddaa 100644 --- a/arch/arm/src/armv7-a/arm_fpuconfig.S +++ b/arch/arm/src/armv7-a/arm_fpuconfig.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_fpuconfig.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_gicv2.c b/arch/arm/src/armv7-a/arm_gicv2.c index 8619678929..2ef56cd2a8 100644 --- a/arch/arm/src/armv7-a/arm_gicv2.c +++ b/arch/arm/src/armv7-a/arm_gicv2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_gicv2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_gicv2_dump.c b/arch/arm/src/armv7-a/arm_gicv2_dump.c index 32777b5add..9fd26ff81c 100644 --- a/arch/arm/src/armv7-a/arm_gicv2_dump.c +++ b/arch/arm/src/armv7-a/arm_gicv2_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_gicv2_dump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_gicv2m.c b/arch/arm/src/armv7-a/arm_gicv2m.c index 54d5bd3c3d..d00b7abc65 100644 --- a/arch/arm/src/armv7-a/arm_gicv2m.c +++ b/arch/arm/src/armv7-a/arm_gicv2m.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_gicv2m.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_head.S b/arch/arm/src/armv7-a/arm_head.S index 4d34efe71f..3da52909f3 100644 --- a/arch/arm/src/armv7-a/arm_head.S +++ b/arch/arm/src/armv7-a/arm_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_initialstate.c b/arch/arm/src/armv7-a/arm_initialstate.c index 81d99fcebb..d66ff59150 100644 --- a/arch/arm/src/armv7-a/arm_initialstate.c +++ b/arch/arm/src/armv7-a/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_l2cc_pl310.c b/arch/arm/src/armv7-a/arm_l2cc_pl310.c index 993cb2c30b..41bb356f02 100644 --- a/arch/arm/src/armv7-a/arm_l2cc_pl310.c +++ b/arch/arm/src/armv7-a/arm_l2cc_pl310.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_l2cc_pl310.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_mmu.c b/arch/arm/src/armv7-a/arm_mmu.c index 89ca25dbcc..5413f59820 100644 --- a/arch/arm/src/armv7-a/arm_mmu.c +++ b/arch/arm/src/armv7-a/arm_mmu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_mmu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_perf.c b/arch/arm/src/armv7-a/arm_perf.c index 35fbbe757d..424596acaa 100644 --- a/arch/arm/src/armv7-a/arm_perf.c +++ b/arch/arm/src/armv7-a/arm_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_pgalloc.c b/arch/arm/src/armv7-a/arm_pgalloc.c index 9c3094046c..e9192d7d48 100644 --- a/arch/arm/src/armv7-a/arm_pgalloc.c +++ b/arch/arm/src/armv7-a/arm_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_pgalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_pghead.S b/arch/arm/src/armv7-a/arm_pghead.S index c8b7e90028..bf17f2ec90 100644 --- a/arch/arm/src/armv7-a/arm_pghead.S +++ b/arch/arm/src/armv7-a/arm_pghead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_pghead.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_pginitialize.c b/arch/arm/src/armv7-a/arm_pginitialize.c index 3df18ae9fd..711ec1015b 100644 --- a/arch/arm/src/armv7-a/arm_pginitialize.c +++ b/arch/arm/src/armv7-a/arm_pginitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_pginitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_physpgaddr.c b/arch/arm/src/armv7-a/arm_physpgaddr.c index bf7aa9812c..4a481fedd7 100644 --- a/arch/arm/src/armv7-a/arm_physpgaddr.c +++ b/arch/arm/src/armv7-a/arm_physpgaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_physpgaddr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_prefetchabort.c b/arch/arm/src/armv7-a/arm_prefetchabort.c index fffeec7ff6..93446d42a5 100644 --- a/arch/arm/src/armv7-a/arm_prefetchabort.c +++ b/arch/arm/src/armv7-a/arm_prefetchabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_prefetchabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_saveusercontext.S b/arch/arm/src/armv7-a/arm_saveusercontext.S index c4a5d1a6d0..52c2aec7da 100644 --- a/arch/arm/src/armv7-a/arm_saveusercontext.S +++ b/arch/arm/src/armv7-a/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_schedulesigaction.c b/arch/arm/src/armv7-a/arm_schedulesigaction.c index 9ac4edec49..b68276b645 100644 --- a/arch/arm/src/armv7-a/arm_schedulesigaction.c +++ b/arch/arm/src/armv7-a/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_scu.c b/arch/arm/src/armv7-a/arm_scu.c index 4c49e99b1a..f82101e352 100644 --- a/arch/arm/src/armv7-a/arm_scu.c +++ b/arch/arm/src/armv7-a/arm_scu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_scu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_sigdeliver.c b/arch/arm/src/armv7-a/arm_sigdeliver.c index 5de0caa880..fe0696f75d 100644 --- a/arch/arm/src/armv7-a/arm_sigdeliver.c +++ b/arch/arm/src/armv7-a/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_smccc.S b/arch/arm/src/armv7-a/arm_smccc.S index 3365feb298..dc5b0a9caf 100644 --- a/arch/arm/src/armv7-a/arm_smccc.S +++ b/arch/arm/src/armv7-a/arm_smccc.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_smccc.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_smpcall.c b/arch/arm/src/armv7-a/arm_smpcall.c index 220359fc0a..7f25433956 100644 --- a/arch/arm/src/armv7-a/arm_smpcall.c +++ b/arch/arm/src/armv7-a/arm_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_syscall.c b/arch/arm/src/armv7-a/arm_syscall.c index df7f68d1ff..ad73ad237e 100644 --- a/arch/arm/src/armv7-a/arm_syscall.c +++ b/arch/arm/src/armv7-a/arm_syscall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_syscall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_tcbinfo.c b/arch/arm/src/armv7-a/arm_tcbinfo.c index ecc79962f5..bdaaffc1dd 100644 --- a/arch/arm/src/armv7-a/arm_tcbinfo.c +++ b/arch/arm/src/armv7-a/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_timer.c b/arch/arm/src/armv7-a/arm_timer.c index 454e887536..8ec7dcc996 100644 --- a/arch/arm/src/armv7-a/arm_timer.c +++ b/arch/arm/src/armv7-a/arm_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_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/arch/arm/src/armv7-a/arm_timer.h b/arch/arm/src/armv7-a/arm_timer.h index 52ee69fac6..7d70eeede9 100644 --- a/arch/arm/src/armv7-a/arm_timer.h +++ b/arch/arm/src/armv7-a/arm_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_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/arch/arm/src/armv7-a/arm_undefinedinsn.c b/arch/arm/src/armv7-a/arm_undefinedinsn.c index 29e5ec5476..4e2282a6d7 100644 --- a/arch/arm/src/armv7-a/arm_undefinedinsn.c +++ b/arch/arm/src/armv7-a/arm_undefinedinsn.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_undefinedinsn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_va2pte.c b/arch/arm/src/armv7-a/arm_va2pte.c index f9dd94a4f2..14080e614a 100644 --- a/arch/arm/src/armv7-a/arm_va2pte.c +++ b/arch/arm/src/armv7-a/arm_va2pte.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_va2pte.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_vectors.S b/arch/arm/src/armv7-a/arm_vectors.S index ec70f827df..a64419ac04 100644 --- a/arch/arm/src/armv7-a/arm_vectors.S +++ b/arch/arm/src/armv7-a/arm_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_vectortab.S b/arch/arm/src/armv7-a/arm_vectortab.S index 66c30fc371..65716bf631 100644 --- a/arch/arm/src/armv7-a/arm_vectortab.S +++ b/arch/arm/src/armv7-a/arm_vectortab.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm7-a/arm_vectortab.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/arm_virtpgaddr.c b/arch/arm/src/armv7-a/arm_virtpgaddr.c index 2764d85bb6..fc3fc36ca6 100644 --- a/arch/arm/src/armv7-a/arm_virtpgaddr.c +++ b/arch/arm/src/armv7-a/arm_virtpgaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/arm_virtpgaddr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/barriers.h b/arch/arm/src/armv7-a/barriers.h index 2258e4110f..6de8e67c5b 100644 --- a/arch/arm/src/armv7-a/barriers.h +++ b/arch/arm/src/armv7-a/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/barriers.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/arch/arm/src/armv7-a/cp15_cacheops.c b/arch/arm/src/armv7-a/cp15_cacheops.c index 59d6f04b09..15ec27a2c8 100644 --- a/arch/arm/src/armv7-a/cp15_cacheops.c +++ b/arch/arm/src/armv7-a/cp15_cacheops.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/cp15_cacheops.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/cp15_cacheops.h b/arch/arm/src/armv7-a/cp15_cacheops.h index 9004620e2d..d20f907476 100644 --- a/arch/arm/src/armv7-a/cp15_cacheops.h +++ b/arch/arm/src/armv7-a/cp15_cacheops.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/armv7-a/cp15_cacheops.h * - * Copyright (C) 2013-2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Portions of this file derive from Atmel sample code for the SAMA5D3 - * Cortex-A5 which also has a modified BSD-style license: - * - * Copyright (c) 2012, Atmel Corporation - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: Copyright (c) 2012, Atmel Corporation + * 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/arch/arm/src/armv7-a/crt0.c b/arch/arm/src/armv7-a/crt0.c index 6ce0b1d052..b0dbda1ca4 100644 --- a/arch/arm/src/armv7-a/crt0.c +++ b/arch/arm/src/armv7-a/crt0.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/crt0.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-a/gic.h b/arch/arm/src/armv7-a/gic.h index 0d65bad8ea..cb294666e2 100644 --- a/arch/arm/src/armv7-a/gic.h +++ b/arch/arm/src/armv7-a/gic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/gic.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/arch/arm/src/armv7-a/gtm.h b/arch/arm/src/armv7-a/gtm.h index a1b827655b..040d26409b 100644 --- a/arch/arm/src/armv7-a/gtm.h +++ b/arch/arm/src/armv7-a/gtm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/gtm.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/arch/arm/src/armv7-a/l2cc.h b/arch/arm/src/armv7-a/l2cc.h index 368bc02c2c..3a10343876 100644 --- a/arch/arm/src/armv7-a/l2cc.h +++ b/arch/arm/src/armv7-a/l2cc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/l2cc.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/arch/arm/src/armv7-a/l2cc_pl310.h b/arch/arm/src/armv7-a/l2cc_pl310.h index edc8381346..9a494ce467 100644 --- a/arch/arm/src/armv7-a/l2cc_pl310.h +++ b/arch/arm/src/armv7-a/l2cc_pl310.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/l2cc_pl310.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/arch/arm/src/armv7-a/mmu.h b/arch/arm/src/armv7-a/mmu.h index c381e62b19..46da0e2c21 100644 --- a/arch/arm/src/armv7-a/mmu.h +++ b/arch/arm/src/armv7-a/mmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/mmu.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/arch/arm/src/armv7-a/mpcore.h b/arch/arm/src/armv7-a/mpcore.h index 524b9439c5..f959afba17 100644 --- a/arch/arm/src/armv7-a/mpcore.h +++ b/arch/arm/src/armv7-a/mpcore.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/mpcore.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/arch/arm/src/armv7-a/pgalloc.h b/arch/arm/src/armv7-a/pgalloc.h index e3579080dc..8cbd2d219e 100644 --- a/arch/arm/src/armv7-a/pgalloc.h +++ b/arch/arm/src/armv7-a/pgalloc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/pgalloc.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/arch/arm/src/armv7-a/sctlr.h b/arch/arm/src/armv7-a/sctlr.h index a5837ac540..b244c817fb 100644 --- a/arch/arm/src/armv7-a/sctlr.h +++ b/arch/arm/src/armv7-a/sctlr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/sctlr.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/arch/arm/src/armv7-a/scu.h b/arch/arm/src/armv7-a/scu.h index df0ad54e50..e4d96fe1dc 100644 --- a/arch/arm/src/armv7-a/scu.h +++ b/arch/arm/src/armv7-a/scu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/scu.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/arch/arm/src/armv7-a/smp.h b/arch/arm/src/armv7-a/smp.h index 865c847b30..67bd0af744 100644 --- a/arch/arm/src/armv7-a/smp.h +++ b/arch/arm/src/armv7-a/smp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-a/smp.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/arch/arm/src/armv7-m/CMakeLists.txt b/arch/arm/src/armv7-m/CMakeLists.txt index 14f7954f54..c8d415ea92 100644 --- a/arch/arm/src/armv7-m/CMakeLists.txt +++ b/arch/arm/src/armv7-m/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/armv7-m/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/arch/arm/src/armv7-m/Make.defs b/arch/arm/src/armv7-m/Make.defs index feccc61bc6..8edd3e1ca9 100644 --- a/arch/arm/src/armv7-m/Make.defs +++ b/arch/arm/src/armv7-m/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv7-m/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/arch/arm/src/armv7-m/Toolchain.defs b/arch/arm/src/armv7-m/Toolchain.defs index 288bca8e2b..499be35aed 100644 --- a/arch/arm/src/armv7-m/Toolchain.defs +++ b/arch/arm/src/armv7-m/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv7-m/Toolchain.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/arch/arm/src/armv7-m/arm_busfault.c b/arch/arm/src/armv7-m/arm_busfault.c index 3e12ec8efc..e3de665770 100644 --- a/arch/arm/src/armv7-m/arm_busfault.c +++ b/arch/arm/src/armv7-m/arm_busfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_busfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_cache.c b/arch/arm/src/armv7-m/arm_cache.c index 78cfbb3fc2..37d6e82a81 100644 --- a/arch/arm/src/armv7-m/arm_cache.c +++ b/arch/arm/src/armv7-m/arm_cache.c @@ -1,14 +1,11 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_cache.c * - * Copyright (C) 2015, 2018-2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * Bob Feretich - * - * Some logic in this header file derives from the ARM CMSIS core_cm7.h - * header file which has a compatible 3-clause BSD license: - * - * Copyright (c) 2009 - 2014 ARM LIMITED. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015, 2018-2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2014 ARM LIMITED. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Bob Feretich * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/armv7-m/arm_cpuinfo.c b/arch/arm/src/armv7-m/arm_cpuinfo.c index 58063d1e52..973e420b5a 100644 --- a/arch/arm/src/armv7-m/arm_cpuinfo.c +++ b/arch/arm/src/armv7-m/arm_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_cpuinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_dbgmonitor.c b/arch/arm/src/armv7-m/arm_dbgmonitor.c index 8eff53a10b..741feb9dc3 100644 --- a/arch/arm/src/armv7-m/arm_dbgmonitor.c +++ b/arch/arm/src/armv7-m/arm_dbgmonitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_dbgmonitor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_doirq.c b/arch/arm/src/armv7-m/arm_doirq.c index 8313073ffb..7eff7dd811 100644 --- a/arch/arm/src/armv7-m/arm_doirq.c +++ b/arch/arm/src/armv7-m/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_dumpnvic.c b/arch/arm/src/armv7-m/arm_dumpnvic.c index 7dd91b8ac4..f721fcf30b 100644 --- a/arch/arm/src/armv7-m/arm_dumpnvic.c +++ b/arch/arm/src/armv7-m/arm_dumpnvic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_dumpnvic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_exception.S b/arch/arm/src/armv7-m/arm_exception.S index 4f057ae113..2545c26837 100644 --- a/arch/arm/src/armv7-m/arm_exception.S +++ b/arch/arm/src/armv7-m/arm_exception.S @@ -1,10 +1,10 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_exception.S * - * Copyright (C) 2009-2013, 2015-2016, 2018 Gregory Nutt. - * All rights reserved. - * Copyright (C) 2012 Michael Smith. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2009-2013, 2015-2016, 2018 Gregory Nutt. + * SPDX-FileCopyrightText: 2012 Michael Smith. All rights reserved. + * 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/arch/arm/src/armv7-m/arm_fpucmp.c b/arch/arm/src/armv7-m/arm_fpucmp.c index 4db5c35256..550f7b7455 100644 --- a/arch/arm/src/armv7-m/arm_fpucmp.c +++ b/arch/arm/src/armv7-m/arm_fpucmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_fpucmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_fpuconfig.c b/arch/arm/src/armv7-m/arm_fpuconfig.c index 0bcdeb45c0..df1549afd7 100644 --- a/arch/arm/src/armv7-m/arm_fpuconfig.c +++ b/arch/arm/src/armv7-m/arm_fpuconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_fpuconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_hardfault.c b/arch/arm/src/armv7-m/arm_hardfault.c index d45c979662..a91dbd1811 100644 --- a/arch/arm/src/armv7-m/arm_hardfault.c +++ b/arch/arm/src/armv7-m/arm_hardfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_hardfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_initialstate.c b/arch/arm/src/armv7-m/arm_initialstate.c index ef8bbc939e..36c5a96cb8 100644 --- a/arch/arm/src/armv7-m/arm_initialstate.c +++ b/arch/arm/src/armv7-m/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_itm_syslog.c b/arch/arm/src/armv7-m/arm_itm_syslog.c index 38aa020306..229eab1448 100644 --- a/arch/arm/src/armv7-m/arm_itm_syslog.c +++ b/arch/arm/src/armv7-m/arm_itm_syslog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_itm_syslog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_memfault.c b/arch/arm/src/armv7-m/arm_memfault.c index afde6fad92..d2fff74a7c 100644 --- a/arch/arm/src/armv7-m/arm_memfault.c +++ b/arch/arm/src/armv7-m/arm_memfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_memfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_mpu.c b/arch/arm/src/armv7-m/arm_mpu.c index d682759be7..85eec2e3c6 100644 --- a/arch/arm/src/armv7-m/arm_mpu.c +++ b/arch/arm/src/armv7-m/arm_mpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_mpu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_perf.c b/arch/arm/src/armv7-m/arm_perf.c index 0a2c0f7131..28dd4f236e 100644 --- a/arch/arm/src/armv7-m/arm_perf.c +++ b/arch/arm/src/armv7-m/arm_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_ramvec_attach.c b/arch/arm/src/armv7-m/arm_ramvec_attach.c index 771702eee1..16899e0629 100644 --- a/arch/arm/src/armv7-m/arm_ramvec_attach.c +++ b/arch/arm/src/armv7-m/arm_ramvec_attach.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_ramvec_attach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_ramvec_initialize.c b/arch/arm/src/armv7-m/arm_ramvec_initialize.c index 443bf8356f..eff782f367 100644 --- a/arch/arm/src/armv7-m/arm_ramvec_initialize.c +++ b/arch/arm/src/armv7-m/arm_ramvec_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_ramvec_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/arch/arm/src/armv7-m/arm_saveusercontext.S b/arch/arm/src/armv7-m/arm_saveusercontext.S index 5e67be0e6c..a62136f517 100644 --- a/arch/arm/src/armv7-m/arm_saveusercontext.S +++ b/arch/arm/src/armv7-m/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_schedulesigaction.c b/arch/arm/src/armv7-m/arm_schedulesigaction.c index 1825242110..2544267489 100644 --- a/arch/arm/src/armv7-m/arm_schedulesigaction.c +++ b/arch/arm/src/armv7-m/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_sigdeliver.c b/arch/arm/src/armv7-m/arm_sigdeliver.c index 3d617ea46a..171fe29598 100644 --- a/arch/arm/src/armv7-m/arm_sigdeliver.c +++ b/arch/arm/src/armv7-m/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_stackcheck.c b/arch/arm/src/armv7-m/arm_stackcheck.c index 0dee2604ab..e3c290cbdd 100644 --- a/arch/arm/src/armv7-m/arm_stackcheck.c +++ b/arch/arm/src/armv7-m/arm_stackcheck.c @@ -1,7 +1,9 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_stackcheck.c * - * Copyright (c) 2013, 2014 PX4 Development Team. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013, 2014 PX4 Development Team. + * 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/arch/arm/src/armv7-m/arm_svcall.c b/arch/arm/src/armv7-m/arm_svcall.c index 03e9a43abb..a32ed40165 100644 --- a/arch/arm/src/armv7-m/arm_svcall.c +++ b/arch/arm/src/armv7-m/arm_svcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_svcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_systemreset.c b/arch/arm/src/armv7-m/arm_systemreset.c index 5ced78d93f..fae073d240 100644 --- a/arch/arm/src/armv7-m/arm_systemreset.c +++ b/arch/arm/src/armv7-m/arm_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_systemreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_systick.c b/arch/arm/src/armv7-m/arm_systick.c index 14a00bafd5..eccdae96af 100644 --- a/arch/arm/src/armv7-m/arm_systick.c +++ b/arch/arm/src/armv7-m/arm_systick.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_systick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_tcbinfo.c b/arch/arm/src/armv7-m/arm_tcbinfo.c index 1da31a52d4..abb0598ebc 100644 --- a/arch/arm/src/armv7-m/arm_tcbinfo.c +++ b/arch/arm/src/armv7-m/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_trigger_irq.c b/arch/arm/src/armv7-m/arm_trigger_irq.c index 0b3af502a5..f8ae700afb 100644 --- a/arch/arm/src/armv7-m/arm_trigger_irq.c +++ b/arch/arm/src/armv7-m/arm_trigger_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_trigger_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_usagefault.c b/arch/arm/src/armv7-m/arm_usagefault.c index 39cc46b114..e603ad4055 100644 --- a/arch/arm/src/armv7-m/arm_usagefault.c +++ b/arch/arm/src/armv7-m/arm_usagefault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_usagefault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-m/arm_vectors.c b/arch/arm/src/armv7-m/arm_vectors.c index 0afab18fd4..2a2df2e238 100644 --- a/arch/arm/src/armv7-m/arm_vectors.c +++ b/arch/arm/src/armv7-m/arm_vectors.c @@ -1,7 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_vectors.c * - * Copyright (C) 2012 Michael Smith. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Michael Smith. 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/arch/arm/src/armv7-m/barriers.h b/arch/arm/src/armv7-m/barriers.h index b020427a62..1ec6a62ec3 100644 --- a/arch/arm/src/armv7-m/barriers.h +++ b/arch/arm/src/armv7-m/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/barriers.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/arch/arm/src/armv7-m/exc_return.h b/arch/arm/src/armv7-m/exc_return.h index 079bddcd14..5b84c24846 100644 --- a/arch/arm/src/armv7-m/exc_return.h +++ b/arch/arm/src/armv7-m/exc_return.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/exc_return.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/arch/arm/src/armv7-m/fpb.h b/arch/arm/src/armv7-m/fpb.h index 38c1022a40..62fc85833e 100644 --- a/arch/arm/src/armv7-m/fpb.h +++ b/arch/arm/src/armv7-m/fpb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/fpb.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/arch/arm/src/armv7-m/itm_syslog.h b/arch/arm/src/armv7-m/itm_syslog.h index 6f58ae93b9..5d79be2cb2 100644 --- a/arch/arm/src/armv7-m/itm_syslog.h +++ b/arch/arm/src/armv7-m/itm_syslog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/itm_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/arch/arm/src/armv7-m/mpu.h b/arch/arm/src/armv7-m/mpu.h index 7cbf820470..8bb5a3a996 100644 --- a/arch/arm/src/armv7-m/mpu.h +++ b/arch/arm/src/armv7-m/mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/mpu.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/arch/arm/src/armv7-m/nvic.h b/arch/arm/src/armv7-m/nvic.h index cc3c71017e..a48fc67e11 100644 --- a/arch/arm/src/armv7-m/nvic.h +++ b/arch/arm/src/armv7-m/nvic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/nvic.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/arch/arm/src/armv7-m/psr.h b/arch/arm/src/armv7-m/psr.h index 7cd1cc13b9..a11a358db0 100644 --- a/arch/arm/src/armv7-m/psr.h +++ b/arch/arm/src/armv7-m/psr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/psr.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/arch/arm/src/armv7-m/ram_vectors.h b/arch/arm/src/armv7-m/ram_vectors.h index 80280ab358..4f2d8edeb6 100644 --- a/arch/arm/src/armv7-m/ram_vectors.h +++ b/arch/arm/src/armv7-m/ram_vectors.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/ram_vectors.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/arch/arm/src/armv7-m/systick.h b/arch/arm/src/armv7-m/systick.h index 47c7a30e55..727fd4f47d 100644 --- a/arch/arm/src/armv7-m/systick.h +++ b/arch/arm/src/armv7-m/systick.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-m/systick.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/arch/arm/src/armv7-r/CMakeLists.txt b/arch/arm/src/armv7-r/CMakeLists.txt index 0fbbeb6882..5006f13659 100644 --- a/arch/arm/src/armv7-r/CMakeLists.txt +++ b/arch/arm/src/armv7-r/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/armv7-r/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/arch/arm/src/armv7-r/Make.defs b/arch/arm/src/armv7-r/Make.defs index bc33650802..a0c29c9d72 100644 --- a/arch/arm/src/armv7-r/Make.defs +++ b/arch/arm/src/armv7-r/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv7-r/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/arch/arm/src/armv7-r/Toolchain.defs b/arch/arm/src/armv7-r/Toolchain.defs index ae5d349bf3..e9cfea1c2b 100644 --- a/arch/arm/src/armv7-r/Toolchain.defs +++ b/arch/arm/src/armv7-r/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv7-r/Toolchain.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/arch/arm/src/armv7-r/arm.h b/arch/arm/src/armv7-r/arm.h index 9eb24883d0..6b225c9869 100644 --- a/arch/arm/src/armv7-r/arm.h +++ b/arch/arm/src/armv7-r/arm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm.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/arch/arm/src/armv7-r/arm_cache.c b/arch/arm/src/armv7-r/arm_cache.c index c169b6ba1e..c6dfade230 100644 --- a/arch/arm/src/armv7-r/arm_cache.c +++ b/arch/arm/src/armv7-r/arm_cache.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_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/arch/arm/src/armv7-r/arm_cpuhead.S b/arch/arm/src/armv7-r/arm_cpuhead.S index 7d6dc5a180..8044fd11d5 100644 --- a/arch/arm/src/armv7-r/arm_cpuhead.S +++ b/arch/arm/src/armv7-r/arm_cpuhead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_cpuhead.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_cpuidlestack.c b/arch/arm/src/armv7-r/arm_cpuidlestack.c index 00b0bebe98..059e19a552 100644 --- a/arch/arm/src/armv7-r/arm_cpuidlestack.c +++ b/arch/arm/src/armv7-r/arm_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_cpuinfo.c b/arch/arm/src/armv7-r/arm_cpuinfo.c index 790def5277..39e55997e3 100644 --- a/arch/arm/src/armv7-r/arm_cpuinfo.c +++ b/arch/arm/src/armv7-r/arm_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_cpuinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_cpustart.c b/arch/arm/src/armv7-r/arm_cpustart.c index 15d0ec1ac0..a1b4accbb2 100644 --- a/arch/arm/src/armv7-r/arm_cpustart.c +++ b/arch/arm/src/armv7-r/arm_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_dataabort.c b/arch/arm/src/armv7-r/arm_dataabort.c index b0bb9e8f86..853a8bb99c 100644 --- a/arch/arm/src/armv7-r/arm_dataabort.c +++ b/arch/arm/src/armv7-r/arm_dataabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_dataabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_doirq.c b/arch/arm/src/armv7-r/arm_doirq.c index 20e1e1261c..f4760dcd1d 100644 --- a/arch/arm/src/armv7-r/arm_doirq.c +++ b/arch/arm/src/armv7-r/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_fpucmp.c b/arch/arm/src/armv7-r/arm_fpucmp.c index abc617d198..74e949c7bd 100644 --- a/arch/arm/src/armv7-r/arm_fpucmp.c +++ b/arch/arm/src/armv7-r/arm_fpucmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_fpucmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_fpuconfig.S b/arch/arm/src/armv7-r/arm_fpuconfig.S index 6715bc762f..8940ca5c4c 100644 --- a/arch/arm/src/armv7-r/arm_fpuconfig.S +++ b/arch/arm/src/armv7-r/arm_fpuconfig.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_fpuconfig.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_gicv2.c b/arch/arm/src/armv7-r/arm_gicv2.c index 4ddf85d04a..6aecd09e29 100644 --- a/arch/arm/src/armv7-r/arm_gicv2.c +++ b/arch/arm/src/armv7-r/arm_gicv2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_gicv2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_gicv2_dump.c b/arch/arm/src/armv7-r/arm_gicv2_dump.c index f54b66963d..9dda6a0347 100644 --- a/arch/arm/src/armv7-r/arm_gicv2_dump.c +++ b/arch/arm/src/armv7-r/arm_gicv2_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_gicv2_dump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_head.S b/arch/arm/src/armv7-r/arm_head.S index 90a62223a8..0ec9a7d306 100644 --- a/arch/arm/src/armv7-r/arm_head.S +++ b/arch/arm/src/armv7-r/arm_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_initialstate.c b/arch/arm/src/armv7-r/arm_initialstate.c index 7e2346180f..b1b6a8ac38 100644 --- a/arch/arm/src/armv7-r/arm_initialstate.c +++ b/arch/arm/src/armv7-r/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_l2cc_pl310.c b/arch/arm/src/armv7-r/arm_l2cc_pl310.c index f7a90abf6a..1930c0b9ca 100644 --- a/arch/arm/src/armv7-r/arm_l2cc_pl310.c +++ b/arch/arm/src/armv7-r/arm_l2cc_pl310.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_l2cc_pl310.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_mpu.c b/arch/arm/src/armv7-r/arm_mpu.c index f934cdabbd..2adb097f1c 100644 --- a/arch/arm/src/armv7-r/arm_mpu.c +++ b/arch/arm/src/armv7-r/arm_mpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_mpu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_perf.c b/arch/arm/src/armv7-r/arm_perf.c index 939c3b6ad6..63fe29057c 100644 --- a/arch/arm/src/armv7-r/arm_perf.c +++ b/arch/arm/src/armv7-r/arm_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_prefetchabort.c b/arch/arm/src/armv7-r/arm_prefetchabort.c index 5aef6ae38d..c64fd2a5a4 100644 --- a/arch/arm/src/armv7-r/arm_prefetchabort.c +++ b/arch/arm/src/armv7-r/arm_prefetchabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_prefetchabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_saveusercontext.S b/arch/arm/src/armv7-r/arm_saveusercontext.S index 37d722c0e4..b171c0cdf6 100644 --- a/arch/arm/src/armv7-r/arm_saveusercontext.S +++ b/arch/arm/src/armv7-r/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_schedulesigaction.c b/arch/arm/src/armv7-r/arm_schedulesigaction.c index 4946d0e0ac..c7fce2ab3d 100644 --- a/arch/arm/src/armv7-r/arm_schedulesigaction.c +++ b/arch/arm/src/armv7-r/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_scu.c b/arch/arm/src/armv7-r/arm_scu.c index cb0dcd7ef3..4e57606953 100644 --- a/arch/arm/src/armv7-r/arm_scu.c +++ b/arch/arm/src/armv7-r/arm_scu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_scu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_sigdeliver.c b/arch/arm/src/armv7-r/arm_sigdeliver.c index bd715470cd..6559345a76 100644 --- a/arch/arm/src/armv7-r/arm_sigdeliver.c +++ b/arch/arm/src/armv7-r/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_smpcall.c b/arch/arm/src/armv7-r/arm_smpcall.c index 5b963f7c26..1f5ae5410f 100644 --- a/arch/arm/src/armv7-r/arm_smpcall.c +++ b/arch/arm/src/armv7-r/arm_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_syscall.c b/arch/arm/src/armv7-r/arm_syscall.c index 565f744a6d..d202e9b505 100644 --- a/arch/arm/src/armv7-r/arm_syscall.c +++ b/arch/arm/src/armv7-r/arm_syscall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_syscall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_tcbinfo.c b/arch/arm/src/armv7-r/arm_tcbinfo.c index 0e78e540d8..03793dab68 100644 --- a/arch/arm/src/armv7-r/arm_tcbinfo.c +++ b/arch/arm/src/armv7-r/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_timer.c b/arch/arm/src/armv7-r/arm_timer.c index 81c305add2..449a245aac 100644 --- a/arch/arm/src/armv7-r/arm_timer.c +++ b/arch/arm/src/armv7-r/arm_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_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/arch/arm/src/armv7-r/arm_timer.h b/arch/arm/src/armv7-r/arm_timer.h index 681e5060da..dd43f57189 100644 --- a/arch/arm/src/armv7-r/arm_timer.h +++ b/arch/arm/src/armv7-r/arm_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_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/arch/arm/src/armv7-r/arm_undefinedinsn.c b/arch/arm/src/armv7-r/arm_undefinedinsn.c index 9feda0bfef..a33175c7a2 100644 --- a/arch/arm/src/armv7-r/arm_undefinedinsn.c +++ b/arch/arm/src/armv7-r/arm_undefinedinsn.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_undefinedinsn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_vectors.S b/arch/arm/src/armv7-r/arm_vectors.S index 312a48f0fd..d34bd98d3b 100644 --- a/arch/arm/src/armv7-r/arm_vectors.S +++ b/arch/arm/src/armv7-r/arm_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/arm_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/arm_vectortab.S b/arch/arm/src/armv7-r/arm_vectortab.S index db48a055c8..d48a6004b6 100644 --- a/arch/arm/src/armv7-r/arm_vectortab.S +++ b/arch/arm/src/armv7-r/arm_vectortab.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/arm7-r/arm_vectortab.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/barriers.h b/arch/arm/src/armv7-r/barriers.h index 71005f4a4d..21c6457127 100644 --- a/arch/arm/src/armv7-r/barriers.h +++ b/arch/arm/src/armv7-r/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/barriers.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/arch/arm/src/armv7-r/cp15_cacheops.c b/arch/arm/src/armv7-r/cp15_cacheops.c index 3aa4564c91..7f347c8150 100644 --- a/arch/arm/src/armv7-r/cp15_cacheops.c +++ b/arch/arm/src/armv7-r/cp15_cacheops.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/cp15_cacheops.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv7-r/cp15_cacheops.h b/arch/arm/src/armv7-r/cp15_cacheops.h index 725cc36e54..81e7ebe91d 100644 --- a/arch/arm/src/armv7-r/cp15_cacheops.h +++ b/arch/arm/src/armv7-r/cp15_cacheops.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/armv7-r/cp15_cacheops.h * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Portions of this file derive from Atmel sample code for the SAMA5D3 - * Cortex-A5 which also has a modified BSD-style license: - * - * Copyright (c) 2012, Atmel Corporation - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012, Atmel Corporation. All rights reserved. + * 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/arch/arm/src/armv7-r/gic.h b/arch/arm/src/armv7-r/gic.h index eef4e3cb90..9074f380ce 100644 --- a/arch/arm/src/armv7-r/gic.h +++ b/arch/arm/src/armv7-r/gic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/gic.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/arch/arm/src/armv7-r/l2cc.h b/arch/arm/src/armv7-r/l2cc.h index 916d1d8d87..5eb432e5c6 100644 --- a/arch/arm/src/armv7-r/l2cc.h +++ b/arch/arm/src/armv7-r/l2cc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/l2cc.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/arch/arm/src/armv7-r/l2cc_pl310.h b/arch/arm/src/armv7-r/l2cc_pl310.h index da6c4acc11..092fa54ca9 100644 --- a/arch/arm/src/armv7-r/l2cc_pl310.h +++ b/arch/arm/src/armv7-r/l2cc_pl310.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/l2cc_pl310.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/arch/arm/src/armv7-r/mpcore.h b/arch/arm/src/armv7-r/mpcore.h index 85f8f7915c..4ec17d056f 100644 --- a/arch/arm/src/armv7-r/mpcore.h +++ b/arch/arm/src/armv7-r/mpcore.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/mpcore.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/arch/arm/src/armv7-r/mpu.h b/arch/arm/src/armv7-r/mpu.h index aecabc49bd..7a0296cf89 100644 --- a/arch/arm/src/armv7-r/mpu.h +++ b/arch/arm/src/armv7-r/mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/mpu.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/arch/arm/src/armv7-r/sctlr.h b/arch/arm/src/armv7-r/sctlr.h index 3eda5f9fbf..e8e8f0dcbf 100644 --- a/arch/arm/src/armv7-r/sctlr.h +++ b/arch/arm/src/armv7-r/sctlr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/sctlr.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/arch/arm/src/armv7-r/scu.h b/arch/arm/src/armv7-r/scu.h index df732d9ca7..f1786013f6 100644 --- a/arch/arm/src/armv7-r/scu.h +++ b/arch/arm/src/armv7-r/scu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/scu.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/arch/arm/src/armv7-r/smp.h b/arch/arm/src/armv7-r/smp.h index 4edc49ee34..240616cfab 100644 --- a/arch/arm/src/armv7-r/smp.h +++ b/arch/arm/src/armv7-r/smp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv7-r/smp.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/arch/arm/src/armv8-m/CMakeLists.txt b/arch/arm/src/armv8-m/CMakeLists.txt index 0278a3b56f..bd7dff82c6 100644 --- a/arch/arm/src/armv8-m/CMakeLists.txt +++ b/arch/arm/src/armv8-m/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/armv8-m/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/arch/arm/src/armv8-m/Make.defs b/arch/arm/src/armv8-m/Make.defs index e15806a2d4..0d1a8222a3 100644 --- a/arch/arm/src/armv8-m/Make.defs +++ b/arch/arm/src/armv8-m/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv8-m/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/arch/arm/src/armv8-m/Toolchain.defs b/arch/arm/src/armv8-m/Toolchain.defs index 04036b021f..2c37f6d361 100644 --- a/arch/arm/src/armv8-m/Toolchain.defs +++ b/arch/arm/src/armv8-m/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv8-m/Toolchain.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/arch/arm/src/armv8-m/arm_busfault.c b/arch/arm/src/armv8-m/arm_busfault.c index c324555600..075d70f978 100644 --- a/arch/arm/src/armv8-m/arm_busfault.c +++ b/arch/arm/src/armv8-m/arm_busfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_busfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_cpuinfo.c b/arch/arm/src/armv8-m/arm_cpuinfo.c index 0e5b4c7b59..19183d4b68 100644 --- a/arch/arm/src/armv8-m/arm_cpuinfo.c +++ b/arch/arm/src/armv8-m/arm_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_cpuinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_dbgmonitor.c b/arch/arm/src/armv8-m/arm_dbgmonitor.c index 43be3f7fc8..0740462a26 100644 --- a/arch/arm/src/armv8-m/arm_dbgmonitor.c +++ b/arch/arm/src/armv8-m/arm_dbgmonitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_dbgmonitor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_doirq.c b/arch/arm/src/armv8-m/arm_doirq.c index 77cef0bde6..18f6d1097b 100644 --- a/arch/arm/src/armv8-m/arm_doirq.c +++ b/arch/arm/src/armv8-m/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_dumpnvic.c b/arch/arm/src/armv8-m/arm_dumpnvic.c index 106afb7e70..bb52081045 100644 --- a/arch/arm/src/armv8-m/arm_dumpnvic.c +++ b/arch/arm/src/armv8-m/arm_dumpnvic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_dumpnvic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_exception.S b/arch/arm/src/armv8-m/arm_exception.S index cd9cc92bc7..e2e7698779 100644 --- a/arch/arm/src/armv8-m/arm_exception.S +++ b/arch/arm/src/armv8-m/arm_exception.S @@ -1,10 +1,10 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_exception.S * - * Copyright (C) 2009-2013, 2015-2016, 2018 Gregory Nutt. - * All rights reserved. - * Copyright (C) 2012 Michael Smith. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2009-2013, 2015-2016, 2018 Gregory Nutt. + * SPDX-FileCopyrightText: 2012 Michael Smith. All rights reserved. + * 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/arch/arm/src/armv8-m/arm_fpucmp.c b/arch/arm/src/armv8-m/arm_fpucmp.c index 1cbebe680a..0fdac355f5 100644 --- a/arch/arm/src/armv8-m/arm_fpucmp.c +++ b/arch/arm/src/armv8-m/arm_fpucmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_fpucmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_fpuconfig.c b/arch/arm/src/armv8-m/arm_fpuconfig.c index b0b1642128..50360e02c0 100644 --- a/arch/arm/src/armv8-m/arm_fpuconfig.c +++ b/arch/arm/src/armv8-m/arm_fpuconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_fpuconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_gen_nonsecfault.c b/arch/arm/src/armv8-m/arm_gen_nonsecfault.c index 107063cba5..a18567dbf8 100644 --- a/arch/arm/src/armv8-m/arm_gen_nonsecfault.c +++ b/arch/arm/src/armv8-m/arm_gen_nonsecfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_gen_nonsecfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_hardfault.c b/arch/arm/src/armv8-m/arm_hardfault.c index d69c4f599c..28f13e4b1b 100644 --- a/arch/arm/src/armv8-m/arm_hardfault.c +++ b/arch/arm/src/armv8-m/arm_hardfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_hardfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_initialstate.c b/arch/arm/src/armv8-m/arm_initialstate.c index 53a8cab030..1f78727634 100644 --- a/arch/arm/src/armv8-m/arm_initialstate.c +++ b/arch/arm/src/armv8-m/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_itm_syslog.c b/arch/arm/src/armv8-m/arm_itm_syslog.c index fb0b15d490..63c8578fda 100644 --- a/arch/arm/src/armv8-m/arm_itm_syslog.c +++ b/arch/arm/src/armv8-m/arm_itm_syslog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_itm_syslog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_memfault.c b/arch/arm/src/armv8-m/arm_memfault.c index 685e2657bd..7ac7c124ab 100644 --- a/arch/arm/src/armv8-m/arm_memfault.c +++ b/arch/arm/src/armv8-m/arm_memfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_memfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_mpu.c b/arch/arm/src/armv8-m/arm_mpu.c index a7ce7cabe2..60d6236fd8 100644 --- a/arch/arm/src/armv8-m/arm_mpu.c +++ b/arch/arm/src/armv8-m/arm_mpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_mpu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_perf.c b/arch/arm/src/armv8-m/arm_perf.c index cf914ded62..e7b1e56ed6 100644 --- a/arch/arm/src/armv8-m/arm_perf.c +++ b/arch/arm/src/armv8-m/arm_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_ramvec_attach.c b/arch/arm/src/armv8-m/arm_ramvec_attach.c index 1ccff52780..d882431db2 100644 --- a/arch/arm/src/armv8-m/arm_ramvec_attach.c +++ b/arch/arm/src/armv8-m/arm_ramvec_attach.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_ramvec_attach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_ramvec_initialize.c b/arch/arm/src/armv8-m/arm_ramvec_initialize.c index 0bd3e961a3..25cf15c900 100644 --- a/arch/arm/src/armv8-m/arm_ramvec_initialize.c +++ b/arch/arm/src/armv8-m/arm_ramvec_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_ramvec_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/arch/arm/src/armv8-m/arm_sau.c b/arch/arm/src/armv8-m/arm_sau.c index 616c23d260..53ce1fe5ee 100644 --- a/arch/arm/src/armv8-m/arm_sau.c +++ b/arch/arm/src/armv8-m/arm_sau.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_sau.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_saveusercontext.S b/arch/arm/src/armv8-m/arm_saveusercontext.S index ff8897ee31..cffae1aecd 100644 --- a/arch/arm/src/armv8-m/arm_saveusercontext.S +++ b/arch/arm/src/armv8-m/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_schedulesigaction.c b/arch/arm/src/armv8-m/arm_schedulesigaction.c index 2983b2470a..3b9c0ce70f 100644 --- a/arch/arm/src/armv8-m/arm_schedulesigaction.c +++ b/arch/arm/src/armv8-m/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_secure_irq.c b/arch/arm/src/armv8-m/arm_secure_irq.c index ce36478ed4..45d85c9dde 100644 --- a/arch/arm/src/armv8-m/arm_secure_irq.c +++ b/arch/arm/src/armv8-m/arm_secure_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_secure_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_securefault.c b/arch/arm/src/armv8-m/arm_securefault.c index 6b052138b8..84223b1d12 100644 --- a/arch/arm/src/armv8-m/arm_securefault.c +++ b/arch/arm/src/armv8-m/arm_securefault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_securefault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_sigdeliver.c b/arch/arm/src/armv8-m/arm_sigdeliver.c index 43d72e35a8..707ce7d528 100644 --- a/arch/arm/src/armv8-m/arm_sigdeliver.c +++ b/arch/arm/src/armv8-m/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_stackcheck.c b/arch/arm/src/armv8-m/arm_stackcheck.c index 1d05fdd5db..4e72b194a8 100644 --- a/arch/arm/src/armv8-m/arm_stackcheck.c +++ b/arch/arm/src/armv8-m/arm_stackcheck.c @@ -1,7 +1,9 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_stackcheck.c * - * Copyright (c) 2013, 2014 PX4 Development Team. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013, 2014 PX4 Development Team. + * 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/arch/arm/src/armv8-m/arm_svcall.c b/arch/arm/src/armv8-m/arm_svcall.c index 5082ee952e..9ec414053e 100644 --- a/arch/arm/src/armv8-m/arm_svcall.c +++ b/arch/arm/src/armv8-m/arm_svcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_svcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_systemreset.c b/arch/arm/src/armv8-m/arm_systemreset.c index 51dacc1acd..dc0108b50a 100644 --- a/arch/arm/src/armv8-m/arm_systemreset.c +++ b/arch/arm/src/armv8-m/arm_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_systemreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_systick.c b/arch/arm/src/armv8-m/arm_systick.c index 0db961a76d..7d7e54c9bb 100644 --- a/arch/arm/src/armv8-m/arm_systick.c +++ b/arch/arm/src/armv8-m/arm_systick.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_systick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_tcbinfo.c b/arch/arm/src/armv8-m/arm_tcbinfo.c index 3027e4bf3c..e07c460e5a 100644 --- a/arch/arm/src/armv8-m/arm_tcbinfo.c +++ b/arch/arm/src/armv8-m/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_trigger_irq.c b/arch/arm/src/armv8-m/arm_trigger_irq.c index 865267a512..d22aec7119 100644 --- a/arch/arm/src/armv8-m/arm_trigger_irq.c +++ b/arch/arm/src/armv8-m/arm_trigger_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_trigger_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_usagefault.c b/arch/arm/src/armv8-m/arm_usagefault.c index edbe6353cb..355b46eca4 100644 --- a/arch/arm/src/armv8-m/arm_usagefault.c +++ b/arch/arm/src/armv8-m/arm_usagefault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_usagefault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-m/arm_vectors.c b/arch/arm/src/armv8-m/arm_vectors.c index d0a38656a0..8e9a409817 100644 --- a/arch/arm/src/armv8-m/arm_vectors.c +++ b/arch/arm/src/armv8-m/arm_vectors.c @@ -1,7 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_vectors.c * - * Copyright (C) 2012 Michael Smith. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Michael Smith. 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/arch/arm/src/armv8-m/barriers.h b/arch/arm/src/armv8-m/barriers.h index 22d896989b..671c82ab99 100644 --- a/arch/arm/src/armv8-m/barriers.h +++ b/arch/arm/src/armv8-m/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/barriers.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/arch/arm/src/armv8-m/exc_return.h b/arch/arm/src/armv8-m/exc_return.h index d88c62355a..dbe38b6b65 100644 --- a/arch/arm/src/armv8-m/exc_return.h +++ b/arch/arm/src/armv8-m/exc_return.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/exc_return.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/arch/arm/src/armv8-m/fpb.h b/arch/arm/src/armv8-m/fpb.h index ce51a6f1b8..62ecce1d50 100644 --- a/arch/arm/src/armv8-m/fpb.h +++ b/arch/arm/src/armv8-m/fpb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/fpb.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/arch/arm/src/armv8-m/itm_syslog.h b/arch/arm/src/armv8-m/itm_syslog.h index fd429d9319..89d4d5f902 100644 --- a/arch/arm/src/armv8-m/itm_syslog.h +++ b/arch/arm/src/armv8-m/itm_syslog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/itm_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/arch/arm/src/armv8-m/mpu.h b/arch/arm/src/armv8-m/mpu.h index d7c6f929f8..da9b8574f9 100644 --- a/arch/arm/src/armv8-m/mpu.h +++ b/arch/arm/src/armv8-m/mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/mpu.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/arch/arm/src/armv8-m/nvic.h b/arch/arm/src/armv8-m/nvic.h index cf98d26c44..87bc35efa9 100644 --- a/arch/arm/src/armv8-m/nvic.h +++ b/arch/arm/src/armv8-m/nvic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/nvic.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/arch/arm/src/armv8-m/pmu.h b/arch/arm/src/armv8-m/pmu.h index 18d733c44a..4accbad249 100644 --- a/arch/arm/src/armv8-m/pmu.h +++ b/arch/arm/src/armv8-m/pmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/pmu.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/arch/arm/src/armv8-m/psr.h b/arch/arm/src/armv8-m/psr.h index 8944bf12b5..983ad3d1d1 100644 --- a/arch/arm/src/armv8-m/psr.h +++ b/arch/arm/src/armv8-m/psr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/psr.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/arch/arm/src/armv8-m/ram_vectors.h b/arch/arm/src/armv8-m/ram_vectors.h index 8ec3aeb2d8..1efce071f2 100644 --- a/arch/arm/src/armv8-m/ram_vectors.h +++ b/arch/arm/src/armv8-m/ram_vectors.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/ram_vectors.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/arch/arm/src/armv8-m/sau.h b/arch/arm/src/armv8-m/sau.h index af325a71e6..498d75ace5 100644 --- a/arch/arm/src/armv8-m/sau.h +++ b/arch/arm/src/armv8-m/sau.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/sau.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/arch/arm/src/armv8-m/systick.h b/arch/arm/src/armv8-m/systick.h index 7f3a55c607..3bfd3cc73b 100644 --- a/arch/arm/src/armv8-m/systick.h +++ b/arch/arm/src/armv8-m/systick.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-m/systick.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/arch/arm/src/armv8-r/CMakeLists.txt b/arch/arm/src/armv8-r/CMakeLists.txt index a32ef6c04e..36c019dcef 100644 --- a/arch/arm/src/armv8-r/CMakeLists.txt +++ b/arch/arm/src/armv8-r/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/armv8-r/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/arch/arm/src/armv8-r/Make.defs b/arch/arm/src/armv8-r/Make.defs index 31de2d98f8..0735cbf554 100644 --- a/arch/arm/src/armv8-r/Make.defs +++ b/arch/arm/src/armv8-r/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv8-r/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/arch/arm/src/armv8-r/Toolchain.defs b/arch/arm/src/armv8-r/Toolchain.defs index 30eccfc28b..142d21061f 100644 --- a/arch/arm/src/armv8-r/Toolchain.defs +++ b/arch/arm/src/armv8-r/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/armv8-r/Toolchain.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/arch/arm/src/armv8-r/arm.h b/arch/arm/src/armv8-r/arm.h index 041ba84a99..a1ca9d08de 100644 --- a/arch/arm/src/armv8-r/arm.h +++ b/arch/arm/src/armv8-r/arm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm.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/arch/arm/src/armv8-r/arm_arch_timer.c b/arch/arm/src/armv8-r/arm_arch_timer.c index 14b87464a2..736401cad9 100644 --- a/arch/arm/src/armv8-r/arm_arch_timer.c +++ b/arch/arm/src/armv8-r/arm_arch_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_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/arch/arm/src/armv8-r/arm_arch_timer.h b/arch/arm/src/armv8-r/arm_arch_timer.h index 2d0db4bb2c..21c8ce4aa5 100644 --- a/arch/arm/src/armv8-r/arm_arch_timer.h +++ b/arch/arm/src/armv8-r/arm_arch_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_arch_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/arch/arm/src/armv8-r/arm_cache.c b/arch/arm/src/armv8-r/arm_cache.c index 17949f3c9f..0825fbe6db 100644 --- a/arch/arm/src/armv8-r/arm_cache.c +++ b/arch/arm/src/armv8-r/arm_cache.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_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/arch/arm/src/armv8-r/arm_cpuinfo.c b/arch/arm/src/armv8-r/arm_cpuinfo.c index 2be9f40c14..408002eebd 100644 --- a/arch/arm/src/armv8-r/arm_cpuinfo.c +++ b/arch/arm/src/armv8-r/arm_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_cpuinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_dataabort.c b/arch/arm/src/armv8-r/arm_dataabort.c index ad25e1613d..b19d052aa4 100644 --- a/arch/arm/src/armv8-r/arm_dataabort.c +++ b/arch/arm/src/armv8-r/arm_dataabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_dataabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_dofiq.c b/arch/arm/src/armv8-r/arm_dofiq.c index 5bc5ec009f..e8638886c5 100644 --- a/arch/arm/src/armv8-r/arm_dofiq.c +++ b/arch/arm/src/armv8-r/arm_dofiq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_dofiq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_doirq.c b/arch/arm/src/armv8-r/arm_doirq.c index 13a43506e5..b8dfe8ce51 100644 --- a/arch/arm/src/armv8-r/arm_doirq.c +++ b/arch/arm/src/armv8-r/arm_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_fpucmp.c b/arch/arm/src/armv8-r/arm_fpucmp.c index ab185c66ec..9a3a3bdb30 100644 --- a/arch/arm/src/armv8-r/arm_fpucmp.c +++ b/arch/arm/src/armv8-r/arm_fpucmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_fpucmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_fpuconfig.S b/arch/arm/src/armv8-r/arm_fpuconfig.S index 0cfa252514..c4a7c34290 100644 --- a/arch/arm/src/armv8-r/arm_fpuconfig.S +++ b/arch/arm/src/armv8-r/arm_fpuconfig.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_fpuconfig.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_gic.h b/arch/arm/src/armv8-r/arm_gic.h index 743ccbb61b..2a5c1a1941 100644 --- a/arch/arm/src/armv8-r/arm_gic.h +++ b/arch/arm/src/armv8-r/arm_gic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_gic.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/arch/arm/src/armv8-r/arm_gicv3.c b/arch/arm/src/armv8-r/arm_gicv3.c index af3ec11a98..192f31a1f6 100644 --- a/arch/arm/src/armv8-r/arm_gicv3.c +++ b/arch/arm/src/armv8-r/arm_gicv3.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/armv8-r/arm_gicv3.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_head.S b/arch/arm/src/armv8-r/arm_head.S index 68376575f0..750fa2cb49 100644 --- a/arch/arm/src/armv8-r/arm_head.S +++ b/arch/arm/src/armv8-r/arm_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_initialstate.c b/arch/arm/src/armv8-r/arm_initialstate.c index 71f9b4f130..a8d91713d9 100644 --- a/arch/arm/src/armv8-r/arm_initialstate.c +++ b/arch/arm/src/armv8-r/arm_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_initialstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_l2cc_pl310.c b/arch/arm/src/armv8-r/arm_l2cc_pl310.c index 7f19f8ab54..b9f4ba7ee4 100644 --- a/arch/arm/src/armv8-r/arm_l2cc_pl310.c +++ b/arch/arm/src/armv8-r/arm_l2cc_pl310.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_l2cc_pl310.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_perf.c b/arch/arm/src/armv8-r/arm_perf.c index dfafcd42a2..51e04b36f8 100644 --- a/arch/arm/src/armv8-r/arm_perf.c +++ b/arch/arm/src/armv8-r/arm_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_prefetchabort.c b/arch/arm/src/armv8-r/arm_prefetchabort.c index bb09b2e31c..7107a831e4 100644 --- a/arch/arm/src/armv8-r/arm_prefetchabort.c +++ b/arch/arm/src/armv8-r/arm_prefetchabort.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_prefetchabort.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_saveusercontext.S b/arch/arm/src/armv8-r/arm_saveusercontext.S index 0d0f506582..c67b0c287e 100644 --- a/arch/arm/src/armv8-r/arm_saveusercontext.S +++ b/arch/arm/src/armv8-r/arm_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_schedulesigaction.c b/arch/arm/src/armv8-r/arm_schedulesigaction.c index 94f1111c37..fcb18ab938 100644 --- a/arch/arm/src/armv8-r/arm_schedulesigaction.c +++ b/arch/arm/src/armv8-r/arm_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_sigdeliver.c b/arch/arm/src/armv8-r/arm_sigdeliver.c index 17fbc7b198..b876d98bda 100644 --- a/arch/arm/src/armv8-r/arm_sigdeliver.c +++ b/arch/arm/src/armv8-r/arm_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_sigdeliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_syscall.c b/arch/arm/src/armv8-r/arm_syscall.c index 7878766641..54503400f7 100644 --- a/arch/arm/src/armv8-r/arm_syscall.c +++ b/arch/arm/src/armv8-r/arm_syscall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_syscall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_tcbinfo.c b/arch/arm/src/armv8-r/arm_tcbinfo.c index 1580eb0570..8d83db3c3d 100644 --- a/arch/arm/src/armv8-r/arm_tcbinfo.c +++ b/arch/arm/src/armv8-r/arm_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_undefinedinsn.c b/arch/arm/src/armv8-r/arm_undefinedinsn.c index 114be4e2c6..fa0e25c41f 100644 --- a/arch/arm/src/armv8-r/arm_undefinedinsn.c +++ b/arch/arm/src/armv8-r/arm_undefinedinsn.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_undefinedinsn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_vectors.S b/arch/arm/src/armv8-r/arm_vectors.S index 891bf904d2..76a601c8c0 100644 --- a/arch/arm/src/armv8-r/arm_vectors.S +++ b/arch/arm/src/armv8-r/arm_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/arm_vectortab.S b/arch/arm/src/armv8-r/arm_vectortab.S index fcd8e9a67e..5ea4de18c1 100644 --- a/arch/arm/src/armv8-r/arm_vectortab.S +++ b/arch/arm/src/armv8-r/arm_vectortab.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/arm_vectortab.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/barriers.h b/arch/arm/src/armv8-r/barriers.h index 7e542eb99d..1b32b88f07 100644 --- a/arch/arm/src/armv8-r/barriers.h +++ b/arch/arm/src/armv8-r/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/barriers.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/arch/arm/src/armv8-r/cp15_cacheops.c b/arch/arm/src/armv8-r/cp15_cacheops.c index c45ec97f7c..efd217263b 100644 --- a/arch/arm/src/armv8-r/cp15_cacheops.c +++ b/arch/arm/src/armv8-r/cp15_cacheops.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/cp15_cacheops.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/armv8-r/cp15_cacheops.h b/arch/arm/src/armv8-r/cp15_cacheops.h index 87fae5a2ed..5e4f6fd8c2 100644 --- a/arch/arm/src/armv8-r/cp15_cacheops.h +++ b/arch/arm/src/armv8-r/cp15_cacheops.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/armv8-r/cp15_cacheops.h * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Portions of this file derive from Atmel sample code for the SAMA5D3 - * Cortex-A5 which also has a modified BSD-style license: - * - * Copyright (c) 2012, Atmel Corporation - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012, Atmel Corporation. All rights reserved. + * 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/arch/arm/src/armv8-r/l2cc.h b/arch/arm/src/armv8-r/l2cc.h index 7a64e98c82..a06a860a2d 100644 --- a/arch/arm/src/armv8-r/l2cc.h +++ b/arch/arm/src/armv8-r/l2cc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/l2cc.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/arch/arm/src/armv8-r/l2cc_pl310.h b/arch/arm/src/armv8-r/l2cc_pl310.h index caa321495b..b1fa2e70f8 100644 --- a/arch/arm/src/armv8-r/l2cc_pl310.h +++ b/arch/arm/src/armv8-r/l2cc_pl310.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/l2cc_pl310.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/arch/arm/src/armv8-r/sctlr.h b/arch/arm/src/armv8-r/sctlr.h index 3993394b74..775b6faf70 100644 --- a/arch/arm/src/armv8-r/sctlr.h +++ b/arch/arm/src/armv8-r/sctlr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/armv8-r/sctlr.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/arch/arm/src/at32/Make.defs b/arch/arm/src/at32/Make.defs index 9d24ca0a83..851e6b4f50 100644 --- a/arch/arm/src/at32/Make.defs +++ b/arch/arm/src/at32/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/at32/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/arch/arm/src/at32/at32.h b/arch/arm/src/at32/at32.h index 9293581573..0387559a2c 100644 --- a/arch/arm/src/at32/at32.h +++ b/arch/arm/src/at32/at32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32.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/arch/arm/src/at32/at32_adc.c b/arch/arm/src/at32/at32_adc.c index 9cda998498..d6a1b93073 100644 --- a/arch/arm/src/at32/at32_adc.c +++ b/arch/arm/src/at32/at32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_adc.h b/arch/arm/src/at32/at32_adc.h index f7f1566c71..a3f9697ae2 100644 --- a/arch/arm/src/at32/at32_adc.h +++ b/arch/arm/src/at32/at32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_adc.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/arch/arm/src/at32/at32_allocateheap.c b/arch/arm/src/at32/at32_allocateheap.c index 7906f91d9c..c9db0f3368 100644 --- a/arch/arm/src/at32/at32_allocateheap.c +++ b/arch/arm/src/at32/at32_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_can.c b/arch/arm/src/at32/at32_can.c index 3bb5e0a4c3..f4551ec479 100644 --- a/arch/arm/src/at32/at32_can.c +++ b/arch/arm/src/at32/at32_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_can.h b/arch/arm/src/at32/at32_can.h index c5c44ba7a8..95a60b75e8 100644 --- a/arch/arm/src/at32/at32_can.h +++ b/arch/arm/src/at32/at32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_can.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/arch/arm/src/at32/at32_can_sock.c b/arch/arm/src/at32/at32_can_sock.c index c47688ba75..3239bfcd69 100644 --- a/arch/arm/src/at32/at32_can_sock.c +++ b/arch/arm/src/at32/at32_can_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_can_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_dbgmcu.h b/arch/arm/src/at32/at32_dbgmcu.h index 1ce5832798..3d469fcf98 100644 --- a/arch/arm/src/at32/at32_dbgmcu.h +++ b/arch/arm/src/at32/at32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_dbgmcu.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/arch/arm/src/at32/at32_dma.c b/arch/arm/src/at32/at32_dma.c index 7d400d69f8..2c39d6c8e1 100644 --- a/arch/arm/src/at32/at32_dma.c +++ b/arch/arm/src/at32/at32_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_dma.h b/arch/arm/src/at32/at32_dma.h index 0761183b56..1e3f6308bf 100644 --- a/arch/arm/src/at32/at32_dma.h +++ b/arch/arm/src/at32/at32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_dma.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/arch/arm/src/at32/at32_dma_v1mux.c b/arch/arm/src/at32/at32_dma_v1mux.c index f6d145d9ec..958227e99b 100644 --- a/arch/arm/src/at32/at32_dma_v1mux.c +++ b/arch/arm/src/at32/at32_dma_v1mux.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_dma_v1mux.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_dumpgpio.c b/arch/arm/src/at32/at32_dumpgpio.c index 3848a5876a..68af885d1f 100644 --- a/arch/arm/src/at32/at32_dumpgpio.c +++ b/arch/arm/src/at32/at32_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_eth.c b/arch/arm/src/at32/at32_eth.c index 0ae6da4d8d..d231a7193a 100644 --- a/arch/arm/src/at32/at32_eth.c +++ b/arch/arm/src/at32/at32_eth.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_eth.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_eth.h b/arch/arm/src/at32/at32_eth.h index fb40de594e..18ca32abdd 100644 --- a/arch/arm/src/at32/at32_eth.h +++ b/arch/arm/src/at32/at32_eth.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_eth.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/arch/arm/src/at32/at32_exti.h b/arch/arm/src/at32/at32_exti.h index 53b280a316..a2b191d660 100644 --- a/arch/arm/src/at32/at32_exti.h +++ b/arch/arm/src/at32/at32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_exti.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/arch/arm/src/at32/at32_exti_alarm.c b/arch/arm/src/at32/at32_exti_alarm.c index e47de09b22..3c33c936eb 100644 --- a/arch/arm/src/at32/at32_exti_alarm.c +++ b/arch/arm/src/at32/at32_exti_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_exti_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/arch/arm/src/at32/at32_exti_gpio.c b/arch/arm/src/at32/at32_exti_gpio.c index e8398f0e81..9e0461df12 100644 --- a/arch/arm/src/at32/at32_exti_gpio.c +++ b/arch/arm/src/at32/at32_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_exti_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/arch/arm/src/at32/at32_exti_pwr.c b/arch/arm/src/at32/at32_exti_pwr.c index a2a5575171..412a43503a 100644 --- a/arch/arm/src/at32/at32_exti_pwr.c +++ b/arch/arm/src/at32/at32_exti_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_exti_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_exti_pwr.h b/arch/arm/src/at32/at32_exti_pwr.h index cbbce41ae8..5c2cf31299 100644 --- a/arch/arm/src/at32/at32_exti_pwr.h +++ b/arch/arm/src/at32/at32_exti_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_exti_pwr.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/arch/arm/src/at32/at32_exti_wakeup.c b/arch/arm/src/at32/at32_exti_wakeup.c index 0879ee96ce..9913294aa2 100644 --- a/arch/arm/src/at32/at32_exti_wakeup.c +++ b/arch/arm/src/at32/at32_exti_wakeup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_exti_wakeup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_flash.c b/arch/arm/src/at32/at32_flash.c index 8a9179562f..c2cad1e9ab 100644 --- a/arch/arm/src/at32/at32_flash.c +++ b/arch/arm/src/at32/at32_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_flash.h b/arch/arm/src/at32/at32_flash.h index bee270ac5e..61ac9dda14 100644 --- a/arch/arm/src/at32/at32_flash.h +++ b/arch/arm/src/at32/at32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_flash.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/arch/arm/src/at32/at32_gpio.c b/arch/arm/src/at32/at32_gpio.c index d5300b183e..e667f251a6 100644 --- a/arch/arm/src/at32/at32_gpio.c +++ b/arch/arm/src/at32/at32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_gpio.h b/arch/arm/src/at32/at32_gpio.h index f500fa9890..1b6a1b3851 100644 --- a/arch/arm/src/at32/at32_gpio.h +++ b/arch/arm/src/at32/at32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_gpio.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/arch/arm/src/at32/at32_i2c.c b/arch/arm/src/at32/at32_i2c.c index dd068cfcb9..bf3620d5f0 100644 --- a/arch/arm/src/at32/at32_i2c.c +++ b/arch/arm/src/at32/at32_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_i2c.h b/arch/arm/src/at32/at32_i2c.h index 511d1c05f1..3e9d8850d5 100644 --- a/arch/arm/src/at32/at32_i2c.h +++ b/arch/arm/src/at32/at32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_idle.c b/arch/arm/src/at32/at32_idle.c index 58e78dc537..502a8cd111 100644 --- a/arch/arm/src/at32/at32_idle.c +++ b/arch/arm/src/at32/at32_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_irq.c b/arch/arm/src/at32/at32_irq.c index 5966aa1cbd..dac55b0369 100644 --- a/arch/arm/src/at32/at32_irq.c +++ b/arch/arm/src/at32/at32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_iwdg.c b/arch/arm/src/at32/at32_iwdg.c index 1489b510ff..a4c8abcfd9 100644 --- a/arch/arm/src/at32/at32_iwdg.c +++ b/arch/arm/src/at32/at32_iwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_iwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_lowputc.c b/arch/arm/src/at32/at32_lowputc.c index 5e31c3279d..f8d631d32b 100644 --- a/arch/arm/src/at32/at32_lowputc.c +++ b/arch/arm/src/at32/at32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_lowputc.h b/arch/arm/src/at32/at32_lowputc.h index 2bd5d122aa..c204ab5b4d 100644 --- a/arch/arm/src/at32/at32_lowputc.h +++ b/arch/arm/src/at32/at32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_lowputc.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/arch/arm/src/at32/at32_lse.c b/arch/arm/src/at32/at32_lse.c index 797e93c244..848fb575a8 100644 --- a/arch/arm/src/at32/at32_lse.c +++ b/arch/arm/src/at32/at32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_lsi.c b/arch/arm/src/at32/at32_lsi.c index 7e23d77e01..c3dc48c5a8 100644 --- a/arch/arm/src/at32/at32_lsi.c +++ b/arch/arm/src/at32/at32_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_mpuinit.c b/arch/arm/src/at32/at32_mpuinit.c index ec6f4c941f..406359fa8b 100644 --- a/arch/arm/src/at32/at32_mpuinit.c +++ b/arch/arm/src/at32/at32_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_mpuinit.h b/arch/arm/src/at32/at32_mpuinit.h index d1c498eb5f..847755c4f0 100644 --- a/arch/arm/src/at32/at32_mpuinit.h +++ b/arch/arm/src/at32/at32_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_mpuinit.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/arch/arm/src/at32/at32_otgfs.h b/arch/arm/src/at32/at32_otgfs.h index 9bab3469b5..ac7d3a5a11 100644 --- a/arch/arm/src/at32/at32_otgfs.h +++ b/arch/arm/src/at32/at32_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_otgfs.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/arch/arm/src/at32/at32_otgfsdev.c b/arch/arm/src/at32/at32_otgfsdev.c index b6413c128e..a1dd5b6cf3 100644 --- a/arch/arm/src/at32/at32_otgfsdev.c +++ b/arch/arm/src/at32/at32_otgfsdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_otgfsdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_otgfshost.c b/arch/arm/src/at32/at32_otgfshost.c index 1e4d27bb4d..fcd699cb67 100644 --- a/arch/arm/src/at32/at32_otgfshost.c +++ b/arch/arm/src/at32/at32_otgfshost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_otgfshost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_pm.h b/arch/arm/src/at32/at32_pm.h index 2d69663ca8..8f977063c0 100644 --- a/arch/arm/src/at32/at32_pm.h +++ b/arch/arm/src/at32/at32_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_pminitialize.c b/arch/arm/src/at32/at32_pminitialize.c index f3f3a76232..650eaf416f 100644 --- a/arch/arm/src/at32/at32_pminitialize.c +++ b/arch/arm/src/at32/at32_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_pmsleep.c b/arch/arm/src/at32/at32_pmsleep.c index 6b51581de3..123864e761 100644 --- a/arch/arm/src/at32/at32_pmsleep.c +++ b/arch/arm/src/at32/at32_pmsleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pmsleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_pmstandby.c b/arch/arm/src/at32/at32_pmstandby.c index fa17392072..6c331cb7f7 100644 --- a/arch/arm/src/at32/at32_pmstandby.c +++ b/arch/arm/src/at32/at32_pmstandby.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pmstandby.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_pmstop.c b/arch/arm/src/at32/at32_pmstop.c index 86d8200257..4f043df91e 100644 --- a/arch/arm/src/at32/at32_pmstop.c +++ b/arch/arm/src/at32/at32_pmstop.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pmstop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_pwm.c b/arch/arm/src/at32/at32_pwm.c index d98e6cf437..3802b5230e 100644 --- a/arch/arm/src/at32/at32_pwm.c +++ b/arch/arm/src/at32/at32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_pwm.h b/arch/arm/src/at32/at32_pwm.h index 02f0e9c525..2493aa2c08 100644 --- a/arch/arm/src/at32/at32_pwm.h +++ b/arch/arm/src/at32/at32_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pwm.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/arch/arm/src/at32/at32_pwr.c b/arch/arm/src/at32/at32_pwr.c index d75e9189dd..0310475231 100644 --- a/arch/arm/src/at32/at32_pwr.c +++ b/arch/arm/src/at32/at32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_pwr.h b/arch/arm/src/at32/at32_pwr.h index ed19cbcfe9..0f6850de7a 100644 --- a/arch/arm/src/at32/at32_pwr.h +++ b/arch/arm/src/at32/at32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_pwr.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/arch/arm/src/at32/at32_rcc.c b/arch/arm/src/at32/at32_rcc.c index e0f90472ed..ebb8a4a7e6 100644 --- a/arch/arm/src/at32/at32_rcc.c +++ b/arch/arm/src/at32/at32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_rcc.h b/arch/arm/src/at32/at32_rcc.h index a1639dc65d..8f903e9449 100644 --- a/arch/arm/src/at32/at32_rcc.h +++ b/arch/arm/src/at32/at32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_rcc.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/arch/arm/src/at32/at32_rtc.c b/arch/arm/src/at32/at32_rtc.c index 031b00b24b..d31f244d57 100644 --- a/arch/arm/src/at32/at32_rtc.c +++ b/arch/arm/src/at32/at32_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_rtc.h b/arch/arm/src/at32/at32_rtc.h index bb38394a19..80566a6ee6 100644 --- a/arch/arm/src/at32/at32_rtc.h +++ b/arch/arm/src/at32/at32_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_rtc.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/arch/arm/src/at32/at32_rtc_lowerhalf.c b/arch/arm/src/at32/at32_rtc_lowerhalf.c index b9eb5974c8..08b2e699cb 100644 --- a/arch/arm/src/at32/at32_rtc_lowerhalf.c +++ b/arch/arm/src/at32/at32_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_sdio.c b/arch/arm/src/at32/at32_sdio.c index f1bbba198e..feeac9406c 100644 --- a/arch/arm/src/at32/at32_sdio.c +++ b/arch/arm/src/at32/at32_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_sdio.h b/arch/arm/src/at32/at32_sdio.h index c19283985f..2957498678 100644 --- a/arch/arm/src/at32/at32_sdio.h +++ b/arch/arm/src/at32/at32_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_serial.c b/arch/arm/src/at32/at32_serial.c index c73457d085..3108329e4c 100644 --- a/arch/arm/src/at32/at32_serial.c +++ b/arch/arm/src/at32/at32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_spi.c b/arch/arm/src/at32/at32_spi.c index 569a7d3480..5727dd1852 100644 --- a/arch/arm/src/at32/at32_spi.c +++ b/arch/arm/src/at32/at32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_spi.h b/arch/arm/src/at32/at32_spi.h index 74bc6168b7..b27a4e5f48 100644 --- a/arch/arm/src/at32/at32_spi.h +++ b/arch/arm/src/at32/at32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_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/arch/arm/src/at32/at32_start.c b/arch/arm/src/at32/at32_start.c index 0a8b886176..e11f93f365 100644 --- a/arch/arm/src/at32/at32_start.c +++ b/arch/arm/src/at32/at32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_start.h b/arch/arm/src/at32/at32_start.h index d8655f337c..18ad527cb8 100644 --- a/arch/arm/src/at32/at32_start.h +++ b/arch/arm/src/at32/at32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_start.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/arch/arm/src/at32/at32_syscfg.h b/arch/arm/src/at32/at32_syscfg.h index abefa3f650..120eae57b1 100644 --- a/arch/arm/src/at32/at32_syscfg.h +++ b/arch/arm/src/at32/at32_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_syscfg.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/arch/arm/src/at32/at32_tim.c b/arch/arm/src/at32/at32_tim.c index d9dce43094..e2a6e2ea51 100644 --- a/arch/arm/src/at32/at32_tim.c +++ b/arch/arm/src/at32/at32_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_tim.h b/arch/arm/src/at32/at32_tim.h index c8aaf52ba3..6ea3d188ca 100644 --- a/arch/arm/src/at32/at32_tim.h +++ b/arch/arm/src/at32/at32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_tim.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/arch/arm/src/at32/at32_tim_lowerhalf.c b/arch/arm/src/at32/at32_tim_lowerhalf.c index a0641ac771..ca488790a2 100644 --- a/arch/arm/src/at32/at32_tim_lowerhalf.c +++ b/arch/arm/src/at32/at32_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_timerisr.c b/arch/arm/src/at32/at32_timerisr.c index d4969caa77..ad4ccaa714 100644 --- a/arch/arm/src/at32/at32_timerisr.c +++ b/arch/arm/src/at32/at32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_uart.h b/arch/arm/src/at32/at32_uart.h index 237984c34c..42429c21e3 100644 --- a/arch/arm/src/at32/at32_uart.h +++ b/arch/arm/src/at32/at32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_uart.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/arch/arm/src/at32/at32_uid.c b/arch/arm/src/at32/at32_uid.c index 2bc2e50ddf..5aaa31c407 100644 --- a/arch/arm/src/at32/at32_uid.c +++ b/arch/arm/src/at32/at32_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_uid.h b/arch/arm/src/at32/at32_uid.h index 1e225d5cb5..cc0d9d7518 100644 --- a/arch/arm/src/at32/at32_uid.h +++ b/arch/arm/src/at32/at32_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_uid.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/arch/arm/src/at32/at32_usbhost.c b/arch/arm/src/at32/at32_usbhost.c index 29e779c90e..097c1f88ee 100644 --- a/arch/arm/src/at32/at32_usbhost.c +++ b/arch/arm/src/at32/at32_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_usbhost.h b/arch/arm/src/at32/at32_usbhost.h index 3723f9d97e..035f63c126 100644 --- a/arch/arm/src/at32/at32_usbhost.h +++ b/arch/arm/src/at32/at32_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_usbhost.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/arch/arm/src/at32/at32_userspace.c b/arch/arm/src/at32/at32_userspace.c index ceb565bba7..22bd007027 100644 --- a/arch/arm/src/at32/at32_userspace.c +++ b/arch/arm/src/at32/at32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_userspace.h b/arch/arm/src/at32/at32_userspace.h index 45984e3572..b8000719f6 100644 --- a/arch/arm/src/at32/at32_userspace.h +++ b/arch/arm/src/at32/at32_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_userspace.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/arch/arm/src/at32/at32_waste.c b/arch/arm/src/at32/at32_waste.c index 8e1812af35..6c82b16f9f 100644 --- a/arch/arm/src/at32/at32_waste.c +++ b/arch/arm/src/at32/at32_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32_waste.h b/arch/arm/src/at32/at32_waste.h index 3f83cfe716..3d4bd0c10f 100644 --- a/arch/arm/src/at32/at32_waste.h +++ b/arch/arm/src/at32/at32_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_waste.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/arch/arm/src/at32/at32_wdg.h b/arch/arm/src/at32/at32_wdg.h index a37deb592a..91425db5f3 100644 --- a/arch/arm/src/at32/at32_wdg.h +++ b/arch/arm/src/at32/at32_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_wdg.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/arch/arm/src/at32/at32_wwdg.c b/arch/arm/src/at32/at32_wwdg.c index 58ddd69be7..afaee6d0cc 100644 --- a/arch/arm/src/at32/at32_wwdg.c +++ b/arch/arm/src/at32/at32_wwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32_wwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32f43xx_flash.c b/arch/arm/src/at32/at32f43xx_flash.c index e1ade0f80d..ec43ddd076 100644 --- a/arch/arm/src/at32/at32f43xx_flash.c +++ b/arch/arm/src/at32/at32f43xx_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32f43xx_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/arch/arm/src/at32/at32f43xxx_alarm.h b/arch/arm/src/at32/at32f43xxx_alarm.h index 591f860168..e0e6a4f0c7 100644 --- a/arch/arm/src/at32/at32f43xxx_alarm.h +++ b/arch/arm/src/at32/at32f43xxx_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32f43xxx_alarm.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/arch/arm/src/at32/at32f43xxx_rcc.c b/arch/arm/src/at32/at32f43xxx_rcc.c index 66710d7dc2..6973dddfcc 100644 --- a/arch/arm/src/at32/at32f43xxx_rcc.c +++ b/arch/arm/src/at32/at32f43xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32f43xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/at32f43xxx_rtcc.c b/arch/arm/src/at32/at32f43xxx_rtcc.c index 5cea33a4bc..f25d2cae8a 100644 --- a/arch/arm/src/at32/at32f43xxx_rtcc.c +++ b/arch/arm/src/at32/at32f43xxx_rtcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/at32f43xxx_rtcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/at32/chip.h b/arch/arm/src/at32/chip.h index 58a78fb026..77cebbfef6 100644 --- a/arch/arm/src/at32/chip.h +++ b/arch/arm/src/at32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/chip.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/arch/arm/src/at32/hardware/at32_adc.h b/arch/arm/src/at32/hardware/at32_adc.h index 70e60aca0e..dbc0533935 100644 --- a/arch/arm/src/at32/hardware/at32_adc.h +++ b/arch/arm/src/at32/hardware/at32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_adc.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/arch/arm/src/at32/hardware/at32_adc_v1.h b/arch/arm/src/at32/hardware/at32_adc_v1.h index ba60c9d30e..03b27df0fa 100644 --- a/arch/arm/src/at32/hardware/at32_adc_v1.h +++ b/arch/arm/src/at32/hardware/at32_adc_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_adc_v1.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/arch/arm/src/at32/hardware/at32_can.h b/arch/arm/src/at32/hardware/at32_can.h index 7785812fb1..bc727e0232 100644 --- a/arch/arm/src/at32/hardware/at32_can.h +++ b/arch/arm/src/at32/hardware/at32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_can.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/arch/arm/src/at32/hardware/at32_dbgmcu.h b/arch/arm/src/at32/hardware/at32_dbgmcu.h index 8ee0ec796d..2d6eef7e46 100644 --- a/arch/arm/src/at32/hardware/at32_dbgmcu.h +++ b/arch/arm/src/at32/hardware/at32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_dbgmcu.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/arch/arm/src/at32/hardware/at32_dma.h b/arch/arm/src/at32/hardware/at32_dma.h index 8476afe622..f19216a6c3 100644 --- a/arch/arm/src/at32/hardware/at32_dma.h +++ b/arch/arm/src/at32/hardware/at32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_dma.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/arch/arm/src/at32/hardware/at32_dmamux.h b/arch/arm/src/at32/hardware/at32_dmamux.h index c16364fd3b..9062d50c05 100644 --- a/arch/arm/src/at32/hardware/at32_dmamux.h +++ b/arch/arm/src/at32/hardware/at32_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_dmamux.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/arch/arm/src/at32/hardware/at32_eth.h b/arch/arm/src/at32/hardware/at32_eth.h index b713447f07..6c2c0c5054 100644 --- a/arch/arm/src/at32/hardware/at32_eth.h +++ b/arch/arm/src/at32/hardware/at32_eth.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_eth.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/arch/arm/src/at32/hardware/at32_exti.h b/arch/arm/src/at32/hardware/at32_exti.h index 49aab8e28c..02f2241eb6 100644 --- a/arch/arm/src/at32/hardware/at32_exti.h +++ b/arch/arm/src/at32/hardware/at32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_exti.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/arch/arm/src/at32/hardware/at32_flash.h b/arch/arm/src/at32/hardware/at32_flash.h index c5cc077948..755f66362c 100644 --- a/arch/arm/src/at32/hardware/at32_flash.h +++ b/arch/arm/src/at32/hardware/at32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_flash.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/arch/arm/src/at32/hardware/at32_i2c.h b/arch/arm/src/at32/hardware/at32_i2c.h index 00b189e649..be9cad6eca 100644 --- a/arch/arm/src/at32/hardware/at32_i2c.h +++ b/arch/arm/src/at32/hardware/at32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_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/arch/arm/src/at32/hardware/at32_memorymap.h b/arch/arm/src/at32/hardware/at32_memorymap.h index a9e1fdb28b..1127431779 100644 --- a/arch/arm/src/at32/hardware/at32_memorymap.h +++ b/arch/arm/src/at32/hardware/at32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_memorymap.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/arch/arm/src/at32/hardware/at32_pinmap.h b/arch/arm/src/at32/hardware/at32_pinmap.h index bbc2a91429..c506285f38 100644 --- a/arch/arm/src/at32/hardware/at32_pinmap.h +++ b/arch/arm/src/at32/hardware/at32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_pinmap.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/arch/arm/src/at32/hardware/at32_pwr.h b/arch/arm/src/at32/hardware/at32_pwr.h index 641d9223a2..361818f4c9 100644 --- a/arch/arm/src/at32/hardware/at32_pwr.h +++ b/arch/arm/src/at32/hardware/at32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_pwr.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/arch/arm/src/at32/hardware/at32_rtcc.h b/arch/arm/src/at32/hardware/at32_rtcc.h index 7093e3ad2e..229fed22b8 100644 --- a/arch/arm/src/at32/hardware/at32_rtcc.h +++ b/arch/arm/src/at32/hardware/at32_rtcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_rtcc.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/arch/arm/src/at32/hardware/at32_sdio.h b/arch/arm/src/at32/hardware/at32_sdio.h index 70801c09d8..5d0c3732a8 100644 --- a/arch/arm/src/at32/hardware/at32_sdio.h +++ b/arch/arm/src/at32/hardware/at32_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_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/arch/arm/src/at32/hardware/at32_spi.h b/arch/arm/src/at32/hardware/at32_spi.h index ddeae07693..d03abbf14d 100644 --- a/arch/arm/src/at32/hardware/at32_spi.h +++ b/arch/arm/src/at32/hardware/at32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_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/arch/arm/src/at32/hardware/at32_tim.h b/arch/arm/src/at32/hardware/at32_tim.h index 0d3e9e7db4..d0c19eea9f 100644 --- a/arch/arm/src/at32/hardware/at32_tim.h +++ b/arch/arm/src/at32/hardware/at32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_tim.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/arch/arm/src/at32/hardware/at32_wdg.h b/arch/arm/src/at32/hardware/at32_wdg.h index 112b25576a..a20fc14226 100644 --- a/arch/arm/src/at32/hardware/at32_wdg.h +++ b/arch/arm/src/at32/hardware/at32_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32_wdg.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/arch/arm/src/at32/hardware/at32f43xxx_dmamux.h b/arch/arm/src/at32/hardware/at32f43xxx_dmamux.h index 3e2b76d277..93c4e663fe 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_dmamux.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_dmamux.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/arch/arm/src/at32/hardware/at32f43xxx_gpio.h b/arch/arm/src/at32/hardware/at32f43xxx_gpio.h index 697bbafafd..6b424a8ce3 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_gpio.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_gpio.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/arch/arm/src/at32/hardware/at32f43xxx_memorymap.h b/arch/arm/src/at32/hardware/at32f43xxx_memorymap.h index 05947335ae..1308eb1970 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_memorymap.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_memorymap.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/arch/arm/src/at32/hardware/at32f43xxx_pinmap.h b/arch/arm/src/at32/hardware/at32f43xxx_pinmap.h index ad085027ae..7a076e98d1 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_pinmap.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_pinmap.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/arch/arm/src/at32/hardware/at32f43xxx_rcc.h b/arch/arm/src/at32/hardware/at32f43xxx_rcc.h index 81bcf2700b..90bf1e391a 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_rcc.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_rcc.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/arch/arm/src/at32/hardware/at32f43xxx_syscfg.h b/arch/arm/src/at32/hardware/at32f43xxx_syscfg.h index ce97639a95..65710ea3bc 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_syscfg.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_syscfg.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/arch/arm/src/at32/hardware/at32f43xxx_uart.h b/arch/arm/src/at32/hardware/at32f43xxx_uart.h index 4cc9ab4f42..d4285e6920 100644 --- a/arch/arm/src/at32/hardware/at32f43xxx_uart.h +++ b/arch/arm/src/at32/hardware/at32f43xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32f43xxx_uart.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/arch/arm/src/at32/hardware/at32fxxxxx_otgfs.h b/arch/arm/src/at32/hardware/at32fxxxxx_otgfs.h index eed26b7e94..7754d90e07 100644 --- a/arch/arm/src/at32/hardware/at32fxxxxx_otgfs.h +++ b/arch/arm/src/at32/hardware/at32fxxxxx_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/at32/hardware/at32fxxxxx_otgfs.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/arch/arm/src/c5471/Make.defs b/arch/arm/src/c5471/Make.defs index b79fb2d35e..f698834b76 100644 --- a/arch/arm/src/c5471/Make.defs +++ b/arch/arm/src/c5471/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/c5471/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/arch/arm/src/c5471/c5471_ethernet.c b/arch/arm/src/c5471/c5471_ethernet.c index 83f364e69e..dcfe6cf070 100644 --- a/arch/arm/src/c5471/c5471_ethernet.c +++ b/arch/arm/src/c5471/c5471_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/c5471_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/c5471/c5471_irq.c b/arch/arm/src/c5471/c5471_irq.c index a5258d3238..cd4765f34f 100644 --- a/arch/arm/src/c5471/c5471_irq.c +++ b/arch/arm/src/c5471/c5471_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/c5471_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/c5471/c5471_lowputc.S b/arch/arm/src/c5471/c5471_lowputc.S index 8492851bb8..14ae126c7b 100644 --- a/arch/arm/src/c5471/c5471_lowputc.S +++ b/arch/arm/src/c5471/c5471_lowputc.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/arm/src/c5471/c5471_lowputc.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/c5471/c5471_serial.c b/arch/arm/src/c5471/c5471_serial.c index 788bbebd8a..d4e58fe957 100644 --- a/arch/arm/src/c5471/c5471_serial.c +++ b/arch/arm/src/c5471/c5471_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/c5471_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/arch/arm/src/c5471/c5471_timerisr.c b/arch/arm/src/c5471/c5471_timerisr.c index 8c7284fee1..91966e7ef9 100644 --- a/arch/arm/src/c5471/c5471_timerisr.c +++ b/arch/arm/src/c5471/c5471_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/c5471_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/c5471/c5471_vectors.S b/arch/arm/src/c5471/c5471_vectors.S index 1965545a07..3a71d93858 100644 --- a/arch/arm/src/c5471/c5471_vectors.S +++ b/arch/arm/src/c5471/c5471_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/c5471_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/c5471/c5471_watchdog.c b/arch/arm/src/c5471/c5471_watchdog.c index ba6014c2c4..915ff680fd 100644 --- a/arch/arm/src/c5471/c5471_watchdog.c +++ b/arch/arm/src/c5471/c5471_watchdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/c5471_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/arch/arm/src/c5471/chip.h b/arch/arm/src/c5471/chip.h index 647b15e42b..a9adc3d9b1 100644 --- a/arch/arm/src/c5471/chip.h +++ b/arch/arm/src/c5471/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/c5471/chip.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/arch/arm/src/cmake/Toolchain.cmake b/arch/arm/src/cmake/Toolchain.cmake index 1d8dd69373..cd3b2a630c 100644 --- a/arch/arm/src/cmake/Toolchain.cmake +++ b/arch/arm/src/cmake/Toolchain.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/Toolchain.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/arm.cmake b/arch/arm/src/cmake/arm.cmake index dc8bcae69c..37220431be 100644 --- a/arch/arm/src/cmake/arm.cmake +++ b/arch/arm/src/cmake/arm.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/arm.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armclang.cmake b/arch/arm/src/cmake/armclang.cmake index 0d023b114b..0f32644b66 100644 --- a/arch/arm/src/cmake/armclang.cmake +++ b/arch/arm/src/cmake/armclang.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armclang.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv6-m.cmake b/arch/arm/src/cmake/armv6-m.cmake index e748674f2e..32596ab689 100644 --- a/arch/arm/src/cmake/armv6-m.cmake +++ b/arch/arm/src/cmake/armv6-m.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv6-m.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-a.cmake b/arch/arm/src/cmake/armv7-a.cmake index 58a08fbeef..88ac27dfcd 100644 --- a/arch/arm/src/cmake/armv7-a.cmake +++ b/arch/arm/src/cmake/armv7-a.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-a.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-m.cmake b/arch/arm/src/cmake/armv7-m.cmake index 6d2e012d84..73ef08d18c 100644 --- a/arch/arm/src/cmake/armv7-m.cmake +++ b/arch/arm/src/cmake/armv7-m.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-m.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-m_armclang.cmake b/arch/arm/src/cmake/armv7-m_armclang.cmake index 8909dabe08..eb09191a66 100644 --- a/arch/arm/src/cmake/armv7-m_armclang.cmake +++ b/arch/arm/src/cmake/armv7-m_armclang.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-m_armclang.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-m_clang.cmake b/arch/arm/src/cmake/armv7-m_clang.cmake index 7b20df06c8..ffea1be6b7 100644 --- a/arch/arm/src/cmake/armv7-m_clang.cmake +++ b/arch/arm/src/cmake/armv7-m_clang.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-m_clang.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-m_gcc.cmake b/arch/arm/src/cmake/armv7-m_gcc.cmake index ac0b365fb5..331e4dc3e8 100644 --- a/arch/arm/src/cmake/armv7-m_gcc.cmake +++ b/arch/arm/src/cmake/armv7-m_gcc.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-m_gcc.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-m_ghs.cmake b/arch/arm/src/cmake/armv7-m_ghs.cmake index e1ceb88c8d..c78665b97e 100644 --- a/arch/arm/src/cmake/armv7-m_ghs.cmake +++ b/arch/arm/src/cmake/armv7-m_ghs.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-m_ghs.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv7-r.cmake b/arch/arm/src/cmake/armv7-r.cmake index cf6a3e8398..4444320202 100644 --- a/arch/arm/src/cmake/armv7-r.cmake +++ b/arch/arm/src/cmake/armv7-r.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv7-r.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv8-m.cmake b/arch/arm/src/cmake/armv8-m.cmake index 3c9d515965..fef71a4984 100644 --- a/arch/arm/src/cmake/armv8-m.cmake +++ b/arch/arm/src/cmake/armv8-m.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv8-m.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/armv8-r.cmake b/arch/arm/src/cmake/armv8-r.cmake index 098c677c12..01fefd2e58 100644 --- a/arch/arm/src/cmake/armv8-r.cmake +++ b/arch/arm/src/cmake/armv8-r.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/armv8-r.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/clang.cmake b/arch/arm/src/cmake/clang.cmake index de5bfacb83..9d9cf58281 100644 --- a/arch/arm/src/cmake/clang.cmake +++ b/arch/arm/src/cmake/clang.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/clang.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/gcc.cmake b/arch/arm/src/cmake/gcc.cmake index 0191e8c36c..914ec7ef6a 100644 --- a/arch/arm/src/cmake/gcc.cmake +++ b/arch/arm/src/cmake/gcc.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/gcc.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/ghs.cmake b/arch/arm/src/cmake/ghs.cmake index 397602210c..b1dc5f172e 100644 --- a/arch/arm/src/cmake/ghs.cmake +++ b/arch/arm/src/cmake/ghs.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/ghs.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/cmake/platform.cmake b/arch/arm/src/cmake/platform.cmake index 401eac466a..0ff187a75a 100644 --- a/arch/arm/src/cmake/platform.cmake +++ b/arch/arm/src/cmake/platform.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cmake/platform.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software 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/arch/arm/src/common/CMakeLists.txt b/arch/arm/src/common/CMakeLists.txt index 5e4f4cf3e8..b0f87f4a78 100644 --- a/arch/arm/src/common/CMakeLists.txt +++ b/arch/arm/src/common/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/common/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/arch/arm/src/common/Make.defs b/arch/arm/src/common/Make.defs index e755233781..c099dbe02e 100644 --- a/arch/arm/src/common/Make.defs +++ b/arch/arm/src/common/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/common/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/arch/arm/src/common/Toolchain.defs b/arch/arm/src/common/Toolchain.defs index b4313bc717..c39bb70d65 100644 --- a/arch/arm/src/common/Toolchain.defs +++ b/arch/arm/src/common/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/common/Toolchain.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/arch/arm/src/common/arm_allocateheap.c b/arch/arm/src/common/arm_allocateheap.c index 2ba858645c..b72191b263 100644 --- a/arch/arm/src/common/arm_allocateheap.c +++ b/arch/arm/src/common/arm_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_backtrace_fp.c b/arch/arm/src/common/arm_backtrace_fp.c index 4bf3b3fe6c..5254c2d5bc 100644 --- a/arch/arm/src/common/arm_backtrace_fp.c +++ b/arch/arm/src/common/arm_backtrace_fp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_backtrace_fp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_backtrace_sp.c b/arch/arm/src/common/arm_backtrace_sp.c index be96b167d5..be2d1d2a28 100644 --- a/arch/arm/src/common/arm_backtrace_sp.c +++ b/arch/arm/src/common/arm_backtrace_sp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_backtrace_sp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_backtrace_unwind.c b/arch/arm/src/common/arm_backtrace_unwind.c index e52212bf15..2200d94fc2 100644 --- a/arch/arm/src/common/arm_backtrace_unwind.c +++ b/arch/arm/src/common/arm_backtrace_unwind.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_backtrace_unwind.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_checkstack.c b/arch/arm/src/common/arm_checkstack.c index 7f3c6415dd..c6618d0522 100644 --- a/arch/arm/src/common/arm_checkstack.c +++ b/arch/arm/src/common/arm_checkstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_checkstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_createstack.c b/arch/arm/src/common/arm_createstack.c index 9e39973906..92d156bb16 100644 --- a/arch/arm/src/common/arm_createstack.c +++ b/arch/arm/src/common/arm_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_createstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_exit.c b/arch/arm/src/common/arm_exit.c index 1b6cafbf80..09a0f481d0 100644 --- a/arch/arm/src/common/arm_exit.c +++ b/arch/arm/src/common/arm_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_exit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_fork.c b/arch/arm/src/common/arm_fork.c index 3f50fbe8be..cc1549d66e 100644 --- a/arch/arm/src/common/arm_fork.c +++ b/arch/arm/src/common/arm_fork.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_fork.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_fork.h b/arch/arm/src/common/arm_fork.h index 47c9a02b0c..765f204366 100644 --- a/arch/arm/src/common/arm_fork.h +++ b/arch/arm/src/common/arm_fork.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_fork.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/arch/arm/src/common/arm_getintstack.c b/arch/arm/src/common/arm_getintstack.c index d2a5b1a5fa..2cdcf03c11 100644 --- a/arch/arm/src/common/arm_getintstack.c +++ b/arch/arm/src/common/arm_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_getintstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_hostfs.c b/arch/arm/src/common/arm_hostfs.c index b83b59ce4d..b0bede4559 100644 --- a/arch/arm/src/common/arm_hostfs.c +++ b/arch/arm/src/common/arm_hostfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_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/arch/arm/src/common/arm_idle.c b/arch/arm/src/common/arm_idle.c index 4f2c5e7031..f453a182e1 100644 --- a/arch/arm/src/common/arm_idle.c +++ b/arch/arm/src/common/arm_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_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/arch/arm/src/common/arm_initialize.c b/arch/arm/src/common/arm_initialize.c index 9265f2722b..c5c4350746 100644 --- a/arch/arm/src/common/arm_initialize.c +++ b/arch/arm/src/common/arm_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_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/arch/arm/src/common/arm_internal.h b/arch/arm/src/common/arm_internal.h index c7e4243cae..5de48cb492 100644 --- a/arch/arm/src/common/arm_internal.h +++ b/arch/arm/src/common/arm_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_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/arch/arm/src/common/arm_lowputs.c b/arch/arm/src/common/arm_lowputs.c index ffb4730339..755266dd12 100644 --- a/arch/arm/src/common/arm_lowputs.c +++ b/arch/arm/src/common/arm_lowputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_lowputs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_mdelay.c b/arch/arm/src/common/arm_mdelay.c index 88857a7e1f..26ec51255c 100644 --- a/arch/arm/src/common/arm_mdelay.c +++ b/arch/arm/src/common/arm_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_mdelay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_modifyreg16.c b/arch/arm/src/common/arm_modifyreg16.c index 7d837aa8de..13cc740ad6 100644 --- a/arch/arm/src/common/arm_modifyreg16.c +++ b/arch/arm/src/common/arm_modifyreg16.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_modifyreg16.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_modifyreg32.c b/arch/arm/src/common/arm_modifyreg32.c index 9b46149e7c..b98bdc3ae3 100644 --- a/arch/arm/src/common/arm_modifyreg32.c +++ b/arch/arm/src/common/arm_modifyreg32.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_modifyreg32.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_modifyreg8.c b/arch/arm/src/common/arm_modifyreg8.c index 06ac317b10..a344995117 100644 --- a/arch/arm/src/common/arm_modifyreg8.c +++ b/arch/arm/src/common/arm_modifyreg8.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_modifyreg8.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_nputs.c b/arch/arm/src/common/arm_nputs.c index 1246e326c0..6ec271db77 100644 --- a/arch/arm/src/common/arm_nputs.c +++ b/arch/arm/src/common/arm_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_nputs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_pthread_start.c b/arch/arm/src/common/arm_pthread_start.c index 68930b01ac..07fc2409bb 100644 --- a/arch/arm/src/common/arm_pthread_start.c +++ b/arch/arm/src/common/arm_pthread_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_pthread_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_registerdump.c b/arch/arm/src/common/arm_registerdump.c index a5c69ef33a..f8171844e9 100644 --- a/arch/arm/src/common/arm_registerdump.c +++ b/arch/arm/src/common/arm_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_registerdump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_releasestack.c b/arch/arm/src/common/arm_releasestack.c index 4a23cb5614..68fa9098d9 100644 --- a/arch/arm/src/common/arm_releasestack.c +++ b/arch/arm/src/common/arm_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_releasestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_semi_syslog.c b/arch/arm/src/common/arm_semi_syslog.c index 530b346861..702dbe35da 100644 --- a/arch/arm/src/common/arm_semi_syslog.c +++ b/arch/arm/src/common/arm_semi_syslog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_semi_syslog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_signal_dispatch.c b/arch/arm/src/common/arm_signal_dispatch.c index df8c443249..79ac0e05f1 100644 --- a/arch/arm/src/common/arm_signal_dispatch.c +++ b/arch/arm/src/common/arm_signal_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_signal_dispatch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_stackframe.c b/arch/arm/src/common/arm_stackframe.c index a2bf931c9e..0e802d150a 100644 --- a/arch/arm/src/common/arm_stackframe.c +++ b/arch/arm/src/common/arm_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_stackframe.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_task_start.c b/arch/arm/src/common/arm_task_start.c index 43ee01d5aa..2359be2d2f 100644 --- a/arch/arm/src/common/arm_task_start.c +++ b/arch/arm/src/common/arm_task_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_task_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_tls.c b/arch/arm/src/common/arm_tls.c index 250e9b21ad..e01cb51ca7 100644 --- a/arch/arm/src/common/arm_tls.c +++ b/arch/arm/src/common/arm_tls.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_tls.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_udelay.c b/arch/arm/src/common/arm_udelay.c index f6f5f1503c..5baae6903e 100644 --- a/arch/arm/src/common/arm_udelay.c +++ b/arch/arm/src/common/arm_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_udelay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/arm_usestack.c b/arch/arm/src/common/arm_usestack.c index 0afd21935b..b05a69d77a 100644 --- a/arch/arm/src/common/arm_usestack.c +++ b/arch/arm/src/common/arm_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/arm_usestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/ghs/lib_dummy.c b/arch/arm/src/common/ghs/lib_dummy.c index f43f988b9f..28ab005b52 100644 --- a/arch/arm/src/common/ghs/lib_dummy.c +++ b/arch/arm/src/common/ghs/lib_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/ghs/lib_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/arch/arm/src/common/gnu/arm_fetchadd.S b/arch/arm/src/common/gnu/arm_fetchadd.S index 6d4fb3df06..122923d639 100644 --- a/arch/arm/src/common/gnu/arm_fetchadd.S +++ b/arch/arm/src/common/gnu/arm_fetchadd.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/gnu/arm_fetchadd.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/gnu/arm_signal_handler.S b/arch/arm/src/common/gnu/arm_signal_handler.S index 88b9f1b787..cbbd8c82cb 100644 --- a/arch/arm/src/common/gnu/arm_signal_handler.S +++ b/arch/arm/src/common/gnu/arm_signal_handler.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/gnu/arm_signal_handler.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/gnu/fork.S b/arch/arm/src/common/gnu/fork.S index d98003d4da..83e22326c2 100644 --- a/arch/arm/src/common/gnu/fork.S +++ b/arch/arm/src/common/gnu/fork.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/fork.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/hwcap.h b/arch/arm/src/common/hwcap.h index 14a085df72..be032a10db 100644 --- a/arch/arm/src/common/hwcap.h +++ b/arch/arm/src/common/hwcap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/hwcap.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/arch/arm/src/common/iar/arm_fetchadd.S b/arch/arm/src/common/iar/arm_fetchadd.S index c2ada73216..1e78bb9832 100644 --- a/arch/arm/src/common/iar/arm_fetchadd.S +++ b/arch/arm/src/common/iar/arm_fetchadd.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/iar/arm_fetchadd.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/common/iar/fork.S b/arch/arm/src/common/iar/fork.S index bdff61c3dc..4177a1f8e8 100644 --- a/arch/arm/src/common/iar/fork.S +++ b/arch/arm/src/common/iar/fork.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/common/iar/fork.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/csk6/CMakeLists.txt b/arch/arm/src/csk6/CMakeLists.txt index 877389e9ce..0ce09674bb 100644 --- a/arch/arm/src/csk6/CMakeLists.txt +++ b/arch/arm/src/csk6/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/csk6/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/arch/arm/src/csk6/Make.defs b/arch/arm/src/csk6/Make.defs index bc9efdd226..794ea34833 100644 --- a/arch/arm/src/csk6/Make.defs +++ b/arch/arm/src/csk6/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/csk6/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/arch/arm/src/csk6/chip.h b/arch/arm/src/csk6/chip.h index a3d8eb4a29..2dc68d255b 100644 --- a/arch/arm/src/csk6/chip.h +++ b/arch/arm/src/csk6/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/csk6/chip.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/arch/arm/src/csk6/csk6_irq.c b/arch/arm/src/csk6/csk6_irq.c index dada9925de..415a4ae6b8 100644 --- a/arch/arm/src/csk6/csk6_irq.c +++ b/arch/arm/src/csk6/csk6_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/csk6/csk6_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/csk6/csk6_lowputc.c b/arch/arm/src/csk6/csk6_lowputc.c index 2610d28c3a..c357e42187 100644 --- a/arch/arm/src/csk6/csk6_lowputc.c +++ b/arch/arm/src/csk6/csk6_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/csk6/csk6_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/csk6/csk6_lowputc.h b/arch/arm/src/csk6/csk6_lowputc.h index 165c22bb65..d966f19b45 100644 --- a/arch/arm/src/csk6/csk6_lowputc.h +++ b/arch/arm/src/csk6/csk6_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/csk6/csk6_lowputc.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/arch/arm/src/csk6/csk6_serial.c b/arch/arm/src/csk6/csk6_serial.c index 13e477843a..e74d1a05a8 100644 --- a/arch/arm/src/csk6/csk6_serial.c +++ b/arch/arm/src/csk6/csk6_serial.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/csk6/csk6_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/arch/arm/src/csk6/csk6_start.c b/arch/arm/src/csk6/csk6_start.c index 170a7c343f..338eb349da 100644 --- a/arch/arm/src/csk6/csk6_start.c +++ b/arch/arm/src/csk6/csk6_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/csk6/csk6_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/csk6/csk6_timer.c b/arch/arm/src/csk6/csk6_timer.c index bf51def131..dd971b8868 100644 --- a/arch/arm/src/csk6/csk6_timer.c +++ b/arch/arm/src/csk6/csk6_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/csk6/csk6_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/arch/arm/src/cxd32xx/Make.defs b/arch/arm/src/cxd32xx/Make.defs index 94aac1dd8b..bf2e2d812b 100644 --- a/arch/arm/src/cxd32xx/Make.defs +++ b/arch/arm/src/cxd32xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/cxd32xx/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/arch/arm/src/cxd32xx/chip.h b/arch/arm/src/cxd32xx/chip.h index 556cc7d9b3..ddc219e365 100644 --- a/arch/arm/src/cxd32xx/chip.h +++ b/arch/arm/src/cxd32xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/chip.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/arch/arm/src/cxd32xx/cxd32_config.h b/arch/arm/src/cxd32xx/cxd32_config.h index 5fa073f94f..20b63038f7 100644 --- a/arch/arm/src/cxd32xx/cxd32_config.h +++ b/arch/arm/src/cxd32xx/cxd32_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_config.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/arch/arm/src/cxd32xx/cxd32_irq.c b/arch/arm/src/cxd32xx/cxd32_irq.c index ba23f7ba86..c16f52556e 100644 --- a/arch/arm/src/cxd32xx/cxd32_irq.c +++ b/arch/arm/src/cxd32xx/cxd32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd32xx/cxd32_serial.c b/arch/arm/src/cxd32xx/cxd32_serial.c index 5642b0cb78..d7b1d08bf8 100644 --- a/arch/arm/src/cxd32xx/cxd32_serial.c +++ b/arch/arm/src/cxd32xx/cxd32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_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/arch/arm/src/cxd32xx/cxd32_serial.h b/arch/arm/src/cxd32xx/cxd32_serial.h index 6d93f83b39..87729c6c94 100644 --- a/arch/arm/src/cxd32xx/cxd32_serial.h +++ b/arch/arm/src/cxd32xx/cxd32_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_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/arch/arm/src/cxd32xx/cxd32_serial_pl011.c b/arch/arm/src/cxd32xx/cxd32_serial_pl011.c index 5801f59624..d7a75f03a7 100644 --- a/arch/arm/src/cxd32xx/cxd32_serial_pl011.c +++ b/arch/arm/src/cxd32xx/cxd32_serial_pl011.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/cxd32xx/cxd32_serial_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/arch/arm/src/cxd32xx/cxd32_start.c b/arch/arm/src/cxd32xx/cxd32_start.c index db6341e261..ba1907e1aa 100644 --- a/arch/arm/src/cxd32xx/cxd32_start.c +++ b/arch/arm/src/cxd32xx/cxd32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd32xx/cxd32_timerisr.c b/arch/arm/src/cxd32xx/cxd32_timerisr.c index 799f25a9bd..e0898d9745 100644 --- a/arch/arm/src/cxd32xx/cxd32_timerisr.c +++ b/arch/arm/src/cxd32xx/cxd32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd32xx/cxd32_uart.c b/arch/arm/src/cxd32xx/cxd32_uart.c index 2a185a2186..709d8e1811 100644 --- a/arch/arm/src/cxd32xx/cxd32_uart.c +++ b/arch/arm/src/cxd32xx/cxd32_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_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/arch/arm/src/cxd32xx/cxd32_uart.h b/arch/arm/src/cxd32xx/cxd32_uart.h index 70a6a57e7d..0e06ce9e9f 100644 --- a/arch/arm/src/cxd32xx/cxd32_uart.h +++ b/arch/arm/src/cxd32xx/cxd32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/cxd32_uart.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/arch/arm/src/cxd32xx/hardware/cxd3277_clockfreq.h b/arch/arm/src/cxd32xx/hardware/cxd3277_clockfreq.h index 1d87f09b5b..c90f68b08a 100644 --- a/arch/arm/src/cxd32xx/hardware/cxd3277_clockfreq.h +++ b/arch/arm/src/cxd32xx/hardware/cxd3277_clockfreq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/hardware/cxd3277_clockfreq.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/arch/arm/src/cxd32xx/hardware/cxd3277_memorymap.h b/arch/arm/src/cxd32xx/hardware/cxd3277_memorymap.h index 3a1c498210..7f80b7e39f 100644 --- a/arch/arm/src/cxd32xx/hardware/cxd3277_memorymap.h +++ b/arch/arm/src/cxd32xx/hardware/cxd3277_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/hardware/cxd3277_memorymap.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/arch/arm/src/cxd32xx/hardware/cxd32_timer.h b/arch/arm/src/cxd32xx/hardware/cxd32_timer.h index f747fedfe5..5117fd4094 100644 --- a/arch/arm/src/cxd32xx/hardware/cxd32_timer.h +++ b/arch/arm/src/cxd32xx/hardware/cxd32_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/hardware/cxd32_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/arch/arm/src/cxd32xx/hardware/cxd32_uart.h b/arch/arm/src/cxd32xx/hardware/cxd32_uart.h index 3f6e7e95e8..0695542d9b 100644 --- a/arch/arm/src/cxd32xx/hardware/cxd32_uart.h +++ b/arch/arm/src/cxd32xx/hardware/cxd32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd32xx/hardware/cxd32_uart.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/arch/arm/src/cxd56xx/CMakeLists.txt b/arch/arm/src/cxd56xx/CMakeLists.txt index 31adb76bc8..bd06dc2559 100644 --- a/arch/arm/src/cxd56xx/CMakeLists.txt +++ b/arch/arm/src/cxd56xx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/cxd56xx/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/arch/arm/src/cxd56xx/Make.defs b/arch/arm/src/cxd56xx/Make.defs index eadc9f8332..baa209d7f0 100644 --- a/arch/arm/src/cxd56xx/Make.defs +++ b/arch/arm/src/cxd56xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/cxd56xx/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/arch/arm/src/cxd56xx/chip.h b/arch/arm/src/cxd56xx/chip.h index 2e6f3e9e08..25988142b3 100644 --- a/arch/arm/src/cxd56xx/chip.h +++ b/arch/arm/src/cxd56xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/chip.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/arch/arm/src/cxd56xx/cxd56_adc.c b/arch/arm/src/cxd56xx/cxd56_adc.c index a2f2dc40d5..47b3ac00d9 100644 --- a/arch/arm/src/cxd56xx/cxd56_adc.c +++ b/arch/arm/src/cxd56xx/cxd56_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_adc.h b/arch/arm/src/cxd56xx/cxd56_adc.h index fee912e523..92f9b2a2da 100644 --- a/arch/arm/src/cxd56xx/cxd56_adc.h +++ b/arch/arm/src/cxd56xx/cxd56_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_adc.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/arch/arm/src/cxd56xx/cxd56_allocateheap.c b/arch/arm/src/cxd56xx/cxd56_allocateheap.c index b5c8338cc7..bc41e76bf5 100644 --- a/arch/arm/src/cxd56xx/cxd56_allocateheap.c +++ b/arch/arm/src/cxd56xx/cxd56_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_backuplog.c b/arch/arm/src/cxd56xx/cxd56_backuplog.c index 983a77e6d7..deaabb3331 100644 --- a/arch/arm/src/cxd56xx/cxd56_backuplog.c +++ b/arch/arm/src/cxd56xx/cxd56_backuplog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_backuplog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_charger.c b/arch/arm/src/cxd56xx/cxd56_charger.c index b7e11c2e72..d26aea8229 100644 --- a/arch/arm/src/cxd56xx/cxd56_charger.c +++ b/arch/arm/src/cxd56xx/cxd56_charger.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_charger.h b/arch/arm/src/cxd56xx/cxd56_charger.h index cc6b33582b..f5d0e311fb 100644 --- a/arch/arm/src/cxd56xx/cxd56_charger.h +++ b/arch/arm/src/cxd56xx/cxd56_charger.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_charger.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/arch/arm/src/cxd56xx/cxd56_cisif.c b/arch/arm/src/cxd56xx/cxd56_cisif.c index dcb30fa2b3..33c9529a67 100644 --- a/arch/arm/src/cxd56xx/cxd56_cisif.c +++ b/arch/arm/src/cxd56xx/cxd56_cisif.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cisif.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_clock.c b/arch/arm/src/cxd56xx/cxd56_clock.c index cbfe45187a..537bebdf18 100644 --- a/arch/arm/src/cxd56xx/cxd56_clock.c +++ b/arch/arm/src/cxd56xx/cxd56_clock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_clock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_clock.h b/arch/arm/src/cxd56xx/cxd56_clock.h index 0968a4a4d7..3682a6ffa1 100644 --- a/arch/arm/src/cxd56xx/cxd56_clock.h +++ b/arch/arm/src/cxd56xx/cxd56_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_clock.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/arch/arm/src/cxd56xx/cxd56_config.h b/arch/arm/src/cxd56xx/cxd56_config.h index 6db7b8fc64..08eb231a46 100644 --- a/arch/arm/src/cxd56xx/cxd56_config.h +++ b/arch/arm/src/cxd56xx/cxd56_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_config.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/arch/arm/src/cxd56xx/cxd56_cpu1signal.c b/arch/arm/src/cxd56xx/cxd56_cpu1signal.c index 4da3c1a326..701f4d0d2e 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpu1signal.c +++ b/arch/arm/src/cxd56xx/cxd56_cpu1signal.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpu1signal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_cpu1signal.h b/arch/arm/src/cxd56xx/cxd56_cpu1signal.h index 3742d80902..73231f5b72 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpu1signal.h +++ b/arch/arm/src/cxd56xx/cxd56_cpu1signal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpu1signal.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/arch/arm/src/cxd56xx/cxd56_cpufifo.c b/arch/arm/src/cxd56xx/cxd56_cpufifo.c index 91b71e23c7..860a5207df 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpufifo.c +++ b/arch/arm/src/cxd56xx/cxd56_cpufifo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpufifo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_cpufifo.h b/arch/arm/src/cxd56xx/cxd56_cpufifo.h index 2a76c81c4d..4233034e47 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpufifo.h +++ b/arch/arm/src/cxd56xx/cxd56_cpufifo.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpufifo.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/arch/arm/src/cxd56xx/cxd56_cpuidlestack.c b/arch/arm/src/cxd56xx/cxd56_cpuidlestack.c index c6d1493344..b3c9fd6abe 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpuidlestack.c +++ b/arch/arm/src/cxd56xx/cxd56_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_cpuindex.c b/arch/arm/src/cxd56xx/cxd56_cpuindex.c index e15358efd1..bb2611e592 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpuindex.c +++ b/arch/arm/src/cxd56xx/cxd56_cpuindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpuindex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_cpuindex.h b/arch/arm/src/cxd56xx/cxd56_cpuindex.h index 651759c396..2a7b0b6a7c 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpuindex.h +++ b/arch/arm/src/cxd56xx/cxd56_cpuindex.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpuindex.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/arch/arm/src/cxd56xx/cxd56_cpustart.c b/arch/arm/src/cxd56xx/cxd56_cpustart.c index be32c9e530..af9d074a5f 100644 --- a/arch/arm/src/cxd56xx/cxd56_cpustart.c +++ b/arch/arm/src/cxd56xx/cxd56_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_delay.c b/arch/arm/src/cxd56xx/cxd56_delay.c index 3797963b52..026520da8a 100644 --- a/arch/arm/src/cxd56xx/cxd56_delay.c +++ b/arch/arm/src/cxd56xx/cxd56_delay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_delay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_dmac.c b/arch/arm/src/cxd56xx/cxd56_dmac.c index 15001ffcdc..22d931cd3b 100644 --- a/arch/arm/src/cxd56xx/cxd56_dmac.c +++ b/arch/arm/src/cxd56xx/cxd56_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_dmac.h b/arch/arm/src/cxd56xx/cxd56_dmac.h index 17716518c6..053954824b 100644 --- a/arch/arm/src/cxd56xx/cxd56_dmac.h +++ b/arch/arm/src/cxd56xx/cxd56_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_dmac.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/arch/arm/src/cxd56xx/cxd56_dmac_common.h b/arch/arm/src/cxd56xx/cxd56_dmac_common.h index 54fad96f17..b212184379 100644 --- a/arch/arm/src/cxd56xx/cxd56_dmac_common.h +++ b/arch/arm/src/cxd56xx/cxd56_dmac_common.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_dmac_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/arch/arm/src/cxd56xx/cxd56_emmc.c b/arch/arm/src/cxd56xx/cxd56_emmc.c index a4c670ea1e..82449b3dc3 100644 --- a/arch/arm/src/cxd56xx/cxd56_emmc.c +++ b/arch/arm/src/cxd56xx/cxd56_emmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_emmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_emmc.h b/arch/arm/src/cxd56xx/cxd56_emmc.h index 5dcd35cee2..7c296f9c92 100644 --- a/arch/arm/src/cxd56xx/cxd56_emmc.h +++ b/arch/arm/src/cxd56xx/cxd56_emmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_emmc.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/arch/arm/src/cxd56xx/cxd56_farapi.c b/arch/arm/src/cxd56xx/cxd56_farapi.c index c34280830f..4d174769ca 100644 --- a/arch/arm/src/cxd56xx/cxd56_farapi.c +++ b/arch/arm/src/cxd56xx/cxd56_farapi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_farapi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_farapi.h b/arch/arm/src/cxd56xx/cxd56_farapi.h index a60cbcd450..3a4edf1836 100644 --- a/arch/arm/src/cxd56xx/cxd56_farapi.h +++ b/arch/arm/src/cxd56xx/cxd56_farapi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_farapi.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/arch/arm/src/cxd56xx/cxd56_farapistub.S b/arch/arm/src/cxd56xx/cxd56_farapistub.S index 851ee95a8b..9982a02409 100644 --- a/arch/arm/src/cxd56xx/cxd56_farapistub.S +++ b/arch/arm/src/cxd56xx/cxd56_farapistub.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_farapistub.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_farapistub.h b/arch/arm/src/cxd56xx/cxd56_farapistub.h index 2c52f1a84f..af45c84ee0 100644 --- a/arch/arm/src/cxd56xx/cxd56_farapistub.h +++ b/arch/arm/src/cxd56xx/cxd56_farapistub.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_farapistub.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/arch/arm/src/cxd56xx/cxd56_gauge.c b/arch/arm/src/cxd56xx/cxd56_gauge.c index 4d0a6265ab..3faaa5a9c0 100644 --- a/arch/arm/src/cxd56xx/cxd56_gauge.c +++ b/arch/arm/src/cxd56xx/cxd56_gauge.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_gauge.h b/arch/arm/src/cxd56xx/cxd56_gauge.h index ab07f19510..11cc3e468a 100644 --- a/arch/arm/src/cxd56xx/cxd56_gauge.h +++ b/arch/arm/src/cxd56xx/cxd56_gauge.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/cxd56xx/cxd56_gauge.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/arch/arm/src/cxd56xx/cxd56_ge2d.c b/arch/arm/src/cxd56xx/cxd56_ge2d.c index eda8aeca6f..a0fc9d9cf8 100644 --- a/arch/arm/src/cxd56xx/cxd56_ge2d.c +++ b/arch/arm/src/cxd56xx/cxd56_ge2d.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_ge2d.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_geofence.c b/arch/arm/src/cxd56xx/cxd56_geofence.c index 069384753f..ee14c105d9 100644 --- a/arch/arm/src/cxd56xx/cxd56_geofence.c +++ b/arch/arm/src/cxd56xx/cxd56_geofence.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_geofence.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_geofence.h b/arch/arm/src/cxd56xx/cxd56_geofence.h index ecf6310461..6d7004e5bb 100644 --- a/arch/arm/src/cxd56xx/cxd56_geofence.h +++ b/arch/arm/src/cxd56xx/cxd56_geofence.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_geofence.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/arch/arm/src/cxd56xx/cxd56_gnss.c b/arch/arm/src/cxd56xx/cxd56_gnss.c index ab85bab183..acbceda709 100644 --- a/arch/arm/src/cxd56xx/cxd56_gnss.c +++ b/arch/arm/src/cxd56xx/cxd56_gnss.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gnss.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_gnss.h b/arch/arm/src/cxd56xx/cxd56_gnss.h index 4ba7e77d17..a16868ee3d 100644 --- a/arch/arm/src/cxd56xx/cxd56_gnss.h +++ b/arch/arm/src/cxd56xx/cxd56_gnss.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gnss.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/arch/arm/src/cxd56xx/cxd56_gnss_api.h b/arch/arm/src/cxd56xx/cxd56_gnss_api.h index 1b5297a219..8daa1c44e6 100644 --- a/arch/arm/src/cxd56xx/cxd56_gnss_api.h +++ b/arch/arm/src/cxd56xx/cxd56_gnss_api.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gnss_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/arch/arm/src/cxd56xx/cxd56_gnssheap.c b/arch/arm/src/cxd56xx/cxd56_gnssheap.c index cd7c93b456..5f61f32bd2 100644 --- a/arch/arm/src/cxd56xx/cxd56_gnssheap.c +++ b/arch/arm/src/cxd56xx/cxd56_gnssheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gnssheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_gpio.c b/arch/arm/src/cxd56xx/cxd56_gpio.c index 29da5772df..af57216725 100644 --- a/arch/arm/src/cxd56xx/cxd56_gpio.c +++ b/arch/arm/src/cxd56xx/cxd56_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_gpio.h b/arch/arm/src/cxd56xx/cxd56_gpio.h index 1a5d6795b1..91dbbec3da 100644 --- a/arch/arm/src/cxd56xx/cxd56_gpio.h +++ b/arch/arm/src/cxd56xx/cxd56_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gpio.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/arch/arm/src/cxd56xx/cxd56_gpioint.c b/arch/arm/src/cxd56xx/cxd56_gpioint.c index 57987fb363..3fe6b807cc 100644 --- a/arch/arm/src/cxd56xx/cxd56_gpioint.c +++ b/arch/arm/src/cxd56xx/cxd56_gpioint.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gpioint.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_gpioint.h b/arch/arm/src/cxd56xx/cxd56_gpioint.h index 38917370d2..ccbef2d02b 100644 --- a/arch/arm/src/cxd56xx/cxd56_gpioint.h +++ b/arch/arm/src/cxd56xx/cxd56_gpioint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_gpioint.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/arch/arm/src/cxd56xx/cxd56_hostif.c b/arch/arm/src/cxd56xx/cxd56_hostif.c index cb1756f60a..1d1c790121 100644 --- a/arch/arm/src/cxd56xx/cxd56_hostif.c +++ b/arch/arm/src/cxd56xx/cxd56_hostif.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_hostif.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_i2c.c b/arch/arm/src/cxd56xx/cxd56_i2c.c index 56eba21a96..4d618e9ee8 100644 --- a/arch/arm/src/cxd56xx/cxd56_i2c.c +++ b/arch/arm/src/cxd56xx/cxd56_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_i2c.h b/arch/arm/src/cxd56xx/cxd56_i2c.h index d95501e866..cb62a90e55 100644 --- a/arch/arm/src/cxd56xx/cxd56_i2c.h +++ b/arch/arm/src/cxd56xx/cxd56_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.c b/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.c index 8326a26bcf..a288563c34 100644 --- a/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.c +++ b/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h b/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h index 88d6115192..f478d7879c 100644 --- a/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h +++ b/arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_i2c_bitbang.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/arch/arm/src/cxd56xx/cxd56_icc.c b/arch/arm/src/cxd56xx/cxd56_icc.c index 5a798339a0..c875c5d431 100644 --- a/arch/arm/src/cxd56xx/cxd56_icc.c +++ b/arch/arm/src/cxd56xx/cxd56_icc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_icc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_icc.h b/arch/arm/src/cxd56xx/cxd56_icc.h index b4cc6d413b..922348659c 100644 --- a/arch/arm/src/cxd56xx/cxd56_icc.h +++ b/arch/arm/src/cxd56xx/cxd56_icc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_icc.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/arch/arm/src/cxd56xx/cxd56_idle.c b/arch/arm/src/cxd56xx/cxd56_idle.c index 9d6756d007..79112f2c05 100644 --- a/arch/arm/src/cxd56xx/cxd56_idle.c +++ b/arch/arm/src/cxd56xx/cxd56_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_irq.c b/arch/arm/src/cxd56xx/cxd56_irq.c index d9d24ad496..a0f733dd37 100644 --- a/arch/arm/src/cxd56xx/cxd56_irq.c +++ b/arch/arm/src/cxd56xx/cxd56_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_nxaudio.c b/arch/arm/src/cxd56xx/cxd56_nxaudio.c index 02fe09623a..a29e72ddba 100644 --- a/arch/arm/src/cxd56xx/cxd56_nxaudio.c +++ b/arch/arm/src/cxd56xx/cxd56_nxaudio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_nxaudio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_nxaudio.h b/arch/arm/src/cxd56xx/cxd56_nxaudio.h index 1143e97f9a..cce6fda13f 100644 --- a/arch/arm/src/cxd56xx/cxd56_nxaudio.h +++ b/arch/arm/src/cxd56xx/cxd56_nxaudio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_nxaudio.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/arch/arm/src/cxd56xx/cxd56_nxaudio_src.c b/arch/arm/src/cxd56xx/cxd56_nxaudio_src.c index 359bac3a12..a581fae288 100644 --- a/arch/arm/src/cxd56xx/cxd56_nxaudio_src.c +++ b/arch/arm/src/cxd56xx/cxd56_nxaudio_src.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_nxaudio_src.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_nxaudio_src.h b/arch/arm/src/cxd56xx/cxd56_nxaudio_src.h index 151bdf8867..2806b65ba5 100644 --- a/arch/arm/src/cxd56xx/cxd56_nxaudio_src.h +++ b/arch/arm/src/cxd56xx/cxd56_nxaudio_src.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_nxaudio_src.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/arch/arm/src/cxd56xx/cxd56_pinconfig.c b/arch/arm/src/cxd56xx/cxd56_pinconfig.c index e4bb357c78..6b248749a2 100644 --- a/arch/arm/src/cxd56xx/cxd56_pinconfig.c +++ b/arch/arm/src/cxd56xx/cxd56_pinconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_pinconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_pinconfig.h b/arch/arm/src/cxd56xx/cxd56_pinconfig.h index 17b7e9ca7d..1f8379603f 100644 --- a/arch/arm/src/cxd56xx/cxd56_pinconfig.h +++ b/arch/arm/src/cxd56xx/cxd56_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_pinconfig.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/arch/arm/src/cxd56xx/cxd56_pmic.c b/arch/arm/src/cxd56xx/cxd56_pmic.c index 5ff43da93a..a88ee9e3c4 100644 --- a/arch/arm/src/cxd56xx/cxd56_pmic.c +++ b/arch/arm/src/cxd56xx/cxd56_pmic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_pmic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_pmic.h b/arch/arm/src/cxd56xx/cxd56_pmic.h index 5349ba81ad..a8cbffda6d 100644 --- a/arch/arm/src/cxd56xx/cxd56_pmic.h +++ b/arch/arm/src/cxd56xx/cxd56_pmic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_pmic.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/arch/arm/src/cxd56xx/cxd56_powermgr.c b/arch/arm/src/cxd56xx/cxd56_powermgr.c index aa82c386c3..7c89d9b1a0 100644 --- a/arch/arm/src/cxd56xx/cxd56_powermgr.c +++ b/arch/arm/src/cxd56xx/cxd56_powermgr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_powermgr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_powermgr.h b/arch/arm/src/cxd56xx/cxd56_powermgr.h index 52ba26dd66..9c258759af 100644 --- a/arch/arm/src/cxd56xx/cxd56_powermgr.h +++ b/arch/arm/src/cxd56xx/cxd56_powermgr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_powermgr.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/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.c b/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.c index 947bf48d58..4d61a07ea6 100644 --- a/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.c +++ b/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_powermgr_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/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.h b/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.h index 355b2a6bee..cf3694988e 100644 --- a/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.h +++ b/arch/arm/src/cxd56xx/cxd56_powermgr_procfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_powermgr_procfs.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/arch/arm/src/cxd56xx/cxd56_pwm.c b/arch/arm/src/cxd56xx/cxd56_pwm.c index 78fa4af0bc..158a40020e 100644 --- a/arch/arm/src/cxd56xx/cxd56_pwm.c +++ b/arch/arm/src/cxd56xx/cxd56_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_pwm.h b/arch/arm/src/cxd56xx/cxd56_pwm.h index 4aa33af9bd..a542595409 100644 --- a/arch/arm/src/cxd56xx/cxd56_pwm.h +++ b/arch/arm/src/cxd56xx/cxd56_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_pwm.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/arch/arm/src/cxd56xx/cxd56_rtc.c b/arch/arm/src/cxd56xx/cxd56_rtc.c index 4f68af643e..16d140b221 100644 --- a/arch/arm/src/cxd56xx/cxd56_rtc.c +++ b/arch/arm/src/cxd56xx/cxd56_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_rtc.h b/arch/arm/src/cxd56xx/cxd56_rtc.h index 899415a402..33854e40b3 100644 --- a/arch/arm/src/cxd56xx/cxd56_rtc.h +++ b/arch/arm/src/cxd56xx/cxd56_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_rtc.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/arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c b/arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c index 618427d3f3..ee73dfe3b3 100644 --- a/arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c +++ b/arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_scu.c b/arch/arm/src/cxd56xx/cxd56_scu.c index d6d86bb7e8..8bf8acebd8 100644 --- a/arch/arm/src/cxd56xx/cxd56_scu.c +++ b/arch/arm/src/cxd56xx/cxd56_scu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_scu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_scufifo.c b/arch/arm/src/cxd56xx/cxd56_scufifo.c index c41076b683..ce7cd99e1d 100644 --- a/arch/arm/src/cxd56xx/cxd56_scufifo.c +++ b/arch/arm/src/cxd56xx/cxd56_scufifo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_scufifo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_scufifo.h b/arch/arm/src/cxd56xx/cxd56_scufifo.h index 125767220f..c907656044 100644 --- a/arch/arm/src/cxd56xx/cxd56_scufifo.h +++ b/arch/arm/src/cxd56xx/cxd56_scufifo.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_scufifo.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/arch/arm/src/cxd56xx/cxd56_sdhci.c b/arch/arm/src/cxd56xx/cxd56_sdhci.c index 06ce83a559..1371e8658a 100644 --- a/arch/arm/src/cxd56xx/cxd56_sdhci.c +++ b/arch/arm/src/cxd56xx/cxd56_sdhci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sdhci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_sdhci.h b/arch/arm/src/cxd56xx/cxd56_sdhci.h index 8e377e592c..169634a7d3 100644 --- a/arch/arm/src/cxd56xx/cxd56_sdhci.h +++ b/arch/arm/src/cxd56xx/cxd56_sdhci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sdhci.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/arch/arm/src/cxd56xx/cxd56_serial.c b/arch/arm/src/cxd56xx/cxd56_serial.c index eadb023808..8195126933 100644 --- a/arch/arm/src/cxd56xx/cxd56_serial.c +++ b/arch/arm/src/cxd56xx/cxd56_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_serial.h b/arch/arm/src/cxd56xx/cxd56_serial.h index 100e7c8d5f..ba3f90a6c2 100644 --- a/arch/arm/src/cxd56xx/cxd56_serial.h +++ b/arch/arm/src/cxd56xx/cxd56_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_sfc.c b/arch/arm/src/cxd56xx/cxd56_sfc.c index 94602eec59..c5fed7252f 100644 --- a/arch/arm/src/cxd56xx/cxd56_sfc.c +++ b/arch/arm/src/cxd56xx/cxd56_sfc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sfc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_sfc.h b/arch/arm/src/cxd56xx/cxd56_sfc.h index 49e6e783b6..ef52de958d 100644 --- a/arch/arm/src/cxd56xx/cxd56_sfc.h +++ b/arch/arm/src/cxd56xx/cxd56_sfc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sfc.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/arch/arm/src/cxd56xx/cxd56_smpcall.c b/arch/arm/src/cxd56xx/cxd56_smpcall.c index 360e83ad2f..395a43970b 100644 --- a/arch/arm/src/cxd56xx/cxd56_smpcall.c +++ b/arch/arm/src/cxd56xx/cxd56_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_sph.c b/arch/arm/src/cxd56xx/cxd56_sph.c index a1bd1bdfde..8cba6948a6 100644 --- a/arch/arm/src/cxd56xx/cxd56_sph.c +++ b/arch/arm/src/cxd56xx/cxd56_sph.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sph.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_sph.h b/arch/arm/src/cxd56xx/cxd56_sph.h index e99e58a7b6..7411062d25 100644 --- a/arch/arm/src/cxd56xx/cxd56_sph.h +++ b/arch/arm/src/cxd56xx/cxd56_sph.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sph.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/arch/arm/src/cxd56xx/cxd56_spi.c b/arch/arm/src/cxd56xx/cxd56_spi.c index eae4cc3b26..416c0d15a2 100644 --- a/arch/arm/src/cxd56xx/cxd56_spi.c +++ b/arch/arm/src/cxd56xx/cxd56_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_spi.h b/arch/arm/src/cxd56xx/cxd56_spi.h index 07229fea6d..f1d948b465 100644 --- a/arch/arm/src/cxd56xx/cxd56_spi.h +++ b/arch/arm/src/cxd56xx/cxd56_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_start.c b/arch/arm/src/cxd56xx/cxd56_start.c index 078f05d3a0..b93436fa0e 100644 --- a/arch/arm/src/cxd56xx/cxd56_start.c +++ b/arch/arm/src/cxd56xx/cxd56_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_sysctl.c b/arch/arm/src/cxd56xx/cxd56_sysctl.c index 34b5e4a538..dba36d7989 100644 --- a/arch/arm/src/cxd56xx/cxd56_sysctl.c +++ b/arch/arm/src/cxd56xx/cxd56_sysctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sysctl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_sysctl.h b/arch/arm/src/cxd56xx/cxd56_sysctl.h index 512df59cd8..ba7a1d22b6 100644 --- a/arch/arm/src/cxd56xx/cxd56_sysctl.h +++ b/arch/arm/src/cxd56xx/cxd56_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_sysctl.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/arch/arm/src/cxd56xx/cxd56_testset.c b/arch/arm/src/cxd56xx/cxd56_testset.c index 9022ac887d..097c62c400 100644 --- a/arch/arm/src/cxd56xx/cxd56_testset.c +++ b/arch/arm/src/cxd56xx/cxd56_testset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_testset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_textheap.c b/arch/arm/src/cxd56xx/cxd56_textheap.c index 82b94cbefe..76627274ed 100644 --- a/arch/arm/src/cxd56xx/cxd56_textheap.c +++ b/arch/arm/src/cxd56xx/cxd56_textheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_textheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_timer.c b/arch/arm/src/cxd56xx/cxd56_timer.c index 90e9e70b22..7735acba99 100644 --- a/arch/arm/src/cxd56xx/cxd56_timer.c +++ b/arch/arm/src/cxd56xx/cxd56_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_timer.h b/arch/arm/src/cxd56xx/cxd56_timer.h index 357add3dbd..b5e9f42f50 100644 --- a/arch/arm/src/cxd56xx/cxd56_timer.h +++ b/arch/arm/src/cxd56xx/cxd56_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_timerisr.c b/arch/arm/src/cxd56xx/cxd56_timerisr.c index e53f40b864..7ff23a3c43 100644 --- a/arch/arm/src/cxd56xx/cxd56_timerisr.c +++ b/arch/arm/src/cxd56xx/cxd56_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_timerisr.h b/arch/arm/src/cxd56xx/cxd56_timerisr.h index 7d70c5f04b..ab3fbf2e18 100644 --- a/arch/arm/src/cxd56xx/cxd56_timerisr.h +++ b/arch/arm/src/cxd56xx/cxd56_timerisr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_timerisr.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/arch/arm/src/cxd56xx/cxd56_uart.c b/arch/arm/src/cxd56xx/cxd56_uart.c index c6315b04e3..4f669f12e9 100644 --- a/arch/arm/src/cxd56xx/cxd56_uart.c +++ b/arch/arm/src/cxd56xx/cxd56_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_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/arch/arm/src/cxd56xx/cxd56_uart.h b/arch/arm/src/cxd56xx/cxd56_uart.h index 46ea73eb50..5ee037758a 100644 --- a/arch/arm/src/cxd56xx/cxd56_uart.h +++ b/arch/arm/src/cxd56xx/cxd56_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_uart.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/arch/arm/src/cxd56xx/cxd56_uart0.c b/arch/arm/src/cxd56xx/cxd56_uart0.c index d34d620b39..ba56f7593c 100644 --- a/arch/arm/src/cxd56xx/cxd56_uart0.c +++ b/arch/arm/src/cxd56xx/cxd56_uart0.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_uart0.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_udmac.c b/arch/arm/src/cxd56xx/cxd56_udmac.c index 92c19728fe..9a03202da4 100644 --- a/arch/arm/src/cxd56xx/cxd56_udmac.c +++ b/arch/arm/src/cxd56xx/cxd56_udmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_udmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_udmac.h b/arch/arm/src/cxd56xx/cxd56_udmac.h index 4b02d6edd7..7fe882140a 100644 --- a/arch/arm/src/cxd56xx/cxd56_udmac.h +++ b/arch/arm/src/cxd56xx/cxd56_udmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_udmac.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/arch/arm/src/cxd56xx/cxd56_uid.c b/arch/arm/src/cxd56xx/cxd56_uid.c index 0b4f9674b0..3fde8f9e8c 100644 --- a/arch/arm/src/cxd56xx/cxd56_uid.c +++ b/arch/arm/src/cxd56xx/cxd56_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_uid.h b/arch/arm/src/cxd56xx/cxd56_uid.h index fd6a5b2806..a2bc38ea88 100644 --- a/arch/arm/src/cxd56xx/cxd56_uid.h +++ b/arch/arm/src/cxd56xx/cxd56_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_uid.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/arch/arm/src/cxd56xx/cxd56_usbdev.c b/arch/arm/src/cxd56xx/cxd56_usbdev.c index e54c756802..2ec84ba7ce 100644 --- a/arch/arm/src/cxd56xx/cxd56_usbdev.c +++ b/arch/arm/src/cxd56xx/cxd56_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_usbdev.h b/arch/arm/src/cxd56xx/cxd56_usbdev.h index 2ab7e46d84..7b0645f72b 100644 --- a/arch/arm/src/cxd56xx/cxd56_usbdev.h +++ b/arch/arm/src/cxd56xx/cxd56_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_usbdev.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/arch/arm/src/cxd56xx/cxd56_wdt.c b/arch/arm/src/cxd56xx/cxd56_wdt.c index 849bc8ac54..7df8837156 100644 --- a/arch/arm/src/cxd56xx/cxd56_wdt.c +++ b/arch/arm/src/cxd56xx/cxd56_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/cxd56xx/cxd56_wdt.h b/arch/arm/src/cxd56xx/cxd56_wdt.h index 884b9d29e2..5dad9c99b9 100644 --- a/arch/arm/src/cxd56xx/cxd56_wdt.h +++ b/arch/arm/src/cxd56xx/cxd56_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/cxd56_wdt.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/arch/arm/src/cxd56xx/hardware/cxd5602_backupmem.h b/arch/arm/src/cxd56xx/hardware/cxd5602_backupmem.h index 7be84df947..ad4298648b 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd5602_backupmem.h +++ b/arch/arm/src/cxd56xx/hardware/cxd5602_backupmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd5602_backupmem.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/arch/arm/src/cxd56xx/hardware/cxd5602_isop.h b/arch/arm/src/cxd56xx/hardware/cxd5602_isop.h index d25b0ecc73..49221705dd 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd5602_isop.h +++ b/arch/arm/src/cxd56xx/hardware/cxd5602_isop.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd5602_isop.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/arch/arm/src/cxd56xx/hardware/cxd5602_isop_hadc0_highspeed.h b/arch/arm/src/cxd56xx/hardware/cxd5602_isop_hadc0_highspeed.h index 53a006882a..4bd839906a 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd5602_isop_hadc0_highspeed.h +++ b/arch/arm/src/cxd56xx/hardware/cxd5602_isop_hadc0_highspeed.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd5602_isop_hadc0_highspeed.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/arch/arm/src/cxd56xx/hardware/cxd5602_memorymap.h b/arch/arm/src/cxd56xx/hardware/cxd5602_memorymap.h index 15880586cf..a45ce11b88 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd5602_memorymap.h +++ b/arch/arm/src/cxd56xx/hardware/cxd5602_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd5602_memorymap.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/arch/arm/src/cxd56xx/hardware/cxd5602_pinconfig.h b/arch/arm/src/cxd56xx/hardware/cxd5602_pinconfig.h index acdc99f4bf..610a0343cd 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd5602_pinconfig.h +++ b/arch/arm/src/cxd56xx/hardware/cxd5602_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd5602_pinconfig.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/arch/arm/src/cxd56xx/hardware/cxd5602_topreg.h b/arch/arm/src/cxd56xx/hardware/cxd5602_topreg.h index a14a2b7e62..66d8931a9d 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd5602_topreg.h +++ b/arch/arm/src/cxd56xx/hardware/cxd5602_topreg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd5602_topreg.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/arch/arm/src/cxd56xx/hardware/cxd56_adc.h b/arch/arm/src/cxd56xx/hardware/cxd56_adc.h index 7b28a3938d..f1bb1aba63 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_adc.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_adc.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/arch/arm/src/cxd56xx/hardware/cxd56_cisif.h b/arch/arm/src/cxd56xx/hardware/cxd56_cisif.h index acaeb0a9e7..3bc9643982 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_cisif.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_cisif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_cisif.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/arch/arm/src/cxd56xx/hardware/cxd56_cpufifo.h b/arch/arm/src/cxd56xx/hardware/cxd56_cpufifo.h index d5b4a84644..e2f2d46f47 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_cpufifo.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_cpufifo.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_cpufifo.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/arch/arm/src/cxd56xx/hardware/cxd56_crg.h b/arch/arm/src/cxd56xx/hardware/cxd56_crg.h index e161b810e6..7424d13a76 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_crg.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_crg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_crg.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/arch/arm/src/cxd56xx/hardware/cxd56_emmc.h b/arch/arm/src/cxd56xx/hardware/cxd56_emmc.h index a5e2e4969c..453d76ced5 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_emmc.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_emmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_emmc.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/arch/arm/src/cxd56xx/hardware/cxd56_ge2d.h b/arch/arm/src/cxd56xx/hardware/cxd56_ge2d.h index c5e682f734..ff0d9e37a6 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_ge2d.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_ge2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_ge2d.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/arch/arm/src/cxd56xx/hardware/cxd56_i2c.h b/arch/arm/src/cxd56xx/hardware/cxd56_i2c.h index 6f16abfbfb..56505cf730 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_i2c.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_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/arch/arm/src/cxd56xx/hardware/cxd56_rtc.h b/arch/arm/src/cxd56xx/hardware/cxd56_rtc.h index ee8c71cc8e..5af811eda4 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_rtc.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_rtc.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/arch/arm/src/cxd56xx/hardware/cxd56_scu.h b/arch/arm/src/cxd56xx/hardware/cxd56_scu.h index 2a875a12b2..ab706bf8b2 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_scu.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_scu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_scu.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/arch/arm/src/cxd56xx/hardware/cxd56_scufifo.h b/arch/arm/src/cxd56xx/hardware/cxd56_scufifo.h index 071fc454b0..b3bc9bff54 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_scufifo.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_scufifo.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_scufifo.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/arch/arm/src/cxd56xx/hardware/cxd56_scuseq.h b/arch/arm/src/cxd56xx/hardware/cxd56_scuseq.h index 6a1d399878..cb6d64bc5e 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_scuseq.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_scuseq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_scuseq.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/arch/arm/src/cxd56xx/hardware/cxd56_sph.h b/arch/arm/src/cxd56xx/hardware/cxd56_sph.h index 659b6ff087..67b06f5efe 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_sph.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_sph.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_sph.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/arch/arm/src/cxd56xx/hardware/cxd56_spi.h b/arch/arm/src/cxd56xx/hardware/cxd56_spi.h index e9e3e74809..7c84ce4b7c 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_spi.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_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/arch/arm/src/cxd56xx/hardware/cxd56_timer.h b/arch/arm/src/cxd56xx/hardware/cxd56_timer.h index 66224aad7d..069fc25fc9 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_timer.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_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/arch/arm/src/cxd56xx/hardware/cxd56_uart.h b/arch/arm/src/cxd56xx/hardware/cxd56_uart.h index 21341762d5..51267da34d 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_uart.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_uart.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/arch/arm/src/cxd56xx/hardware/cxd56_udmac.h b/arch/arm/src/cxd56xx/hardware/cxd56_udmac.h index 156542cc1c..b8f89c0e66 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_udmac.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_udmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_udmac.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/arch/arm/src/cxd56xx/hardware/cxd56_wdt.h b/arch/arm/src/cxd56xx/hardware/cxd56_wdt.h index ad27c00289..81bb7cdb20 100644 --- a/arch/arm/src/cxd56xx/hardware/cxd56_wdt.h +++ b/arch/arm/src/cxd56xx/hardware/cxd56_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/cxd56xx/hardware/cxd56_wdt.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/arch/arm/src/dm320/Make.defs b/arch/arm/src/dm320/Make.defs index 5507bcbabf..d2db8c324e 100644 --- a/arch/arm/src/dm320/Make.defs +++ b/arch/arm/src/dm320/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/dm320/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/arch/arm/src/dm320/chip.h b/arch/arm/src/dm320/chip.h index 4c2f33a1f7..e45d8535a3 100644 --- a/arch/arm/src/dm320/chip.h +++ b/arch/arm/src/dm320/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/chip.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/arch/arm/src/dm320/dm320_ahb.h b/arch/arm/src/dm320/dm320_ahb.h index 123d8a0e79..7d0979d49c 100644 --- a/arch/arm/src/dm320/dm320_ahb.h +++ b/arch/arm/src/dm320/dm320_ahb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_ahb.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/arch/arm/src/dm320/dm320_allocateheap.c b/arch/arm/src/dm320/dm320_allocateheap.c index c3dbd28205..c335ae2617 100644 --- a/arch/arm/src/dm320/dm320_allocateheap.c +++ b/arch/arm/src/dm320/dm320_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_boot.c b/arch/arm/src/dm320/dm320_boot.c index c64ce1032f..fd4c1e65df 100644 --- a/arch/arm/src/dm320/dm320_boot.c +++ b/arch/arm/src/dm320/dm320_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_busc.h b/arch/arm/src/dm320/dm320_busc.h index 8766240fec..c7183ceed6 100644 --- a/arch/arm/src/dm320/dm320_busc.h +++ b/arch/arm/src/dm320/dm320_busc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_busc.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/arch/arm/src/dm320/dm320_clkc.h b/arch/arm/src/dm320/dm320_clkc.h index 0107315665..b2f3210f4a 100644 --- a/arch/arm/src/dm320/dm320_clkc.h +++ b/arch/arm/src/dm320/dm320_clkc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_clkc.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/arch/arm/src/dm320/dm320_decodeirq.c b/arch/arm/src/dm320/dm320_decodeirq.c index 5c6f6b991a..d7cbc10c48 100644 --- a/arch/arm/src/dm320/dm320_decodeirq.c +++ b/arch/arm/src/dm320/dm320_decodeirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_decodeirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_emif.h b/arch/arm/src/dm320/dm320_emif.h index 833dd9c635..74c04b8352 100644 --- a/arch/arm/src/dm320/dm320_emif.h +++ b/arch/arm/src/dm320/dm320_emif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_emif.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/arch/arm/src/dm320/dm320_framebuffer.c b/arch/arm/src/dm320/dm320_framebuffer.c index 1823476cbb..8c773b8862 100644 --- a/arch/arm/src/dm320/dm320_framebuffer.c +++ b/arch/arm/src/dm320/dm320_framebuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_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/arch/arm/src/dm320/dm320_gio.h b/arch/arm/src/dm320/dm320_gio.h index 5f26d34b9f..44cad9541d 100644 --- a/arch/arm/src/dm320/dm320_gio.h +++ b/arch/arm/src/dm320/dm320_gio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_gio.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/arch/arm/src/dm320/dm320_intc.h b/arch/arm/src/dm320/dm320_intc.h index 8236bac4c1..a00c674c0f 100644 --- a/arch/arm/src/dm320/dm320_intc.h +++ b/arch/arm/src/dm320/dm320_intc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_intc.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/arch/arm/src/dm320/dm320_irq.c b/arch/arm/src/dm320/dm320_irq.c index 97d3e8ffee..f3b7bc16e8 100644 --- a/arch/arm/src/dm320/dm320_irq.c +++ b/arch/arm/src/dm320/dm320_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_lowputc.S b/arch/arm/src/dm320/dm320_lowputc.S index 009eea8996..4ec1242672 100644 --- a/arch/arm/src/dm320/dm320_lowputc.S +++ b/arch/arm/src/dm320/dm320_lowputc.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/arm/src/dm320/dm320_lowputc.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_memorymap.h b/arch/arm/src/dm320/dm320_memorymap.h index 2165116508..58ff9388ce 100644 --- a/arch/arm/src/dm320/dm320_memorymap.h +++ b/arch/arm/src/dm320/dm320_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_memorymap.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/arch/arm/src/dm320/dm320_osd.h b/arch/arm/src/dm320/dm320_osd.h index 3400ab5228..fed38116b9 100644 --- a/arch/arm/src/dm320/dm320_osd.h +++ b/arch/arm/src/dm320/dm320_osd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_osd.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/arch/arm/src/dm320/dm320_restart.S b/arch/arm/src/dm320/dm320_restart.S index a77a089ef5..347ed4266e 100644 --- a/arch/arm/src/dm320/dm320_restart.S +++ b/arch/arm/src/dm320/dm320_restart.S @@ -1,6 +1,8 @@ /******************************************************************** * arch/arm/src/dm320/dm320_restart.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_serial.c b/arch/arm/src/dm320/dm320_serial.c index 8f150dfb30..535a995b28 100644 --- a/arch/arm/src/dm320/dm320_serial.c +++ b/arch/arm/src/dm320/dm320_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_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/arch/arm/src/dm320/dm320_timer.h b/arch/arm/src/dm320/dm320_timer.h index 5e16388f4d..5601c526fd 100644 --- a/arch/arm/src/dm320/dm320_timer.h +++ b/arch/arm/src/dm320/dm320_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_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/arch/arm/src/dm320/dm320_timerisr.c b/arch/arm/src/dm320/dm320_timerisr.c index 0197b7d08d..5ea67233f1 100644 --- a/arch/arm/src/dm320/dm320_timerisr.c +++ b/arch/arm/src/dm320/dm320_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/dm320/dm320_uart.h b/arch/arm/src/dm320/dm320_uart.h index dd6f849d66..d8c4f562b7 100644 --- a/arch/arm/src/dm320/dm320_uart.h +++ b/arch/arm/src/dm320/dm320_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_uart.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/arch/arm/src/dm320/dm320_usb.h b/arch/arm/src/dm320/dm320_usb.h index 04fc4ee545..a1eeee884f 100644 --- a/arch/arm/src/dm320/dm320_usb.h +++ b/arch/arm/src/dm320/dm320_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_usb.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/arch/arm/src/dm320/dm320_usbdev.c b/arch/arm/src/dm320/dm320_usbdev.c index 94bf36db9f..93f47cc8c8 100644 --- a/arch/arm/src/dm320/dm320_usbdev.c +++ b/arch/arm/src/dm320/dm320_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/dm320/dm320_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/Make.defs b/arch/arm/src/efm32/Make.defs index 3998938f1b..0b718e51df 100644 --- a/arch/arm/src/efm32/Make.defs +++ b/arch/arm/src/efm32/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/efm32/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/arch/arm/src/efm32/chip.h b/arch/arm/src/efm32/chip.h index d75338913e..d699d9bae9 100644 --- a/arch/arm/src/efm32/chip.h +++ b/arch/arm/src/efm32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/chip.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/arch/arm/src/efm32/efm32_adc.c b/arch/arm/src/efm32/efm32_adc.c index f76edac745..c2bfe359ce 100644 --- a/arch/arm/src/efm32/efm32_adc.c +++ b/arch/arm/src/efm32/efm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_adc.h b/arch/arm/src/efm32/efm32_adc.h index 88b9d7062f..cee93514e6 100644 --- a/arch/arm/src/efm32/efm32_adc.h +++ b/arch/arm/src/efm32/efm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_adc.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/arch/arm/src/efm32/efm32_bitband.c b/arch/arm/src/efm32/efm32_bitband.c index ed43bfae96..3f9802fb4e 100644 --- a/arch/arm/src/efm32/efm32_bitband.c +++ b/arch/arm/src/efm32/efm32_bitband.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_bitband.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_bitband.h b/arch/arm/src/efm32/efm32_bitband.h index 2059fb2f6f..59366b2c9f 100644 --- a/arch/arm/src/efm32/efm32_bitband.h +++ b/arch/arm/src/efm32/efm32_bitband.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_bitband.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/arch/arm/src/efm32/efm32_clockconfig.c b/arch/arm/src/efm32/efm32_clockconfig.c index 22d841605f..843df3d48c 100644 --- a/arch/arm/src/efm32/efm32_clockconfig.c +++ b/arch/arm/src/efm32/efm32_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_clockconfig.h b/arch/arm/src/efm32/efm32_clockconfig.h index b0ec63d0a9..d3b1309ad1 100644 --- a/arch/arm/src/efm32/efm32_clockconfig.h +++ b/arch/arm/src/efm32/efm32_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_clockconfig.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/arch/arm/src/efm32/efm32_config.h b/arch/arm/src/efm32/efm32_config.h index c2331e9bd4..67b79c6223 100644 --- a/arch/arm/src/efm32/efm32_config.h +++ b/arch/arm/src/efm32/efm32_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_config.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/arch/arm/src/efm32/efm32_dma.c b/arch/arm/src/efm32/efm32_dma.c index 7aff5049fb..1379bfefce 100644 --- a/arch/arm/src/efm32/efm32_dma.c +++ b/arch/arm/src/efm32/efm32_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_dma.h b/arch/arm/src/efm32/efm32_dma.h index a3966645d2..d6fc3038e0 100644 --- a/arch/arm/src/efm32/efm32_dma.h +++ b/arch/arm/src/efm32/efm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_dma.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/arch/arm/src/efm32/efm32_gpio.c b/arch/arm/src/efm32/efm32_gpio.c index 8b47d2bc32..15ed2da887 100644 --- a/arch/arm/src/efm32/efm32_gpio.c +++ b/arch/arm/src/efm32/efm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_gpio.h b/arch/arm/src/efm32/efm32_gpio.h index 282ee99ff9..0902ea965c 100644 --- a/arch/arm/src/efm32/efm32_gpio.h +++ b/arch/arm/src/efm32/efm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_gpio.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/arch/arm/src/efm32/efm32_gpioirq.c b/arch/arm/src/efm32/efm32_gpioirq.c index 6f22fbec7a..e9020a7012 100644 --- a/arch/arm/src/efm32/efm32_gpioirq.c +++ b/arch/arm/src/efm32/efm32_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_i2c.c b/arch/arm/src/efm32/efm32_i2c.c index 4f5b93810f..7c206a1d4b 100644 --- a/arch/arm/src/efm32/efm32_i2c.c +++ b/arch/arm/src/efm32/efm32_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_i2c.h b/arch/arm/src/efm32/efm32_i2c.h index 93fd82587a..3672bb4eac 100644 --- a/arch/arm/src/efm32/efm32_i2c.h +++ b/arch/arm/src/efm32/efm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_idle.c b/arch/arm/src/efm32/efm32_idle.c index 1a31a93f62..8f9f515b34 100644 --- a/arch/arm/src/efm32/efm32_idle.c +++ b/arch/arm/src/efm32/efm32_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_irq.c b/arch/arm/src/efm32/efm32_irq.c index b24d3408ad..500aea99f8 100644 --- a/arch/arm/src/efm32/efm32_irq.c +++ b/arch/arm/src/efm32/efm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_leserial.c b/arch/arm/src/efm32/efm32_leserial.c index fe80a0410a..9e70547ba7 100644 --- a/arch/arm/src/efm32/efm32_leserial.c +++ b/arch/arm/src/efm32/efm32_leserial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_leserial.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_lowputc.c b/arch/arm/src/efm32/efm32_lowputc.c index 114e8c72a6..3cb1ee6942 100644 --- a/arch/arm/src/efm32/efm32_lowputc.c +++ b/arch/arm/src/efm32/efm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_lowputc.h b/arch/arm/src/efm32/efm32_lowputc.h index 6f0cbc3ef5..94d0ba2758 100644 --- a/arch/arm/src/efm32/efm32_lowputc.h +++ b/arch/arm/src/efm32/efm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_lowputc.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/arch/arm/src/efm32/efm32_pm.h b/arch/arm/src/efm32/efm32_pm.h index c3dd20f4b7..121d6088be 100644 --- a/arch/arm/src/efm32/efm32_pm.h +++ b/arch/arm/src/efm32/efm32_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_pwm.c b/arch/arm/src/efm32/efm32_pwm.c index 01505fe722..9d9ec7ccd3 100644 --- a/arch/arm/src/efm32/efm32_pwm.c +++ b/arch/arm/src/efm32/efm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_pwm.h b/arch/arm/src/efm32/efm32_pwm.h index 7b92375359..6e7a7e9cf0 100644 --- a/arch/arm/src/efm32/efm32_pwm.h +++ b/arch/arm/src/efm32/efm32_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_pwm.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/arch/arm/src/efm32/efm32_rmu.c b/arch/arm/src/efm32/efm32_rmu.c index e8ffd8aba0..d06a91b098 100644 --- a/arch/arm/src/efm32/efm32_rmu.c +++ b/arch/arm/src/efm32/efm32_rmu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_rmu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_rmu.h b/arch/arm/src/efm32/efm32_rmu.h index c6883b2b41..3189a69a05 100644 --- a/arch/arm/src/efm32/efm32_rmu.h +++ b/arch/arm/src/efm32/efm32_rmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_rmu.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/arch/arm/src/efm32/efm32_rtc.h b/arch/arm/src/efm32/efm32_rtc.h index 8cf39b2bd2..5ad2dd198d 100644 --- a/arch/arm/src/efm32/efm32_rtc.h +++ b/arch/arm/src/efm32/efm32_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_rtc.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/arch/arm/src/efm32/efm32_rtc_burtc.c b/arch/arm/src/efm32/efm32_rtc_burtc.c index 614b4c6bca..e1dc0a7165 100644 --- a/arch/arm/src/efm32/efm32_rtc_burtc.c +++ b/arch/arm/src/efm32/efm32_rtc_burtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_rtc_burtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_serial.c b/arch/arm/src/efm32/efm32_serial.c index 522add0825..a2bfcbbe5f 100644 --- a/arch/arm/src/efm32/efm32_serial.c +++ b/arch/arm/src/efm32/efm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_spi.c b/arch/arm/src/efm32/efm32_spi.c index cae525c87e..dac6a23f34 100644 --- a/arch/arm/src/efm32/efm32_spi.c +++ b/arch/arm/src/efm32/efm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_spi.h b/arch/arm/src/efm32/efm32_spi.h index a688924836..27850876e4 100644 --- a/arch/arm/src/efm32/efm32_spi.h +++ b/arch/arm/src/efm32/efm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_start.c b/arch/arm/src/efm32/efm32_start.c index d18974256d..b5ab81819b 100644 --- a/arch/arm/src/efm32/efm32_start.c +++ b/arch/arm/src/efm32/efm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_start.h b/arch/arm/src/efm32/efm32_start.h index 2eedb5667f..3d620ae961 100644 --- a/arch/arm/src/efm32/efm32_start.h +++ b/arch/arm/src/efm32/efm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_start.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/arch/arm/src/efm32/efm32_timer.c b/arch/arm/src/efm32/efm32_timer.c index 9526a029b7..5d41634eeb 100644 --- a/arch/arm/src/efm32/efm32_timer.c +++ b/arch/arm/src/efm32/efm32_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_timer.h b/arch/arm/src/efm32/efm32_timer.h index 610eaa6a40..0ad332a1ac 100644 --- a/arch/arm/src/efm32/efm32_timer.h +++ b/arch/arm/src/efm32/efm32_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_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/arch/arm/src/efm32/efm32_timerisr.c b/arch/arm/src/efm32/efm32_timerisr.c index 903b4c55e8..6aaf5b5edb 100644 --- a/arch/arm/src/efm32/efm32_timerisr.c +++ b/arch/arm/src/efm32/efm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_usb.h b/arch/arm/src/efm32/efm32_usb.h index 8a7dda78a8..86a0eb80fe 100644 --- a/arch/arm/src/efm32/efm32_usb.h +++ b/arch/arm/src/efm32/efm32_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_usb.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/arch/arm/src/efm32/efm32_usbdev.c b/arch/arm/src/efm32/efm32_usbdev.c index baa0478596..e4fd0157a0 100644 --- a/arch/arm/src/efm32/efm32_usbdev.c +++ b/arch/arm/src/efm32/efm32_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/efm32/efm32_usbhost.c b/arch/arm/src/efm32/efm32_usbhost.c index 2060ded33d..671798257f 100644 --- a/arch/arm/src/efm32/efm32_usbhost.c +++ b/arch/arm/src/efm32/efm32_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/eoss3/Make.defs b/arch/arm/src/eoss3/Make.defs index f210879f64..e041e39b49 100644 --- a/arch/arm/src/eoss3/Make.defs +++ b/arch/arm/src/eoss3/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/eoss3/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/arch/arm/src/eoss3/chip.h b/arch/arm/src/eoss3/chip.h index 6e5cbc61e0..7c351d0726 100644 --- a/arch/arm/src/eoss3/chip.h +++ b/arch/arm/src/eoss3/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/chip.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/arch/arm/src/eoss3/eoss3.h b/arch/arm/src/eoss3/eoss3.h index d141ac7d2d..708b0d9f84 100644 --- a/arch/arm/src/eoss3/eoss3.h +++ b/arch/arm/src/eoss3/eoss3.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3.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/arch/arm/src/eoss3/eoss3_clockconfig.c b/arch/arm/src/eoss3/eoss3_clockconfig.c index 1aa7ec4c19..110d6e5306 100644 --- a/arch/arm/src/eoss3/eoss3_clockconfig.c +++ b/arch/arm/src/eoss3/eoss3_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/eoss3/eoss3_clockconfig.h b/arch/arm/src/eoss3/eoss3_clockconfig.h index acce3e6a96..62bb4074e2 100644 --- a/arch/arm/src/eoss3/eoss3_clockconfig.h +++ b/arch/arm/src/eoss3/eoss3_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_clockconfig.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/arch/arm/src/eoss3/eoss3_gpio.c b/arch/arm/src/eoss3/eoss3_gpio.c index ae6661dedf..5db95cf575 100644 --- a/arch/arm/src/eoss3/eoss3_gpio.c +++ b/arch/arm/src/eoss3/eoss3_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_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/arch/arm/src/eoss3/eoss3_gpio.h b/arch/arm/src/eoss3/eoss3_gpio.h index d822cde9ff..b129950d66 100644 --- a/arch/arm/src/eoss3/eoss3_gpio.h +++ b/arch/arm/src/eoss3/eoss3_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_gpio.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/arch/arm/src/eoss3/eoss3_idle.c b/arch/arm/src/eoss3/eoss3_idle.c index 96e9f9841c..34deb0b22b 100644 --- a/arch/arm/src/eoss3/eoss3_idle.c +++ b/arch/arm/src/eoss3/eoss3_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_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/arch/arm/src/eoss3/eoss3_irq.c b/arch/arm/src/eoss3/eoss3_irq.c index a23ac273f8..d057f0ed07 100644 --- a/arch/arm/src/eoss3/eoss3_irq.c +++ b/arch/arm/src/eoss3/eoss3_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/eoss3/eoss3_lowputc.c b/arch/arm/src/eoss3/eoss3_lowputc.c index 931c3a63c1..381f84d533 100644 --- a/arch/arm/src/eoss3/eoss3_lowputc.c +++ b/arch/arm/src/eoss3/eoss3_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/eoss3/eoss3_lowputc.h b/arch/arm/src/eoss3/eoss3_lowputc.h index 4cba397b0d..d9d4bc31d5 100644 --- a/arch/arm/src/eoss3/eoss3_lowputc.h +++ b/arch/arm/src/eoss3/eoss3_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_lowputc.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/arch/arm/src/eoss3/eoss3_serial.c b/arch/arm/src/eoss3/eoss3_serial.c index 20a277b096..3f00281042 100644 --- a/arch/arm/src/eoss3/eoss3_serial.c +++ b/arch/arm/src/eoss3/eoss3_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_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/arch/arm/src/eoss3/eoss3_start.c b/arch/arm/src/eoss3/eoss3_start.c index 560a3fe116..3beec8be5c 100644 --- a/arch/arm/src/eoss3/eoss3_start.c +++ b/arch/arm/src/eoss3/eoss3_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/eoss3/eoss3_start.h b/arch/arm/src/eoss3/eoss3_start.h index 5f47750a49..ff6e1cc100 100644 --- a/arch/arm/src/eoss3/eoss3_start.h +++ b/arch/arm/src/eoss3/eoss3_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_start.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/arch/arm/src/eoss3/eoss3_timerisr.c b/arch/arm/src/eoss3/eoss3_timerisr.c index c74dcd395b..fc1de0b886 100644 --- a/arch/arm/src/eoss3/eoss3_timerisr.c +++ b/arch/arm/src/eoss3/eoss3_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/eoss3_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/eoss3/hardware/eoss3_clock.h b/arch/arm/src/eoss3/hardware/eoss3_clock.h index 8c40ee65e7..b3d9e0006e 100644 --- a/arch/arm/src/eoss3/hardware/eoss3_clock.h +++ b/arch/arm/src/eoss3/hardware/eoss3_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/hardware/eoss3_clock.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/arch/arm/src/eoss3/hardware/eoss3_intr.h b/arch/arm/src/eoss3/hardware/eoss3_intr.h index 2b987ccc6a..f52e549fec 100644 --- a/arch/arm/src/eoss3/hardware/eoss3_intr.h +++ b/arch/arm/src/eoss3/hardware/eoss3_intr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/hardware/eoss3_intr.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/arch/arm/src/eoss3/hardware/eoss3_iomux.h b/arch/arm/src/eoss3/hardware/eoss3_iomux.h index e958a86a97..ab26c56ab1 100644 --- a/arch/arm/src/eoss3/hardware/eoss3_iomux.h +++ b/arch/arm/src/eoss3/hardware/eoss3_iomux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/hardware/eoss3_iomux.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/arch/arm/src/eoss3/hardware/eoss3_memorymap.h b/arch/arm/src/eoss3/hardware/eoss3_memorymap.h index ae022be200..ebb600d1fd 100644 --- a/arch/arm/src/eoss3/hardware/eoss3_memorymap.h +++ b/arch/arm/src/eoss3/hardware/eoss3_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/hardware/eoss3_memorymap.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/arch/arm/src/eoss3/hardware/eoss3_uart.h b/arch/arm/src/eoss3/hardware/eoss3_uart.h index 635d76811b..b62dde5e13 100644 --- a/arch/arm/src/eoss3/hardware/eoss3_uart.h +++ b/arch/arm/src/eoss3/hardware/eoss3_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/eoss3/hardware/eoss3_uart.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/arch/arm/src/fvp-v8r-aarch32/CMakeLists.txt b/arch/arm/src/fvp-v8r-aarch32/CMakeLists.txt index 51834e9109..9e2f785afd 100644 --- a/arch/arm/src/fvp-v8r-aarch32/CMakeLists.txt +++ b/arch/arm/src/fvp-v8r-aarch32/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/fvp-v8r-aarch32/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/arch/arm/src/fvp-v8r-aarch32/Make.defs b/arch/arm/src/fvp-v8r-aarch32/Make.defs index 00030a2a88..38abc6b58f 100644 --- a/arch/arm/src/fvp-v8r-aarch32/Make.defs +++ b/arch/arm/src/fvp-v8r-aarch32/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/fvp-v8r-aarch32/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/arch/arm/src/fvp-v8r-aarch32/chip.h b/arch/arm/src/fvp-v8r-aarch32/chip.h index fe51d4e664..80630c2df8 100644 --- a/arch/arm/src/fvp-v8r-aarch32/chip.h +++ b/arch/arm/src/fvp-v8r-aarch32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/fvp-v8r-aarch32/chip.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/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c b/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c index 02530513dc..a383f39c39 100644 --- a/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c +++ b/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/fvp-v8r-aarch32/fvp_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/fvp-v8r-aarch32/fvp_boot.h b/arch/arm/src/fvp-v8r-aarch32/fvp_boot.h index 0cbdcc04c0..e76f725265 100644 --- a/arch/arm/src/fvp-v8r-aarch32/fvp_boot.h +++ b/arch/arm/src/fvp-v8r-aarch32/fvp_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/fvp-v8r-aarch32/fvp_boot.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/arch/arm/src/fvp-v8r-aarch32/fvp_serial.c b/arch/arm/src/fvp-v8r-aarch32/fvp_serial.c index 12ed7f4d99..14594e5bf7 100644 --- a/arch/arm/src/fvp-v8r-aarch32/fvp_serial.c +++ b/arch/arm/src/fvp-v8r-aarch32/fvp_serial.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/fvp-v8r-aarch32/fvp_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/arch/arm/src/gd32f4/Make.defs b/arch/arm/src/gd32f4/Make.defs index 4d1e90e5b7..989cee6c94 100644 --- a/arch/arm/src/gd32f4/Make.defs +++ b/arch/arm/src/gd32f4/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/gd32f4/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/arch/arm/src/gd32f4/chip.h b/arch/arm/src/gd32f4/chip.h index 16990b4e7b..d95c02d3d2 100644 --- a/arch/arm/src/gd32f4/chip.h +++ b/arch/arm/src/gd32f4/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/chip.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/arch/arm/src/gd32f4/gd32f4xx.h b/arch/arm/src/gd32f4/gd32f4xx.h index ea75f24a58..fb743e82d5 100644 --- a/arch/arm/src/gd32f4/gd32f4xx.h +++ b/arch/arm/src/gd32f4/gd32f4xx.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx.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/arch/arm/src/gd32f4/gd32f4xx_allocateheap.c b/arch/arm/src/gd32f4/gd32f4xx_allocateheap.c index e9aee1e9c6..73be848ad8 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_allocateheap.c +++ b/arch/arm/src/gd32f4/gd32f4xx_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_dma.c b/arch/arm/src/gd32f4/gd32f4xx_dma.c index 9c51d0dcd4..5282a9d1b7 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_dma.c +++ b/arch/arm/src/gd32f4/gd32f4xx_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_dma.h b/arch/arm/src/gd32f4/gd32f4xx_dma.h index d1a03135aa..bb60bc16fc 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_dma.h +++ b/arch/arm/src/gd32f4/gd32f4xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_dma.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/arch/arm/src/gd32f4/gd32f4xx_enet.c b/arch/arm/src/gd32f4/gd32f4xx_enet.c index f52082841f..ba926a05e6 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_enet.c +++ b/arch/arm/src/gd32f4/gd32f4xx_enet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_enet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_enet.h b/arch/arm/src/gd32f4/gd32f4xx_enet.h index a3e66ef9cc..b67453ab52 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_enet.h +++ b/arch/arm/src/gd32f4/gd32f4xx_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_enet.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/arch/arm/src/gd32f4/gd32f4xx_exti.c b/arch/arm/src/gd32f4/gd32f4xx_exti.c index 715ff25cb8..3fa097d3d7 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_exti.c +++ b/arch/arm/src/gd32f4/gd32f4xx_exti.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_exti.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_exti.h b/arch/arm/src/gd32f4/gd32f4xx_exti.h index 4ffaeae300..668490d77d 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_exti.h +++ b/arch/arm/src/gd32f4/gd32f4xx_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_exti.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/arch/arm/src/gd32f4/gd32f4xx_fmc.c b/arch/arm/src/gd32f4/gd32f4xx_fmc.c index a38d0be58b..f4abf09868 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_fmc.c +++ b/arch/arm/src/gd32f4/gd32f4xx_fmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_fmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_fmc.h b/arch/arm/src/gd32f4/gd32f4xx_fmc.h index 5e05ae90d9..85ee764a47 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_fmc.h +++ b/arch/arm/src/gd32f4/gd32f4xx_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_fmc.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/arch/arm/src/gd32f4/gd32f4xx_gpio.c b/arch/arm/src/gd32f4/gd32f4xx_gpio.c index 57362f368a..25dacdb35f 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_gpio.c +++ b/arch/arm/src/gd32f4/gd32f4xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_gpio.h b/arch/arm/src/gd32f4/gd32f4xx_gpio.h index b819b77d6a..803ed1b029 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_gpio.h +++ b/arch/arm/src/gd32f4/gd32f4xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_gpio.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/arch/arm/src/gd32f4/gd32f4xx_i2c.c b/arch/arm/src/gd32f4/gd32f4xx_i2c.c index 123a2d63f3..9c4353f935 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_i2c.c +++ b/arch/arm/src/gd32f4/gd32f4xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_i2c.h b/arch/arm/src/gd32f4/gd32f4xx_i2c.h index 6baaee591a..4f516726a3 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_i2c.h +++ b/arch/arm/src/gd32f4/gd32f4xx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_idle.c b/arch/arm/src/gd32f4/gd32f4xx_idle.c index 2ca4fbcb06..af093304f3 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_idle.c +++ b/arch/arm/src/gd32f4/gd32f4xx_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_irq.c b/arch/arm/src/gd32f4/gd32f4xx_irq.c index 0e3dc2570a..9d9b521fd0 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_irq.c +++ b/arch/arm/src/gd32f4/gd32f4xx_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_lowputc.c b/arch/arm/src/gd32f4/gd32f4xx_lowputc.c index fde3db1e30..6c8978f6c4 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_lowputc.c +++ b/arch/arm/src/gd32f4/gd32f4xx_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_lowputc.h b/arch/arm/src/gd32f4/gd32f4xx_lowputc.h index fbb312019b..938de397d7 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_lowputc.h +++ b/arch/arm/src/gd32f4/gd32f4xx_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_lowputc.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/arch/arm/src/gd32f4/gd32f4xx_pmu.c b/arch/arm/src/gd32f4/gd32f4xx_pmu.c index fc52c95feb..7ad730c003 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_pmu.c +++ b/arch/arm/src/gd32f4/gd32f4xx_pmu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_pmu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_pmu.h b/arch/arm/src/gd32f4/gd32f4xx_pmu.h index 00f3d1209e..38670b9194 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_pmu.h +++ b/arch/arm/src/gd32f4/gd32f4xx_pmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_pmu.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/arch/arm/src/gd32f4/gd32f4xx_progmem.c b/arch/arm/src/gd32f4/gd32f4xx_progmem.c index 07f2c8de88..3f8b35c5db 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_progmem.c +++ b/arch/arm/src/gd32f4/gd32f4xx_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_progmem.h b/arch/arm/src/gd32f4/gd32f4xx_progmem.h index 4a41347efa..5615ee1c97 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_progmem.h +++ b/arch/arm/src/gd32f4/gd32f4xx_progmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_progmem.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/arch/arm/src/gd32f4/gd32f4xx_rcu.c b/arch/arm/src/gd32f4/gd32f4xx_rcu.c index 9bebdfc3ff..1b26c9a766 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_rcu.c +++ b/arch/arm/src/gd32f4/gd32f4xx_rcu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_rcu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_rcu.h b/arch/arm/src/gd32f4/gd32f4xx_rcu.h index dab961f76f..c6278389f7 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_rcu.h +++ b/arch/arm/src/gd32f4/gd32f4xx_rcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_rcu.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/arch/arm/src/gd32f4/gd32f4xx_sdio.c b/arch/arm/src/gd32f4/gd32f4xx_sdio.c index c8837ca292..60c63f505c 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_sdio.c +++ b/arch/arm/src/gd32f4/gd32f4xx_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_sdio.h b/arch/arm/src/gd32f4/gd32f4xx_sdio.h index 5fec612159..e197589b08 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_sdio.h +++ b/arch/arm/src/gd32f4/gd32f4xx_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_serial.c b/arch/arm/src/gd32f4/gd32f4xx_serial.c index 9d131c0b10..49176c6b52 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_serial.c +++ b/arch/arm/src/gd32f4/gd32f4xx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_spi.c b/arch/arm/src/gd32f4/gd32f4xx_spi.c index 8d6049b38f..e887d29c7f 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_spi.c +++ b/arch/arm/src/gd32f4/gd32f4xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_spi.h b/arch/arm/src/gd32f4/gd32f4xx_spi.h index 9ec71f38fa..43f3acaa95 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_spi.h +++ b/arch/arm/src/gd32f4/gd32f4xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_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/arch/arm/src/gd32f4/gd32f4xx_start.c b/arch/arm/src/gd32f4/gd32f4xx_start.c index 70a09d4924..61a545d1a3 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_start.c +++ b/arch/arm/src/gd32f4/gd32f4xx_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_start.h b/arch/arm/src/gd32f4/gd32f4xx_start.h index 3dbd0d1dc6..e20390ad97 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_start.h +++ b/arch/arm/src/gd32f4/gd32f4xx_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_start.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/arch/arm/src/gd32f4/gd32f4xx_syscfg.c b/arch/arm/src/gd32f4/gd32f4xx_syscfg.c index 145a4ff1ad..33b45430e9 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_syscfg.c +++ b/arch/arm/src/gd32f4/gd32f4xx_syscfg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_syscfg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_syscfg.h b/arch/arm/src/gd32f4/gd32f4xx_syscfg.h index c8d36b98b8..442e0af760 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_syscfg.h +++ b/arch/arm/src/gd32f4/gd32f4xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_syscfg.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/arch/arm/src/gd32f4/gd32f4xx_timerisr.c b/arch/arm/src/gd32f4/gd32f4xx_timerisr.c index bb5c9695eb..f79fadef74 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_timerisr.c +++ b/arch/arm/src/gd32f4/gd32f4xx_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/gd32f4/gd32f4xx_usart.h b/arch/arm/src/gd32f4/gd32f4xx_usart.h index eb29c5a1ad..710a9cf732 100644 --- a/arch/arm/src/gd32f4/gd32f4xx_usart.h +++ b/arch/arm/src/gd32f4/gd32f4xx_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/gd32f4xx_usart.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/arch/arm/src/gd32f4/hardware/gd32f450_memorymap.h b/arch/arm/src/gd32f4/hardware/gd32f450_memorymap.h index a6e00ca3c0..5a263a29c9 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f450_memorymap.h +++ b/arch/arm/src/gd32f4/hardware/gd32f450_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f450_memorymap.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/arch/arm/src/gd32f4/hardware/gd32f450_pinmap.h b/arch/arm/src/gd32f4/hardware/gd32f450_pinmap.h index 5f276d9bdb..53bfbeafeb 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f450_pinmap.h +++ b/arch/arm/src/gd32f4/hardware/gd32f450_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f450_pinmap.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/arch/arm/src/gd32f4/hardware/gd32f4xx_dma.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_dma.h index 52dd458c0a..25d446e88d 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_dma.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_dma.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/arch/arm/src/gd32f4/hardware/gd32f4xx_enet.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_enet.h index 1107daf4ef..52ebc1e187 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_enet.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_enet.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/arch/arm/src/gd32f4/hardware/gd32f4xx_exti.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_exti.h index e188657a9d..c9dbfa5f73 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_exti.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_exti.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/arch/arm/src/gd32f4/hardware/gd32f4xx_fmc.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_fmc.h index cf3ba1b0fc..6782a01766 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_fmc.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_fmc.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/arch/arm/src/gd32f4/hardware/gd32f4xx_gpio.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_gpio.h index ef7ca4d53d..03f246de75 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_gpio.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_gpio.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/arch/arm/src/gd32f4/hardware/gd32f4xx_i2c.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_i2c.h index 69cb649443..a24b159c92 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_i2c.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_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/arch/arm/src/gd32f4/hardware/gd32f4xx_memorymap.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_memorymap.h index 9031805168..b57c2cbff6 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_memorymap.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_memorymap.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/arch/arm/src/gd32f4/hardware/gd32f4xx_pinmap.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_pinmap.h index d11112f798..cc6a923823 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_pinmap.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_pinmap.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/arch/arm/src/gd32f4/hardware/gd32f4xx_pmu.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_pmu.h index e66dcf388e..7461bc01e9 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_pmu.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_pmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_pmu.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/arch/arm/src/gd32f4/hardware/gd32f4xx_rcu.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_rcu.h index 1851c69da2..cafe64438b 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_rcu.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_rcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_rcu.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/arch/arm/src/gd32f4/hardware/gd32f4xx_sdio.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_sdio.h index b239c1930b..0e5dacee4e 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_sdio.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_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/arch/arm/src/gd32f4/hardware/gd32f4xx_spi.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_spi.h index d86301b4da..d85ab0c0d2 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_spi.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_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/arch/arm/src/gd32f4/hardware/gd32f4xx_syscfg.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_syscfg.h index 3c208107c7..22e6d1ba68 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_syscfg.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_syscfg.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/arch/arm/src/gd32f4/hardware/gd32f4xx_uart.h b/arch/arm/src/gd32f4/hardware/gd32f4xx_uart.h index a377f247b1..22b353fdbf 100644 --- a/arch/arm/src/gd32f4/hardware/gd32f4xx_uart.h +++ b/arch/arm/src/gd32f4/hardware/gd32f4xx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/gd32f4/hardware/gd32f4xx_uart.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/arch/arm/src/goldfish/CMakeLists.txt b/arch/arm/src/goldfish/CMakeLists.txt index 229763209b..0997a4d18c 100644 --- a/arch/arm/src/goldfish/CMakeLists.txt +++ b/arch/arm/src/goldfish/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/goldfish/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/arch/arm/src/goldfish/Make.defs b/arch/arm/src/goldfish/Make.defs index e3d93e34f7..80807042ea 100644 --- a/arch/arm/src/goldfish/Make.defs +++ b/arch/arm/src/goldfish/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/goldfish/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/arch/arm/src/goldfish/chip.h b/arch/arm/src/goldfish/chip.h index a4aa864778..2a50d0e0b0 100644 --- a/arch/arm/src/goldfish/chip.h +++ b/arch/arm/src/goldfish/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/chip.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/arch/arm/src/goldfish/goldfish_boot.c b/arch/arm/src/goldfish/goldfish_boot.c index 0380727d86..ff2d2c4735 100644 --- a/arch/arm/src/goldfish/goldfish_boot.c +++ b/arch/arm/src/goldfish/goldfish_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/goldfish/goldfish_cpuboot.c b/arch/arm/src/goldfish/goldfish_cpuboot.c index 160731937c..90327f901c 100644 --- a/arch/arm/src/goldfish/goldfish_cpuboot.c +++ b/arch/arm/src/goldfish/goldfish_cpuboot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_cpuboot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/goldfish/goldfish_irq.c b/arch/arm/src/goldfish/goldfish_irq.c index 43b71830c7..f8b50a299b 100644 --- a/arch/arm/src/goldfish/goldfish_irq.c +++ b/arch/arm/src/goldfish/goldfish_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/goldfish/goldfish_irq.h b/arch/arm/src/goldfish/goldfish_irq.h index fddad4dfc6..d775224ec6 100644 --- a/arch/arm/src/goldfish/goldfish_irq.h +++ b/arch/arm/src/goldfish/goldfish_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_irq.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/arch/arm/src/goldfish/goldfish_memorymap.c b/arch/arm/src/goldfish/goldfish_memorymap.c index d281c93eed..d4ebfef378 100644 --- a/arch/arm/src/goldfish/goldfish_memorymap.c +++ b/arch/arm/src/goldfish/goldfish_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/goldfish/goldfish_memorymap.h b/arch/arm/src/goldfish/goldfish_memorymap.h index 0c323de064..3e3241b9ce 100644 --- a/arch/arm/src/goldfish/goldfish_memorymap.h +++ b/arch/arm/src/goldfish/goldfish_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_memorymap.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/arch/arm/src/goldfish/goldfish_pgalloc.c b/arch/arm/src/goldfish/goldfish_pgalloc.c index 5a83c8ce6c..b99442b3fb 100644 --- a/arch/arm/src/goldfish/goldfish_pgalloc.c +++ b/arch/arm/src/goldfish/goldfish_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/goldfish_pgalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/goldfish/goldfish_serial.c b/arch/arm/src/goldfish/goldfish_serial.c index 00488f099f..d71accc280 100644 --- a/arch/arm/src/goldfish/goldfish_serial.c +++ b/arch/arm/src/goldfish/goldfish_serial.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/goldfish/goldfish_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/arch/arm/src/goldfish/goldfish_timer.c b/arch/arm/src/goldfish/goldfish_timer.c index 314ac91cbe..b248cfb288 100644 --- a/arch/arm/src/goldfish/goldfish_timer.c +++ b/arch/arm/src/goldfish/goldfish_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/goldfish/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/arch/arm/src/imx1/Make.defs b/arch/arm/src/imx1/Make.defs index 7ba3a87868..cf88037ff1 100644 --- a/arch/arm/src/imx1/Make.defs +++ b/arch/arm/src/imx1/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/imx1/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/arch/arm/src/imx1/chip.h b/arch/arm/src/imx1/chip.h index ea322ada16..8260447142 100644 --- a/arch/arm/src/imx1/chip.h +++ b/arch/arm/src/imx1/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/chip.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/arch/arm/src/imx1/imx_aitc.h b/arch/arm/src/imx1/imx_aitc.h index ae1f6a8c9e..acf508e025 100644 --- a/arch/arm/src/imx1/imx_aitc.h +++ b/arch/arm/src/imx1/imx_aitc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_aitc.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/arch/arm/src/imx1/imx_allocateheap.c b/arch/arm/src/imx1/imx_allocateheap.c index a482f13f7e..2a363a932b 100644 --- a/arch/arm/src/imx1/imx_allocateheap.c +++ b/arch/arm/src/imx1/imx_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx1/imx_boot.c b/arch/arm/src/imx1/imx_boot.c index c6683e1511..4e0e7620ee 100644 --- a/arch/arm/src/imx1/imx_boot.c +++ b/arch/arm/src/imx1/imx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx1/imx_cspi.h b/arch/arm/src/imx1/imx_cspi.h index dfa358f607..ef6b191a4e 100644 --- a/arch/arm/src/imx1/imx_cspi.h +++ b/arch/arm/src/imx1/imx_cspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_cspi.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/arch/arm/src/imx1/imx_decodeirq.c b/arch/arm/src/imx1/imx_decodeirq.c index eea8bc2996..c750804114 100644 --- a/arch/arm/src/imx1/imx_decodeirq.c +++ b/arch/arm/src/imx1/imx_decodeirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_decodeirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx1/imx_dma.h b/arch/arm/src/imx1/imx_dma.h index 22c7be308b..12d5c141db 100644 --- a/arch/arm/src/imx1/imx_dma.h +++ b/arch/arm/src/imx1/imx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_dma.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/arch/arm/src/imx1/imx_eim.h b/arch/arm/src/imx1/imx_eim.h index 57b495622a..f65e42961a 100644 --- a/arch/arm/src/imx1/imx_eim.h +++ b/arch/arm/src/imx1/imx_eim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_eim.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/arch/arm/src/imx1/imx_gpio.c b/arch/arm/src/imx1/imx_gpio.c index b6c2bcdf67..155ac7fd29 100644 --- a/arch/arm/src/imx1/imx_gpio.c +++ b/arch/arm/src/imx1/imx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_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/arch/arm/src/imx1/imx_gpio.h b/arch/arm/src/imx1/imx_gpio.h index 3fc40f0ca8..e3e2645d8a 100644 --- a/arch/arm/src/imx1/imx_gpio.h +++ b/arch/arm/src/imx1/imx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_gpio.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/arch/arm/src/imx1/imx_i2c.h b/arch/arm/src/imx1/imx_i2c.h index bbf64e563c..e875b846cf 100644 --- a/arch/arm/src/imx1/imx_i2c.h +++ b/arch/arm/src/imx1/imx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_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/arch/arm/src/imx1/imx_irq.c b/arch/arm/src/imx1/imx_irq.c index acc7ee460c..0b4439b91c 100644 --- a/arch/arm/src/imx1/imx_irq.c +++ b/arch/arm/src/imx1/imx_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx1/imx_lowputc.S b/arch/arm/src/imx1/imx_lowputc.S index 03bb1365f6..a32a7b6282 100644 --- a/arch/arm/src/imx1/imx_lowputc.S +++ b/arch/arm/src/imx1/imx_lowputc.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/arm/src/imx1/imx_lowputc.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx1/imx_memorymap.h b/arch/arm/src/imx1/imx_memorymap.h index 059b8eb14a..c25abf7ec1 100644 --- a/arch/arm/src/imx1/imx_memorymap.h +++ b/arch/arm/src/imx1/imx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_memorymap.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/arch/arm/src/imx1/imx_rtc.h b/arch/arm/src/imx1/imx_rtc.h index df8daae14e..acc1e8e36d 100644 --- a/arch/arm/src/imx1/imx_rtc.h +++ b/arch/arm/src/imx1/imx_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_rtc.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/arch/arm/src/imx1/imx_serial.c b/arch/arm/src/imx1/imx_serial.c index e87f87660a..bea801dd87 100644 --- a/arch/arm/src/imx1/imx_serial.c +++ b/arch/arm/src/imx1/imx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_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/arch/arm/src/imx1/imx_spi.c b/arch/arm/src/imx1/imx_spi.c index 043e41d898..e620e6e586 100644 --- a/arch/arm/src/imx1/imx_spi.c +++ b/arch/arm/src/imx1/imx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_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/arch/arm/src/imx1/imx_system.h b/arch/arm/src/imx1/imx_system.h index bf3218aa2a..a135c54b4c 100644 --- a/arch/arm/src/imx1/imx_system.h +++ b/arch/arm/src/imx1/imx_system.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_system.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/arch/arm/src/imx1/imx_timer.h b/arch/arm/src/imx1/imx_timer.h index abffe05921..53a03253b3 100644 --- a/arch/arm/src/imx1/imx_timer.h +++ b/arch/arm/src/imx1/imx_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_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/arch/arm/src/imx1/imx_timerisr.c b/arch/arm/src/imx1/imx_timerisr.c index 49a5966a60..918ee5f73f 100644 --- a/arch/arm/src/imx1/imx_timerisr.c +++ b/arch/arm/src/imx1/imx_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx1/imx_uart.h b/arch/arm/src/imx1/imx_uart.h index bfcf0795f1..b827dec3d5 100644 --- a/arch/arm/src/imx1/imx_uart.h +++ b/arch/arm/src/imx1/imx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_uart.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/arch/arm/src/imx1/imx_usbd.h b/arch/arm/src/imx1/imx_usbd.h index e63d6e7444..1a1457f0fe 100644 --- a/arch/arm/src/imx1/imx_usbd.h +++ b/arch/arm/src/imx1/imx_usbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_usbd.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/arch/arm/src/imx1/imx_wdog.h b/arch/arm/src/imx1/imx_wdog.h index 19e4089a1d..46104d3782 100644 --- a/arch/arm/src/imx1/imx_wdog.h +++ b/arch/arm/src/imx1/imx_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx1/imx_wdog.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/arch/arm/src/imx6/CMakeLists.txt b/arch/arm/src/imx6/CMakeLists.txt index d1730f478d..3633354c18 100644 --- a/arch/arm/src/imx6/CMakeLists.txt +++ b/arch/arm/src/imx6/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/imx6/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/arch/arm/src/imx6/Make.defs b/arch/arm/src/imx6/Make.defs index 57e510f945..a53d483879 100644 --- a/arch/arm/src/imx6/Make.defs +++ b/arch/arm/src/imx6/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/imx6/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/arch/arm/src/imx6/chip.h b/arch/arm/src/imx6/chip.h index 4c4ae15e53..76ff64a06d 100644 --- a/arch/arm/src/imx6/chip.h +++ b/arch/arm/src/imx6/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/chip.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/arch/arm/src/imx6/hardware/imx_ccm.h b/arch/arm/src/imx6/hardware/imx_ccm.h index a3630c5113..5fcf2b5a5d 100644 --- a/arch/arm/src/imx6/hardware/imx_ccm.h +++ b/arch/arm/src/imx6/hardware/imx_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_ccm.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/arch/arm/src/imx6/hardware/imx_ecspi.h b/arch/arm/src/imx6/hardware/imx_ecspi.h index c764f1d1fa..f10de5bcac 100644 --- a/arch/arm/src/imx6/hardware/imx_ecspi.h +++ b/arch/arm/src/imx6/hardware/imx_ecspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_ecspi.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/arch/arm/src/imx6/hardware/imx_enet.h b/arch/arm/src/imx6/hardware/imx_enet.h index 23fc0aa771..0f2112daca 100644 --- a/arch/arm/src/imx6/hardware/imx_enet.h +++ b/arch/arm/src/imx6/hardware/imx_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_enet.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/arch/arm/src/imx6/hardware/imx_gpio.h b/arch/arm/src/imx6/hardware/imx_gpio.h index 6521094be9..debda6e247 100644 --- a/arch/arm/src/imx6/hardware/imx_gpio.h +++ b/arch/arm/src/imx6/hardware/imx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_gpio.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/arch/arm/src/imx6/hardware/imx_gpt.h b/arch/arm/src/imx6/hardware/imx_gpt.h index 63c9672f05..5fe365b9bc 100644 --- a/arch/arm/src/imx6/hardware/imx_gpt.h +++ b/arch/arm/src/imx6/hardware/imx_gpt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_gpt.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/arch/arm/src/imx6/hardware/imx_iomuxc.h b/arch/arm/src/imx6/hardware/imx_iomuxc.h index f9023e4ee8..945a0bac2e 100644 --- a/arch/arm/src/imx6/hardware/imx_iomuxc.h +++ b/arch/arm/src/imx6/hardware/imx_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_iomuxc.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/arch/arm/src/imx6/hardware/imx_memorymap.h b/arch/arm/src/imx6/hardware/imx_memorymap.h index e4bba00fbf..4cab7170b6 100644 --- a/arch/arm/src/imx6/hardware/imx_memorymap.h +++ b/arch/arm/src/imx6/hardware/imx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_memorymap.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/arch/arm/src/imx6/hardware/imx_pinmux.h b/arch/arm/src/imx6/hardware/imx_pinmux.h index b825f6f919..41b90f9d6e 100644 --- a/arch/arm/src/imx6/hardware/imx_pinmux.h +++ b/arch/arm/src/imx6/hardware/imx_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_pinmux.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/arch/arm/src/imx6/hardware/imx_src.h b/arch/arm/src/imx6/hardware/imx_src.h index f3073e6cc0..c8a61072af 100644 --- a/arch/arm/src/imx6/hardware/imx_src.h +++ b/arch/arm/src/imx6/hardware/imx_src.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_src.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/arch/arm/src/imx6/hardware/imx_uart.h b/arch/arm/src/imx6/hardware/imx_uart.h index 078b700808..446fcb9d39 100644 --- a/arch/arm/src/imx6/hardware/imx_uart.h +++ b/arch/arm/src/imx6/hardware/imx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/hardware/imx_uart.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/arch/arm/src/imx6/imx_boot.c b/arch/arm/src/imx6/imx_boot.c index cb27a2ac49..d82fd96078 100644 --- a/arch/arm/src/imx6/imx_boot.c +++ b/arch/arm/src/imx6/imx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_boot.h b/arch/arm/src/imx6/imx_boot.h index 98a8d096a1..0e5b4b9b15 100644 --- a/arch/arm/src/imx6/imx_boot.h +++ b/arch/arm/src/imx6/imx_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_boot.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/arch/arm/src/imx6/imx_clockconfig.c b/arch/arm/src/imx6/imx_clockconfig.c index 0ebbd807dd..fa829344f7 100644 --- a/arch/arm/src/imx6/imx_clockconfig.c +++ b/arch/arm/src/imx6/imx_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_clockconfig.h b/arch/arm/src/imx6/imx_clockconfig.h index 72c4fab4bd..6d67daf58e 100644 --- a/arch/arm/src/imx6/imx_clockconfig.h +++ b/arch/arm/src/imx6/imx_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_clockconfig.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/arch/arm/src/imx6/imx_config.h b/arch/arm/src/imx6/imx_config.h index ad7dad1c65..8561475994 100644 --- a/arch/arm/src/imx6/imx_config.h +++ b/arch/arm/src/imx6/imx_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_config.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/arch/arm/src/imx6/imx_cpuboot.c b/arch/arm/src/imx6/imx_cpuboot.c index 4e21a51af8..d619e0f788 100644 --- a/arch/arm/src/imx6/imx_cpuboot.c +++ b/arch/arm/src/imx6/imx_cpuboot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_cpuboot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_ecspi.c b/arch/arm/src/imx6/imx_ecspi.c index 49455a8c2e..c714f894ce 100644 --- a/arch/arm/src/imx6/imx_ecspi.c +++ b/arch/arm/src/imx6/imx_ecspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_ecspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_ecspi.h b/arch/arm/src/imx6/imx_ecspi.h index 2df5037386..6550fd6a41 100644 --- a/arch/arm/src/imx6/imx_ecspi.h +++ b/arch/arm/src/imx6/imx_ecspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_ecspi.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/arch/arm/src/imx6/imx_enet.c b/arch/arm/src/imx6/imx_enet.c index d895c0e3d5..258d4dc8cc 100644 --- a/arch/arm/src/imx6/imx_enet.c +++ b/arch/arm/src/imx6/imx_enet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_enet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_enet.h b/arch/arm/src/imx6/imx_enet.h index 90a9b9f02e..d9da26fe98 100644 --- a/arch/arm/src/imx6/imx_enet.h +++ b/arch/arm/src/imx6/imx_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_enet.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/arch/arm/src/imx6/imx_gpio.c b/arch/arm/src/imx6/imx_gpio.c index 6a77d6b0af..a37879e823 100644 --- a/arch/arm/src/imx6/imx_gpio.c +++ b/arch/arm/src/imx6/imx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_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/arch/arm/src/imx6/imx_gpio.h b/arch/arm/src/imx6/imx_gpio.h index be74b0983f..4e8fb0442b 100644 --- a/arch/arm/src/imx6/imx_gpio.h +++ b/arch/arm/src/imx6/imx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_gpio.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/arch/arm/src/imx6/imx_idle.c b/arch/arm/src/imx6/imx_idle.c index f3f3794639..c537cfb865 100644 --- a/arch/arm/src/imx6/imx_idle.c +++ b/arch/arm/src/imx6/imx_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_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/arch/arm/src/imx6/imx_iomuxc.c b/arch/arm/src/imx6/imx_iomuxc.c index fba3cda23f..04b598ad92 100644 --- a/arch/arm/src/imx6/imx_iomuxc.c +++ b/arch/arm/src/imx6/imx_iomuxc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_iomuxc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_iomuxc.h b/arch/arm/src/imx6/imx_iomuxc.h index ba29ef5994..2dd569e5a1 100644 --- a/arch/arm/src/imx6/imx_iomuxc.h +++ b/arch/arm/src/imx6/imx_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_iomuxc.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/arch/arm/src/imx6/imx_irq.c b/arch/arm/src/imx6/imx_irq.c index 97e65671e0..4c43ea1cab 100644 --- a/arch/arm/src/imx6/imx_irq.c +++ b/arch/arm/src/imx6/imx_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_lowputc.c b/arch/arm/src/imx6/imx_lowputc.c index 1fbfe96fb1..3dc4b63f8e 100644 --- a/arch/arm/src/imx6/imx_lowputc.c +++ b/arch/arm/src/imx6/imx_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_lowputc.h b/arch/arm/src/imx6/imx_lowputc.h index 4783403862..986375e7d9 100644 --- a/arch/arm/src/imx6/imx_lowputc.h +++ b/arch/arm/src/imx6/imx_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_lowputc.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/arch/arm/src/imx6/imx_memorymap.c b/arch/arm/src/imx6/imx_memorymap.c index e98f292f0f..52811cadda 100644 --- a/arch/arm/src/imx6/imx_memorymap.c +++ b/arch/arm/src/imx6/imx_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_memorymap.h b/arch/arm/src/imx6/imx_memorymap.h index ea0f658040..3e9ec07a51 100644 --- a/arch/arm/src/imx6/imx_memorymap.h +++ b/arch/arm/src/imx6/imx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_memorymap.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/arch/arm/src/imx6/imx_pgalloc.c b/arch/arm/src/imx6/imx_pgalloc.c index bc4a171180..a79437517b 100644 --- a/arch/arm/src/imx6/imx_pgalloc.c +++ b/arch/arm/src/imx6/imx_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_pgalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imx6/imx_serial.c b/arch/arm/src/imx6/imx_serial.c index 903b802bfa..99c7c384ea 100644 --- a/arch/arm/src/imx6/imx_serial.c +++ b/arch/arm/src/imx6/imx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_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/arch/arm/src/imx6/imx_serial.h b/arch/arm/src/imx6/imx_serial.h index 0d412a6fdc..65ac11270d 100644 --- a/arch/arm/src/imx6/imx_serial.h +++ b/arch/arm/src/imx6/imx_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_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/arch/arm/src/imx6/imx_timerisr.c b/arch/arm/src/imx6/imx_timerisr.c index 3081ef9d85..f6d4fe20c3 100644 --- a/arch/arm/src/imx6/imx_timerisr.c +++ b/arch/arm/src/imx6/imx_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imx6/imx_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/Make.defs b/arch/arm/src/imxrt/Make.defs index bdd7d6df53..7c26dc8179 100644 --- a/arch/arm/src/imxrt/Make.defs +++ b/arch/arm/src/imxrt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/imxrt/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/arch/arm/src/imxrt/chip.h b/arch/arm/src/imxrt/chip.h index 720c7ef5d3..c31b4427e2 100644 --- a/arch/arm/src/imxrt/chip.h +++ b/arch/arm/src/imxrt/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/chip.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/arch/arm/src/imxrt/hardware/imxrt_adc.h b/arch/arm/src/imxrt/hardware/imxrt_adc.h index 4858b46a2f..a35fd4c2f6 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_adc.h +++ b/arch/arm/src/imxrt/hardware/imxrt_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_adc.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/arch/arm/src/imxrt/hardware/imxrt_adc_etc.h b/arch/arm/src/imxrt/hardware/imxrt_adc_etc.h index 64b220296d..2bc532bfdb 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_adc_etc.h +++ b/arch/arm/src/imxrt/hardware/imxrt_adc_etc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_adc_etc.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/arch/arm/src/imxrt/hardware/imxrt_adc_ver1.h b/arch/arm/src/imxrt/hardware/imxrt_adc_ver1.h index d7c64c1c9f..b54df17e00 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_adc_ver1.h +++ b/arch/arm/src/imxrt/hardware/imxrt_adc_ver1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_adc_ver1.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/arch/arm/src/imxrt/hardware/imxrt_adc_ver2.h b/arch/arm/src/imxrt/hardware/imxrt_adc_ver2.h index b4b0cdc5af..63e1f1369d 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_adc_ver2.h +++ b/arch/arm/src/imxrt/hardware/imxrt_adc_ver2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_adc_ver2.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/arch/arm/src/imxrt/hardware/imxrt_ccm.h b/arch/arm/src/imxrt/hardware/imxrt_ccm.h index 0ecb0077b8..e09544f02a 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_ccm.h +++ b/arch/arm/src/imxrt/hardware/imxrt_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_ccm.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/arch/arm/src/imxrt/hardware/imxrt_daisy.h b/arch/arm/src/imxrt/hardware/imxrt_daisy.h index 174e05370a..0c42d870b2 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_daisy.h +++ b/arch/arm/src/imxrt/hardware/imxrt_daisy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_daisy.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/arch/arm/src/imxrt/hardware/imxrt_dcdc.h b/arch/arm/src/imxrt/hardware/imxrt_dcdc.h index ff293321e1..2569b4f05f 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_dcdc.h +++ b/arch/arm/src/imxrt/hardware/imxrt_dcdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_dcdc.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/arch/arm/src/imxrt/hardware/imxrt_dmamux.h b/arch/arm/src/imxrt/hardware/imxrt_dmamux.h index 176921ebe5..70742bcd23 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_dmamux.h +++ b/arch/arm/src/imxrt/hardware/imxrt_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_dmamux.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/arch/arm/src/imxrt/hardware/imxrt_edma.h b/arch/arm/src/imxrt/hardware/imxrt_edma.h index 712a47b5cd..d9b6efb4a4 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_edma.h +++ b/arch/arm/src/imxrt/hardware/imxrt_edma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_edma.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/arch/arm/src/imxrt/hardware/imxrt_enc.h b/arch/arm/src/imxrt/hardware/imxrt_enc.h index 7302991655..2f90764cf8 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_enc.h +++ b/arch/arm/src/imxrt/hardware/imxrt_enc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_enc.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/arch/arm/src/imxrt/hardware/imxrt_enet.h b/arch/arm/src/imxrt/hardware/imxrt_enet.h index 486a30f144..ed16700718 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_enet.h +++ b/arch/arm/src/imxrt/hardware/imxrt_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_enet.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/arch/arm/src/imxrt/hardware/imxrt_flexcan.h b/arch/arm/src/imxrt/hardware/imxrt_flexcan.h index 439d1d4121..30ebd9f071 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_flexcan.h +++ b/arch/arm/src/imxrt/hardware/imxrt_flexcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_flexcan.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/arch/arm/src/imxrt/hardware/imxrt_flexio.h b/arch/arm/src/imxrt/hardware/imxrt_flexio.h index 30e4892fc3..eec91affbf 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_flexio.h +++ b/arch/arm/src/imxrt/hardware/imxrt_flexio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_flexio.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/arch/arm/src/imxrt/hardware/imxrt_flexpwm.h b/arch/arm/src/imxrt/hardware/imxrt_flexpwm.h index 9e6b39fe50..93fce0d22f 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_flexpwm.h +++ b/arch/arm/src/imxrt/hardware/imxrt_flexpwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_flexpwm.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/arch/arm/src/imxrt/hardware/imxrt_flexspi.h b/arch/arm/src/imxrt/hardware/imxrt_flexspi.h index 9e43712d68..d791f15794 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_flexspi.h +++ b/arch/arm/src/imxrt/hardware/imxrt_flexspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_flexspi.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/arch/arm/src/imxrt/hardware/imxrt_gpio.h b/arch/arm/src/imxrt/hardware/imxrt_gpio.h index bea32a9d1b..41b439f19f 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_gpio.h +++ b/arch/arm/src/imxrt/hardware/imxrt_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_gpio.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/arch/arm/src/imxrt/hardware/imxrt_gpt.h b/arch/arm/src/imxrt/hardware/imxrt_gpt.h index 314d12e8f9..08295f704e 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_gpt.h +++ b/arch/arm/src/imxrt/hardware/imxrt_gpt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_gpt.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/arch/arm/src/imxrt/hardware/imxrt_iomuxc.h b/arch/arm/src/imxrt/hardware/imxrt_iomuxc.h index 3bd7aacbd1..8d307b47e0 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_iomuxc.h +++ b/arch/arm/src/imxrt/hardware/imxrt_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_iomuxc.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/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver1.h b/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver1.h index 4d6339b7a6..3397cd76d4 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver1.h +++ b/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver1.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/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver2.h b/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver2.h index efaf5cf922..f25f75a593 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver2.h +++ b/arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_iomuxc_ver2.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/arch/arm/src/imxrt/hardware/imxrt_lcd.h b/arch/arm/src/imxrt/hardware/imxrt_lcd.h index 97e060ee25..1da42a5e14 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_lcd.h +++ b/arch/arm/src/imxrt/hardware/imxrt_lcd.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_lcd.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Copyright (C) 2016-2018 NXP. All rights reserved. - * Author: Johannes Schock (Port) + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2018 NXP. All rights reserved. + * SPDX-FileContributor: Johannes Schock (Port) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/imxrt/hardware/imxrt_lpi2c.h b/arch/arm/src/imxrt/hardware/imxrt_lpi2c.h index 4e84163486..a64cd9f2f3 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_lpi2c.h +++ b/arch/arm/src/imxrt/hardware/imxrt_lpi2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_lpi2c.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/arch/arm/src/imxrt/hardware/imxrt_lpspi.h b/arch/arm/src/imxrt/hardware/imxrt_lpspi.h index 2aefffe3a4..6585316a99 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_lpspi.h +++ b/arch/arm/src/imxrt/hardware/imxrt_lpspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_lpspi.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/arch/arm/src/imxrt/hardware/imxrt_lpuart.h b/arch/arm/src/imxrt/hardware/imxrt_lpuart.h index e93b82bbb2..9a4c4b8445 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_lpuart.h +++ b/arch/arm/src/imxrt/hardware/imxrt_lpuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_lpuart.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/arch/arm/src/imxrt/hardware/imxrt_memorymap.h b/arch/arm/src/imxrt/hardware/imxrt_memorymap.h index 0808bd3a94..0aaa60c2d2 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_memorymap.h +++ b/arch/arm/src/imxrt/hardware/imxrt_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_memorymap.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/arch/arm/src/imxrt/hardware/imxrt_ocotp.h b/arch/arm/src/imxrt/hardware/imxrt_ocotp.h index de9665302c..6a310a7b48 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_ocotp.h +++ b/arch/arm/src/imxrt/hardware/imxrt_ocotp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_ocotp.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/arch/arm/src/imxrt/hardware/imxrt_pinmux.h b/arch/arm/src/imxrt/hardware/imxrt_pinmux.h index 0a7402673c..2518ea4f4f 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_pinmux.h +++ b/arch/arm/src/imxrt/hardware/imxrt_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_pinmux.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/arch/arm/src/imxrt/hardware/imxrt_pit.h b/arch/arm/src/imxrt/hardware/imxrt_pit.h index 85c7c764b8..909ddcfae6 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_pit.h +++ b/arch/arm/src/imxrt/hardware/imxrt_pit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_pit.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/arch/arm/src/imxrt/hardware/imxrt_snvs.h b/arch/arm/src/imxrt/hardware/imxrt_snvs.h index 29105ebcc1..fb2e24ee94 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_snvs.h +++ b/arch/arm/src/imxrt/hardware/imxrt_snvs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_snvs.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/arch/arm/src/imxrt/hardware/imxrt_src.h b/arch/arm/src/imxrt/hardware/imxrt_src.h index 45ade301d2..0ef5cfc000 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_src.h +++ b/arch/arm/src/imxrt/hardware/imxrt_src.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_src.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/arch/arm/src/imxrt/hardware/imxrt_tmr.h b/arch/arm/src/imxrt/hardware/imxrt_tmr.h index cb868f0c25..5d1de0b464 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_tmr.h +++ b/arch/arm/src/imxrt/hardware/imxrt_tmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_tmr.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/arch/arm/src/imxrt/hardware/imxrt_usb_analog.h b/arch/arm/src/imxrt/hardware/imxrt_usb_analog.h index 388c0a0deb..4189d8fdac 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_usb_analog.h +++ b/arch/arm/src/imxrt/hardware/imxrt_usb_analog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_usb_analog.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/arch/arm/src/imxrt/hardware/imxrt_usbotg.h b/arch/arm/src/imxrt/hardware/imxrt_usbotg.h index 5921081a2e..d65e94363c 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_usbotg.h +++ b/arch/arm/src/imxrt/hardware/imxrt_usbotg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_usbotg.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/arch/arm/src/imxrt/hardware/imxrt_usbphy.h b/arch/arm/src/imxrt/hardware/imxrt_usbphy.h index 5ddf50202b..d2f1cb61d0 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_usbphy.h +++ b/arch/arm/src/imxrt/hardware/imxrt_usbphy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_usbphy.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/arch/arm/src/imxrt/hardware/imxrt_usdhc.h b/arch/arm/src/imxrt/hardware/imxrt_usdhc.h index e1f370e726..7b663fb603 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_usdhc.h +++ b/arch/arm/src/imxrt/hardware/imxrt_usdhc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_usdhc.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/arch/arm/src/imxrt/hardware/imxrt_wdog.h b/arch/arm/src/imxrt/hardware/imxrt_wdog.h index aecb27bc5e..34b6cd420b 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_wdog.h +++ b/arch/arm/src/imxrt/hardware/imxrt_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_wdog.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/arch/arm/src/imxrt/hardware/imxrt_xbar.h b/arch/arm/src/imxrt/hardware/imxrt_xbar.h index 4bf20673b4..675f519196 100644 --- a/arch/arm/src/imxrt/hardware/imxrt_xbar.h +++ b/arch/arm/src/imxrt/hardware/imxrt_xbar.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/imxrt_xbar.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_ccm.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_ccm.h index b2630e0236..2bf349244d 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_ccm.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_ccm.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_dmamux.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_dmamux.h index 546d98c67d..42fcc97595 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_dmamux.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_dmamux.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_gpio.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_gpio.h index 4f27652212..2c2c74aab7 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_gpio.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_gpio.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_iomuxc.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_iomuxc.h index 6084c0f346..dd0e40dd2b 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_iomuxc.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_iomuxc.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_memorymap.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_memorymap.h index 56e65c1ff5..8c5c5a53a5 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_memorymap.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_memorymap.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_pinmux.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_pinmux.h index 3a6432447d..a8525c688f 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_pinmux.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_pinmux.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/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_xbar.h b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_xbar.h index a9bf0ff878..05d5b4fcf5 100644 --- a/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_xbar.h +++ b/arch/arm/src/imxrt/hardware/rt102x/imxrt102x_xbar.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt102x/imxrt102x_xbar.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_ccm.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_ccm.h index 183a761678..0c2cb7aa05 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_ccm.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_ccm.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_dmamux.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_dmamux.h index 23c4e12b0b..f8a07e2a1a 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_dmamux.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_dmamux.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_gpio.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_gpio.h index 46a80e65b3..302743bd52 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_gpio.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_gpio.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_iomuxc.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_iomuxc.h index 62af426c79..3e0424523e 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_iomuxc.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_iomuxc.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_memorymap.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_memorymap.h index 8696434cd7..911facf9f0 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_memorymap.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_memorymap.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_pinmux.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_pinmux.h index 54de9b99d4..9337c3ad01 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_pinmux.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_pinmux.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/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_xbar.h b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_xbar.h index e1245b7692..d5457e9208 100644 --- a/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_xbar.h +++ b/arch/arm/src/imxrt/hardware/rt105x/imxrt105x_xbar.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt105x/imxrt105x_xbar.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_ccm.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_ccm.h index 402ccd62c0..530f83c2ef 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_ccm.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_ccm.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_dmamux.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_dmamux.h index 8f35c84e93..c1432a9548 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_dmamux.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_dmamux.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_gpio.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_gpio.h index f32b0593a7..720f3880f4 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_gpio.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_gpio.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_iomuxc.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_iomuxc.h index a982eb0752..4c9630bf6e 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_iomuxc.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_iomuxc.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_memorymap.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_memorymap.h index 0fdd5beeb2..b52923b4b4 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_memorymap.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_memorymap.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_pinmux.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_pinmux.h index adcfe27e1f..f51fa6c8cb 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_pinmux.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_pinmux.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/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_xbar.h b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_xbar.h index 2b3837bfa6..edde9fe3b9 100644 --- a/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_xbar.h +++ b/arch/arm/src/imxrt/hardware/rt106x/imxrt106x_xbar.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt106x/imxrt106x_xbar.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_anadig.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_anadig.h index c24b61911c..de95df21dc 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_anadig.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_anadig.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_anadig.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ccm.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ccm.h index d3cdb8f5e8..13853d6ae7 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ccm.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ccm.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dcdc.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dcdc.h index 048810a306..92e0f00610 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dcdc.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dcdc.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dcdc.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dmamux.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dmamux.h index d801a3fd90..03cc3ed9db 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dmamux.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_dmamux.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpc.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpc.h index f561866bb1..a7bdf617e1 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpc.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpc.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpc.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpio.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpio.h index fb81223872..b3c58dc5ac 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpio.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_gpio.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_iomuxc.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_iomuxc.h index 67e494818c..799d030a57 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_iomuxc.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_iomuxc.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_memorymap.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_memorymap.h index c5b3a53787..5e65484ad3 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_memorymap.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_memorymap.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ocotp.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ocotp.h index 63e14e4958..fdb9419b61 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ocotp.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ocotp.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_ocotp.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_osc.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_osc.h index 66a5233242..24f1810615 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_osc.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_osc.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_osc.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pinmux.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pinmux.h index e0ac9cb929..b39e3a5df4 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pinmux.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pinmux.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pll.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pll.h index 0278b67585..2a889fd0d1 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pll.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pll.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pll.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pmu.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pmu.h index b722a03ff4..51563f75f1 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pmu.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pmu.h @@ -1,6 +1,8 @@ /********************************************************************************* * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_pmu.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_snvs.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_snvs.h index 3627a5b892..0aa39a4f23 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_snvs.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_snvs.h @@ -1,6 +1,8 @@ /***************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_snvs.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/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_xbar.h b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_xbar.h index 6da875d8c9..251eed23de 100644 --- a/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_xbar.h +++ b/arch/arm/src/imxrt/hardware/rt117x/imxrt117x_xbar.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/hardware/rt117x/imxrt117x_xbar.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/arch/arm/src/imxrt/imxrt102x_daisy.c b/arch/arm/src/imxrt/imxrt102x_daisy.c index bad0169ab4..5a9f891a8a 100644 --- a/arch/arm/src/imxrt/imxrt102x_daisy.c +++ b/arch/arm/src/imxrt/imxrt102x_daisy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt102x_daisy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt102x_gpio.c b/arch/arm/src/imxrt/imxrt102x_gpio.c index d0d5ae825b..a1c6d06a0c 100644 --- a/arch/arm/src/imxrt/imxrt102x_gpio.c +++ b/arch/arm/src/imxrt/imxrt102x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt102x_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/arch/arm/src/imxrt/imxrt105x_daisy.c b/arch/arm/src/imxrt/imxrt105x_daisy.c index a120d815b7..4745b3f1f2 100644 --- a/arch/arm/src/imxrt/imxrt105x_daisy.c +++ b/arch/arm/src/imxrt/imxrt105x_daisy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt105x_daisy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt105x_gpio.c b/arch/arm/src/imxrt/imxrt105x_gpio.c index f9e600fde7..519a96b6d6 100644 --- a/arch/arm/src/imxrt/imxrt105x_gpio.c +++ b/arch/arm/src/imxrt/imxrt105x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt105x_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/arch/arm/src/imxrt/imxrt106x_daisy.c b/arch/arm/src/imxrt/imxrt106x_daisy.c index a1ff01a271..b44c9f9ec3 100644 --- a/arch/arm/src/imxrt/imxrt106x_daisy.c +++ b/arch/arm/src/imxrt/imxrt106x_daisy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt106x_daisy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt106x_flash.c b/arch/arm/src/imxrt/imxrt106x_flash.c index ef9b5ed615..7d3a9f9324 100644 --- a/arch/arm/src/imxrt/imxrt106x_flash.c +++ b/arch/arm/src/imxrt/imxrt106x_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt106x_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/arch/arm/src/imxrt/imxrt106x_gpio.c b/arch/arm/src/imxrt/imxrt106x_gpio.c index c66ce8437d..7eb45ccc72 100644 --- a/arch/arm/src/imxrt/imxrt106x_gpio.c +++ b/arch/arm/src/imxrt/imxrt106x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt106x_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/arch/arm/src/imxrt/imxrt117x_daisy.c b/arch/arm/src/imxrt/imxrt117x_daisy.c index 659c2d11f6..0bce3184c8 100644 --- a/arch/arm/src/imxrt/imxrt117x_daisy.c +++ b/arch/arm/src/imxrt/imxrt117x_daisy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt117x_daisy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt117x_gpio.c b/arch/arm/src/imxrt/imxrt117x_gpio.c index 2dfac8da8e..406a9f18a2 100644 --- a/arch/arm/src/imxrt/imxrt117x_gpio.c +++ b/arch/arm/src/imxrt/imxrt117x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt117x_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/arch/arm/src/imxrt/imxrt117x_mpuinit.c b/arch/arm/src/imxrt/imxrt117x_mpuinit.c index 529705798f..b06c226a51 100644 --- a/arch/arm/src/imxrt/imxrt117x_mpuinit.c +++ b/arch/arm/src/imxrt/imxrt117x_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt117x_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_adc.h b/arch/arm/src/imxrt/imxrt_adc.h index 43eb258115..a87b0491a6 100644 --- a/arch/arm/src/imxrt/imxrt_adc.h +++ b/arch/arm/src/imxrt/imxrt_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_adc.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/arch/arm/src/imxrt/imxrt_adc_ver1.c b/arch/arm/src/imxrt/imxrt_adc_ver1.c index d3a935235a..9f4b16868c 100644 --- a/arch/arm/src/imxrt/imxrt_adc_ver1.c +++ b/arch/arm/src/imxrt/imxrt_adc_ver1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_adc_ver1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_adc_ver2.c b/arch/arm/src/imxrt/imxrt_adc_ver2.c index 0edb1c5071..e2c649ee9d 100644 --- a/arch/arm/src/imxrt/imxrt_adc_ver2.c +++ b/arch/arm/src/imxrt/imxrt_adc_ver2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_adc_ver2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_allocateheap.c b/arch/arm/src/imxrt/imxrt_allocateheap.c index a7d5e8704d..307bf4fba6 100644 --- a/arch/arm/src/imxrt/imxrt_allocateheap.c +++ b/arch/arm/src/imxrt/imxrt_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_clockconfig.h b/arch/arm/src/imxrt/imxrt_clockconfig.h index b8e3d88b0d..1e5bb74885 100644 --- a/arch/arm/src/imxrt/imxrt_clockconfig.h +++ b/arch/arm/src/imxrt/imxrt_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_clockconfig.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/arch/arm/src/imxrt/imxrt_clockconfig_ver1.c b/arch/arm/src/imxrt/imxrt_clockconfig_ver1.c index 15073fbc24..9856471b26 100644 --- a/arch/arm/src/imxrt/imxrt_clockconfig_ver1.c +++ b/arch/arm/src/imxrt/imxrt_clockconfig_ver1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_clockconfig_ver1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h b/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h index 88b4ecc1cd..73433b1db9 100644 --- a/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h +++ b/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_clockconfig_ver1.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/arch/arm/src/imxrt/imxrt_clockconfig_ver2.c b/arch/arm/src/imxrt/imxrt_clockconfig_ver2.c index 9757f22695..31c82f1e43 100644 --- a/arch/arm/src/imxrt/imxrt_clockconfig_ver2.c +++ b/arch/arm/src/imxrt/imxrt_clockconfig_ver2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_clockconfig_ver2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_clockconfig_ver2.h b/arch/arm/src/imxrt/imxrt_clockconfig_ver2.h index 60a7e7b4ce..b29b9096bf 100644 --- a/arch/arm/src/imxrt/imxrt_clockconfig_ver2.h +++ b/arch/arm/src/imxrt/imxrt_clockconfig_ver2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_clockconfig_ver2.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/arch/arm/src/imxrt/imxrt_clrpend.c b/arch/arm/src/imxrt/imxrt_clrpend.c index 0cec7f6a1d..fb874717c4 100644 --- a/arch/arm/src/imxrt/imxrt_clrpend.c +++ b/arch/arm/src/imxrt/imxrt_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_config.h b/arch/arm/src/imxrt/imxrt_config.h index 8fb3d84b7d..98b772aac6 100644 --- a/arch/arm/src/imxrt/imxrt_config.h +++ b/arch/arm/src/imxrt/imxrt_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_config.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/arch/arm/src/imxrt/imxrt_daisy.c b/arch/arm/src/imxrt/imxrt_daisy.c index 49cee53fab..268011f020 100644 --- a/arch/arm/src/imxrt/imxrt_daisy.c +++ b/arch/arm/src/imxrt/imxrt_daisy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_daisy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_edma.c b/arch/arm/src/imxrt/imxrt_edma.c index ebd8e867b4..4fe790a4ac 100644 --- a/arch/arm/src/imxrt/imxrt_edma.c +++ b/arch/arm/src/imxrt/imxrt_edma.c @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_edma.c * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Portions of the eDMA logic derive from NXP sample code which has a - * compatible BSD 3-clause license: - * - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 NXP + * SPDX-FileCopyrightText: 2015, Freescale Semiconductor, Inc. + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/imxrt/imxrt_edma.h b/arch/arm/src/imxrt/imxrt_edma.h index f39e553814..aeb3df02fd 100644 --- a/arch/arm/src/imxrt/imxrt_edma.h +++ b/arch/arm/src/imxrt/imxrt_edma.h @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_edma.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Portions of the eDMA logic derive from NXP sample code which has a - * compatible BSD 3-clause license: - * - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 NXP + * SPDX-FileCopyrightText: 2015, Freescale Semiconductor, Inc. + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/imxrt/imxrt_ehci.c b/arch/arm/src/imxrt/imxrt_ehci.c index efb37b5005..7663b57416 100644 --- a/arch/arm/src/imxrt/imxrt_ehci.c +++ b/arch/arm/src/imxrt/imxrt_ehci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_ehci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_ehci.h b/arch/arm/src/imxrt/imxrt_ehci.h index db2072c4c5..1be1241129 100644 --- a/arch/arm/src/imxrt/imxrt_ehci.h +++ b/arch/arm/src/imxrt/imxrt_ehci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_ehci.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/arch/arm/src/imxrt/imxrt_enc.c b/arch/arm/src/imxrt/imxrt_enc.c index f3161b0e6e..e34968fcad 100644 --- a/arch/arm/src/imxrt/imxrt_enc.c +++ b/arch/arm/src/imxrt/imxrt_enc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_enc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_enc.h b/arch/arm/src/imxrt/imxrt_enc.h index a1d448754f..e1d2e816ee 100644 --- a/arch/arm/src/imxrt/imxrt_enc.h +++ b/arch/arm/src/imxrt/imxrt_enc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_enc.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/arch/arm/src/imxrt/imxrt_enet.c b/arch/arm/src/imxrt/imxrt_enet.c index bd70a5ac28..289731b8bd 100644 --- a/arch/arm/src/imxrt/imxrt_enet.c +++ b/arch/arm/src/imxrt/imxrt_enet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_enet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_enet.h b/arch/arm/src/imxrt/imxrt_enet.h index 0b70de26f5..84f230d5ed 100644 --- a/arch/arm/src/imxrt/imxrt_enet.h +++ b/arch/arm/src/imxrt/imxrt_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_enet.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/arch/arm/src/imxrt/imxrt_flash.c b/arch/arm/src/imxrt/imxrt_flash.c index 62f769735b..c738faa69a 100644 --- a/arch/arm/src/imxrt/imxrt_flash.c +++ b/arch/arm/src/imxrt/imxrt_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_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/arch/arm/src/imxrt/imxrt_flexcan.c b/arch/arm/src/imxrt/imxrt_flexcan.c index 7639a6a799..6f8ce47d88 100644 --- a/arch/arm/src/imxrt/imxrt_flexcan.c +++ b/arch/arm/src/imxrt/imxrt_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_flexcan.h b/arch/arm/src/imxrt/imxrt_flexcan.h index 27062eebd5..3d43559353 100644 --- a/arch/arm/src/imxrt/imxrt_flexcan.h +++ b/arch/arm/src/imxrt/imxrt_flexcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexcan.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/arch/arm/src/imxrt/imxrt_flexio.c b/arch/arm/src/imxrt/imxrt_flexio.c index cd94f7a870..5064c70617 100644 --- a/arch/arm/src/imxrt/imxrt_flexio.c +++ b/arch/arm/src/imxrt/imxrt_flexio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_flexio.h b/arch/arm/src/imxrt/imxrt_flexio.h index fc994a111f..566806691f 100644 --- a/arch/arm/src/imxrt/imxrt_flexio.h +++ b/arch/arm/src/imxrt/imxrt_flexio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexio.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/arch/arm/src/imxrt/imxrt_flexpwm.c b/arch/arm/src/imxrt/imxrt_flexpwm.c index f8012b2da5..b0c1ca53f9 100644 --- a/arch/arm/src/imxrt/imxrt_flexpwm.c +++ b/arch/arm/src/imxrt/imxrt_flexpwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexpwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_flexpwm.h b/arch/arm/src/imxrt/imxrt_flexpwm.h index 1de4cdd67f..8d3efb6bef 100644 --- a/arch/arm/src/imxrt/imxrt_flexpwm.h +++ b/arch/arm/src/imxrt/imxrt_flexpwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexpwm.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/arch/arm/src/imxrt/imxrt_flexspi.c b/arch/arm/src/imxrt/imxrt_flexspi.c index e55daa9051..995d74d346 100644 --- a/arch/arm/src/imxrt/imxrt_flexspi.c +++ b/arch/arm/src/imxrt/imxrt_flexspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_flexspi.h b/arch/arm/src/imxrt/imxrt_flexspi.h index e2cfbc803b..c5eee1b7c0 100644 --- a/arch/arm/src/imxrt/imxrt_flexspi.h +++ b/arch/arm/src/imxrt/imxrt_flexspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_flexspi.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/arch/arm/src/imxrt/imxrt_gpio.c b/arch/arm/src/imxrt/imxrt_gpio.c index 0b2b832dab..5740bab0d8 100644 --- a/arch/arm/src/imxrt/imxrt_gpio.c +++ b/arch/arm/src/imxrt/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_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/arch/arm/src/imxrt/imxrt_gpio.h b/arch/arm/src/imxrt/imxrt_gpio.h index 12b7012d75..049e43d850 100644 --- a/arch/arm/src/imxrt/imxrt_gpio.h +++ b/arch/arm/src/imxrt/imxrt_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_gpio.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/arch/arm/src/imxrt/imxrt_gpioirq.c b/arch/arm/src/imxrt/imxrt_gpioirq.c index 032b75613e..5860257cbf 100644 --- a/arch/arm/src/imxrt/imxrt_gpioirq.c +++ b/arch/arm/src/imxrt/imxrt_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_hprtc.c b/arch/arm/src/imxrt/imxrt_hprtc.c index 5540386d6b..3e9d166b12 100644 --- a/arch/arm/src/imxrt/imxrt_hprtc.c +++ b/arch/arm/src/imxrt/imxrt_hprtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_hprtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_hprtc.h b/arch/arm/src/imxrt/imxrt_hprtc.h index c32b8ef8b0..4782099b31 100644 --- a/arch/arm/src/imxrt/imxrt_hprtc.h +++ b/arch/arm/src/imxrt/imxrt_hprtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_hprtc.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/arch/arm/src/imxrt/imxrt_idle.c b/arch/arm/src/imxrt/imxrt_idle.c index 311bc86196..7129d8086f 100644 --- a/arch/arm/src/imxrt/imxrt_idle.c +++ b/arch/arm/src/imxrt/imxrt_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_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/arch/arm/src/imxrt/imxrt_iomuxc.h b/arch/arm/src/imxrt/imxrt_iomuxc.h index c55ebbe8a0..2d32f56f65 100644 --- a/arch/arm/src/imxrt/imxrt_iomuxc.h +++ b/arch/arm/src/imxrt/imxrt_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_iomuxc.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/arch/arm/src/imxrt/imxrt_iomuxc_ver1.c b/arch/arm/src/imxrt/imxrt_iomuxc_ver1.c index 9e2429b5f5..edcf6e1862 100644 --- a/arch/arm/src/imxrt/imxrt_iomuxc_ver1.c +++ b/arch/arm/src/imxrt/imxrt_iomuxc_ver1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_iomuxc_ver1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_iomuxc_ver1.h b/arch/arm/src/imxrt/imxrt_iomuxc_ver1.h index 9ed1f2b1c7..689a26d0ed 100644 --- a/arch/arm/src/imxrt/imxrt_iomuxc_ver1.h +++ b/arch/arm/src/imxrt/imxrt_iomuxc_ver1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_iomuxc_ver1.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/arch/arm/src/imxrt/imxrt_iomuxc_ver2.c b/arch/arm/src/imxrt/imxrt_iomuxc_ver2.c index b746362064..df59823352 100644 --- a/arch/arm/src/imxrt/imxrt_iomuxc_ver2.c +++ b/arch/arm/src/imxrt/imxrt_iomuxc_ver2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_iomuxc_ver2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_iomuxc_ver2.h b/arch/arm/src/imxrt/imxrt_iomuxc_ver2.h index 552d46b823..a44d6fc962 100644 --- a/arch/arm/src/imxrt/imxrt_iomuxc_ver2.h +++ b/arch/arm/src/imxrt/imxrt_iomuxc_ver2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_iomuxc_ver2.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/arch/arm/src/imxrt/imxrt_irq.c b/arch/arm/src/imxrt/imxrt_irq.c index 285343a669..ab7205fad0 100644 --- a/arch/arm/src/imxrt/imxrt_irq.c +++ b/arch/arm/src/imxrt/imxrt_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_irq.h b/arch/arm/src/imxrt/imxrt_irq.h index b241ce17f9..f60a8dbdf9 100644 --- a/arch/arm/src/imxrt/imxrt_irq.h +++ b/arch/arm/src/imxrt/imxrt_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_irq.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/arch/arm/src/imxrt/imxrt_lcd.c b/arch/arm/src/imxrt/imxrt_lcd.c index 2a32da09fd..326f60fde3 100644 --- a/arch/arm/src/imxrt/imxrt_lcd.c +++ b/arch/arm/src/imxrt/imxrt_lcd.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lcd.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Copyright (C) 2017, NXP Semiconductors, Inc. - * Author: Johannes Schock (Port) + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2017, NXP Semiconductors, Inc. + * SPDX-FileContributor: Johannes Schock (Port) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/imxrt/imxrt_lcd.h b/arch/arm/src/imxrt/imxrt_lcd.h index 237cb4e271..2884f5ee68 100644 --- a/arch/arm/src/imxrt/imxrt_lcd.h +++ b/arch/arm/src/imxrt/imxrt_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lcd.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/arch/arm/src/imxrt/imxrt_lowputc.c b/arch/arm/src/imxrt/imxrt_lowputc.c index 24ae2f0ff3..fe1214cd99 100644 --- a/arch/arm/src/imxrt/imxrt_lowputc.c +++ b/arch/arm/src/imxrt/imxrt_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_lowputc.h b/arch/arm/src/imxrt/imxrt_lowputc.h index 9db3f769be..ed317bf43c 100644 --- a/arch/arm/src/imxrt/imxrt_lowputc.h +++ b/arch/arm/src/imxrt/imxrt_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lowputc.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/arch/arm/src/imxrt/imxrt_lpi2c.c b/arch/arm/src/imxrt/imxrt_lpi2c.c index 3627ff0647..027a516d82 100644 --- a/arch/arm/src/imxrt/imxrt_lpi2c.c +++ b/arch/arm/src/imxrt/imxrt_lpi2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lpi2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_lpi2c.h b/arch/arm/src/imxrt/imxrt_lpi2c.h index 477097fbb8..76c33a20e1 100644 --- a/arch/arm/src/imxrt/imxrt_lpi2c.h +++ b/arch/arm/src/imxrt/imxrt_lpi2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lpi2c.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/arch/arm/src/imxrt/imxrt_lpspi.c b/arch/arm/src/imxrt/imxrt_lpspi.c index f821ec542f..d90b7757f2 100644 --- a/arch/arm/src/imxrt/imxrt_lpspi.c +++ b/arch/arm/src/imxrt/imxrt_lpspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lpspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_lpspi.h b/arch/arm/src/imxrt/imxrt_lpspi.h index 1d44784ae1..7b8b5c8b1a 100644 --- a/arch/arm/src/imxrt/imxrt_lpspi.h +++ b/arch/arm/src/imxrt/imxrt_lpspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lpspi.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/arch/arm/src/imxrt/imxrt_lpsrtc.c b/arch/arm/src/imxrt/imxrt_lpsrtc.c index f39cd6949c..bd00834e4f 100644 --- a/arch/arm/src/imxrt/imxrt_lpsrtc.c +++ b/arch/arm/src/imxrt/imxrt_lpsrtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lpsrtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_lpsrtc.h b/arch/arm/src/imxrt/imxrt_lpsrtc.h index 33afc6fe67..3b119ade78 100644 --- a/arch/arm/src/imxrt/imxrt_lpsrtc.h +++ b/arch/arm/src/imxrt/imxrt_lpsrtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_lpsrtc.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/arch/arm/src/imxrt/imxrt_mpuinit.c b/arch/arm/src/imxrt/imxrt_mpuinit.c index 5c8cf9eb20..c47186e005 100644 --- a/arch/arm/src/imxrt/imxrt_mpuinit.c +++ b/arch/arm/src/imxrt/imxrt_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_mpuinit.h b/arch/arm/src/imxrt/imxrt_mpuinit.h index a1ba30d3f3..76b6f745ac 100644 --- a/arch/arm/src/imxrt/imxrt_mpuinit.h +++ b/arch/arm/src/imxrt/imxrt_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_mpuinit.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/arch/arm/src/imxrt/imxrt_ocotp.c b/arch/arm/src/imxrt/imxrt_ocotp.c index 3fe280825b..c30a26ed9b 100644 --- a/arch/arm/src/imxrt/imxrt_ocotp.c +++ b/arch/arm/src/imxrt/imxrt_ocotp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_ocotp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_ocotp.h b/arch/arm/src/imxrt/imxrt_ocotp.h index c916e31157..ac452cb452 100644 --- a/arch/arm/src/imxrt/imxrt_ocotp.h +++ b/arch/arm/src/imxrt/imxrt_ocotp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_ocotp.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/arch/arm/src/imxrt/imxrt_periphclks.c b/arch/arm/src/imxrt/imxrt_periphclks.c index ec51e91835..74c761698b 100644 --- a/arch/arm/src/imxrt/imxrt_periphclks.c +++ b/arch/arm/src/imxrt/imxrt_periphclks.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_periphclks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_periphclks.h b/arch/arm/src/imxrt/imxrt_periphclks.h index a79c90526b..948c46a9aa 100644 --- a/arch/arm/src/imxrt/imxrt_periphclks.h +++ b/arch/arm/src/imxrt/imxrt_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_periphclks.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/arch/arm/src/imxrt/imxrt_pmu.c b/arch/arm/src/imxrt/imxrt_pmu.c index 47ad7dd034..2713f7517c 100644 --- a/arch/arm/src/imxrt/imxrt_pmu.c +++ b/arch/arm/src/imxrt/imxrt_pmu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_pmu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_pmu.h b/arch/arm/src/imxrt/imxrt_pmu.h index a1f090031b..fdb79ea366 100644 --- a/arch/arm/src/imxrt/imxrt_pmu.h +++ b/arch/arm/src/imxrt/imxrt_pmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_pmu.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/arch/arm/src/imxrt/imxrt_rtc_lowerhalf.c b/arch/arm/src/imxrt/imxrt_rtc_lowerhalf.c index 429762ce70..35ffa83c02 100644 --- a/arch/arm/src/imxrt/imxrt_rtc_lowerhalf.c +++ b/arch/arm/src/imxrt/imxrt_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_serial.c b/arch/arm/src/imxrt/imxrt_serial.c index a895c91ab8..b550fa2153 100644 --- a/arch/arm/src/imxrt/imxrt_serial.c +++ b/arch/arm/src/imxrt/imxrt_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_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/arch/arm/src/imxrt/imxrt_serial.h b/arch/arm/src/imxrt/imxrt_serial.h index 9c9a59eed0..95806a036f 100644 --- a/arch/arm/src/imxrt/imxrt_serial.h +++ b/arch/arm/src/imxrt/imxrt_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_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/arch/arm/src/imxrt/imxrt_start.c b/arch/arm/src/imxrt/imxrt_start.c index 107e03dae1..6bc3f04587 100644 --- a/arch/arm/src/imxrt/imxrt_start.c +++ b/arch/arm/src/imxrt/imxrt_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_start.h b/arch/arm/src/imxrt/imxrt_start.h index fb9d55b0b0..547a7c5a61 100644 --- a/arch/arm/src/imxrt/imxrt_start.h +++ b/arch/arm/src/imxrt/imxrt_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_start.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/arch/arm/src/imxrt/imxrt_tickless.c b/arch/arm/src/imxrt/imxrt_tickless.c index a813fd54a6..2e68a779a3 100644 --- a/arch/arm/src/imxrt/imxrt_tickless.c +++ b/arch/arm/src/imxrt/imxrt_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_timerisr.c b/arch/arm/src/imxrt/imxrt_timerisr.c index 2a81ed4673..1f70866a60 100644 --- a/arch/arm/src/imxrt/imxrt_timerisr.c +++ b/arch/arm/src/imxrt/imxrt_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_usbdev.c b/arch/arm/src/imxrt/imxrt_usbdev.c index 8d72266b91..e4de158199 100644 --- a/arch/arm/src/imxrt/imxrt_usbdev.c +++ b/arch/arm/src/imxrt/imxrt_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_usdhc.c b/arch/arm/src/imxrt/imxrt_usdhc.c index 81a0851fc3..3f76e7f358 100644 --- a/arch/arm/src/imxrt/imxrt_usdhc.c +++ b/arch/arm/src/imxrt/imxrt_usdhc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_usdhc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_usdhc.h b/arch/arm/src/imxrt/imxrt_usdhc.h index 7729efe5bf..c05e6d333a 100644 --- a/arch/arm/src/imxrt/imxrt_usdhc.h +++ b/arch/arm/src/imxrt/imxrt_usdhc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_usdhc.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/arch/arm/src/imxrt/imxrt_userspace.c b/arch/arm/src/imxrt/imxrt_userspace.c index 18a1c34d33..46ece4c09e 100644 --- a/arch/arm/src/imxrt/imxrt_userspace.c +++ b/arch/arm/src/imxrt/imxrt_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_userspace.h b/arch/arm/src/imxrt/imxrt_userspace.h index 1acd038e24..91859b87b7 100644 --- a/arch/arm/src/imxrt/imxrt_userspace.h +++ b/arch/arm/src/imxrt/imxrt_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_userspace.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/arch/arm/src/imxrt/imxrt_wdog.c b/arch/arm/src/imxrt/imxrt_wdog.c index 1a956e4e52..e2fa7b4d33 100644 --- a/arch/arm/src/imxrt/imxrt_wdog.c +++ b/arch/arm/src/imxrt/imxrt_wdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_wdog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_wdog.h b/arch/arm/src/imxrt/imxrt_wdog.h index f7463da2e1..b0914f864b 100644 --- a/arch/arm/src/imxrt/imxrt_wdog.h +++ b/arch/arm/src/imxrt/imxrt_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_wdog.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/arch/arm/src/imxrt/imxrt_xbar.c b/arch/arm/src/imxrt/imxrt_xbar.c index 4562d8b6ce..0c85379931 100644 --- a/arch/arm/src/imxrt/imxrt_xbar.c +++ b/arch/arm/src/imxrt/imxrt_xbar.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_xbar.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/imxrt/imxrt_xbar.h b/arch/arm/src/imxrt/imxrt_xbar.h index 4ff95bb2ae..99e9f4ae6b 100644 --- a/arch/arm/src/imxrt/imxrt_xbar.h +++ b/arch/arm/src/imxrt/imxrt_xbar.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/imxrt/imxrt_xbar.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/arch/arm/src/kinetis/Make.defs b/arch/arm/src/kinetis/Make.defs index 3cf29b248d..6ee34a7e93 100644 --- a/arch/arm/src/kinetis/Make.defs +++ b/arch/arm/src/kinetis/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/kinetis/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/arch/arm/src/kinetis/chip.h b/arch/arm/src/kinetis/chip.h index a204c1aa78..0ee077685f 100644 --- a/arch/arm/src/kinetis/chip.h +++ b/arch/arm/src/kinetis/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/chip.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/arch/arm/src/kinetis/hardware/kinetis_adc.h b/arch/arm/src/kinetis/hardware/kinetis_adc.h index 31940f8bbc..103d43024c 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_adc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_adc.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/arch/arm/src/kinetis/hardware/kinetis_aips.h b/arch/arm/src/kinetis/hardware/kinetis_aips.h index 86bf4f5846..47a1369c4f 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_aips.h +++ b/arch/arm/src/kinetis/hardware/kinetis_aips.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_aips.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/arch/arm/src/kinetis/hardware/kinetis_axbs.h b/arch/arm/src/kinetis/hardware/kinetis_axbs.h index 4ae0f62abf..83d0b8b4ce 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_axbs.h +++ b/arch/arm/src/kinetis/hardware/kinetis_axbs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_axbs.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/arch/arm/src/kinetis/hardware/kinetis_cmp.h b/arch/arm/src/kinetis/hardware/kinetis_cmp.h index 47bebf2caa..387dc3133a 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_cmp.h +++ b/arch/arm/src/kinetis/hardware/kinetis_cmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_cmp.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/arch/arm/src/kinetis/hardware/kinetis_cmt.h b/arch/arm/src/kinetis/hardware/kinetis_cmt.h index df34c77abb..2b0bf4a950 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_cmt.h +++ b/arch/arm/src/kinetis/hardware/kinetis_cmt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_cmt.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/arch/arm/src/kinetis/hardware/kinetis_crc.h b/arch/arm/src/kinetis/hardware/kinetis_crc.h index 270e3ccf20..5f6e2137bf 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_crc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_crc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_crc.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/arch/arm/src/kinetis/hardware/kinetis_dac.h b/arch/arm/src/kinetis/hardware/kinetis_dac.h index b694a2144a..60a0faeb41 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_dac.h +++ b/arch/arm/src/kinetis/hardware/kinetis_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_dac.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/arch/arm/src/kinetis/hardware/kinetis_dmamux.h b/arch/arm/src/kinetis/hardware/kinetis_dmamux.h index 5442d6997d..6c39d91cbc 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_dmamux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_dmamux.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/arch/arm/src/kinetis/hardware/kinetis_dspi.h b/arch/arm/src/kinetis/hardware/kinetis_dspi.h index 041261e4ea..787a58b003 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_dspi.h +++ b/arch/arm/src/kinetis/hardware/kinetis_dspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_dspi.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/arch/arm/src/kinetis/hardware/kinetis_edma.h b/arch/arm/src/kinetis/hardware/kinetis_edma.h index 0c1f1a1fd8..21492729b4 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_edma.h +++ b/arch/arm/src/kinetis/hardware/kinetis_edma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_edma.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/arch/arm/src/kinetis/hardware/kinetis_enet.h b/arch/arm/src/kinetis/hardware/kinetis_enet.h index 627dcc53a0..21ab0715e5 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_enet.h +++ b/arch/arm/src/kinetis/hardware/kinetis_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_enet.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/arch/arm/src/kinetis/hardware/kinetis_ewm.h b/arch/arm/src/kinetis/hardware/kinetis_ewm.h index f961fa5c69..ec07c7f32e 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_ewm.h +++ b/arch/arm/src/kinetis/hardware/kinetis_ewm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_ewm.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/arch/arm/src/kinetis/hardware/kinetis_flexbus.h b/arch/arm/src/kinetis/hardware/kinetis_flexbus.h index 6720b02e84..fb541868a9 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_flexbus.h +++ b/arch/arm/src/kinetis/hardware/kinetis_flexbus.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_flexbus.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/arch/arm/src/kinetis/hardware/kinetis_flexcan.h b/arch/arm/src/kinetis/hardware/kinetis_flexcan.h index 0ece642f87..72817caeba 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_flexcan.h +++ b/arch/arm/src/kinetis/hardware/kinetis_flexcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_flexcan.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/arch/arm/src/kinetis/hardware/kinetis_fmc.h b/arch/arm/src/kinetis/hardware/kinetis_fmc.h index fc92d61b08..d07411b27d 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_fmc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_fmc.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/arch/arm/src/kinetis/hardware/kinetis_ftfe.h b/arch/arm/src/kinetis/hardware/kinetis_ftfe.h index 6d7b1c49c7..66ac237a23 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_ftfe.h +++ b/arch/arm/src/kinetis/hardware/kinetis_ftfe.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_ftfe.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/arch/arm/src/kinetis/hardware/kinetis_ftm.h b/arch/arm/src/kinetis/hardware/kinetis_ftm.h index 6cc27496b0..b6dbe6e8d2 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_ftm.h +++ b/arch/arm/src/kinetis/hardware/kinetis_ftm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_ftm.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/arch/arm/src/kinetis/hardware/kinetis_gpio.h b/arch/arm/src/kinetis/hardware/kinetis_gpio.h index 35c3d3ebd7..e021358d70 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_gpio.h +++ b/arch/arm/src/kinetis/hardware/kinetis_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_gpio.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/arch/arm/src/kinetis/hardware/kinetis_i2c.h b/arch/arm/src/kinetis/hardware/kinetis_i2c.h index b2006cfd46..1464d15b43 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_i2c.h +++ b/arch/arm/src/kinetis/hardware/kinetis_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_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/arch/arm/src/kinetis/hardware/kinetis_i2s.h b/arch/arm/src/kinetis/hardware/kinetis_i2s.h index ebdab3bad5..e1da1a4534 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_i2s.h +++ b/arch/arm/src/kinetis/hardware/kinetis_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_i2s.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/arch/arm/src/kinetis/hardware/kinetis_k20k40k60fmc.h b/arch/arm/src/kinetis/hardware/kinetis_k20k40k60fmc.h index 473dd43a49..d89d5dde0f 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k20k40k60fmc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k20k40k60fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k20k40k60fmc.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/arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.h b/arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.h index 2a4a08d547..d19b4ae284 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.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/arch/arm/src/kinetis/hardware/kinetis_k20memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_k20memorymap.h index 01ff1d0cfb..661afb36fe 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k20memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k20memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k20memorymap.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/arch/arm/src/kinetis/hardware/kinetis_k20pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_k20pinmux.h index 22955e756f..b427a422f8 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k20pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k20pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k20pinmux.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/arch/arm/src/kinetis/hardware/kinetis_k28k64k66mpu.h b/arch/arm/src/kinetis/hardware/kinetis_k28k64k66mpu.h index 9c18075dd8..2fc030f48c 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k28k64k66mpu.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k28k64k66mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k28k64k66mpu.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/arch/arm/src/kinetis/hardware/kinetis_k28k66fmc.h b/arch/arm/src/kinetis/hardware/kinetis_k28k66fmc.h index c89a0c7fc7..889980f544 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k28k66fmc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k28k66fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k28k66fmc.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/arch/arm/src/kinetis/hardware/kinetis_k28memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_k28memorymap.h index f44f631f1c..ea31828b7b 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k28memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k28memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k28memorymap.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/arch/arm/src/kinetis/hardware/kinetis_k28pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_k28pinmux.h index b3382310de..fda72dd7bc 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k28pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k28pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k28pinmux.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/arch/arm/src/kinetis/hardware/kinetis_k40memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_k40memorymap.h index 7e3f3282b6..9cf494f189 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k40memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k40memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k40memorymap.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/arch/arm/src/kinetis/hardware/kinetis_k40pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_k40pinmux.h index 24592aac2e..ad647509d3 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k40pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k40pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k40pinmux.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/arch/arm/src/kinetis/hardware/kinetis_k60memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_k60memorymap.h index ab2299156a..a3e6d8d377 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k60memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k60memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k60memorymap.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/arch/arm/src/kinetis/hardware/kinetis_k60pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_k60pinmux.h index d626bb4ff8..88b8e0cac8 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k60pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k60pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k60pinmux.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/arch/arm/src/kinetis/hardware/kinetis_k64fmc.h b/arch/arm/src/kinetis/hardware/kinetis_k64fmc.h index 82039effcf..533cc87cc1 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k64fmc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k64fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k64fmc.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/arch/arm/src/kinetis/hardware/kinetis_k64memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_k64memorymap.h index 78fae57db9..e6ab62eaac 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k64memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k64memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k64memorymap.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/arch/arm/src/kinetis/hardware/kinetis_k64pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_k64pinmux.h index 9bb9d1d9de..dd71e6a5ce 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k64pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k64pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k64pinmux.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/arch/arm/src/kinetis/hardware/kinetis_k66memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_k66memorymap.h index 24d064cc7b..b2d98eeaad 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k66memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k66memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k66memorymap.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/arch/arm/src/kinetis/hardware/kinetis_k66pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_k66pinmux.h index 56b2e2d216..ab9960f4e9 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_k66pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_k66pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_k66pinmux.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/arch/arm/src/kinetis/hardware/kinetis_kx6tpm.h b/arch/arm/src/kinetis/hardware/kinetis_kx6tpm.h index 881a70ea94..99d83ca35a 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_kx6tpm.h +++ b/arch/arm/src/kinetis/hardware/kinetis_kx6tpm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_kx6tpm.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/arch/arm/src/kinetis/hardware/kinetis_llwu.h b/arch/arm/src/kinetis/hardware/kinetis_llwu.h index e9634a6cce..519da275ab 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_llwu.h +++ b/arch/arm/src/kinetis/hardware/kinetis_llwu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_llwu.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/arch/arm/src/kinetis/hardware/kinetis_lptmr.h b/arch/arm/src/kinetis/hardware/kinetis_lptmr.h index 581bf8e698..c7231a4137 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_lptmr.h +++ b/arch/arm/src/kinetis/hardware/kinetis_lptmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_lptmr.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/arch/arm/src/kinetis/hardware/kinetis_lpuart.h b/arch/arm/src/kinetis/hardware/kinetis_lpuart.h index 5cf2cc90cb..18d16a6104 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_lpuart.h +++ b/arch/arm/src/kinetis/hardware/kinetis_lpuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_lpuart.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/arch/arm/src/kinetis/hardware/kinetis_mcg.h b/arch/arm/src/kinetis/hardware/kinetis_mcg.h index 2774e4f3c9..9807a3cfaa 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_mcg.h +++ b/arch/arm/src/kinetis/hardware/kinetis_mcg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_mcg.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/arch/arm/src/kinetis/hardware/kinetis_mcm.h b/arch/arm/src/kinetis/hardware/kinetis_mcm.h index f564e4cb0e..730f472469 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_mcm.h +++ b/arch/arm/src/kinetis/hardware/kinetis_mcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_mcm.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/arch/arm/src/kinetis/hardware/kinetis_memorymap.h b/arch/arm/src/kinetis/hardware/kinetis_memorymap.h index 7c5d009251..f043dc553c 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_memorymap.h +++ b/arch/arm/src/kinetis/hardware/kinetis_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_memorymap.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/arch/arm/src/kinetis/hardware/kinetis_mmcau.h b/arch/arm/src/kinetis/hardware/kinetis_mmcau.h index 4a5f26c222..29e9d82df8 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_mmcau.h +++ b/arch/arm/src/kinetis/hardware/kinetis_mmcau.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_mmcau.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/arch/arm/src/kinetis/hardware/kinetis_mpu.h b/arch/arm/src/kinetis/hardware/kinetis_mpu.h index 77f2354c65..eb24218b38 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_mpu.h +++ b/arch/arm/src/kinetis/hardware/kinetis_mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_mpu.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/arch/arm/src/kinetis/hardware/kinetis_osc.h b/arch/arm/src/kinetis/hardware/kinetis_osc.h index 5575925f1c..e954233bf9 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_osc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_osc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_osc.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/arch/arm/src/kinetis/hardware/kinetis_pdb.h b/arch/arm/src/kinetis/hardware/kinetis_pdb.h index ee4484d4bc..6adf4a2def 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_pdb.h +++ b/arch/arm/src/kinetis/hardware/kinetis_pdb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_pdb.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/arch/arm/src/kinetis/hardware/kinetis_pinmux.h b/arch/arm/src/kinetis/hardware/kinetis_pinmux.h index ececbbb2ad..9da8d66588 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_pinmux.h +++ b/arch/arm/src/kinetis/hardware/kinetis_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_pinmux.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/arch/arm/src/kinetis/hardware/kinetis_pit.h b/arch/arm/src/kinetis/hardware/kinetis_pit.h index 11b3cee5fe..7345761e17 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_pit.h +++ b/arch/arm/src/kinetis/hardware/kinetis_pit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_pit.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/arch/arm/src/kinetis/hardware/kinetis_pmc.h b/arch/arm/src/kinetis/hardware/kinetis_pmc.h index c74fd36f83..459cd06f80 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_pmc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_pmc.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/arch/arm/src/kinetis/hardware/kinetis_port.h b/arch/arm/src/kinetis/hardware/kinetis_port.h index b193c9fff3..d3f32ce7b1 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_port.h +++ b/arch/arm/src/kinetis/hardware/kinetis_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_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/arch/arm/src/kinetis/hardware/kinetis_rngb.h b/arch/arm/src/kinetis/hardware/kinetis_rngb.h index 42e697ee4f..7d6efb02d5 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_rngb.h +++ b/arch/arm/src/kinetis/hardware/kinetis_rngb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_rngb.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/arch/arm/src/kinetis/hardware/kinetis_rtc.h b/arch/arm/src/kinetis/hardware/kinetis_rtc.h index b728b20978..c5bc635601 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_rtc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_rtc.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/arch/arm/src/kinetis/hardware/kinetis_sdhc.h b/arch/arm/src/kinetis/hardware/kinetis_sdhc.h index b8c2621167..823d6e20cd 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_sdhc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_sdhc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_sdhc.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/arch/arm/src/kinetis/hardware/kinetis_sim.h b/arch/arm/src/kinetis/hardware/kinetis_sim.h index 21367a376e..51ee1e2f7b 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_sim.h +++ b/arch/arm/src/kinetis/hardware/kinetis_sim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_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/arch/arm/src/kinetis/hardware/kinetis_slcd.h b/arch/arm/src/kinetis/hardware/kinetis_slcd.h index d846ec221a..cb5346ac7e 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_slcd.h +++ b/arch/arm/src/kinetis/hardware/kinetis_slcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_slcd.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/arch/arm/src/kinetis/hardware/kinetis_smc.h b/arch/arm/src/kinetis/hardware/kinetis_smc.h index a1992f4a10..f8b354a830 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_smc.h +++ b/arch/arm/src/kinetis/hardware/kinetis_smc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_smc.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/arch/arm/src/kinetis/hardware/kinetis_tsi.h b/arch/arm/src/kinetis/hardware/kinetis_tsi.h index 79b28623dd..3f3a1d591e 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_tsi.h +++ b/arch/arm/src/kinetis/hardware/kinetis_tsi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_tsi.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/arch/arm/src/kinetis/hardware/kinetis_uart.h b/arch/arm/src/kinetis/hardware/kinetis_uart.h index 0275399412..d1dd96e63a 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_uart.h +++ b/arch/arm/src/kinetis/hardware/kinetis_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_uart.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/arch/arm/src/kinetis/hardware/kinetis_usbdcd.h b/arch/arm/src/kinetis/hardware/kinetis_usbdcd.h index a4e0ecec9e..15ee72913d 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_usbdcd.h +++ b/arch/arm/src/kinetis/hardware/kinetis_usbdcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_usbdcd.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/arch/arm/src/kinetis/hardware/kinetis_usbhs.h b/arch/arm/src/kinetis/hardware/kinetis_usbhs.h index ce9259514d..2106871913 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_usbhs.h +++ b/arch/arm/src/kinetis/hardware/kinetis_usbhs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_usbhs.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/arch/arm/src/kinetis/hardware/kinetis_usbotg.h b/arch/arm/src/kinetis/hardware/kinetis_usbotg.h index 04edaf2f15..692bb4f691 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_usbotg.h +++ b/arch/arm/src/kinetis/hardware/kinetis_usbotg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_usbotg.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/arch/arm/src/kinetis/hardware/kinetis_vrefv1.h b/arch/arm/src/kinetis/hardware/kinetis_vrefv1.h index fed02a38e4..0df42c9d74 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_vrefv1.h +++ b/arch/arm/src/kinetis/hardware/kinetis_vrefv1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_vrefv1.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/arch/arm/src/kinetis/hardware/kinetis_wdog.h b/arch/arm/src/kinetis/hardware/kinetis_wdog.h index 21adf4e146..f2f85f629b 100644 --- a/arch/arm/src/kinetis/hardware/kinetis_wdog.h +++ b/arch/arm/src/kinetis/hardware/kinetis_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/hardware/kinetis_wdog.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/arch/arm/src/kinetis/kinetis.h b/arch/arm/src/kinetis/kinetis.h index 6a397c7e25..b352f8614a 100644 --- a/arch/arm/src/kinetis/kinetis.h +++ b/arch/arm/src/kinetis/kinetis.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis.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/arch/arm/src/kinetis/kinetis_alarm.h b/arch/arm/src/kinetis/kinetis_alarm.h index c239a1a164..b06092716a 100644 --- a/arch/arm/src/kinetis/kinetis_alarm.h +++ b/arch/arm/src/kinetis/kinetis_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_alarm.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/arch/arm/src/kinetis/kinetis_allocateheap.c b/arch/arm/src/kinetis/kinetis_allocateheap.c index ecfc4cedaa..8b0a53c609 100644 --- a/arch/arm/src/kinetis/kinetis_allocateheap.c +++ b/arch/arm/src/kinetis/kinetis_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_clockconfig.c b/arch/arm/src/kinetis/kinetis_clockconfig.c index e47d6ad4bb..d45729604a 100644 --- a/arch/arm/src/kinetis/kinetis_clockconfig.c +++ b/arch/arm/src/kinetis/kinetis_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_clrpend.c b/arch/arm/src/kinetis/kinetis_clrpend.c index 7636261d73..8e626c4e2d 100644 --- a/arch/arm/src/kinetis/kinetis_clrpend.c +++ b/arch/arm/src/kinetis/kinetis_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_config.h b/arch/arm/src/kinetis/kinetis_config.h index 3a40e011ee..f5d9910773 100644 --- a/arch/arm/src/kinetis/kinetis_config.h +++ b/arch/arm/src/kinetis/kinetis_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_config.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/arch/arm/src/kinetis/kinetis_edma.c b/arch/arm/src/kinetis/kinetis_edma.c index 753b719348..18c9f3c287 100644 --- a/arch/arm/src/kinetis/kinetis_edma.c +++ b/arch/arm/src/kinetis/kinetis_edma.c @@ -1,17 +1,12 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_edma.c * - * Copyright (C) 2019, 2021 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * David Sidrane - * - * This file was leveraged from the NuttX S32K port. Portions of that eDMA - * logic derived from NXP sample code which has a compatible BSD 3-clause - * license: - * - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019, 2021 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 NXP + * SPDX-FileCopyrightText: 2015, Freescale Semiconductor, Inc. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/kinetis/kinetis_edma.h b/arch/arm/src/kinetis/kinetis_edma.h index f5a9909edb..3134ef012a 100644 --- a/arch/arm/src/kinetis/kinetis_edma.h +++ b/arch/arm/src/kinetis/kinetis_edma.h @@ -1,16 +1,12 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_edma.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This file was leveraged from the NuttX i.MXRT port. - * Portions of that eDMA logic derived from NXP sample code which has - * a compatible BSD 3-clause license: - * - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019, 2021 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 NXP + * SPDX-FileCopyrightText: 2015, Freescale Semiconductor, Inc. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/kinetis/kinetis_enet.c b/arch/arm/src/kinetis/kinetis_enet.c index f4fb089be0..322f360db6 100644 --- a/arch/arm/src/kinetis/kinetis_enet.c +++ b/arch/arm/src/kinetis/kinetis_enet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_enet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_flexcan.c b/arch/arm/src/kinetis/kinetis_flexcan.c index 6528457ec9..43592e8fc0 100644 --- a/arch/arm/src/kinetis/kinetis_flexcan.c +++ b/arch/arm/src/kinetis/kinetis_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_i2c.c b/arch/arm/src/kinetis/kinetis_i2c.c index 21f68e6184..7267c7dac0 100644 --- a/arch/arm/src/kinetis/kinetis_i2c.c +++ b/arch/arm/src/kinetis/kinetis_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_i2c.h b/arch/arm/src/kinetis/kinetis_i2c.h index 6e6e5ce4f0..edd86bec7d 100644 --- a/arch/arm/src/kinetis/kinetis_i2c.h +++ b/arch/arm/src/kinetis/kinetis_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_idle.c b/arch/arm/src/kinetis/kinetis_idle.c index 9ad301dbbd..0056cb1809 100644 --- a/arch/arm/src/kinetis/kinetis_idle.c +++ b/arch/arm/src/kinetis/kinetis_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_irq.c b/arch/arm/src/kinetis/kinetis_irq.c index 41e856c7a7..2dc04929ce 100644 --- a/arch/arm/src/kinetis/kinetis_irq.c +++ b/arch/arm/src/kinetis/kinetis_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_lowputc.c b/arch/arm/src/kinetis/kinetis_lowputc.c index a90177a4c8..f80f683540 100644 --- a/arch/arm/src/kinetis/kinetis_lowputc.c +++ b/arch/arm/src/kinetis/kinetis_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_lpserial.c b/arch/arm/src/kinetis/kinetis_lpserial.c index 1893851bef..13bc8de93a 100644 --- a/arch/arm/src/kinetis/kinetis_lpserial.c +++ b/arch/arm/src/kinetis/kinetis_lpserial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_lpserial.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_lpuart.h b/arch/arm/src/kinetis/kinetis_lpuart.h index 6a24ca3138..5bafee3ddf 100644 --- a/arch/arm/src/kinetis/kinetis_lpuart.h +++ b/arch/arm/src/kinetis/kinetis_lpuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_lpuart.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/arch/arm/src/kinetis/kinetis_mpuinit.c b/arch/arm/src/kinetis/kinetis_mpuinit.c index 6195a82ec9..002f94a061 100644 --- a/arch/arm/src/kinetis/kinetis_mpuinit.c +++ b/arch/arm/src/kinetis/kinetis_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_mpuinit.h b/arch/arm/src/kinetis/kinetis_mpuinit.h index 8cb6aab133..e119c307eb 100644 --- a/arch/arm/src/kinetis/kinetis_mpuinit.h +++ b/arch/arm/src/kinetis/kinetis_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_mpuinit.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/arch/arm/src/kinetis/kinetis_pin.c b/arch/arm/src/kinetis/kinetis_pin.c index 6228293fc6..cb6e18640c 100644 --- a/arch/arm/src/kinetis/kinetis_pin.c +++ b/arch/arm/src/kinetis/kinetis_pin.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_pindma.c b/arch/arm/src/kinetis/kinetis_pindma.c index 1204a4c54a..e041cfcdee 100644 --- a/arch/arm/src/kinetis/kinetis_pindma.c +++ b/arch/arm/src/kinetis/kinetis_pindma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_pindma.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_pindump.c b/arch/arm/src/kinetis/kinetis_pindump.c index 2548e85459..bd58f37792 100644 --- a/arch/arm/src/kinetis/kinetis_pindump.c +++ b/arch/arm/src/kinetis/kinetis_pindump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_pindump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_pingpio.c b/arch/arm/src/kinetis/kinetis_pingpio.c index 404e08d7bc..12b5de8b8e 100644 --- a/arch/arm/src/kinetis/kinetis_pingpio.c +++ b/arch/arm/src/kinetis/kinetis_pingpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_pingpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_pinirq.c b/arch/arm/src/kinetis/kinetis_pinirq.c index fc0fb717d5..f95f396976 100644 --- a/arch/arm/src/kinetis/kinetis_pinirq.c +++ b/arch/arm/src/kinetis/kinetis_pinirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_pinirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_pwm.c b/arch/arm/src/kinetis/kinetis_pwm.c index 4afd8e2805..5ac5c4e1b3 100644 --- a/arch/arm/src/kinetis/kinetis_pwm.c +++ b/arch/arm/src/kinetis/kinetis_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_pwm.h b/arch/arm/src/kinetis/kinetis_pwm.h index 37e818c39d..41e65cc198 100644 --- a/arch/arm/src/kinetis/kinetis_pwm.h +++ b/arch/arm/src/kinetis/kinetis_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_pwm.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/arch/arm/src/kinetis/kinetis_rtc.c b/arch/arm/src/kinetis/kinetis_rtc.c index fc2c871f12..bc9e53a699 100644 --- a/arch/arm/src/kinetis/kinetis_rtc.c +++ b/arch/arm/src/kinetis/kinetis_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_rtc_if.h b/arch/arm/src/kinetis/kinetis_rtc_if.h index 6500e85a14..0cab498a36 100644 --- a/arch/arm/src/kinetis/kinetis_rtc_if.h +++ b/arch/arm/src/kinetis/kinetis_rtc_if.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_rtc_if.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/arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c b/arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c index ef596268ad..c2ec3cdc90 100644 --- a/arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c +++ b/arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_sdhc.c b/arch/arm/src/kinetis/kinetis_sdhc.c index 2dc7977654..c8bf9e86fc 100644 --- a/arch/arm/src/kinetis/kinetis_sdhc.c +++ b/arch/arm/src/kinetis/kinetis_sdhc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_sdhc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_serial.c b/arch/arm/src/kinetis/kinetis_serial.c index 38fdb6337f..6e1c6f24e1 100644 --- a/arch/arm/src/kinetis/kinetis_serial.c +++ b/arch/arm/src/kinetis/kinetis_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_serialinit.c b/arch/arm/src/kinetis/kinetis_serialinit.c index ccbf3b5f7d..4cfdd5cb09 100644 --- a/arch/arm/src/kinetis/kinetis_serialinit.c +++ b/arch/arm/src/kinetis/kinetis_serialinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_serialinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_spi.c b/arch/arm/src/kinetis/kinetis_spi.c index 79bc9521b0..b7c603b512 100644 --- a/arch/arm/src/kinetis/kinetis_spi.c +++ b/arch/arm/src/kinetis/kinetis_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_spi.h b/arch/arm/src/kinetis/kinetis_spi.h index 759ec3349c..972d35b1c6 100644 --- a/arch/arm/src/kinetis/kinetis_spi.h +++ b/arch/arm/src/kinetis/kinetis_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_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/arch/arm/src/kinetis/kinetis_start.c b/arch/arm/src/kinetis/kinetis_start.c index c46abe0bec..af0e7ff30c 100644 --- a/arch/arm/src/kinetis/kinetis_start.c +++ b/arch/arm/src/kinetis/kinetis_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_start.h b/arch/arm/src/kinetis/kinetis_start.h index eb6a091ea4..7905e038a0 100644 --- a/arch/arm/src/kinetis/kinetis_start.h +++ b/arch/arm/src/kinetis/kinetis_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_start.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/arch/arm/src/kinetis/kinetis_timerisr.c b/arch/arm/src/kinetis/kinetis_timerisr.c index 552e6eb49b..e82c135a33 100644 --- a/arch/arm/src/kinetis/kinetis_timerisr.c +++ b/arch/arm/src/kinetis/kinetis_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_tpm.h b/arch/arm/src/kinetis/kinetis_tpm.h index 98a56b7dc9..0f04869877 100644 --- a/arch/arm/src/kinetis/kinetis_tpm.h +++ b/arch/arm/src/kinetis/kinetis_tpm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_tpm.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/arch/arm/src/kinetis/kinetis_uart.h b/arch/arm/src/kinetis/kinetis_uart.h index f4d396b700..31d3693fb2 100644 --- a/arch/arm/src/kinetis/kinetis_uart.h +++ b/arch/arm/src/kinetis/kinetis_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_uart.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/arch/arm/src/kinetis/kinetis_uid.c b/arch/arm/src/kinetis/kinetis_uid.c index b361ff1a68..8d9546754f 100644 --- a/arch/arm/src/kinetis/kinetis_uid.c +++ b/arch/arm/src/kinetis/kinetis_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_uid.h b/arch/arm/src/kinetis/kinetis_uid.h index 0b90f1a46d..e35ab99c07 100644 --- a/arch/arm/src/kinetis/kinetis_uid.h +++ b/arch/arm/src/kinetis/kinetis_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_uid.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/arch/arm/src/kinetis/kinetis_usbdev.c b/arch/arm/src/kinetis/kinetis_usbdev.c index c999ba664c..1b48acfcb3 100644 --- a/arch/arm/src/kinetis/kinetis_usbdev.c +++ b/arch/arm/src/kinetis/kinetis_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The @@ -15,7 +17,9 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. - * + ****************************************************************************/ + +/**************************************************************************** * References: * This file derives from the STM32 USB device driver with modifications * based on additional information from: diff --git a/arch/arm/src/kinetis/kinetis_usbhshost.c b/arch/arm/src/kinetis/kinetis_usbhshost.c index 76a39856ee..386071e118 100644 --- a/arch/arm/src/kinetis/kinetis_usbhshost.c +++ b/arch/arm/src/kinetis/kinetis_usbhshost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_usbhshost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_usbhshost.h b/arch/arm/src/kinetis/kinetis_usbhshost.h index 1cc48c882e..1c1831aca6 100644 --- a/arch/arm/src/kinetis/kinetis_usbhshost.h +++ b/arch/arm/src/kinetis/kinetis_usbhshost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_usbhshost.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/arch/arm/src/kinetis/kinetis_usbotg.h b/arch/arm/src/kinetis/kinetis_usbotg.h index 00f4598aec..78d536ce32 100644 --- a/arch/arm/src/kinetis/kinetis_usbotg.h +++ b/arch/arm/src/kinetis/kinetis_usbotg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_usbotg.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/arch/arm/src/kinetis/kinetis_userspace.c b/arch/arm/src/kinetis/kinetis_userspace.c index a25e41f7ee..1ff444945c 100644 --- a/arch/arm/src/kinetis/kinetis_userspace.c +++ b/arch/arm/src/kinetis/kinetis_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kinetis/kinetis_userspace.h b/arch/arm/src/kinetis/kinetis_userspace.h index aabdebf738..53403c79ff 100644 --- a/arch/arm/src/kinetis/kinetis_userspace.h +++ b/arch/arm/src/kinetis/kinetis_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_userspace.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/arch/arm/src/kinetis/kinetis_wdog.c b/arch/arm/src/kinetis/kinetis_wdog.c index 7e677b1333..e5ed22834b 100644 --- a/arch/arm/src/kinetis/kinetis_wdog.c +++ b/arch/arm/src/kinetis/kinetis_wdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_wdog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/Make.defs b/arch/arm/src/kl/Make.defs index 80046d2395..f998978ffb 100644 --- a/arch/arm/src/kl/Make.defs +++ b/arch/arm/src/kl/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/kl/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/arch/arm/src/kl/chip.h b/arch/arm/src/kl/chip.h index aef9679f2f..72fb62df49 100644 --- a/arch/arm/src/kl/chip.h +++ b/arch/arm/src/kl/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/chip.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/arch/arm/src/kl/hardware/k25z128_pinmux.h b/arch/arm/src/kl/hardware/k25z128_pinmux.h index 43b968ecbf..82b4a8d5e9 100644 --- a/arch/arm/src/kl/hardware/k25z128_pinmux.h +++ b/arch/arm/src/kl/hardware/k25z128_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/k25z128_pinmux.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/arch/arm/src/kl/hardware/kl_fmc.h b/arch/arm/src/kl/hardware/kl_fmc.h index ec9d535246..a4fa11d6ea 100644 --- a/arch/arm/src/kl/hardware/kl_fmc.h +++ b/arch/arm/src/kl/hardware/kl_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_fmc.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/arch/arm/src/kl/hardware/kl_gpio.h b/arch/arm/src/kl/hardware/kl_gpio.h index 78b422c3b7..2e5933b550 100644 --- a/arch/arm/src/kl/hardware/kl_gpio.h +++ b/arch/arm/src/kl/hardware/kl_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_gpio.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/arch/arm/src/kl/hardware/kl_i2c.h b/arch/arm/src/kl/hardware/kl_i2c.h index 74751a84ed..fc2dddae42 100644 --- a/arch/arm/src/kl/hardware/kl_i2c.h +++ b/arch/arm/src/kl/hardware/kl_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_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/arch/arm/src/kl/hardware/kl_llwu.h b/arch/arm/src/kl/hardware/kl_llwu.h index 638949d6b7..7f6da2f6d0 100644 --- a/arch/arm/src/kl/hardware/kl_llwu.h +++ b/arch/arm/src/kl/hardware/kl_llwu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_llwu.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/arch/arm/src/kl/hardware/kl_mcg.h b/arch/arm/src/kl/hardware/kl_mcg.h index 6bc9332354..5b03ba01f8 100644 --- a/arch/arm/src/kl/hardware/kl_mcg.h +++ b/arch/arm/src/kl/hardware/kl_mcg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_mcg.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/arch/arm/src/kl/hardware/kl_memorymap.h b/arch/arm/src/kl/hardware/kl_memorymap.h index afb5ba5aab..331f2fac5a 100644 --- a/arch/arm/src/kl/hardware/kl_memorymap.h +++ b/arch/arm/src/kl/hardware/kl_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_memorymap.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/arch/arm/src/kl/hardware/kl_osc.h b/arch/arm/src/kl/hardware/kl_osc.h index 483d70f56e..c6869d9799 100644 --- a/arch/arm/src/kl/hardware/kl_osc.h +++ b/arch/arm/src/kl/hardware/kl_osc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_osc.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/arch/arm/src/kl/hardware/kl_pinmux.h b/arch/arm/src/kl/hardware/kl_pinmux.h index 6b4c2e4840..df6c3c05db 100644 --- a/arch/arm/src/kl/hardware/kl_pinmux.h +++ b/arch/arm/src/kl/hardware/kl_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_pinmux.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/arch/arm/src/kl/hardware/kl_pit.h b/arch/arm/src/kl/hardware/kl_pit.h index e609dcd0d4..4371137d8f 100644 --- a/arch/arm/src/kl/hardware/kl_pit.h +++ b/arch/arm/src/kl/hardware/kl_pit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_pit.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/arch/arm/src/kl/hardware/kl_port.h b/arch/arm/src/kl/hardware/kl_port.h index fda201ebee..f35b97422b 100644 --- a/arch/arm/src/kl/hardware/kl_port.h +++ b/arch/arm/src/kl/hardware/kl_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_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/arch/arm/src/kl/hardware/kl_sim.h b/arch/arm/src/kl/hardware/kl_sim.h index 933506b5dd..7c6e27684b 100644 --- a/arch/arm/src/kl/hardware/kl_sim.h +++ b/arch/arm/src/kl/hardware/kl_sim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_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/arch/arm/src/kl/hardware/kl_spi.h b/arch/arm/src/kl/hardware/kl_spi.h index 909645c0fc..815b8e6888 100644 --- a/arch/arm/src/kl/hardware/kl_spi.h +++ b/arch/arm/src/kl/hardware/kl_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_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/arch/arm/src/kl/hardware/kl_tpm.h b/arch/arm/src/kl/hardware/kl_tpm.h index aeedcf2b32..344914a2a5 100644 --- a/arch/arm/src/kl/hardware/kl_tpm.h +++ b/arch/arm/src/kl/hardware/kl_tpm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_tpm.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/arch/arm/src/kl/hardware/kl_tsi.h b/arch/arm/src/kl/hardware/kl_tsi.h index 8fc88e1b28..4b0f5e650d 100644 --- a/arch/arm/src/kl/hardware/kl_tsi.h +++ b/arch/arm/src/kl/hardware/kl_tsi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_tsi.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/arch/arm/src/kl/hardware/kl_uart.h b/arch/arm/src/kl/hardware/kl_uart.h index 5f38c5aa23..aa953e98f8 100644 --- a/arch/arm/src/kl/hardware/kl_uart.h +++ b/arch/arm/src/kl/hardware/kl_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/hardware/kl_uart.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/arch/arm/src/kl/kl_clockconfig.c b/arch/arm/src/kl/kl_clockconfig.c index cc1609e99c..70649cdaed 100644 --- a/arch/arm/src/kl/kl_clockconfig.c +++ b/arch/arm/src/kl/kl_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_clockconfig.h b/arch/arm/src/kl/kl_clockconfig.h index 6a1e994d04..2f3aad1dba 100644 --- a/arch/arm/src/kl/kl_clockconfig.h +++ b/arch/arm/src/kl/kl_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_clockconfig.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/arch/arm/src/kl/kl_config.h b/arch/arm/src/kl/kl_config.h index 65999f33c6..188be1ad66 100644 --- a/arch/arm/src/kl/kl_config.h +++ b/arch/arm/src/kl/kl_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_config.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/arch/arm/src/kl/kl_dma.h b/arch/arm/src/kl/kl_dma.h index 97b9325d77..14f39b2385 100644 --- a/arch/arm/src/kl/kl_dma.h +++ b/arch/arm/src/kl/kl_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_dma.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/arch/arm/src/kl/kl_dumpgpio.c b/arch/arm/src/kl/kl_dumpgpio.c index 209c2c9c2c..ebd5a650bb 100644 --- a/arch/arm/src/kl/kl_dumpgpio.c +++ b/arch/arm/src/kl/kl_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_gpio.c b/arch/arm/src/kl/kl_gpio.c index 2fc225980a..d4cac78d4f 100644 --- a/arch/arm/src/kl/kl_gpio.c +++ b/arch/arm/src/kl/kl_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_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/arch/arm/src/kl/kl_gpio.h b/arch/arm/src/kl/kl_gpio.h index 253c72d2ad..25cb6fd1c7 100644 --- a/arch/arm/src/kl/kl_gpio.h +++ b/arch/arm/src/kl/kl_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_gpio.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/arch/arm/src/kl/kl_gpioirq.c b/arch/arm/src/kl/kl_gpioirq.c index 891a2af8e9..70b08f40c0 100644 --- a/arch/arm/src/kl/kl_gpioirq.c +++ b/arch/arm/src/kl/kl_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_idle.c b/arch/arm/src/kl/kl_idle.c index aed4ee9217..014e515ab6 100644 --- a/arch/arm/src/kl/kl_idle.c +++ b/arch/arm/src/kl/kl_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_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/arch/arm/src/kl/kl_irq.c b/arch/arm/src/kl/kl_irq.c index ed9a970f98..064fe13089 100644 --- a/arch/arm/src/kl/kl_irq.c +++ b/arch/arm/src/kl/kl_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_irq.h b/arch/arm/src/kl/kl_irq.h index ee6a15b8a3..b955dfb1ab 100644 --- a/arch/arm/src/kl/kl_irq.h +++ b/arch/arm/src/kl/kl_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_irq.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/arch/arm/src/kl/kl_irqprio.c b/arch/arm/src/kl/kl_irqprio.c index ba5c018fec..d22a72538f 100644 --- a/arch/arm/src/kl/kl_irqprio.c +++ b/arch/arm/src/kl/kl_irqprio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_irqprio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_lowputc.c b/arch/arm/src/kl/kl_lowputc.c index 00d8aa076f..d34899ac6e 100644 --- a/arch/arm/src/kl/kl_lowputc.c +++ b/arch/arm/src/kl/kl_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_lowputc.h b/arch/arm/src/kl/kl_lowputc.h index cea76f9b3a..56a4034979 100644 --- a/arch/arm/src/kl/kl_lowputc.h +++ b/arch/arm/src/kl/kl_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_lowputc.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/arch/arm/src/kl/kl_pwm.c b/arch/arm/src/kl/kl_pwm.c index 94b9d40826..91cf8b3b9c 100644 --- a/arch/arm/src/kl/kl_pwm.c +++ b/arch/arm/src/kl/kl_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_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/arch/arm/src/kl/kl_pwm.h b/arch/arm/src/kl/kl_pwm.h index fc5ddf5248..3edea42f79 100644 --- a/arch/arm/src/kl/kl_pwm.h +++ b/arch/arm/src/kl/kl_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_pwm.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/arch/arm/src/kl/kl_serial.c b/arch/arm/src/kl/kl_serial.c index e9f759b09e..7da537d257 100644 --- a/arch/arm/src/kl/kl_serial.c +++ b/arch/arm/src/kl/kl_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_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/arch/arm/src/kl/kl_spi.c b/arch/arm/src/kl/kl_spi.c index 618abe8a0b..0a13576745 100644 --- a/arch/arm/src/kl/kl_spi.c +++ b/arch/arm/src/kl/kl_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_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/arch/arm/src/kl/kl_spi.h b/arch/arm/src/kl/kl_spi.h index a2ddb657aa..a45db364b3 100644 --- a/arch/arm/src/kl/kl_spi.h +++ b/arch/arm/src/kl/kl_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_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/arch/arm/src/kl/kl_start.c b/arch/arm/src/kl/kl_start.c index ccafd3dadc..271ec005d6 100644 --- a/arch/arm/src/kl/kl_start.c +++ b/arch/arm/src/kl/kl_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_start.h b/arch/arm/src/kl/kl_start.h index 5eaa056aff..8d6b85ef3b 100644 --- a/arch/arm/src/kl/kl_start.h +++ b/arch/arm/src/kl/kl_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_start.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/arch/arm/src/kl/kl_timerisr.c b/arch/arm/src/kl/kl_timerisr.c index 2f1c059253..cb2b51e961 100644 --- a/arch/arm/src/kl/kl_timerisr.c +++ b/arch/arm/src/kl/kl_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_userspace.c b/arch/arm/src/kl/kl_userspace.c index 7322705fbb..943cacbb84 100644 --- a/arch/arm/src/kl/kl_userspace.c +++ b/arch/arm/src/kl/kl_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/kl/kl_userspace.h b/arch/arm/src/kl/kl_userspace.h index eb101e2e78..e7c793d85c 100644 --- a/arch/arm/src/kl/kl_userspace.h +++ b/arch/arm/src/kl/kl_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_userspace.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/arch/arm/src/lc823450/Make.defs b/arch/arm/src/lc823450/Make.defs index 590e6d02e2..c04f965d41 100644 --- a/arch/arm/src/lc823450/Make.defs +++ b/arch/arm/src/lc823450/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/lc823450/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/arch/arm/src/lc823450/chip.h b/arch/arm/src/lc823450/chip.h index 5a703f6c35..cb860b3b58 100644 --- a/arch/arm/src/lc823450/chip.h +++ b/arch/arm/src/lc823450/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/chip.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/arch/arm/src/lc823450/lc823450_adc.c b/arch/arm/src/lc823450/lc823450_adc.c index 76d82333ce..ecec2bede9 100644 --- a/arch/arm/src/lc823450/lc823450_adc.c +++ b/arch/arm/src/lc823450/lc823450_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_adc.h b/arch/arm/src/lc823450/lc823450_adc.h index 34c501bd48..c3400878b2 100644 --- a/arch/arm/src/lc823450/lc823450_adc.h +++ b/arch/arm/src/lc823450/lc823450_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_adc.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/arch/arm/src/lc823450/lc823450_allocateheap2.c b/arch/arm/src/lc823450/lc823450_allocateheap2.c index eae65e8d83..f3f04f8481 100644 --- a/arch/arm/src/lc823450/lc823450_allocateheap2.c +++ b/arch/arm/src/lc823450/lc823450_allocateheap2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_allocateheap2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_clockconfig.c b/arch/arm/src/lc823450/lc823450_clockconfig.c index f2d76cbca1..c0b343edb6 100644 --- a/arch/arm/src/lc823450/lc823450_clockconfig.c +++ b/arch/arm/src/lc823450/lc823450_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_clockconfig.h b/arch/arm/src/lc823450/lc823450_clockconfig.h index be0af9f80b..88df310918 100644 --- a/arch/arm/src/lc823450/lc823450_clockconfig.h +++ b/arch/arm/src/lc823450/lc823450_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_clockconfig.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/arch/arm/src/lc823450/lc823450_cpuidlestack.c b/arch/arm/src/lc823450/lc823450_cpuidlestack.c index 6e710b0c75..984dfd89d0 100644 --- a/arch/arm/src/lc823450/lc823450_cpuidlestack.c +++ b/arch/arm/src/lc823450/lc823450_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_cpuindex.c b/arch/arm/src/lc823450/lc823450_cpuindex.c index dcce257fb2..fa90381c4d 100644 --- a/arch/arm/src/lc823450/lc823450_cpuindex.c +++ b/arch/arm/src/lc823450/lc823450_cpuindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_cpuindex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_cpustart.c b/arch/arm/src/lc823450/lc823450_cpustart.c index 26d1d8cbc2..9fceef96af 100644 --- a/arch/arm/src/lc823450/lc823450_cpustart.c +++ b/arch/arm/src/lc823450/lc823450_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_dma.c b/arch/arm/src/lc823450/lc823450_dma.c index 7d34594168..52df0cc1d8 100644 --- a/arch/arm/src/lc823450/lc823450_dma.c +++ b/arch/arm/src/lc823450/lc823450_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_dma.h b/arch/arm/src/lc823450/lc823450_dma.h index 3249a71350..817e65d422 100644 --- a/arch/arm/src/lc823450/lc823450_dma.h +++ b/arch/arm/src/lc823450/lc823450_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_dma.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/arch/arm/src/lc823450/lc823450_dvfs2.c b/arch/arm/src/lc823450/lc823450_dvfs2.c index 1fcb9d87d7..6f70dbaff0 100644 --- a/arch/arm/src/lc823450/lc823450_dvfs2.c +++ b/arch/arm/src/lc823450/lc823450_dvfs2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_dvfs2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_dvfs2.h b/arch/arm/src/lc823450/lc823450_dvfs2.h index 9ff635dc98..7bf9ef18c8 100644 --- a/arch/arm/src/lc823450/lc823450_dvfs2.h +++ b/arch/arm/src/lc823450/lc823450_dvfs2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_dvfs2.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/arch/arm/src/lc823450/lc823450_gpio.c b/arch/arm/src/lc823450/lc823450_gpio.c index 258815eca8..5c39bbd9fd 100644 --- a/arch/arm/src/lc823450/lc823450_gpio.c +++ b/arch/arm/src/lc823450/lc823450_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_gpio.h b/arch/arm/src/lc823450/lc823450_gpio.h index 983d5d4316..82a9332cb9 100644 --- a/arch/arm/src/lc823450/lc823450_gpio.h +++ b/arch/arm/src/lc823450/lc823450_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_gpio.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/arch/arm/src/lc823450/lc823450_i2c.c b/arch/arm/src/lc823450/lc823450_i2c.c index b507702cf8..5632b5ea6b 100644 --- a/arch/arm/src/lc823450/lc823450_i2c.c +++ b/arch/arm/src/lc823450/lc823450_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_i2c.h b/arch/arm/src/lc823450/lc823450_i2c.h index 2e9166500a..fcef063053 100644 --- a/arch/arm/src/lc823450/lc823450_i2c.h +++ b/arch/arm/src/lc823450/lc823450_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_i2s.c b/arch/arm/src/lc823450/lc823450_i2s.c index 96dff56c4d..5e2dd5ee2b 100644 --- a/arch/arm/src/lc823450/lc823450_i2s.c +++ b/arch/arm/src/lc823450/lc823450_i2s.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_i2s.h b/arch/arm/src/lc823450/lc823450_i2s.h index c4e95fbc7c..e153efa8e9 100644 --- a/arch/arm/src/lc823450/lc823450_i2s.h +++ b/arch/arm/src/lc823450/lc823450_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_i2s.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/arch/arm/src/lc823450/lc823450_idle.c b/arch/arm/src/lc823450/lc823450_idle.c index 5936eb8678..ee0fd5ede6 100644 --- a/arch/arm/src/lc823450/lc823450_idle.c +++ b/arch/arm/src/lc823450/lc823450_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_intc.h b/arch/arm/src/lc823450/lc823450_intc.h index 12ac5a586a..475aa53bf3 100644 --- a/arch/arm/src/lc823450/lc823450_intc.h +++ b/arch/arm/src/lc823450/lc823450_intc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_intc.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/arch/arm/src/lc823450/lc823450_ipl2.c b/arch/arm/src/lc823450/lc823450_ipl2.c index 0156182f91..a282926833 100644 --- a/arch/arm/src/lc823450/lc823450_ipl2.c +++ b/arch/arm/src/lc823450/lc823450_ipl2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_ipl2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_irq.c b/arch/arm/src/lc823450/lc823450_irq.c index 3a0a9f5363..a1553dde4c 100644 --- a/arch/arm/src/lc823450/lc823450_irq.c +++ b/arch/arm/src/lc823450/lc823450_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_lowputc.c b/arch/arm/src/lc823450/lc823450_lowputc.c index 8a96aab191..3bb46f2238 100644 --- a/arch/arm/src/lc823450/lc823450_lowputc.c +++ b/arch/arm/src/lc823450/lc823450_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_lowputc.h b/arch/arm/src/lc823450/lc823450_lowputc.h index 3d57002f9a..e2fb386068 100644 --- a/arch/arm/src/lc823450/lc823450_lowputc.h +++ b/arch/arm/src/lc823450/lc823450_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_lowputc.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/arch/arm/src/lc823450/lc823450_mmcl.c b/arch/arm/src/lc823450/lc823450_mmcl.c index b2613dde51..f94255e372 100644 --- a/arch/arm/src/lc823450/lc823450_mmcl.c +++ b/arch/arm/src/lc823450/lc823450_mmcl.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_mmcl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_mmcl.h b/arch/arm/src/lc823450/lc823450_mmcl.h index a939cabf1f..695ca83b1a 100644 --- a/arch/arm/src/lc823450/lc823450_mmcl.h +++ b/arch/arm/src/lc823450/lc823450_mmcl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_mmcl.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/arch/arm/src/lc823450/lc823450_mpuinit2.c b/arch/arm/src/lc823450/lc823450_mpuinit2.c index b7410c096e..c16dde2da4 100644 --- a/arch/arm/src/lc823450/lc823450_mpuinit2.c +++ b/arch/arm/src/lc823450/lc823450_mpuinit2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_mpuinit2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_mpuinit2.h b/arch/arm/src/lc823450/lc823450_mpuinit2.h index 9d405798ed..6a3e3349f7 100644 --- a/arch/arm/src/lc823450/lc823450_mpuinit2.h +++ b/arch/arm/src/lc823450/lc823450_mpuinit2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_mpuinit2.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/arch/arm/src/lc823450/lc823450_mtd.c b/arch/arm/src/lc823450/lc823450_mtd.c index ac494b452d..28ac1c659c 100644 --- a/arch/arm/src/lc823450/lc823450_mtd.c +++ b/arch/arm/src/lc823450/lc823450_mtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_mtd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_mtd.h b/arch/arm/src/lc823450/lc823450_mtd.h index 14dd172842..3b7d74642b 100644 --- a/arch/arm/src/lc823450/lc823450_mtd.h +++ b/arch/arm/src/lc823450/lc823450_mtd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_mtd.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/arch/arm/src/lc823450/lc823450_procfs_dvfs.c b/arch/arm/src/lc823450/lc823450_procfs_dvfs.c index d25a1c2bcb..27d72a673a 100644 --- a/arch/arm/src/lc823450/lc823450_procfs_dvfs.c +++ b/arch/arm/src/lc823450/lc823450_procfs_dvfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_procfs_dvfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_pwm.h b/arch/arm/src/lc823450/lc823450_pwm.h index b195c7fefc..5754549786 100644 --- a/arch/arm/src/lc823450/lc823450_pwm.h +++ b/arch/arm/src/lc823450/lc823450_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_pwm.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/arch/arm/src/lc823450/lc823450_rtc.c b/arch/arm/src/lc823450/lc823450_rtc.c index 2652c03cfc..f1cf931ff0 100644 --- a/arch/arm/src/lc823450/lc823450_rtc.c +++ b/arch/arm/src/lc823450/lc823450_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_sdc.c b/arch/arm/src/lc823450/lc823450_sdc.c index bde7d69c3e..ad16649b0d 100644 --- a/arch/arm/src/lc823450/lc823450_sdc.c +++ b/arch/arm/src/lc823450/lc823450_sdc.c @@ -1,11 +1,12 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_sdc.c * - * Copyright (C) 2014-2015 ON Semiconductor. All rights reserved. - * Copyright 2014,2015,2016,2017 Sony Video & Sound Products Inc. - * Author: Masayuki Ishikawa - * Author: Masatoshi Tateishi - * Author: Nobutaka Toyoshima + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014,2015,2016,2017 Sony Video & Sound Products Inc. + * SPDX-FileCopyrightText: 2014-2015 ON Semiconductor. All rights reserved. + * SPDX-FileContributor: Masayuki Ishikawa + * SPDX-FileContributor: Masatoshi Tateishi + * SPDX-FileContributor: Nobutaka Toyoshima * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lc823450/lc823450_sdc.h b/arch/arm/src/lc823450/lc823450_sdc.h index 31b8c40ffa..2212dd3364 100644 --- a/arch/arm/src/lc823450/lc823450_sdc.h +++ b/arch/arm/src/lc823450/lc823450_sdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_sdc.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/arch/arm/src/lc823450/lc823450_sddrv_dep.c b/arch/arm/src/lc823450/lc823450_sddrv_dep.c index 8e84a05768..ee205fb8c5 100644 --- a/arch/arm/src/lc823450/lc823450_sddrv_dep.c +++ b/arch/arm/src/lc823450/lc823450_sddrv_dep.c @@ -1,11 +1,13 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_sddrv_dep.c * - * Copyright (C) 2014-2015 ON Semiconductor. All rights reserved. - * Copyright 2014,2015,2016,2017,2018 Sony Video & Sound Products Inc. - * Author: Masayuki Ishikawa - * Author: Masatoshi Tateishi - * Author: Nobutaka Toyoshima + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016,2017 Sony Video & Sound Products Inc. + * SPDX-FileCopyrightText: 2014,2015 Sony Video & Sound Products Inc. + * SPDX-FileCopyrightText: 2014-2015 ON Semiconductor. All rights reserved. + * SPDX-FileContributor: Masayuki Ishikawa + * SPDX-FileContributor: Masatoshi Tateishi + * SPDX-FileContributor: Nobutaka Toyoshima * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lc823450/lc823450_sddrv_if.h b/arch/arm/src/lc823450/lc823450_sddrv_if.h index 233c90424b..d119509b79 100644 --- a/arch/arm/src/lc823450/lc823450_sddrv_if.h +++ b/arch/arm/src/lc823450/lc823450_sddrv_if.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_sddrv_if.h * - * Copyright (C) 2014-2015 ON Semiconductor. All rights reserved. - * Copyright 2014,2015,2017 Sony Video & Sound Products Inc. - * Author: Masayuki Ishikawa + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014,2015,2017 Sony Video & Sound Products Inc. + * SPDX-FileCopyrightText: 2014-2015 ON Semiconductor. All rights reserved. + * SPDX-FileContributor: Masayuki Ishikawa * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lc823450/lc823450_sddrv_type.h b/arch/arm/src/lc823450/lc823450_sddrv_type.h index 7b49033d8b..4a4193d7c1 100644 --- a/arch/arm/src/lc823450/lc823450_sddrv_type.h +++ b/arch/arm/src/lc823450/lc823450_sddrv_type.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_sddrv_type.h * - * Copyright (C) 2014-2015 ON Semiconductor. All rights reserved. - * Copyright 2014,2017 Sony Video & Sound Products Inc. - * Author: Masayuki Ishikawa + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014,2017 Sony Video & Sound Products Inc. + * SPDX-FileCopyrightText: 2014-2015 ON Semiconductor. All rights reserved. + * SPDX-FileContributor: Masayuki Ishikawa * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lc823450/lc823450_serial.c b/arch/arm/src/lc823450/lc823450_serial.c index 54fe1bc934..0ddea2c79b 100644 --- a/arch/arm/src/lc823450/lc823450_serial.c +++ b/arch/arm/src/lc823450/lc823450_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_serial.h b/arch/arm/src/lc823450/lc823450_serial.h index e9e69e472a..499e59fb29 100644 --- a/arch/arm/src/lc823450/lc823450_serial.h +++ b/arch/arm/src/lc823450/lc823450_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_smpcall.c b/arch/arm/src/lc823450/lc823450_smpcall.c index 8aa5bce3f8..847a5dc5d6 100644 --- a/arch/arm/src/lc823450/lc823450_smpcall.c +++ b/arch/arm/src/lc823450/lc823450_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_spi.c b/arch/arm/src/lc823450/lc823450_spi.c index c8c8f20d70..b49efc9e29 100644 --- a/arch/arm/src/lc823450/lc823450_spi.c +++ b/arch/arm/src/lc823450/lc823450_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_spi.h b/arch/arm/src/lc823450/lc823450_spi.h index 276e77dd7b..f012b8dd76 100644 --- a/arch/arm/src/lc823450/lc823450_spi.h +++ b/arch/arm/src/lc823450/lc823450_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_spifi2.c b/arch/arm/src/lc823450/lc823450_spifi2.c index 9e5498c526..40c9378075 100644 --- a/arch/arm/src/lc823450/lc823450_spifi2.c +++ b/arch/arm/src/lc823450/lc823450_spifi2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_spifi2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_spifi2.h b/arch/arm/src/lc823450/lc823450_spifi2.h index 91aa155ee8..03629bc739 100644 --- a/arch/arm/src/lc823450/lc823450_spifi2.h +++ b/arch/arm/src/lc823450/lc823450_spifi2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_spifi2.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/arch/arm/src/lc823450/lc823450_start.c b/arch/arm/src/lc823450/lc823450_start.c index 571107913b..497a79b083 100644 --- a/arch/arm/src/lc823450/lc823450_start.c +++ b/arch/arm/src/lc823450/lc823450_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_start.h b/arch/arm/src/lc823450/lc823450_start.h index 6d6fe69098..d1e62ed9f3 100644 --- a/arch/arm/src/lc823450/lc823450_start.h +++ b/arch/arm/src/lc823450/lc823450_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_start.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/arch/arm/src/lc823450/lc823450_syscontrol.c b/arch/arm/src/lc823450/lc823450_syscontrol.c index f85720fe4b..318dc4b26b 100644 --- a/arch/arm/src/lc823450/lc823450_syscontrol.c +++ b/arch/arm/src/lc823450/lc823450_syscontrol.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_syscontrol.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_syscontrol.h b/arch/arm/src/lc823450/lc823450_syscontrol.h index 30cc8cf6ef..d737007b43 100644 --- a/arch/arm/src/lc823450/lc823450_syscontrol.h +++ b/arch/arm/src/lc823450/lc823450_syscontrol.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_syscontrol.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/arch/arm/src/lc823450/lc823450_testset.c b/arch/arm/src/lc823450/lc823450_testset.c index cdd34e9931..e425d0ed80 100644 --- a/arch/arm/src/lc823450/lc823450_testset.c +++ b/arch/arm/src/lc823450/lc823450_testset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_testset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_timer.c b/arch/arm/src/lc823450/lc823450_timer.c index 28d66ed222..d17d049bbb 100644 --- a/arch/arm/src/lc823450/lc823450_timer.c +++ b/arch/arm/src/lc823450/lc823450_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_timer.h b/arch/arm/src/lc823450/lc823450_timer.h index 8e4e225a11..f5396bd6f5 100644 --- a/arch/arm/src/lc823450/lc823450_timer.h +++ b/arch/arm/src/lc823450/lc823450_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_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/arch/arm/src/lc823450/lc823450_usbdev.c b/arch/arm/src/lc823450/lc823450_usbdev.c index 7929c9195f..37c8746d44 100644 --- a/arch/arm/src/lc823450/lc823450_usbdev.c +++ b/arch/arm/src/lc823450/lc823450_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_usbdev.h b/arch/arm/src/lc823450/lc823450_usbdev.h index 2b32e80a01..502aff031f 100644 --- a/arch/arm/src/lc823450/lc823450_usbdev.h +++ b/arch/arm/src/lc823450/lc823450_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_usbdev.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/arch/arm/src/lc823450/lc823450_userspace.c b/arch/arm/src/lc823450/lc823450_userspace.c index 6a917fab00..393930faef 100644 --- a/arch/arm/src/lc823450/lc823450_userspace.c +++ b/arch/arm/src/lc823450/lc823450_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_userspace.h b/arch/arm/src/lc823450/lc823450_userspace.h index d19b159245..89464cca9a 100644 --- a/arch/arm/src/lc823450/lc823450_userspace.h +++ b/arch/arm/src/lc823450/lc823450_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_userspace.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/arch/arm/src/lc823450/lc823450_wdt.c b/arch/arm/src/lc823450/lc823450_wdt.c index 97424fb689..5bb3bbff64 100644 --- a/arch/arm/src/lc823450/lc823450_wdt.c +++ b/arch/arm/src/lc823450/lc823450_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lc823450/lc823450_wdt.h b/arch/arm/src/lc823450/lc823450_wdt.h index 142897c4b2..d1ce103ed7 100644 --- a/arch/arm/src/lc823450/lc823450_wdt.h +++ b/arch/arm/src/lc823450/lc823450_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_wdt.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/arch/arm/src/lpc17xx_40xx/Make.defs b/arch/arm/src/lpc17xx_40xx/Make.defs index 0b5fef9a91..8e25d64342 100644 --- a/arch/arm/src/lpc17xx_40xx/Make.defs +++ b/arch/arm/src/lpc17xx_40xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/lpc17xx_40xx/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/arch/arm/src/lpc17xx_40xx/chip.h b/arch/arm/src/lpc17xx_40xx/chip.h index fcb74b7d22..2647faa12b 100644 --- a/arch/arm/src/lpc17xx_40xx/chip.h +++ b/arch/arm/src/lpc17xx_40xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/chip.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/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_memorymap.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_memorymap.h index 151bd23bef..3e18e96ad8 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_memorymap.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc176x_memorymap.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/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconfig.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconfig.h index ec73a4971a..4a0733b78b 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconfig.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconfig.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/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconn.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconn.h index b79c9d5721..50665b1642 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconn.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconn.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc176x_pinconn.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/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_syscon.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_syscon.h index 661ddcbcc3..69dd83f996 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_syscon.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc176x_syscon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc176x_syscon.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/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_iocon.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_iocon.h index 47e698abe7..e72155efcd 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_iocon.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_iocon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_iocon.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/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_memorymap.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_memorymap.h index 024c6b7c88..20a4ab9311 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_memorymap.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_memorymap.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/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_pinconfig.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_pinconfig.h index aac62f98ae..b6eb1723f8 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_pinconfig.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_pinconfig.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/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_syscon.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_syscon.h index 55f846db87..73ba6b4a61 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_syscon.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_syscon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc178x_40xx_syscon.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_adc.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_adc.h index 32ae1a2e8d..a73d714e98 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_adc.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_adc.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_can.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_can.h index 4ec2bcc3b1..8f932401a7 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_can.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_can.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_dac.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_dac.h index 6a59d59e76..a67ae50c07 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_dac.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_dac.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_eeprom.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_eeprom.h index 952daabead..9382249c81 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_eeprom.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_eeprom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_eeprom.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_emc.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_emc.h index 1c445c026b..9393596e25 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_emc.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_emc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_emc.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ethernet.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ethernet.h index 65278cef23..127362b48b 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ethernet.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ethernet.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpdma.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpdma.h index 8e3bf71e4c..102a01f32c 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpdma.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpdma.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpio.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpio.h index fd4fbfce34..4942e65be7 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpio.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_gpio.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2c.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2c.h index 60506c9dac..6f7084d305 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2c.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2s.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2s.h index e3aa402c31..b3fb8bd4bd 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2s.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_i2s.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_lcd.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_lcd.h index 0ff7d24f67..1aa34b8ad5 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_lcd.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_lcd.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_mcpwm.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_mcpwm.h index 2978c90a45..8a55eb7fe4 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_mcpwm.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_mcpwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_mcpwm.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_memorymap.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_memorymap.h index edbcfbba05..2e8f53e14a 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_memorymap.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_memorymap.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconfig.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconfig.h index f9854523ac..15bbee618a 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconfig.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconfig.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconn.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconn.h index b1bc92e277..f56cebf95c 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconn.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconn.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pinconn.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pwm.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pwm.h index 400f4645f1..e8d0de22d4 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pwm.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_pwm.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_qei.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_qei.h index 9390b62f8d..a20d82442b 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_qei.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_qei.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_qei.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rit.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rit.h index c073b7a610..b5de6d112a 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rit.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rit.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtc.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtc.h index efd018f4a5..f75fb4e44a 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtc.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtc.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtcevmr.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtcevmr.h index 18d18427f5..0e4acf3ee0 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtcevmr.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtcevmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_rtcevmr.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_sdcard.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_sdcard.h index c95bcf22df..7eed4e1ee8 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_sdcard.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_sdcard.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_sdcard.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_spi.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_spi.h index 94aca099fd..550bbfd277 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_spi.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ssp.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ssp.h index 3394ea1d7a..7fae61e335 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ssp.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ssp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_ssp.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_syscon.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_syscon.h index 0c52b470e2..9d7a1efad5 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_syscon.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_syscon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_syscon.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_timer.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_timer.h index 04bf4d54c1..c1d56cf6d2 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_timer.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_uart.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_uart.h index 73e1eeaa8b..c4ac4923e3 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_uart.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_uart.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_usb.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_usb.h index f62e75365a..142ca7175c 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_usb.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_usb.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/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_wdt.h b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_wdt.h index 6e4880f61d..f2ee49d41d 100644 --- a/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_wdt.h +++ b/arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/hardware/lpc17_40_wdt.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/arch/arm/src/lpc17xx_40xx/lpc176x_clockconfig.c b/arch/arm/src/lpc17xx_40xx/lpc176x_clockconfig.c index ab8586b009..bbf4c5fc2f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc176x_clockconfig.c +++ b/arch/arm/src/lpc17xx_40xx/lpc176x_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc176x_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.c b/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.c index 6b3e8b85f5..4d7283a67f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.c +++ b/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc176x_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/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.h b/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.h index 520ca21e21..7259f78920 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.h +++ b/arch/arm/src/lpc17xx_40xx/lpc176x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc176x_gpio.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/arch/arm/src/lpc17xx_40xx/lpc176x_rtc.c b/arch/arm/src/lpc17xx_40xx/lpc176x_rtc.c index 8fdd7aa48e..a898732341 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc176x_rtc.c +++ b/arch/arm/src/lpc17xx_40xx/lpc176x_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc176x_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/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_clockconfig.c b/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_clockconfig.c index 41d55e9d15..e156151515 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_clockconfig.c +++ b/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc178x_40xx_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.c b/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.c index 5ab838005a..b31233094d 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.c +++ b/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc178x_40xx_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/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.h b/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.h index 17d58a0de6..fae33b791f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.h +++ b/arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc178x_40xx_gpio.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/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c index 6499b52a5c..e611d6d560 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c @@ -1,14 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Copyright (C) 2016 Gregory Nutt. All rights reserved. - * Author: Li Zhuoyi - * Gregory Nutt - * - * This file is a part of NuttX: - * - * Copyright (C) 2010, 2013, 2016 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileCopyrightText: 2010,2013,2016 Gregory Nutt. 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/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.h index c32608fd48..c08663ce65 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_adc.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/arch/arm/src/lpc17xx_40xx/lpc17_40_allocateheap.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_allocateheap.c index 0cf64d0059..fd0281f0b9 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_allocateheap.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_can.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_can.c index f1611e69d9..514870c704 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_can.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_can.c @@ -1,19 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_can.c * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Authors: - * Li Zhuoyi - * Gregory Nutt - * History: - * 2011-07-12: Initial version (Li Zhuoyi) - * 2011-08-03: Support CAN1/CAN2 (Li Zhuoyi) - * 2012-01-02: Add support for CAN loopback mode (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,2012 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/arch/arm/src/lpc17xx_40xx/lpc17_40_can.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_can.h index 223f341b9b..d7ad6be319 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_can.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_can.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/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.c index ce4d9dc407..c261f39cff 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.h index 2243ae1c82..d2c1f0dd7f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_clockconfig.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/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.c index a32a093014..176c5beb53 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.h index ca161ff38d..138919bbdb 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_clrpend.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/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.c index 7833b3f5e7..0b11924cb9 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_dac.c * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * History: 0.1 2011-08-05 initial version - * - * This file is a part of NuttX: - * - * Copyright (C) 2010, 2014, 2016 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, 2014, 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Li Zhuoyi * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.h index bbc2448066..2007871aac 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_dac.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/arch/arm/src/lpc17xx_40xx/lpc17_40_emacram.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_emacram.h index 3f6b6a2e5c..e985ef8184 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_emacram.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_emacram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_emacram.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/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.c index ace43bfe4e..0e5df29efb 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_emc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.h index a3e047cb79..abd50f09c4 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_emc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_emc.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/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c index 8cc9263255..81ea81b1cd 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.h index d595e9eec7..950fdb4826 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.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/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.c index 80261388f3..93388a2f4d 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.h index 2e56c64dc7..7e1d2d6b7f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_gpdma.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/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.c index 5dd1432bb8..0f005e5a7a 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.h index 10d771f15d..48876086ef 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_gpio.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/arch/arm/src/lpc17xx_40xx/lpc17_40_gpiodbg.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpiodbg.c index 581b814eab..d7de0a0846 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpiodbg.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpiodbg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_gpiodbg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpioint.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpioint.c index d2172a1a86..11dd237e57 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_gpioint.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_gpioint.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_gpioint.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c index 23eef26f95..85d0fe4dab 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c @@ -1,18 +1,14 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c * - * Copyright (C) 2012, 2014-2016, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi (Original author) - * - * Derived from arch/arm/src/lpc31xx/lpc31_i2c.c - * - * Author: David Hewson - * - * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012, 2014-2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileCopyrightText: 2010-2011 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi (Original author) + * SPDX-FileContributor: David Hewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.h index 4d3f2aaeb2..d8b482804e 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_i2s.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_i2s.h index 21006f3b29..cda8d94a71 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_i2s.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_i2s.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/arch/arm/src/lpc17xx_40xx/lpc17_40_idle.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_idle.c index 1e5a68b503..54f2174a74 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_idle.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c index 7c971c81fb..8ac09b8b6d 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c index f286281351..4a7ab834d3 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.h index 1a27ceecc1..13f6a28734 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_lcd.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/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.c index a706c7315e..dade32d861 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.h index fc2afcf618..f26a506135 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_lowputc.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/arch/arm/src/lpc17xx_40xx/lpc17_40_mcpwm.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_mcpwm.c index 6708708055..a29fea66bc 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_mcpwm.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_mcpwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_mcpwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.c index 106860b823..361ccfb04b 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.h index 95fbcc7bfb..017daa0053 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_mpuinit.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/arch/arm/src/lpc17xx_40xx/lpc17_40_ohciram.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_ohciram.h index 5c2eb67a82..04b58a3e82 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_ohciram.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_ohciram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_ohciram.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/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.c index 1afab95617..60f3acb2b7 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.h index 6f7b544dab..dd0c12448e 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_progmem.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/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.c index 10fc784d42..fdc8128a81 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.h index e216e905ef..983e89c9d9 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_pwm.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/arch/arm/src/lpc17xx_40xx/lpc17_40_qei.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_qei.h index be4659e84c..afcf62afbd 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_qei.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_qei.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_qei.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/arch/arm/src/lpc17xx_40xx/lpc17_40_rit.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_rit.h index 0a677896c0..a39c5d1ddd 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_rit.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_rit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_rit.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/arch/arm/src/lpc17xx_40xx/lpc17_40_rtc.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_rtc.h index 6cd54f6e88..ca4ddac46e 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_rtc.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_rtc.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/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c index 604e435da3..7eb758a599 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.h index 0de065d578..e78fcda723 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.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/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c index 1397e4b382..55bc869117 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.h index 176c46acf1..d653d0d46f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.c index ba4b74aa50..c9a893a5f7 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.h index 2705584ef5..90319850bc 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c index 0d84455143..abf4e31768 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.h index 50eebfc791..7766da932c 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.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/arch/arm/src/lpc17xx_40xx/lpc17_40_start.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_start.c index eee92a234e..0ba0c26498 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_start.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_start.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_start.h index 67780e34a8..312804993e 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_start.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_start.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/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.c index 4dbed4a2bd..6331bda03e 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.h index b2be232397..ad09e11b9f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_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/arch/arm/src/lpc17xx_40xx/lpc17_40_timerisr.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_timerisr.c index 37a3b66d7a..9f6a0b1583 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_timerisr.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_usbdev.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_usbdev.c index 527aa26342..fa433c4acb 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_usbdev.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c index c8e1b17dbb..94c61457b5 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.h index bb0f1795c6..5a78db2cfc 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.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/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.c index 1b80d8aab8..3fb62c660f 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.h index d8b2d5fc93..83fbf4a01d 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_userspace.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/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.c b/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.c index e05dc37a09..30be01792b 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.c +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.h b/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.h index 993ebda23b..2837275e16 100644 --- a/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.h +++ b/arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc17xx_40xx/lpc17_40_wdt.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/arch/arm/src/lpc214x/Make.defs b/arch/arm/src/lpc214x/Make.defs index 887e288a69..ebb6027f45 100644 --- a/arch/arm/src/lpc214x/Make.defs +++ b/arch/arm/src/lpc214x/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/arm/src/lpc214x/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/arch/arm/src/lpc214x/chip.h b/arch/arm/src/lpc214x/chip.h index 682001ee3d..0fd3f6cf8b 100644 --- a/arch/arm/src/lpc214x/chip.h +++ b/arch/arm/src/lpc214x/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/chip.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/arch/arm/src/lpc214x/lpc214x_apb.h b/arch/arm/src/lpc214x/lpc214x_apb.h index 0a3288e812..fab6b1e15b 100644 --- a/arch/arm/src/lpc214x/lpc214x_apb.h +++ b/arch/arm/src/lpc214x/lpc214x_apb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_apb.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/arch/arm/src/lpc214x/lpc214x_decodeirq.c b/arch/arm/src/lpc214x/lpc214x_decodeirq.c index f20f85c852..5851446d6b 100644 --- a/arch/arm/src/lpc214x/lpc214x_decodeirq.c +++ b/arch/arm/src/lpc214x/lpc214x_decodeirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_decodeirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc214x/lpc214x_head.S b/arch/arm/src/lpc214x/lpc214x_head.S index 33d4643f60..5f2533158e 100644 --- a/arch/arm/src/lpc214x/lpc214x_head.S +++ b/arch/arm/src/lpc214x/lpc214x_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc214x/lpc214x_i2c.h b/arch/arm/src/lpc214x/lpc214x_i2c.h index f5e1bb6acc..2f6aaa679a 100644 --- a/arch/arm/src/lpc214x/lpc214x_i2c.h +++ b/arch/arm/src/lpc214x/lpc214x_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_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/arch/arm/src/lpc214x/lpc214x_irq.c b/arch/arm/src/lpc214x/lpc214x_irq.c index 2b8d49cf40..f25b40e730 100644 --- a/arch/arm/src/lpc214x/lpc214x_irq.c +++ b/arch/arm/src/lpc214x/lpc214x_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc214x/lpc214x_lowputc.S b/arch/arm/src/lpc214x/lpc214x_lowputc.S index 149c1328e0..d809fc15ae 100644 --- a/arch/arm/src/lpc214x/lpc214x_lowputc.S +++ b/arch/arm/src/lpc214x/lpc214x_lowputc.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/arm/src/lpc214x/lpc214X_lowputc.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc214x/lpc214x_pinsel.h b/arch/arm/src/lpc214x/lpc214x_pinsel.h index 2404c073b8..9a486294e0 100644 --- a/arch/arm/src/lpc214x/lpc214x_pinsel.h +++ b/arch/arm/src/lpc214x/lpc214x_pinsel.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_pinsel.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/arch/arm/src/lpc214x/lpc214x_pll.h b/arch/arm/src/lpc214x/lpc214x_pll.h index 38e79ca29c..6afcc8d371 100644 --- a/arch/arm/src/lpc214x/lpc214x_pll.h +++ b/arch/arm/src/lpc214x/lpc214x_pll.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_pll.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/arch/arm/src/lpc214x/lpc214x_power.h b/arch/arm/src/lpc214x/lpc214x_power.h index 27b828cd2e..dcff98fc16 100644 --- a/arch/arm/src/lpc214x/lpc214x_power.h +++ b/arch/arm/src/lpc214x/lpc214x_power.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_power.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/arch/arm/src/lpc214x/lpc214x_serial.c b/arch/arm/src/lpc214x/lpc214x_serial.c index 1b64a1370b..6fc923d6b5 100644 --- a/arch/arm/src/lpc214x/lpc214x_serial.c +++ b/arch/arm/src/lpc214x/lpc214x_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_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/arch/arm/src/lpc214x/lpc214x_spi.h b/arch/arm/src/lpc214x/lpc214x_spi.h index 105061067a..e4b6131893 100644 --- a/arch/arm/src/lpc214x/lpc214x_spi.h +++ b/arch/arm/src/lpc214x/lpc214x_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_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/arch/arm/src/lpc214x/lpc214x_timer.h b/arch/arm/src/lpc214x/lpc214x_timer.h index 4fe0e903fb..feeabf2b20 100644 --- a/arch/arm/src/lpc214x/lpc214x_timer.h +++ b/arch/arm/src/lpc214x/lpc214x_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_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/arch/arm/src/lpc214x/lpc214x_timerisr.c b/arch/arm/src/lpc214x/lpc214x_timerisr.c index 41158dffab..ced9ced965 100644 --- a/arch/arm/src/lpc214x/lpc214x_timerisr.c +++ b/arch/arm/src/lpc214x/lpc214x_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc214x/lpc214x_uart.h b/arch/arm/src/lpc214x/lpc214x_uart.h index dc9e3e22e4..2b69aa3f65 100644 --- a/arch/arm/src/lpc214x/lpc214x_uart.h +++ b/arch/arm/src/lpc214x/lpc214x_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_uart.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/arch/arm/src/lpc214x/lpc214x_usbdev.c b/arch/arm/src/lpc214x/lpc214x_usbdev.c index 47936b1100..1496d563ce 100644 --- a/arch/arm/src/lpc214x/lpc214x_usbdev.c +++ b/arch/arm/src/lpc214x/lpc214x_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc214x/lpc214x_usbdev.h b/arch/arm/src/lpc214x/lpc214x_usbdev.h index 67670d8482..24dd36f253 100644 --- a/arch/arm/src/lpc214x/lpc214x_usbdev.h +++ b/arch/arm/src/lpc214x/lpc214x_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_usbdev.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/arch/arm/src/lpc214x/lpc214x_vic.h b/arch/arm/src/lpc214x/lpc214x_vic.h index 35cb0d6577..c4c9b36a81 100644 --- a/arch/arm/src/lpc214x/lpc214x_vic.h +++ b/arch/arm/src/lpc214x/lpc214x_vic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc214x/lpc214x_vic.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/arch/arm/src/lpc2378/Make.defs b/arch/arm/src/lpc2378/Make.defs index b95622df2c..e431b3beae 100644 --- a/arch/arm/src/lpc2378/Make.defs +++ b/arch/arm/src/lpc2378/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/arm/src/lpc2378/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/arch/arm/src/lpc2378/chip.h b/arch/arm/src/lpc2378/chip.h index 059c7afcea..cbfd019620 100644 --- a/arch/arm/src/lpc2378/chip.h +++ b/arch/arm/src/lpc2378/chip.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/chip.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc2378.h b/arch/arm/src/lpc2378/lpc2378.h index e156ec8d22..d9023e84fe 100644 --- a/arch/arm/src/lpc2378/lpc2378.h +++ b/arch/arm/src/lpc2378/lpc2378.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc2378.h * - * Copyright (C) 2010, 2015 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010,2015 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_decodeirq.c b/arch/arm/src/lpc2378/lpc23xx_decodeirq.c index b3818365b2..8e7d0e2987 100644 --- a/arch/arm/src/lpc2378/lpc23xx_decodeirq.c +++ b/arch/arm/src/lpc2378/lpc23xx_decodeirq.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_decodeirq.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010,2011 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_gpio.h b/arch/arm/src/lpc2378/lpc23xx_gpio.h index 26fb19ee30..22731c878c 100644 --- a/arch/arm/src/lpc2378/lpc23xx_gpio.h +++ b/arch/arm/src/lpc2378/lpc23xx_gpio.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_gpio.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_head.S b/arch/arm/src/lpc2378/lpc23xx_head.S index 282626afee..bb52a74154 100644 --- a/arch/arm/src/lpc2378/lpc23xx_head.S +++ b/arch/arm/src/lpc2378/lpc23xx_head.S @@ -1,13 +1,12 @@ /**************************************************************************** * arch/arm/src/arm/lpc2378/lpc23xx_head.S * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010, 2012, 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010,2012 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_i2c.c b/arch/arm/src/lpc2378/lpc23xx_i2c.c index 4db64c2c3e..bc3b7e9b8b 100644 --- a/arch/arm/src/lpc2378/lpc23xx_i2c.c +++ b/arch/arm/src/lpc2378/lpc23xx_i2c.c @@ -1,23 +1,16 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_i2c.c * - * Copyright (C) 2013, 2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Derived from arch/arm/src/lpc17xx_40xx/lpc17xx_40xx_i2c.c - * - * Copyright (C) 2012, 2014-2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi (Original author) - * - * Derived from arch/arm/src/lpc31xx/lpc31_i2c.c - * - * Author: David Hewson - * - * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2014-2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012,2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010-2011 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: David Hewson + * SPDX-FileContributor: Rommel Marcelo + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi (Original author) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc2378/lpc23xx_i2c.h b/arch/arm/src/lpc2378/lpc23xx_i2c.h index e370d84919..64a279dbdf 100644 --- a/arch/arm/src/lpc2378/lpc23xx_i2c.h +++ b/arch/arm/src/lpc2378/lpc23xx_i2c.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_i2c.h * - * Copyright (C) 2013 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * - * Derived arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.h - * - * Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010,2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi (Original author) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc2378/lpc23xx_io.c b/arch/arm/src/lpc2378/lpc23xx_io.c index 78c51c2181..a0824754b1 100644 --- a/arch/arm/src/lpc2378/lpc23xx_io.c +++ b/arch/arm/src/lpc2378/lpc23xx_io.c @@ -1,12 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_io.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_irq.c b/arch/arm/src/lpc2378/lpc23xx_irq.c index 67316a4407..ca107413af 100644 --- a/arch/arm/src/lpc2378/lpc23xx_irq.c +++ b/arch/arm/src/lpc2378/lpc23xx_irq.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_irq.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_lowputc.S b/arch/arm/src/lpc2378/lpc23xx_lowputc.S index 15e8481ee3..996cef27fc 100644 --- a/arch/arm/src/lpc2378/lpc23xx_lowputc.S +++ b/arch/arm/src/lpc2378/lpc23xx_lowputc.S @@ -1,13 +1,11 @@ /************************************************************************** * arch/arm/src/lpc2378/lpc23xx_lowputc.S * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_pinsel.h b/arch/arm/src/lpc2378/lpc23xx_pinsel.h index e4697a065f..38240d31a4 100644 --- a/arch/arm/src/lpc2378/lpc23xx_pinsel.h +++ b/arch/arm/src/lpc2378/lpc23xx_pinsel.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_pinsel.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_pllsetup.c b/arch/arm/src/lpc2378/lpc23xx_pllsetup.c index 36fe88b056..4d172acdd0 100644 --- a/arch/arm/src/lpc2378/lpc23xx_pllsetup.c +++ b/arch/arm/src/lpc2378/lpc23xx_pllsetup.c @@ -1,12 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_pllsetup.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS: - * - * Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010,2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_scb.h b/arch/arm/src/lpc2378/lpc23xx_scb.h index 1274f4d4fc..349d4e078f 100644 --- a/arch/arm/src/lpc2378/lpc23xx_scb.h +++ b/arch/arm/src/lpc2378/lpc23xx_scb.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_scb.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010,2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_serial.c b/arch/arm/src/lpc2378/lpc23xx_serial.c index c49cc1b1fb..6468ae8c8a 100644 --- a/arch/arm/src/lpc2378/lpc23xx_serial.c +++ b/arch/arm/src/lpc2378/lpc23xx_serial.c @@ -1,14 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_serial.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * With updates by: Gregory Nutt - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010, 2012-2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012-2013 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_spi.c b/arch/arm/src/lpc2378/lpc23xx_spi.c index 058c113697..b3d12a38ed 100644 --- a/arch/arm/src/lpc2378/lpc23xx_spi.c +++ b/arch/arm/src/lpc2378/lpc23xx_spi.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_spi.c * - * Copyright (C) 2013 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * - * Derived from arch/arm/src/lpc17xx_40xx/lpc17_40_spi.c - * - * Copyright (C) 2010-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc2378/lpc23xx_spi.h b/arch/arm/src/lpc2378/lpc23xx_spi.h index 7cb823af29..742edbeb8a 100644 --- a/arch/arm/src/lpc2378/lpc23xx_spi.h +++ b/arch/arm/src/lpc2378/lpc23xx_spi.h @@ -1,13 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_spi.h * - * Copyright (C) 2013 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * - * Derived arch/arm/src/lpc17xx_40xx/lpc17_40_spi.h - * - * Copyright (C) 2010, 2014, 2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010,2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc2378/lpc23xx_timer.h b/arch/arm/src/lpc2378/lpc23xx_timer.h index ad48add87d..1c39231b8f 100644 --- a/arch/arm/src/lpc2378/lpc23xx_timer.h +++ b/arch/arm/src/lpc2378/lpc23xx_timer.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_timer.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_timerisr.c b/arch/arm/src/lpc2378/lpc23xx_timerisr.c index 478f9aba2e..8ddf86b5d8 100644 --- a/arch/arm/src/lpc2378/lpc23xx_timerisr.c +++ b/arch/arm/src/lpc2378/lpc23xx_timerisr.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_timerisr.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_uart.h b/arch/arm/src/lpc2378/lpc23xx_uart.h index f6754d82c3..ee818b2632 100644 --- a/arch/arm/src/lpc2378/lpc23xx_uart.h +++ b/arch/arm/src/lpc2378/lpc23xx_uart.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_uart.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc2378/lpc23xx_vic.h b/arch/arm/src/lpc2378/lpc23xx_vic.h index 8471b299c2..934ba2ecee 100644 --- a/arch/arm/src/lpc2378/lpc23xx_vic.h +++ b/arch/arm/src/lpc2378/lpc23xx_vic.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/lpc2378/lpc23xx_vic.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This file is part of the NuttX RTOS and based on the lpc2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Rommel Marcelo + * 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/arch/arm/src/lpc31xx/Make.defs b/arch/arm/src/lpc31xx/Make.defs index c625fc0b1d..1f2e6e1ae3 100644 --- a/arch/arm/src/lpc31xx/Make.defs +++ b/arch/arm/src/lpc31xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/lpc31xx/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/arch/arm/src/lpc31xx/chip.h b/arch/arm/src/lpc31xx/chip.h index ddb0542960..e31f8db766 100644 --- a/arch/arm/src/lpc31xx/chip.h +++ b/arch/arm/src/lpc31xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/chip.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/arch/arm/src/lpc31xx/lpc31.h b/arch/arm/src/lpc31xx/lpc31.h index eba1291d49..e2218e57e7 100644 --- a/arch/arm/src/lpc31xx/lpc31.h +++ b/arch/arm/src/lpc31xx/lpc31.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31.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/arch/arm/src/lpc31xx/lpc31_adc.h b/arch/arm/src/lpc31xx/lpc31_adc.h index 147efc86ef..14d6e32208 100644 --- a/arch/arm/src/lpc31xx/lpc31_adc.h +++ b/arch/arm/src/lpc31xx/lpc31_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_adc.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/arch/arm/src/lpc31xx/lpc31_allocateheap.c b/arch/arm/src/lpc31xx/lpc31_allocateheap.c index 513eb92bfb..9573927e21 100644 --- a/arch/arm/src/lpc31xx/lpc31_allocateheap.c +++ b/arch/arm/src/lpc31xx/lpc31_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_analogdie.h b/arch/arm/src/lpc31xx/lpc31_analogdie.h index ba5e3840fa..1817263f5e 100644 --- a/arch/arm/src/lpc31xx/lpc31_analogdie.h +++ b/arch/arm/src/lpc31xx/lpc31_analogdie.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_analogdie.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/arch/arm/src/lpc31xx/lpc31_bcrndx.c b/arch/arm/src/lpc31xx/lpc31_bcrndx.c index eaf1933e65..d15eb8af52 100644 --- a/arch/arm/src/lpc31xx/lpc31_bcrndx.c +++ b/arch/arm/src/lpc31xx/lpc31_bcrndx.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_bcrndx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_boot.c b/arch/arm/src/lpc31xx/lpc31_boot.c index e7a4f3b036..a99292831b 100644 --- a/arch/arm/src/lpc31xx/lpc31_boot.c +++ b/arch/arm/src/lpc31xx/lpc31_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_boot.h b/arch/arm/src/lpc31xx/lpc31_boot.h index ac339d07c7..179e0de1e2 100644 --- a/arch/arm/src/lpc31xx/lpc31_boot.h +++ b/arch/arm/src/lpc31xx/lpc31_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_boot.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/arch/arm/src/lpc31xx/lpc31_cgu.h b/arch/arm/src/lpc31xx/lpc31_cgu.h index 0f8e054df5..76a31d390f 100644 --- a/arch/arm/src/lpc31xx/lpc31_cgu.h +++ b/arch/arm/src/lpc31xx/lpc31_cgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_cgu.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/arch/arm/src/lpc31xx/lpc31_cgudrvr.h b/arch/arm/src/lpc31xx/lpc31_cgudrvr.h index ec6822da9e..5db81b8891 100644 --- a/arch/arm/src/lpc31xx/lpc31_cgudrvr.h +++ b/arch/arm/src/lpc31xx/lpc31_cgudrvr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_cgudrvr.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/arch/arm/src/lpc31xx/lpc31_clkdomain.c b/arch/arm/src/lpc31xx/lpc31_clkdomain.c index 35b9fe9e9f..0ba85318c3 100644 --- a/arch/arm/src/lpc31xx/lpc31_clkdomain.c +++ b/arch/arm/src/lpc31xx/lpc31_clkdomain.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_clkdomain.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_clkexten.c b/arch/arm/src/lpc31xx/lpc31_clkexten.c index 987357fb00..a7ee3f2f51 100644 --- a/arch/arm/src/lpc31xx/lpc31_clkexten.c +++ b/arch/arm/src/lpc31xx/lpc31_clkexten.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_clkexten.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_clkfreq.c b/arch/arm/src/lpc31xx/lpc31_clkfreq.c index a68713ec61..be89f1bb08 100644 --- a/arch/arm/src/lpc31xx/lpc31_clkfreq.c +++ b/arch/arm/src/lpc31xx/lpc31_clkfreq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_clkfreq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_clkinit.c b/arch/arm/src/lpc31xx/lpc31_clkinit.c index 035360425a..4cdb90936e 100644 --- a/arch/arm/src/lpc31xx/lpc31_clkinit.c +++ b/arch/arm/src/lpc31xx/lpc31_clkinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_clkinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_decodeirq.c b/arch/arm/src/lpc31xx/lpc31_decodeirq.c index f8abd0bdb5..36dcc4b69f 100644 --- a/arch/arm/src/lpc31xx/lpc31_decodeirq.c +++ b/arch/arm/src/lpc31xx/lpc31_decodeirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_decodeirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_defclk.c b/arch/arm/src/lpc31xx/lpc31_defclk.c index 859b928a44..d359d81dc8 100644 --- a/arch/arm/src/lpc31xx/lpc31_defclk.c +++ b/arch/arm/src/lpc31xx/lpc31_defclk.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_defclk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_dma.h b/arch/arm/src/lpc31xx/lpc31_dma.h index 5b451b7e9d..b0cf564aaf 100644 --- a/arch/arm/src/lpc31xx/lpc31_dma.h +++ b/arch/arm/src/lpc31xx/lpc31_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_dma.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/arch/arm/src/lpc31xx/lpc31_ehci.c b/arch/arm/src/lpc31xx/lpc31_ehci.c index 6f543ad5bc..9d0cfc9760 100644 --- a/arch/arm/src/lpc31xx/lpc31_ehci.c +++ b/arch/arm/src/lpc31xx/lpc31_ehci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_ehci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_esrndx.c b/arch/arm/src/lpc31xx/lpc31_esrndx.c index a80ab08da8..1c04838fa5 100644 --- a/arch/arm/src/lpc31xx/lpc31_esrndx.c +++ b/arch/arm/src/lpc31xx/lpc31_esrndx.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_esrndx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_evntrtr.h b/arch/arm/src/lpc31xx/lpc31_evntrtr.h index 7966d56a7f..af585ba28e 100644 --- a/arch/arm/src/lpc31xx/lpc31_evntrtr.h +++ b/arch/arm/src/lpc31xx/lpc31_evntrtr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_evntrtr.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/arch/arm/src/lpc31xx/lpc31_fdcndx.c b/arch/arm/src/lpc31xx/lpc31_fdcndx.c index 82d9ce671e..24dac6d3bd 100644 --- a/arch/arm/src/lpc31xx/lpc31_fdcndx.c +++ b/arch/arm/src/lpc31xx/lpc31_fdcndx.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_fdcndx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_fdivinit.c b/arch/arm/src/lpc31xx/lpc31_fdivinit.c index 18e4259d27..aefd5b2d02 100644 --- a/arch/arm/src/lpc31xx/lpc31_fdivinit.c +++ b/arch/arm/src/lpc31xx/lpc31_fdivinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_fdivinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_freqin.c b/arch/arm/src/lpc31xx/lpc31_freqin.c index de0db2816b..8a481a0079 100644 --- a/arch/arm/src/lpc31xx/lpc31_freqin.c +++ b/arch/arm/src/lpc31xx/lpc31_freqin.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_freqin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_i2c.c b/arch/arm/src/lpc31xx/lpc31_i2c.c index f57852bc6f..b83231f9f2 100644 --- a/arch/arm/src/lpc31xx/lpc31_i2c.c +++ b/arch/arm/src/lpc31xx/lpc31_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_i2c.h b/arch/arm/src/lpc31xx/lpc31_i2c.h index 280cf021ac..2084bd9bfc 100644 --- a/arch/arm/src/lpc31xx/lpc31_i2c.h +++ b/arch/arm/src/lpc31xx/lpc31_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_i2s.h b/arch/arm/src/lpc31xx/lpc31_i2s.h index d78120053b..e7d4a5e077 100644 --- a/arch/arm/src/lpc31xx/lpc31_i2s.h +++ b/arch/arm/src/lpc31xx/lpc31_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_i2s.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/arch/arm/src/lpc31xx/lpc31_intc.h b/arch/arm/src/lpc31xx/lpc31_intc.h index f63ff09799..933537fd4a 100644 --- a/arch/arm/src/lpc31xx/lpc31_intc.h +++ b/arch/arm/src/lpc31xx/lpc31_intc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_intc.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/arch/arm/src/lpc31xx/lpc31_ioconfig.h b/arch/arm/src/lpc31xx/lpc31_ioconfig.h index 1759488f6c..ab5e4c42d9 100644 --- a/arch/arm/src/lpc31xx/lpc31_ioconfig.h +++ b/arch/arm/src/lpc31xx/lpc31_ioconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_ioconfig.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/arch/arm/src/lpc31xx/lpc31_irq.c b/arch/arm/src/lpc31xx/lpc31_irq.c index 4c7f3dbaf8..8e91e33c54 100644 --- a/arch/arm/src/lpc31xx/lpc31_irq.c +++ b/arch/arm/src/lpc31xx/lpc31_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_lcd.h b/arch/arm/src/lpc31xx/lpc31_lcd.h index 38d3eb0ce2..31ac7399b7 100644 --- a/arch/arm/src/lpc31xx/lpc31_lcd.h +++ b/arch/arm/src/lpc31xx/lpc31_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_lcd.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/arch/arm/src/lpc31xx/lpc31_lowputc.c b/arch/arm/src/lpc31xx/lpc31_lowputc.c index a398c04e84..22a1200fd5 100644 --- a/arch/arm/src/lpc31xx/lpc31_lowputc.c +++ b/arch/arm/src/lpc31xx/lpc31_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_mci.h b/arch/arm/src/lpc31xx/lpc31_mci.h index b93539c7fb..4c498d75ef 100644 --- a/arch/arm/src/lpc31xx/lpc31_mci.h +++ b/arch/arm/src/lpc31xx/lpc31_mci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_mci.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/arch/arm/src/lpc31xx/lpc31_memorymap.h b/arch/arm/src/lpc31xx/lpc31_memorymap.h index c6a53e5bf8..212f197eff 100644 --- a/arch/arm/src/lpc31xx/lpc31_memorymap.h +++ b/arch/arm/src/lpc31xx/lpc31_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_memorymap.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/arch/arm/src/lpc31xx/lpc31_mpmc.h b/arch/arm/src/lpc31xx/lpc31_mpmc.h index f5431c746e..eea281cb07 100644 --- a/arch/arm/src/lpc31xx/lpc31_mpmc.h +++ b/arch/arm/src/lpc31xx/lpc31_mpmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_mpmc.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/arch/arm/src/lpc31xx/lpc31_nand.h b/arch/arm/src/lpc31xx/lpc31_nand.h index 02a7283327..4d2fa9f289 100644 --- a/arch/arm/src/lpc31xx/lpc31_nand.h +++ b/arch/arm/src/lpc31xx/lpc31_nand.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_nand.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/arch/arm/src/lpc31xx/lpc31_otp.h b/arch/arm/src/lpc31xx/lpc31_otp.h index 2b6081d9d2..a18841f4eb 100644 --- a/arch/arm/src/lpc31xx/lpc31_otp.h +++ b/arch/arm/src/lpc31xx/lpc31_otp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_otp.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/arch/arm/src/lpc31xx/lpc31_pcm.h b/arch/arm/src/lpc31xx/lpc31_pcm.h index 521846c750..1b80e3364d 100644 --- a/arch/arm/src/lpc31xx/lpc31_pcm.h +++ b/arch/arm/src/lpc31xx/lpc31_pcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_pcm.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/arch/arm/src/lpc31xx/lpc31_pllconfig.c b/arch/arm/src/lpc31xx/lpc31_pllconfig.c index 5cfebad25f..319036b07d 100644 --- a/arch/arm/src/lpc31xx/lpc31_pllconfig.c +++ b/arch/arm/src/lpc31xx/lpc31_pllconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_pllconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_pwm.h b/arch/arm/src/lpc31xx/lpc31_pwm.h index 4ed1d2c545..e33b61e87c 100644 --- a/arch/arm/src/lpc31xx/lpc31_pwm.h +++ b/arch/arm/src/lpc31xx/lpc31_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_pwm.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/arch/arm/src/lpc31xx/lpc31_resetclks.c b/arch/arm/src/lpc31xx/lpc31_resetclks.c index fb02856903..d0a9e24152 100644 --- a/arch/arm/src/lpc31xx/lpc31_resetclks.c +++ b/arch/arm/src/lpc31xx/lpc31_resetclks.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_resetclks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_rng.h b/arch/arm/src/lpc31xx/lpc31_rng.h index d993ad5c0b..4312b1372c 100644 --- a/arch/arm/src/lpc31xx/lpc31_rng.h +++ b/arch/arm/src/lpc31xx/lpc31_rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_serial.c b/arch/arm/src/lpc31xx/lpc31_serial.c index 6477abc3bc..263531684c 100644 --- a/arch/arm/src/lpc31xx/lpc31_serial.c +++ b/arch/arm/src/lpc31xx/lpc31_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_setfdiv.c b/arch/arm/src/lpc31xx/lpc31_setfdiv.c index 79ce343021..5ba6f89128 100644 --- a/arch/arm/src/lpc31xx/lpc31_setfdiv.c +++ b/arch/arm/src/lpc31xx/lpc31_setfdiv.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_setfdiv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_setfreqin.c b/arch/arm/src/lpc31xx/lpc31_setfreqin.c index df7a007633..e791f9a194 100644 --- a/arch/arm/src/lpc31xx/lpc31_setfreqin.c +++ b/arch/arm/src/lpc31xx/lpc31_setfreqin.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_setfreqin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_softreset.c b/arch/arm/src/lpc31xx/lpc31_softreset.c index c7e583caf1..e050f72d25 100644 --- a/arch/arm/src/lpc31xx/lpc31_softreset.c +++ b/arch/arm/src/lpc31xx/lpc31_softreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_softreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_spi.c b/arch/arm/src/lpc31xx/lpc31_spi.c index f017a496b1..eb7f1cd098 100644 --- a/arch/arm/src/lpc31xx/lpc31_spi.c +++ b/arch/arm/src/lpc31xx/lpc31_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_spi.h b/arch/arm/src/lpc31xx/lpc31_spi.h index a9d48bee23..21cdc7bf81 100644 --- a/arch/arm/src/lpc31xx/lpc31_spi.h +++ b/arch/arm/src/lpc31xx/lpc31_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_syscreg.h b/arch/arm/src/lpc31xx/lpc31_syscreg.h index 5c6e0f470b..95c9ed8770 100644 --- a/arch/arm/src/lpc31xx/lpc31_syscreg.h +++ b/arch/arm/src/lpc31xx/lpc31_syscreg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_syscreg.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/arch/arm/src/lpc31xx/lpc31_timer.h b/arch/arm/src/lpc31xx/lpc31_timer.h index 4c08ccb202..5e6242874f 100644 --- a/arch/arm/src/lpc31xx/lpc31_timer.h +++ b/arch/arm/src/lpc31xx/lpc31_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_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/arch/arm/src/lpc31xx/lpc31_timerisr.c b/arch/arm/src/lpc31xx/lpc31_timerisr.c index 2d87483a14..cceb9169a8 100644 --- a/arch/arm/src/lpc31xx/lpc31_timerisr.c +++ b/arch/arm/src/lpc31xx/lpc31_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_uart.h b/arch/arm/src/lpc31xx/lpc31_uart.h index 6f8e6547b9..fe2ee5a470 100644 --- a/arch/arm/src/lpc31xx/lpc31_uart.h +++ b/arch/arm/src/lpc31xx/lpc31_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_uart.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/arch/arm/src/lpc31xx/lpc31_usbdev.c b/arch/arm/src/lpc31xx/lpc31_usbdev.c index f848aad7a9..c65ea484c0 100644 --- a/arch/arm/src/lpc31xx/lpc31_usbdev.c +++ b/arch/arm/src/lpc31xx/lpc31_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc31xx/lpc31_usbotg.h b/arch/arm/src/lpc31xx/lpc31_usbotg.h index 3b171b9054..369b8c0918 100644 --- a/arch/arm/src/lpc31xx/lpc31_usbotg.h +++ b/arch/arm/src/lpc31xx/lpc31_usbotg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_usbotg.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/arch/arm/src/lpc31xx/lpc31_wdt.h b/arch/arm/src/lpc31xx/lpc31_wdt.h index efbdc57bee..a33b70c550 100644 --- a/arch/arm/src/lpc31xx/lpc31_wdt.h +++ b/arch/arm/src/lpc31xx/lpc31_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc31xx/lpc31_wdt.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/arch/arm/src/lpc43xx/Make.defs b/arch/arm/src/lpc43xx/Make.defs index 8ec251feb6..33dadffe5c 100644 --- a/arch/arm/src/lpc43xx/Make.defs +++ b/arch/arm/src/lpc43xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/lpc43xx/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/arch/arm/src/lpc43xx/chip.h b/arch/arm/src/lpc43xx/chip.h index 4532958ff4..b4680afe2f 100644 --- a/arch/arm/src/lpc43xx/chip.h +++ b/arch/arm/src/lpc43xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/chip.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/arch/arm/src/lpc43xx/hardware/lpc4310203050_memorymap.h b/arch/arm/src/lpc43xx/hardware/lpc4310203050_memorymap.h index 88d26f827c..1967022926 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc4310203050_memorymap.h +++ b/arch/arm/src/lpc43xx/hardware/lpc4310203050_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc4310203050_memorymap.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/arch/arm/src/lpc43xx/hardware/lpc4310203050_pinconfig.h b/arch/arm/src/lpc43xx/hardware/lpc4310203050_pinconfig.h index efb1e1c1ab..fe1469fb00 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc4310203050_pinconfig.h +++ b/arch/arm/src/lpc43xx/hardware/lpc4310203050_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc4310203050_pinconfig.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/arch/arm/src/lpc43xx/hardware/lpc4337jet100_pinconfig.h b/arch/arm/src/lpc43xx/hardware/lpc4337jet100_pinconfig.h index 27ce4a6973..2144724f66 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc4337jet100_pinconfig.h +++ b/arch/arm/src/lpc43xx/hardware/lpc4337jet100_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc4337jet100_pinconfig.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/arch/arm/src/lpc43xx/hardware/lpc435357_memorymap.h b/arch/arm/src/lpc43xx/hardware/lpc435357_memorymap.h index 1c72908c29..62d664a1e1 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc435357_memorymap.h +++ b/arch/arm/src/lpc43xx/hardware/lpc435357_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc435357_memorymap.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/arch/arm/src/lpc43xx/hardware/lpc4357fet256_pinconfig.h b/arch/arm/src/lpc43xx/hardware/lpc4357fet256_pinconfig.h index 78b11a2001..0f9e67c16f 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc4357fet256_pinconfig.h +++ b/arch/arm/src/lpc43xx/hardware/lpc4357fet256_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc4357fet256_pinconfig.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/arch/arm/src/lpc43xx/hardware/lpc43_adc.h b/arch/arm/src/lpc43xx/hardware/lpc43_adc.h index 2eb56348c6..623232b6d7 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_adc.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_adc.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/arch/arm/src/lpc43xx/hardware/lpc43_aes.h b/arch/arm/src/lpc43xx/hardware/lpc43_aes.h index cc5bf30ee6..45678e06c3 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_aes.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_aes.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/arch/arm/src/lpc43xx/hardware/lpc43_atimer.h b/arch/arm/src/lpc43xx/hardware/lpc43_atimer.h index 221e60b4b2..f6636d3da0 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_atimer.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_atimer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_atimer.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/arch/arm/src/lpc43xx/hardware/lpc43_can.h b/arch/arm/src/lpc43xx/hardware/lpc43_can.h index 15e87271e1..45dde71fb4 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_can.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_can.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/arch/arm/src/lpc43xx/hardware/lpc43_ccu.h b/arch/arm/src/lpc43xx/hardware/lpc43_ccu.h index b4eb405625..fb54602f0e 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_ccu.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_ccu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_ccu.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/arch/arm/src/lpc43xx/hardware/lpc43_cgu.h b/arch/arm/src/lpc43xx/hardware/lpc43_cgu.h index 630c261cf3..7fb5d80bb4 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_cgu.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_cgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_cgu.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/arch/arm/src/lpc43xx/hardware/lpc43_creg.h b/arch/arm/src/lpc43xx/hardware/lpc43_creg.h index 63f8b671dd..5ef3489ae7 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_creg.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_creg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_creg.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/arch/arm/src/lpc43xx/hardware/lpc43_dac.h b/arch/arm/src/lpc43xx/hardware/lpc43_dac.h index bacf94c1b1..3ab1cd156a 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_dac.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_dac.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/arch/arm/src/lpc43xx/hardware/lpc43_eeprom.h b/arch/arm/src/lpc43xx/hardware/lpc43_eeprom.h index 5fe489ad4f..55cd9895d6 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_eeprom.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_eeprom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_eeprom.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/arch/arm/src/lpc43xx/hardware/lpc43_emc.h b/arch/arm/src/lpc43xx/hardware/lpc43_emc.h index ac82cf05d1..5d8dccc256 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_emc.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_emc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_emc.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/arch/arm/src/lpc43xx/hardware/lpc43_ethernet.h b/arch/arm/src/lpc43xx/hardware/lpc43_ethernet.h index 42065274cd..38a2ded284 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_ethernet.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_ethernet.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/arch/arm/src/lpc43xx/hardware/lpc43_evntmntr.h b/arch/arm/src/lpc43xx/hardware/lpc43_evntmntr.h index 6b8aba26f7..3edb4c08a9 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_evntmntr.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_evntmntr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_evntmntr.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/arch/arm/src/lpc43xx/hardware/lpc43_evntrtr.h b/arch/arm/src/lpc43xx/hardware/lpc43_evntrtr.h index 867fc86e24..e3ecfd7aeb 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_evntrtr.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_evntrtr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_evntrtr.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/arch/arm/src/lpc43xx/hardware/lpc43_flash.h b/arch/arm/src/lpc43xx/hardware/lpc43_flash.h index 7bc2297c52..93df4e347c 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_flash.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_flash.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/arch/arm/src/lpc43xx/hardware/lpc43_gima.h b/arch/arm/src/lpc43xx/hardware/lpc43_gima.h index 33ce549e59..194802940a 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_gima.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_gima.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_gima.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/arch/arm/src/lpc43xx/hardware/lpc43_gpdma.h b/arch/arm/src/lpc43xx/hardware/lpc43_gpdma.h index bba75f9eaa..db7785bfaa 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_gpdma.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_gpdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_gpdma.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/arch/arm/src/lpc43xx/hardware/lpc43_gpio.h b/arch/arm/src/lpc43xx/hardware/lpc43_gpio.h index 8673d54da5..61f5967b51 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_gpio.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_gpio.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/arch/arm/src/lpc43xx/hardware/lpc43_i2c.h b/arch/arm/src/lpc43xx/hardware/lpc43_i2c.h index 1d37820f99..9284bf5b12 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_i2c.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_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/arch/arm/src/lpc43xx/hardware/lpc43_i2s.h b/arch/arm/src/lpc43xx/hardware/lpc43_i2s.h index af25afccd4..cff8ee7587 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_i2s.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_i2s.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/arch/arm/src/lpc43xx/hardware/lpc43_lcd.h b/arch/arm/src/lpc43xx/hardware/lpc43_lcd.h index b4aafc3281..9f19b9ee1b 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_lcd.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_lcd.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/arch/arm/src/lpc43xx/hardware/lpc43_mcpwm.h b/arch/arm/src/lpc43xx/hardware/lpc43_mcpwm.h index 3187fde5bb..a29c7f2764 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_mcpwm.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_mcpwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_mcpwm.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/arch/arm/src/lpc43xx/hardware/lpc43_otp.h b/arch/arm/src/lpc43xx/hardware/lpc43_otp.h index 76950409a7..8f84018a67 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_otp.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_otp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_otp.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/arch/arm/src/lpc43xx/hardware/lpc43_pmc.h b/arch/arm/src/lpc43xx/hardware/lpc43_pmc.h index 518564f3fd..9de256091c 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_pmc.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_pmc.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/arch/arm/src/lpc43xx/hardware/lpc43_qei.h b/arch/arm/src/lpc43xx/hardware/lpc43_qei.h index 5ed5951c56..681100c265 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_qei.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_qei.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_qei.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/arch/arm/src/lpc43xx/hardware/lpc43_rgu.h b/arch/arm/src/lpc43xx/hardware/lpc43_rgu.h index e423da0aa8..1a5ba30834 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_rgu.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_rgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_rgu.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/arch/arm/src/lpc43xx/hardware/lpc43_rit.h b/arch/arm/src/lpc43xx/hardware/lpc43_rit.h index c8d21ec69d..d89b2e9587 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_rit.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_rit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_rit.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/arch/arm/src/lpc43xx/hardware/lpc43_rtc.h b/arch/arm/src/lpc43xx/hardware/lpc43_rtc.h index 0d44a87176..4ce7f23227 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_rtc.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_rtc.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/arch/arm/src/lpc43xx/hardware/lpc43_sct.h b/arch/arm/src/lpc43xx/hardware/lpc43_sct.h index 63319b6138..48e051d0b9 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_sct.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_sct.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_sct.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/arch/arm/src/lpc43xx/hardware/lpc43_scu.h b/arch/arm/src/lpc43xx/hardware/lpc43_scu.h index 7ed7e117a2..3d7a9bb7ae 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_scu.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_scu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_scu.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/arch/arm/src/lpc43xx/hardware/lpc43_sdmmc.h b/arch/arm/src/lpc43xx/hardware/lpc43_sdmmc.h index 66efbd6ae2..f562740b69 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_sdmmc.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_sdmmc.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/arch/arm/src/lpc43xx/hardware/lpc43_sgpio.h b/arch/arm/src/lpc43xx/hardware/lpc43_sgpio.h index e3940dcfcc..6cc9aff725 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_sgpio.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_sgpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_sgpio.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/arch/arm/src/lpc43xx/hardware/lpc43_spi.h b/arch/arm/src/lpc43xx/hardware/lpc43_spi.h index 05f2f0bf09..50640603fd 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_spi.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_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/arch/arm/src/lpc43xx/hardware/lpc43_ssp.h b/arch/arm/src/lpc43xx/hardware/lpc43_ssp.h index 3fb787e074..8b8388f556 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_ssp.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_ssp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_ssp.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/arch/arm/src/lpc43xx/hardware/lpc43_timer.h b/arch/arm/src/lpc43xx/hardware/lpc43_timer.h index e2a13ee1a2..a57a721993 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_timer.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_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/arch/arm/src/lpc43xx/hardware/lpc43_uart.h b/arch/arm/src/lpc43xx/hardware/lpc43_uart.h index 24b696ac07..188711515e 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_uart.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_uart.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/arch/arm/src/lpc43xx/hardware/lpc43_usb0.h b/arch/arm/src/lpc43xx/hardware/lpc43_usb0.h index 65de4da052..2cbf47bfec 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_usb0.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_usb0.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_usb0.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/arch/arm/src/lpc43xx/hardware/lpc43_wwdt.h b/arch/arm/src/lpc43xx/hardware/lpc43_wwdt.h index 2c871d5c0f..35e927d01e 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_wwdt.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_wwdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_wwdt.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/arch/arm/src/lpc43xx/lpc43_adc.c b/arch/arm/src/lpc43xx/lpc43_adc.c index 3ddc622664..980e6f2663 100644 --- a/arch/arm/src/lpc43xx/lpc43_adc.c +++ b/arch/arm/src/lpc43xx/lpc43_adc.c @@ -1,19 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_adc.c * - * Copyright(C) 2012, 2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Ported from the LPC17 version: - * - * Copyright(C) 2011 Li Zhuoyi. All rights reserved. - * Copyright(C) 2016 Gregory Nutt. All rights reserved. - * Author: Li Zhuoyi - * Gregory Nutt - * - * This file is a part of NuttX: - * - * Copyright(C) 2010-2012, 2015 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015,2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010-2012 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc43xx/lpc43_adc.h b/arch/arm/src/lpc43xx/lpc43_adc.h index 82b79ed918..73ad568d56 100644 --- a/arch/arm/src/lpc43xx/lpc43_adc.h +++ b/arch/arm/src/lpc43xx/lpc43_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_adc.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/arch/arm/src/lpc43xx/lpc43_aes.c b/arch/arm/src/lpc43xx/lpc43_aes.c index e394de0416..8f3c31b6ca 100644 --- a/arch/arm/src/lpc43xx/lpc43_aes.c +++ b/arch/arm/src/lpc43xx/lpc43_aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_aes.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_allocateheap.c b/arch/arm/src/lpc43xx/lpc43_allocateheap.c index 0d977931c0..bdd2eb3fa6 100644 --- a/arch/arm/src/lpc43xx/lpc43_allocateheap.c +++ b/arch/arm/src/lpc43xx/lpc43_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_can.c b/arch/arm/src/lpc43xx/lpc43_can.c index 27771be209..e91c1258be 100644 --- a/arch/arm/src/lpc43xx/lpc43_can.c +++ b/arch/arm/src/lpc43xx/lpc43_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_can.h b/arch/arm/src/lpc43xx/lpc43_can.h index 8d33be6c4b..a290716378 100644 --- a/arch/arm/src/lpc43xx/lpc43_can.h +++ b/arch/arm/src/lpc43xx/lpc43_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_can.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/arch/arm/src/lpc43xx/lpc43_ccu.h b/arch/arm/src/lpc43xx/lpc43_ccu.h index 8f85ee18d3..ae75e7a2b9 100644 --- a/arch/arm/src/lpc43xx/lpc43_ccu.h +++ b/arch/arm/src/lpc43xx/lpc43_ccu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ccu.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/arch/arm/src/lpc43xx/lpc43_cgu.c b/arch/arm/src/lpc43xx/lpc43_cgu.c index 2fa72461bd..210a70702f 100644 --- a/arch/arm/src/lpc43xx/lpc43_cgu.c +++ b/arch/arm/src/lpc43xx/lpc43_cgu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_cgu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_cgu.h b/arch/arm/src/lpc43xx/lpc43_cgu.h index 84195a5119..be83c83a20 100644 --- a/arch/arm/src/lpc43xx/lpc43_cgu.h +++ b/arch/arm/src/lpc43xx/lpc43_cgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_cgu.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/arch/arm/src/lpc43xx/lpc43_clrpend.c b/arch/arm/src/lpc43xx/lpc43_clrpend.c index 2b4374a3a0..3fefa00ce7 100644 --- a/arch/arm/src/lpc43xx/lpc43_clrpend.c +++ b/arch/arm/src/lpc43xx/lpc43_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_config.h b/arch/arm/src/lpc43xx/lpc43_config.h index a7fe3c2322..b4008224dc 100644 --- a/arch/arm/src/lpc43xx/lpc43_config.h +++ b/arch/arm/src/lpc43xx/lpc43_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_config.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/arch/arm/src/lpc43xx/lpc43_creg.h b/arch/arm/src/lpc43xx/lpc43_creg.h index cffece8c15..a4416fafba 100644 --- a/arch/arm/src/lpc43xx/lpc43_creg.h +++ b/arch/arm/src/lpc43xx/lpc43_creg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_creg.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/arch/arm/src/lpc43xx/lpc43_crypto.c b/arch/arm/src/lpc43xx/lpc43_crypto.c index cd06c321e6..1c59a4c216 100644 --- a/arch/arm/src/lpc43xx/lpc43_crypto.c +++ b/arch/arm/src/lpc43xx/lpc43_crypto.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_crypto.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_dac.c b/arch/arm/src/lpc43xx/lpc43_dac.c index cea12cb6f6..2659748c67 100644 --- a/arch/arm/src/lpc43xx/lpc43_dac.c +++ b/arch/arm/src/lpc43xx/lpc43_dac.c @@ -1,18 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_dac.c * - * Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Ported from the LPC17 version: - * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * History: 0.1 2011-08-05 initial version - * - * This file is a part of NuttX: - * - * Copyright (C) 2010-2012 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012,2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010-2012 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc43xx/lpc43_dac.h b/arch/arm/src/lpc43xx/lpc43_dac.h index 92793c643f..4ce21be3d5 100644 --- a/arch/arm/src/lpc43xx/lpc43_dac.h +++ b/arch/arm/src/lpc43xx/lpc43_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_dac.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/arch/arm/src/lpc43xx/lpc43_debug.c b/arch/arm/src/lpc43xx/lpc43_debug.c index e880ac8f5b..285839d165 100644 --- a/arch/arm/src/lpc43xx/lpc43_debug.c +++ b/arch/arm/src/lpc43xx/lpc43_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_ehci.c b/arch/arm/src/lpc43xx/lpc43_ehci.c index 56c52070d4..b99cbfb7b1 100644 --- a/arch/arm/src/lpc43xx/lpc43_ehci.c +++ b/arch/arm/src/lpc43xx/lpc43_ehci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ehci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_ehci.h b/arch/arm/src/lpc43xx/lpc43_ehci.h index 4901fbc3bf..4ef6f09787 100644 --- a/arch/arm/src/lpc43xx/lpc43_ehci.h +++ b/arch/arm/src/lpc43xx/lpc43_ehci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ehci.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/arch/arm/src/lpc43xx/lpc43_emacram.h b/arch/arm/src/lpc43xx/lpc43_emacram.h index f9070a3e73..87a23e5386 100644 --- a/arch/arm/src/lpc43xx/lpc43_emacram.h +++ b/arch/arm/src/lpc43xx/lpc43_emacram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_emacram.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/arch/arm/src/lpc43xx/lpc43_emc.c b/arch/arm/src/lpc43xx/lpc43_emc.c index 90d5345b3a..1159d5485c 100644 --- a/arch/arm/src/lpc43xx/lpc43_emc.c +++ b/arch/arm/src/lpc43xx/lpc43_emc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_emc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_emc.h b/arch/arm/src/lpc43xx/lpc43_emc.h index a9e708bc91..232511ca29 100644 --- a/arch/arm/src/lpc43xx/lpc43_emc.h +++ b/arch/arm/src/lpc43xx/lpc43_emc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_emc.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/arch/arm/src/lpc43xx/lpc43_ethernet.c b/arch/arm/src/lpc43xx/lpc43_ethernet.c index e24d12635f..cbb1f9d9f6 100644 --- a/arch/arm/src/lpc43xx/lpc43_ethernet.c +++ b/arch/arm/src/lpc43xx/lpc43_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_ethernet.h b/arch/arm/src/lpc43xx/lpc43_ethernet.h index 9cd5c8af40..e75add1af6 100644 --- a/arch/arm/src/lpc43xx/lpc43_ethernet.h +++ b/arch/arm/src/lpc43xx/lpc43_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ethernet.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/arch/arm/src/lpc43xx/lpc43_gpdma.c b/arch/arm/src/lpc43xx/lpc43_gpdma.c index 1d03c7b943..290390caf5 100644 --- a/arch/arm/src/lpc43xx/lpc43_gpdma.c +++ b/arch/arm/src/lpc43xx/lpc43_gpdma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_gpdma.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_gpdma.h b/arch/arm/src/lpc43xx/lpc43_gpdma.h index 8fcbecaf02..15a8e97f99 100644 --- a/arch/arm/src/lpc43xx/lpc43_gpdma.h +++ b/arch/arm/src/lpc43xx/lpc43_gpdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_gpdma.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/arch/arm/src/lpc43xx/lpc43_gpio.c b/arch/arm/src/lpc43xx/lpc43_gpio.c index 5a5bc2e6a0..e34fc2909e 100644 --- a/arch/arm/src/lpc43xx/lpc43_gpio.c +++ b/arch/arm/src/lpc43xx/lpc43_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_gpio.h b/arch/arm/src/lpc43xx/lpc43_gpio.h index 746af14180..1378254534 100644 --- a/arch/arm/src/lpc43xx/lpc43_gpio.h +++ b/arch/arm/src/lpc43xx/lpc43_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_gpio.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/arch/arm/src/lpc43xx/lpc43_gpioint.c b/arch/arm/src/lpc43xx/lpc43_gpioint.c index 591001e031..a3c678c5b8 100644 --- a/arch/arm/src/lpc43xx/lpc43_gpioint.c +++ b/arch/arm/src/lpc43xx/lpc43_gpioint.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_gpioint.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_gpioint.h b/arch/arm/src/lpc43xx/lpc43_gpioint.h index da18db17ba..51090b35f6 100644 --- a/arch/arm/src/lpc43xx/lpc43_gpioint.h +++ b/arch/arm/src/lpc43xx/lpc43_gpioint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_gpioint.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/arch/arm/src/lpc43xx/lpc43_i2c.c b/arch/arm/src/lpc43xx/lpc43_i2c.c index 42ce665a0d..8519c932d7 100644 --- a/arch/arm/src/lpc43xx/lpc43_i2c.c +++ b/arch/arm/src/lpc43xx/lpc43_i2c.c @@ -1,21 +1,13 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_i2c.c * - * Copyright (C) 2012, 2014-2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Ported from the LPC17 version: - * - * Copyright (C) 2011 Li Zhuoyi. All rights reserved. - * Author: Li Zhuoyi - * History: 0.1 2011-08-20 initial version - * - * Derived from arch/arm/src/lpc31xx/lpc31_i2c.c - * - * Author: David Hewson - * - * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012, 2014-2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010-2011 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Li Zhuoyi. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Li Zhuoyi + * SPDX-FileContributor: David Hewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc43xx/lpc43_i2c.h b/arch/arm/src/lpc43xx/lpc43_i2c.h index 061a659465..2e1006881d 100644 --- a/arch/arm/src/lpc43xx/lpc43_i2c.h +++ b/arch/arm/src/lpc43xx/lpc43_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_idle.c b/arch/arm/src/lpc43xx/lpc43_idle.c index 33f83ad968..bac6040349 100644 --- a/arch/arm/src/lpc43xx/lpc43_idle.c +++ b/arch/arm/src/lpc43xx/lpc43_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_irq.c b/arch/arm/src/lpc43xx/lpc43_irq.c index e244a17a7e..34af5b8384 100644 --- a/arch/arm/src/lpc43xx/lpc43_irq.c +++ b/arch/arm/src/lpc43xx/lpc43_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_irq.h b/arch/arm/src/lpc43xx/lpc43_irq.h index bf3527a21d..fc3202c882 100644 --- a/arch/arm/src/lpc43xx/lpc43_irq.h +++ b/arch/arm/src/lpc43xx/lpc43_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_irq.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/arch/arm/src/lpc43xx/lpc43_mpuinit.c b/arch/arm/src/lpc43xx/lpc43_mpuinit.c index b006e8eb98..3b7bc1c740 100644 --- a/arch/arm/src/lpc43xx/lpc43_mpuinit.c +++ b/arch/arm/src/lpc43xx/lpc43_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_mpuinit.h b/arch/arm/src/lpc43xx/lpc43_mpuinit.h index 604f41d72e..c789c2f709 100644 --- a/arch/arm/src/lpc43xx/lpc43_mpuinit.h +++ b/arch/arm/src/lpc43xx/lpc43_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_mpuinit.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/arch/arm/src/lpc43xx/lpc43_pinconfig.c b/arch/arm/src/lpc43xx/lpc43_pinconfig.c index d792b05ae0..e388b22a65 100644 --- a/arch/arm/src/lpc43xx/lpc43_pinconfig.c +++ b/arch/arm/src/lpc43xx/lpc43_pinconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_pinconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_pinconfig.h b/arch/arm/src/lpc43xx/lpc43_pinconfig.h index b190854bac..b7b7decd1d 100644 --- a/arch/arm/src/lpc43xx/lpc43_pinconfig.h +++ b/arch/arm/src/lpc43xx/lpc43_pinconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_pinconfig.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/arch/arm/src/lpc43xx/lpc43_rgu.c b/arch/arm/src/lpc43xx/lpc43_rgu.c index 9722ac1d62..8508b7088d 100644 --- a/arch/arm/src/lpc43xx/lpc43_rgu.c +++ b/arch/arm/src/lpc43xx/lpc43_rgu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_rgu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_rgu.h b/arch/arm/src/lpc43xx/lpc43_rgu.h index f459bc8cee..12869ac1ba 100644 --- a/arch/arm/src/lpc43xx/lpc43_rgu.h +++ b/arch/arm/src/lpc43xx/lpc43_rgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_rgu.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/arch/arm/src/lpc43xx/lpc43_rit.c b/arch/arm/src/lpc43xx/lpc43_rit.c index 3bbede3927..5ffd836a18 100644 --- a/arch/arm/src/lpc43xx/lpc43_rit.c +++ b/arch/arm/src/lpc43xx/lpc43_rit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_rit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_rit.h b/arch/arm/src/lpc43xx/lpc43_rit.h index 25ed36d1ff..02186bf26d 100644 --- a/arch/arm/src/lpc43xx/lpc43_rit.h +++ b/arch/arm/src/lpc43xx/lpc43_rit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_rit.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/arch/arm/src/lpc43xx/lpc43_rtc.c b/arch/arm/src/lpc43xx/lpc43_rtc.c index 13cf234575..7beed913c3 100644 --- a/arch/arm/src/lpc43xx/lpc43_rtc.c +++ b/arch/arm/src/lpc43xx/lpc43_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_rtc.h b/arch/arm/src/lpc43xx/lpc43_rtc.h index e1764bc275..8dcbb2936c 100644 --- a/arch/arm/src/lpc43xx/lpc43_rtc.h +++ b/arch/arm/src/lpc43xx/lpc43_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_rtc.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/arch/arm/src/lpc43xx/lpc43_scu.h b/arch/arm/src/lpc43xx/lpc43_scu.h index f9d9ab813a..3062c2ffa0 100644 --- a/arch/arm/src/lpc43xx/lpc43_scu.h +++ b/arch/arm/src/lpc43xx/lpc43_scu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_scu.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/arch/arm/src/lpc43xx/lpc43_sdmmc.c b/arch/arm/src/lpc43xx/lpc43_sdmmc.c index 7498d7fe7c..a93d6fcc20 100644 --- a/arch/arm/src/lpc43xx/lpc43_sdmmc.c +++ b/arch/arm/src/lpc43xx/lpc43_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_sdmmc.h b/arch/arm/src/lpc43xx/lpc43_sdmmc.h index cc6e1ac49f..c63a0117e9 100644 --- a/arch/arm/src/lpc43xx/lpc43_sdmmc.h +++ b/arch/arm/src/lpc43xx/lpc43_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_sdmmc.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/arch/arm/src/lpc43xx/lpc43_serial.c b/arch/arm/src/lpc43xx/lpc43_serial.c index 279cddafe0..9d0c79cb00 100644 --- a/arch/arm/src/lpc43xx/lpc43_serial.c +++ b/arch/arm/src/lpc43xx/lpc43_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_serial.h b/arch/arm/src/lpc43xx/lpc43_serial.h index 6deaef842e..722e35a337 100644 --- a/arch/arm/src/lpc43xx/lpc43_serial.h +++ b/arch/arm/src/lpc43xx/lpc43_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_spi.c b/arch/arm/src/lpc43xx/lpc43_spi.c index 97ed4f8c89..42a71467ac 100644 --- a/arch/arm/src/lpc43xx/lpc43_spi.c +++ b/arch/arm/src/lpc43xx/lpc43_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_spi.h b/arch/arm/src/lpc43xx/lpc43_spi.h index dcb534fffd..62bf23c7b5 100644 --- a/arch/arm/src/lpc43xx/lpc43_spi.h +++ b/arch/arm/src/lpc43xx/lpc43_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_spifi.c b/arch/arm/src/lpc43xx/lpc43_spifi.c index a50d312736..ad6c21c9a2 100644 --- a/arch/arm/src/lpc43xx/lpc43_spifi.c +++ b/arch/arm/src/lpc43xx/lpc43_spifi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_spifi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_spifi.h b/arch/arm/src/lpc43xx/lpc43_spifi.h index 8ba15fc02d..928237041c 100644 --- a/arch/arm/src/lpc43xx/lpc43_spifi.h +++ b/arch/arm/src/lpc43xx/lpc43_spifi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_spifi.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/arch/arm/src/lpc43xx/lpc43_ssp.c b/arch/arm/src/lpc43xx/lpc43_ssp.c index 2f9227b0d1..00d8eb5c66 100644 --- a/arch/arm/src/lpc43xx/lpc43_ssp.c +++ b/arch/arm/src/lpc43xx/lpc43_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ssp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_ssp.h b/arch/arm/src/lpc43xx/lpc43_ssp.h index b47dfafd18..53b3d7cc26 100644 --- a/arch/arm/src/lpc43xx/lpc43_ssp.h +++ b/arch/arm/src/lpc43xx/lpc43_ssp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_ssp.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/arch/arm/src/lpc43xx/lpc43_start.c b/arch/arm/src/lpc43xx/lpc43_start.c index c61f748732..ac36604dbb 100644 --- a/arch/arm/src/lpc43xx/lpc43_start.c +++ b/arch/arm/src/lpc43xx/lpc43_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_start.h b/arch/arm/src/lpc43xx/lpc43_start.h index c9964fae7d..4aa02a3110 100644 --- a/arch/arm/src/lpc43xx/lpc43_start.h +++ b/arch/arm/src/lpc43xx/lpc43_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_start.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/arch/arm/src/lpc43xx/lpc43_tickless_rit.c b/arch/arm/src/lpc43xx/lpc43_tickless_rit.c index daf4bc7888..953329223e 100644 --- a/arch/arm/src/lpc43xx/lpc43_tickless_rit.c +++ b/arch/arm/src/lpc43xx/lpc43_tickless_rit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_tickless_rit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_timer.c b/arch/arm/src/lpc43xx/lpc43_timer.c index 59569ec368..aa93024801 100644 --- a/arch/arm/src/lpc43xx/lpc43_timer.c +++ b/arch/arm/src/lpc43xx/lpc43_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_timer.h b/arch/arm/src/lpc43xx/lpc43_timer.h index fc5313a66e..4eef64023c 100644 --- a/arch/arm/src/lpc43xx/lpc43_timer.h +++ b/arch/arm/src/lpc43xx/lpc43_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_timerisr.c b/arch/arm/src/lpc43xx/lpc43_timerisr.c index be9bb2a499..dafda45b7e 100644 --- a/arch/arm/src/lpc43xx/lpc43_timerisr.c +++ b/arch/arm/src/lpc43xx/lpc43_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_uart.c b/arch/arm/src/lpc43xx/lpc43_uart.c index d0787db4e0..af0de0fd70 100644 --- a/arch/arm/src/lpc43xx/lpc43_uart.c +++ b/arch/arm/src/lpc43xx/lpc43_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_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/arch/arm/src/lpc43xx/lpc43_uart.h b/arch/arm/src/lpc43xx/lpc43_uart.h index f683536bd9..deb9660af1 100644 --- a/arch/arm/src/lpc43xx/lpc43_uart.h +++ b/arch/arm/src/lpc43xx/lpc43_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_uart.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/arch/arm/src/lpc43xx/lpc43_usb0dev.c b/arch/arm/src/lpc43xx/lpc43_usb0dev.c index d694b4c38e..93205cc226 100644 --- a/arch/arm/src/lpc43xx/lpc43_usb0dev.c +++ b/arch/arm/src/lpc43xx/lpc43_usb0dev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_usb0dev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_usb0dev.h b/arch/arm/src/lpc43xx/lpc43_usb0dev.h index 0e31c2f266..cca0a60b2b 100644 --- a/arch/arm/src/lpc43xx/lpc43_usb0dev.h +++ b/arch/arm/src/lpc43xx/lpc43_usb0dev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_usb0dev.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/arch/arm/src/lpc43xx/lpc43_usbram.h b/arch/arm/src/lpc43xx/lpc43_usbram.h index c3bf375dc0..f5f7f9bd15 100644 --- a/arch/arm/src/lpc43xx/lpc43_usbram.h +++ b/arch/arm/src/lpc43xx/lpc43_usbram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_usbram.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/arch/arm/src/lpc43xx/lpc43_userspace.c b/arch/arm/src/lpc43xx/lpc43_userspace.c index 23222b097d..12648d2a22 100644 --- a/arch/arm/src/lpc43xx/lpc43_userspace.c +++ b/arch/arm/src/lpc43xx/lpc43_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/lpc43_userspace.h b/arch/arm/src/lpc43xx/lpc43_userspace.h index 7e52fd52cf..31aa7df607 100644 --- a/arch/arm/src/lpc43xx/lpc43_userspace.h +++ b/arch/arm/src/lpc43xx/lpc43_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_userspace.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/arch/arm/src/lpc43xx/lpc43_wdt.h b/arch/arm/src/lpc43xx/lpc43_wdt.h index b622aef587..6ce344edc5 100644 --- a/arch/arm/src/lpc43xx/lpc43_wdt.h +++ b/arch/arm/src/lpc43xx/lpc43_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_wdt.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/arch/arm/src/lpc43xx/lpc43_wwdt.c b/arch/arm/src/lpc43xx/lpc43_wwdt.c index 41d6ff49e5..d823c3caf2 100644 --- a/arch/arm/src/lpc43xx/lpc43_wwdt.c +++ b/arch/arm/src/lpc43xx/lpc43_wwdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/lpc43_wwdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc43xx/spifi/src/Make.defs b/arch/arm/src/lpc43xx/spifi/src/Make.defs index 688975669c..b0f2519e68 100644 --- a/arch/arm/src/lpc43xx/spifi/src/Make.defs +++ b/arch/arm/src/lpc43xx/spifi/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/lpc43xx/spifi/src/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/arch/arm/src/lpc54xx/Make.defs b/arch/arm/src/lpc54xx/Make.defs index a9edb18d49..5f9664a2de 100644 --- a/arch/arm/src/lpc54xx/Make.defs +++ b/arch/arm/src/lpc54xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/lpc54xx/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/arch/arm/src/lpc54xx/chip.h b/arch/arm/src/lpc54xx/chip.h index 426f76cc4b..744cc9d3aa 100644 --- a/arch/arm/src/lpc54xx/chip.h +++ b/arch/arm/src/lpc54xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/chip.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/arch/arm/src/lpc54xx/hardware/lpc546x_memorymap.h b/arch/arm/src/lpc54xx/hardware/lpc546x_memorymap.h index fa33b34882..e07c8f0dc6 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc546x_memorymap.h +++ b/arch/arm/src/lpc54xx/hardware/lpc546x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc546x_memorymap.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/arch/arm/src/lpc54xx/hardware/lpc546x_pinmux.h b/arch/arm/src/lpc54xx/hardware/lpc546x_pinmux.h index 936cf4fc78..33d3f36df4 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc546x_pinmux.h +++ b/arch/arm/src/lpc54xx/hardware/lpc546x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc546x_pinmux.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/arch/arm/src/lpc54xx/hardware/lpc54_dma.h b/arch/arm/src/lpc54xx/hardware/lpc54_dma.h index 6fc95d7778..1dcc3d97af 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_dma.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_dma.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/arch/arm/src/lpc54xx/hardware/lpc54_emc.h b/arch/arm/src/lpc54xx/hardware/lpc54_emc.h index 802fd8bd78..6f0dde227e 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_emc.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_emc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_emc.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/arch/arm/src/lpc54xx/hardware/lpc54_ethernet.h b/arch/arm/src/lpc54xx/hardware/lpc54_ethernet.h index 2f06d7a188..e9acacc79c 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_ethernet.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_ethernet.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/arch/arm/src/lpc54xx/hardware/lpc54_flexcomm.h b/arch/arm/src/lpc54xx/hardware/lpc54_flexcomm.h index 225d49b8e3..b28e573d78 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_flexcomm.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_flexcomm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_flexcomm.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/arch/arm/src/lpc54xx/hardware/lpc54_gint.h b/arch/arm/src/lpc54xx/hardware/lpc54_gint.h index 6cdd0fe4cf..48dd49bb3b 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_gint.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_gint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_gint.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/arch/arm/src/lpc54xx/hardware/lpc54_gpio.h b/arch/arm/src/lpc54xx/hardware/lpc54_gpio.h index eb4589c392..bb016e2883 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_gpio.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_gpio.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/arch/arm/src/lpc54xx/hardware/lpc54_i2c.h b/arch/arm/src/lpc54xx/hardware/lpc54_i2c.h index 3e5b31574a..8e8a3ef182 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_i2c.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_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/arch/arm/src/lpc54xx/hardware/lpc54_inputmux.h b/arch/arm/src/lpc54xx/hardware/lpc54_inputmux.h index 8ff4f457d7..486a3dbe78 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_inputmux.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_inputmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_inputmux.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/arch/arm/src/lpc54xx/hardware/lpc54_iocon.h b/arch/arm/src/lpc54xx/hardware/lpc54_iocon.h index 8bee173e14..4e3721d6c9 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_iocon.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_iocon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_iocon.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/arch/arm/src/lpc54xx/hardware/lpc54_lcd.h b/arch/arm/src/lpc54xx/hardware/lpc54_lcd.h index cfd8f562be..3d80c2c88d 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_lcd.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_lcd.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/arch/arm/src/lpc54xx/hardware/lpc54_memorymap.h b/arch/arm/src/lpc54xx/hardware/lpc54_memorymap.h index 66bd6f7aff..a4172c4d24 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_memorymap.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_memorymap.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/arch/arm/src/lpc54xx/hardware/lpc54_pinmux.h b/arch/arm/src/lpc54xx/hardware/lpc54_pinmux.h index 45d769fb8d..4cc421e278 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_pinmux.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_pinmux.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/arch/arm/src/lpc54xx/hardware/lpc54_pint.h b/arch/arm/src/lpc54xx/hardware/lpc54_pint.h index dc8a82d5d6..9f2cd89448 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_pint.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_pint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_pint.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/arch/arm/src/lpc54xx/hardware/lpc54_rit.h b/arch/arm/src/lpc54xx/hardware/lpc54_rit.h index e253b42e78..900b255076 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_rit.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_rit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_rit.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/arch/arm/src/lpc54xx/hardware/lpc54_rom.h b/arch/arm/src/lpc54xx/hardware/lpc54_rom.h index e4e4f10cfc..c333db5a09 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_rom.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_rom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_rom.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/arch/arm/src/lpc54xx/hardware/lpc54_rtc.h b/arch/arm/src/lpc54xx/hardware/lpc54_rtc.h index d0df378629..6922da1628 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_rtc.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_rtc.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/arch/arm/src/lpc54xx/hardware/lpc54_sdmmc.h b/arch/arm/src/lpc54xx/hardware/lpc54_sdmmc.h index fea7de835e..b5407c6681 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_sdmmc.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_sdmmc.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/arch/arm/src/lpc54xx/hardware/lpc54_spi.h b/arch/arm/src/lpc54xx/hardware/lpc54_spi.h index 781873d160..4b5b342fb7 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_spi.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_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/arch/arm/src/lpc54xx/hardware/lpc54_syscon.h b/arch/arm/src/lpc54xx/hardware/lpc54_syscon.h index 6b93638219..e887ba7dec 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_syscon.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_syscon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_syscon.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/arch/arm/src/lpc54xx/hardware/lpc54_usart.h b/arch/arm/src/lpc54xx/hardware/lpc54_usart.h index 2336ee8b49..f2b072b290 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_usart.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_usart.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/arch/arm/src/lpc54xx/hardware/lpc54_usb0_ohci.h b/arch/arm/src/lpc54xx/hardware/lpc54_usb0_ohci.h index 4af91d0d36..882a7e7118 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_usb0_ohci.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_usb0_ohci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_usb0_ohci.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/arch/arm/src/lpc54xx/hardware/lpc54_wwdt.h b/arch/arm/src/lpc54xx/hardware/lpc54_wwdt.h index 33770c2d6b..24e4f0e343 100644 --- a/arch/arm/src/lpc54xx/hardware/lpc54_wwdt.h +++ b/arch/arm/src/lpc54xx/hardware/lpc54_wwdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/hardware/lpc54_wwdt.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/arch/arm/src/lpc54xx/lpc546x_enableclk.h b/arch/arm/src/lpc54xx/lpc546x_enableclk.h index 21cdc0538f..7a46f39452 100644 --- a/arch/arm/src/lpc54xx/lpc546x_enableclk.h +++ b/arch/arm/src/lpc54xx/lpc546x_enableclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc546x_enableclk.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/arch/arm/src/lpc54xx/lpc546x_power.h b/arch/arm/src/lpc54xx/lpc546x_power.h index ad1e6d2b9e..147b55f073 100644 --- a/arch/arm/src/lpc54xx/lpc546x_power.h +++ b/arch/arm/src/lpc54xx/lpc546x_power.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc546x_power.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/arch/arm/src/lpc54xx/lpc546x_reset.h b/arch/arm/src/lpc54xx/lpc546x_reset.h index 642f300007..ade92a467d 100644 --- a/arch/arm/src/lpc54xx/lpc546x_reset.h +++ b/arch/arm/src/lpc54xx/lpc546x_reset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc546x_reset.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/arch/arm/src/lpc54xx/lpc54_allocateheap.c b/arch/arm/src/lpc54xx/lpc54_allocateheap.c index fef2262b56..bdb015a0ec 100644 --- a/arch/arm/src/lpc54xx/lpc54_allocateheap.c +++ b/arch/arm/src/lpc54xx/lpc54_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_clockconfig.c b/arch/arm/src/lpc54xx/lpc54_clockconfig.c index a3636c5355..0d87f03d31 100644 --- a/arch/arm/src/lpc54xx/lpc54_clockconfig.c +++ b/arch/arm/src/lpc54xx/lpc54_clockconfig.c @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_clockconfig.c * - * Copyright (C) 2017-2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Parts of this file were adapted from sample code provided for the - * LPC54xx family from NXP which has a compatible BSD license. - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright (c) 2016 - 2017 , NXP - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017-2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_clockconfig.h b/arch/arm/src/lpc54xx/lpc54_clockconfig.h index 6a9ac919e2..a48978dd44 100644 --- a/arch/arm/src/lpc54xx/lpc54_clockconfig.h +++ b/arch/arm/src/lpc54xx/lpc54_clockconfig.h @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_clockconfig.h * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Parts of this file were adapted from sample code provided for the - * LPC54xx family from NXP which has a compatible BSD license. - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright (c) 2016 - 2017 , NXP - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_clrpend.c b/arch/arm/src/lpc54xx/lpc54_clrpend.c index 2f01d6abcf..7e0c4bcf2d 100644 --- a/arch/arm/src/lpc54xx/lpc54_clrpend.c +++ b/arch/arm/src/lpc54xx/lpc54_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_config.h b/arch/arm/src/lpc54xx/lpc54_config.h index 12a022ca9c..a5717c3dbe 100644 --- a/arch/arm/src/lpc54xx/lpc54_config.h +++ b/arch/arm/src/lpc54xx/lpc54_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_config.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/arch/arm/src/lpc54xx/lpc54_dma.c b/arch/arm/src/lpc54xx/lpc54_dma.c index aa262f6c22..648af3ba89 100644 --- a/arch/arm/src/lpc54xx/lpc54_dma.c +++ b/arch/arm/src/lpc54xx/lpc54_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_dma.h b/arch/arm/src/lpc54xx/lpc54_dma.h index 42743298f6..5be3839f8c 100644 --- a/arch/arm/src/lpc54xx/lpc54_dma.h +++ b/arch/arm/src/lpc54xx/lpc54_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_dma.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/arch/arm/src/lpc54xx/lpc54_emc.c b/arch/arm/src/lpc54xx/lpc54_emc.c index 8cf65d4ad5..6991738520 100644 --- a/arch/arm/src/lpc54xx/lpc54_emc.c +++ b/arch/arm/src/lpc54xx/lpc54_emc.c @@ -1,14 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_emc.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Parts of this file were adapted from sample code provided for the LPC54xx - * family from NXP which has a compatible BSD license. - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright (c) 2016 - 2017 , NXP + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_emc.h b/arch/arm/src/lpc54xx/lpc54_emc.h index 265e8e8e15..392d3a79d8 100644 --- a/arch/arm/src/lpc54xx/lpc54_emc.h +++ b/arch/arm/src/lpc54xx/lpc54_emc.h @@ -1,14 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_emc.h * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Parts of this file were adapted from sample code provided for the LPC54xx - * family from NXP which has a compatible BSD license. - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright (c) 2016 - 2017 , NXP + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_enableclk.h b/arch/arm/src/lpc54xx/lpc54_enableclk.h index 2f7777161d..3a46ae69aa 100644 --- a/arch/arm/src/lpc54xx/lpc54_enableclk.h +++ b/arch/arm/src/lpc54xx/lpc54_enableclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_enableclk.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/arch/arm/src/lpc54xx/lpc54_ethernet.c b/arch/arm/src/lpc54xx/lpc54_ethernet.c index a46dc31891..c2343ecbf9 100644 --- a/arch/arm/src/lpc54xx/lpc54_ethernet.c +++ b/arch/arm/src/lpc54xx/lpc54_ethernet.c @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_ethernet.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Some of the logic in this file was developed using sample code provided by - * NXP that has a compatible BSD license: - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_gpio.c b/arch/arm/src/lpc54xx/lpc54_gpio.c index 26d8ca4152..19cf128bde 100644 --- a/arch/arm/src/lpc54xx/lpc54_gpio.c +++ b/arch/arm/src/lpc54xx/lpc54_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_gpio.h b/arch/arm/src/lpc54xx/lpc54_gpio.h index 84a56d5908..fc8d3464d4 100644 --- a/arch/arm/src/lpc54xx/lpc54_gpio.h +++ b/arch/arm/src/lpc54xx/lpc54_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_gpio.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/arch/arm/src/lpc54xx/lpc54_gpioirq.c b/arch/arm/src/lpc54xx/lpc54_gpioirq.c index 1f61887771..c103dbc947 100644 --- a/arch/arm/src/lpc54xx/lpc54_gpioirq.c +++ b/arch/arm/src/lpc54xx/lpc54_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_i2c_master.c b/arch/arm/src/lpc54xx/lpc54_i2c_master.c index a068959759..0e61e4af8f 100644 --- a/arch/arm/src/lpc54xx/lpc54_i2c_master.c +++ b/arch/arm/src/lpc54xx/lpc54_i2c_master.c @@ -1,14 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_i2c_master.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Parts of this file were adapted from sample code provided for the LPC54xx - * family from NXP which has a compatible BSD license. - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_i2c_master.h b/arch/arm/src/lpc54xx/lpc54_i2c_master.h index f5885f45cb..b6929d4be7 100644 --- a/arch/arm/src/lpc54xx/lpc54_i2c_master.h +++ b/arch/arm/src/lpc54xx/lpc54_i2c_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_i2c_master.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/arch/arm/src/lpc54xx/lpc54_idle.c b/arch/arm/src/lpc54xx/lpc54_idle.c index c4a6557de7..4d9f1ee3ab 100644 --- a/arch/arm/src/lpc54xx/lpc54_idle.c +++ b/arch/arm/src/lpc54xx/lpc54_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_irq.c b/arch/arm/src/lpc54xx/lpc54_irq.c index e58d5ae711..d16f3274fb 100644 --- a/arch/arm/src/lpc54xx/lpc54_irq.c +++ b/arch/arm/src/lpc54xx/lpc54_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_irq.h b/arch/arm/src/lpc54xx/lpc54_irq.h index 9387f51a53..0b53486e62 100644 --- a/arch/arm/src/lpc54xx/lpc54_irq.h +++ b/arch/arm/src/lpc54xx/lpc54_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_irq.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/arch/arm/src/lpc54xx/lpc54_lcd.c b/arch/arm/src/lpc54xx/lpc54_lcd.c index 085258d720..7174c46bb3 100644 --- a/arch/arm/src/lpc54xx/lpc54_lcd.c +++ b/arch/arm/src/lpc54xx/lpc54_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_lcd.h b/arch/arm/src/lpc54xx/lpc54_lcd.h index be0db1675a..2981a88ee4 100644 --- a/arch/arm/src/lpc54xx/lpc54_lcd.h +++ b/arch/arm/src/lpc54xx/lpc54_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_lcd.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/arch/arm/src/lpc54xx/lpc54_lowputc.c b/arch/arm/src/lpc54xx/lpc54_lowputc.c index d9cbd444ff..a9145c06ad 100644 --- a/arch/arm/src/lpc54xx/lpc54_lowputc.c +++ b/arch/arm/src/lpc54xx/lpc54_lowputc.c @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_lowputc.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Parts of this file were adapted from sample code provided for the - * LPC54xx family from NXP which has a compatible BSD license. - * - * Copyright (c) 2016, Freescale Semiconductor, Inc. - * Copyright (c) 2016 - 2017 , NXP - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Freescale Semiconductor Inc. + * SPDX-FileCopyrightText: 2016 - 2017, NXP + * SPDX-FileContributor: Gregory Nutt + * 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/arch/arm/src/lpc54xx/lpc54_lowputc.h b/arch/arm/src/lpc54xx/lpc54_lowputc.h index aeafcfd19b..f3fe79047d 100644 --- a/arch/arm/src/lpc54xx/lpc54_lowputc.h +++ b/arch/arm/src/lpc54xx/lpc54_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_lowputc.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/arch/arm/src/lpc54xx/lpc54_mpuinit.c b/arch/arm/src/lpc54xx/lpc54_mpuinit.c index 28f941d98f..c9dc136b43 100644 --- a/arch/arm/src/lpc54xx/lpc54_mpuinit.c +++ b/arch/arm/src/lpc54xx/lpc54_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_mpuinit.h b/arch/arm/src/lpc54xx/lpc54_mpuinit.h index 9686d14e34..ef3c8f5cc6 100644 --- a/arch/arm/src/lpc54xx/lpc54_mpuinit.h +++ b/arch/arm/src/lpc54xx/lpc54_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_mpuinit.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/arch/arm/src/lpc54xx/lpc54_power.h b/arch/arm/src/lpc54xx/lpc54_power.h index cfe5bc0d78..f192dd4709 100644 --- a/arch/arm/src/lpc54xx/lpc54_power.h +++ b/arch/arm/src/lpc54xx/lpc54_power.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_power.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/arch/arm/src/lpc54xx/lpc54_reset.c b/arch/arm/src/lpc54xx/lpc54_reset.c index 47a990d58a..94a67b404d 100644 --- a/arch/arm/src/lpc54xx/lpc54_reset.c +++ b/arch/arm/src/lpc54xx/lpc54_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_reset.h b/arch/arm/src/lpc54xx/lpc54_reset.h index 122c04a250..e30e8223cf 100644 --- a/arch/arm/src/lpc54xx/lpc54_reset.h +++ b/arch/arm/src/lpc54xx/lpc54_reset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_reset.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/arch/arm/src/lpc54xx/lpc54_rng.c b/arch/arm/src/lpc54xx/lpc54_rng.c index adf24c055d..315065ee00 100644 --- a/arch/arm/src/lpc54xx/lpc54_rng.c +++ b/arch/arm/src/lpc54xx/lpc54_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_rtc.c b/arch/arm/src/lpc54xx/lpc54_rtc.c index 123106b9e5..5b3312d69d 100644 --- a/arch/arm/src/lpc54xx/lpc54_rtc.c +++ b/arch/arm/src/lpc54xx/lpc54_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_rtc.h b/arch/arm/src/lpc54xx/lpc54_rtc.h index 4956bd78f3..6c9d92ed83 100644 --- a/arch/arm/src/lpc54xx/lpc54_rtc.h +++ b/arch/arm/src/lpc54xx/lpc54_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_rtc.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/arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c b/arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c index 2a91635b1b..ee274e890a 100644 --- a/arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c +++ b/arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_sdmmc.c b/arch/arm/src/lpc54xx/lpc54_sdmmc.c index 398131567b..84109a8d99 100644 --- a/arch/arm/src/lpc54xx/lpc54_sdmmc.c +++ b/arch/arm/src/lpc54xx/lpc54_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_sdmmc.h b/arch/arm/src/lpc54xx/lpc54_sdmmc.h index 5124b073e1..0da33e4d9d 100644 --- a/arch/arm/src/lpc54xx/lpc54_sdmmc.h +++ b/arch/arm/src/lpc54xx/lpc54_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_sdmmc.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/arch/arm/src/lpc54xx/lpc54_serial.c b/arch/arm/src/lpc54xx/lpc54_serial.c index c17a2e4ee7..7a25b4d642 100644 --- a/arch/arm/src/lpc54xx/lpc54_serial.c +++ b/arch/arm/src/lpc54xx/lpc54_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_serial.h b/arch/arm/src/lpc54xx/lpc54_serial.h index 460386ef33..5a33ede1e6 100644 --- a/arch/arm/src/lpc54xx/lpc54_serial.h +++ b/arch/arm/src/lpc54xx/lpc54_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_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/arch/arm/src/lpc54xx/lpc54_spi_master.c b/arch/arm/src/lpc54xx/lpc54_spi_master.c index 5aea8195df..20d58013b1 100644 --- a/arch/arm/src/lpc54xx/lpc54_spi_master.c +++ b/arch/arm/src/lpc54xx/lpc54_spi_master.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_spi_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/arch/arm/src/lpc54xx/lpc54_spi_master.h b/arch/arm/src/lpc54xx/lpc54_spi_master.h index c9ec18cb51..5f7f402893 100644 --- a/arch/arm/src/lpc54xx/lpc54_spi_master.h +++ b/arch/arm/src/lpc54xx/lpc54_spi_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_spi_master.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/arch/arm/src/lpc54xx/lpc54_start.c b/arch/arm/src/lpc54xx/lpc54_start.c index 8083a537b4..d00c81d39d 100644 --- a/arch/arm/src/lpc54xx/lpc54_start.c +++ b/arch/arm/src/lpc54xx/lpc54_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_start.h b/arch/arm/src/lpc54xx/lpc54_start.h index 4e6a5c784d..46139c56da 100644 --- a/arch/arm/src/lpc54xx/lpc54_start.h +++ b/arch/arm/src/lpc54xx/lpc54_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_start.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/arch/arm/src/lpc54xx/lpc54_tickless.c b/arch/arm/src/lpc54xx/lpc54_tickless.c index 6740e08a7b..b9559840bd 100644 --- a/arch/arm/src/lpc54xx/lpc54_tickless.c +++ b/arch/arm/src/lpc54xx/lpc54_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_timerisr.c b/arch/arm/src/lpc54xx/lpc54_timerisr.c index b0b53af4f8..cc2efcbe3a 100644 --- a/arch/arm/src/lpc54xx/lpc54_timerisr.c +++ b/arch/arm/src/lpc54xx/lpc54_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_usb0_ohci.c b/arch/arm/src/lpc54xx/lpc54_usb0_ohci.c index 6deba1bcde..2e862240d2 100644 --- a/arch/arm/src/lpc54xx/lpc54_usb0_ohci.c +++ b/arch/arm/src/lpc54xx/lpc54_usb0_ohci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_usb0_ohci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_usb0_ohci.h b/arch/arm/src/lpc54xx/lpc54_usb0_ohci.h index e3b9f216c3..e3b1d0526b 100644 --- a/arch/arm/src/lpc54xx/lpc54_usb0_ohci.h +++ b/arch/arm/src/lpc54xx/lpc54_usb0_ohci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_usb0_ohci.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/arch/arm/src/lpc54xx/lpc54_userspace.c b/arch/arm/src/lpc54xx/lpc54_userspace.c index e05c3d1861..15b9a86856 100644 --- a/arch/arm/src/lpc54xx/lpc54_userspace.c +++ b/arch/arm/src/lpc54xx/lpc54_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_userspace.h b/arch/arm/src/lpc54xx/lpc54_userspace.h index b700cae99e..38d4d9891e 100644 --- a/arch/arm/src/lpc54xx/lpc54_userspace.h +++ b/arch/arm/src/lpc54xx/lpc54_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_userspace.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/arch/arm/src/lpc54xx/lpc54_wwdt.c b/arch/arm/src/lpc54xx/lpc54_wwdt.c index ad8fa668f6..7d272cba57 100644 --- a/arch/arm/src/lpc54xx/lpc54_wwdt.c +++ b/arch/arm/src/lpc54xx/lpc54_wwdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_wwdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/lpc54xx/lpc54_wwdt.h b/arch/arm/src/lpc54xx/lpc54_wwdt.h index 360a3366f8..f498f3d735 100644 --- a/arch/arm/src/lpc54xx/lpc54_wwdt.h +++ b/arch/arm/src/lpc54xx/lpc54_wwdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc54xx/lpc54_wwdt.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/arch/arm/src/max326xx/Make.defs b/arch/arm/src/max326xx/Make.defs index 02efb42e08..4eefa10b01 100644 --- a/arch/arm/src/max326xx/Make.defs +++ b/arch/arm/src/max326xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/max326xx/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/arch/arm/src/max326xx/chip.h b/arch/arm/src/max326xx/chip.h index eb4c992138..e703b07619 100644 --- a/arch/arm/src/max326xx/chip.h +++ b/arch/arm/src/max326xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/chip.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/arch/arm/src/max326xx/common/max326_clrpend.c b/arch/arm/src/max326xx/common/max326_clrpend.c index 885c8667a5..5a153ab65e 100644 --- a/arch/arm/src/max326xx/common/max326_clrpend.c +++ b/arch/arm/src/max326xx/common/max326_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_icc.c b/arch/arm/src/max326xx/common/max326_icc.c index 7984d4fc59..dd9e540f73 100644 --- a/arch/arm/src/max326xx/common/max326_icc.c +++ b/arch/arm/src/max326xx/common/max326_icc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_icc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_idle.c b/arch/arm/src/max326xx/common/max326_idle.c index eb90d66da4..2552df8212 100644 --- a/arch/arm/src/max326xx/common/max326_idle.c +++ b/arch/arm/src/max326xx/common/max326_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_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/arch/arm/src/max326xx/common/max326_irq.c b/arch/arm/src/max326xx/common/max326_irq.c index bbb5548ddf..9f1ab99387 100644 --- a/arch/arm/src/max326xx/common/max326_irq.c +++ b/arch/arm/src/max326xx/common/max326_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_mpuinit.c b/arch/arm/src/max326xx/common/max326_mpuinit.c index 70ef194f7c..acc83b53ed 100644 --- a/arch/arm/src/max326xx/common/max326_mpuinit.c +++ b/arch/arm/src/max326xx/common/max326_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_rtc_lowerhalf.c b/arch/arm/src/max326xx/common/max326_rtc_lowerhalf.c index c9e855629e..6c98f88677 100644 --- a/arch/arm/src/max326xx/common/max326_rtc_lowerhalf.c +++ b/arch/arm/src/max326xx/common/max326_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_start.c b/arch/arm/src/max326xx/common/max326_start.c index b8ed8b3222..44628e0815 100644 --- a/arch/arm/src/max326xx/common/max326_start.c +++ b/arch/arm/src/max326xx/common/max326_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_timerisr.c b/arch/arm/src/max326xx/common/max326_timerisr.c index 6c335eaece..180bc76963 100644 --- a/arch/arm/src/max326xx/common/max326_timerisr.c +++ b/arch/arm/src/max326xx/common/max326_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/common/max326_userspace.c b/arch/arm/src/max326xx/common/max326_userspace.c index 373fab4ac9..d8e9d5ce19 100644 --- a/arch/arm/src/max326xx/common/max326_userspace.c +++ b/arch/arm/src/max326xx/common/max326_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/common/max326_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/hardware/max32620_30_memorymap.h b/arch/arm/src/max326xx/hardware/max32620_30_memorymap.h index 562f3e2e80..78ec313c13 100644 --- a/arch/arm/src/max326xx/hardware/max32620_30_memorymap.h +++ b/arch/arm/src/max326xx/hardware/max32620_30_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32620_30_memorymap.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/arch/arm/src/max326xx/hardware/max32660_flc.h b/arch/arm/src/max326xx/hardware/max32660_flc.h index 7776c6600f..201236ad24 100644 --- a/arch/arm/src/max326xx/hardware/max32660_flc.h +++ b/arch/arm/src/max326xx/hardware/max32660_flc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_flc.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/arch/arm/src/max326xx/hardware/max32660_gpio.h b/arch/arm/src/max326xx/hardware/max32660_gpio.h index d4c58bd99c..778ec9afc2 100644 --- a/arch/arm/src/max326xx/hardware/max32660_gpio.h +++ b/arch/arm/src/max326xx/hardware/max32660_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_gpio.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/arch/arm/src/max326xx/hardware/max32660_i2c.h b/arch/arm/src/max326xx/hardware/max32660_i2c.h index f0d4e6c786..5c5dfae3ac 100644 --- a/arch/arm/src/max326xx/hardware/max32660_i2c.h +++ b/arch/arm/src/max326xx/hardware/max32660_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_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/arch/arm/src/max326xx/hardware/max32660_memorymap.h b/arch/arm/src/max326xx/hardware/max32660_memorymap.h index 818710815c..8c64a271a2 100644 --- a/arch/arm/src/max326xx/hardware/max32660_memorymap.h +++ b/arch/arm/src/max326xx/hardware/max32660_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_memorymap.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/arch/arm/src/max326xx/hardware/max32660_pinmux.h b/arch/arm/src/max326xx/hardware/max32660_pinmux.h index b6574aebbc..4f547c3552 100644 --- a/arch/arm/src/max326xx/hardware/max32660_pinmux.h +++ b/arch/arm/src/max326xx/hardware/max32660_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_pinmux.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/arch/arm/src/max326xx/hardware/max32660_rtc.h b/arch/arm/src/max326xx/hardware/max32660_rtc.h index b9bbd330c7..18522a857c 100644 --- a/arch/arm/src/max326xx/hardware/max32660_rtc.h +++ b/arch/arm/src/max326xx/hardware/max32660_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_rtc.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/arch/arm/src/max326xx/hardware/max32660_spi.h b/arch/arm/src/max326xx/hardware/max32660_spi.h index d63cbe279c..27316a2d7f 100644 --- a/arch/arm/src/max326xx/hardware/max32660_spi.h +++ b/arch/arm/src/max326xx/hardware/max32660_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_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/arch/arm/src/max326xx/hardware/max32660_spimss.h b/arch/arm/src/max326xx/hardware/max32660_spimss.h index adda32cb0e..abc9373bda 100644 --- a/arch/arm/src/max326xx/hardware/max32660_spimss.h +++ b/arch/arm/src/max326xx/hardware/max32660_spimss.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_spimss.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/arch/arm/src/max326xx/hardware/max32660_tmr.h b/arch/arm/src/max326xx/hardware/max32660_tmr.h index 3930429966..e0b27279da 100644 --- a/arch/arm/src/max326xx/hardware/max32660_tmr.h +++ b/arch/arm/src/max326xx/hardware/max32660_tmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_tmr.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/arch/arm/src/max326xx/hardware/max32660_uart.h b/arch/arm/src/max326xx/hardware/max32660_uart.h index 21642d942b..eb103a1db1 100644 --- a/arch/arm/src/max326xx/hardware/max32660_uart.h +++ b/arch/arm/src/max326xx/hardware/max32660_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_uart.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/arch/arm/src/max326xx/hardware/max32660_wdt.h b/arch/arm/src/max326xx/hardware/max32660_wdt.h index 42a0884851..8c95ae1d55 100644 --- a/arch/arm/src/max326xx/hardware/max32660_wdt.h +++ b/arch/arm/src/max326xx/hardware/max32660_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max32660_wdt.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/arch/arm/src/max326xx/hardware/max326_dma.h b/arch/arm/src/max326xx/hardware/max326_dma.h index 3cfcc0247b..01f6b6c783 100644 --- a/arch/arm/src/max326xx/hardware/max326_dma.h +++ b/arch/arm/src/max326xx/hardware/max326_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_dma.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/arch/arm/src/max326xx/hardware/max326_fcr.h b/arch/arm/src/max326xx/hardware/max326_fcr.h index 705fdd3500..dc802b008a 100644 --- a/arch/arm/src/max326xx/hardware/max326_fcr.h +++ b/arch/arm/src/max326xx/hardware/max326_fcr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_fcr.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/arch/arm/src/max326xx/hardware/max326_flc.h b/arch/arm/src/max326xx/hardware/max326_flc.h index cd0ac829a1..642bc5eaf7 100644 --- a/arch/arm/src/max326xx/hardware/max326_flc.h +++ b/arch/arm/src/max326xx/hardware/max326_flc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_flc.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/arch/arm/src/max326xx/hardware/max326_gcr.h b/arch/arm/src/max326xx/hardware/max326_gcr.h index db0b2c3b20..77d25b89f5 100644 --- a/arch/arm/src/max326xx/hardware/max326_gcr.h +++ b/arch/arm/src/max326xx/hardware/max326_gcr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_gcr.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/arch/arm/src/max326xx/hardware/max326_gpio.h b/arch/arm/src/max326xx/hardware/max326_gpio.h index 49108e775a..526b220d91 100644 --- a/arch/arm/src/max326xx/hardware/max326_gpio.h +++ b/arch/arm/src/max326xx/hardware/max326_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_gpio.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/arch/arm/src/max326xx/hardware/max326_icc.h b/arch/arm/src/max326xx/hardware/max326_icc.h index 8d2c8d6cb0..fad7c927f4 100644 --- a/arch/arm/src/max326xx/hardware/max326_icc.h +++ b/arch/arm/src/max326xx/hardware/max326_icc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_icc.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/arch/arm/src/max326xx/hardware/max326_memorymap.h b/arch/arm/src/max326xx/hardware/max326_memorymap.h index e9f61ba544..0bc8ff2a3f 100644 --- a/arch/arm/src/max326xx/hardware/max326_memorymap.h +++ b/arch/arm/src/max326xx/hardware/max326_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_memorymap.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/arch/arm/src/max326xx/hardware/max326_pinmux.h b/arch/arm/src/max326xx/hardware/max326_pinmux.h index 703920b96a..24273799ce 100644 --- a/arch/arm/src/max326xx/hardware/max326_pinmux.h +++ b/arch/arm/src/max326xx/hardware/max326_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_pinmux.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/arch/arm/src/max326xx/hardware/max326_pwrseq.h b/arch/arm/src/max326xx/hardware/max326_pwrseq.h index 65b7428715..e132d80e4e 100644 --- a/arch/arm/src/max326xx/hardware/max326_pwrseq.h +++ b/arch/arm/src/max326xx/hardware/max326_pwrseq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_pwrseq.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/arch/arm/src/max326xx/hardware/max326_rtc.h b/arch/arm/src/max326xx/hardware/max326_rtc.h index 9d0087917e..550ea80d98 100644 --- a/arch/arm/src/max326xx/hardware/max326_rtc.h +++ b/arch/arm/src/max326xx/hardware/max326_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_rtc.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/arch/arm/src/max326xx/hardware/max326_sir.h b/arch/arm/src/max326xx/hardware/max326_sir.h index 908438e479..593cda9a32 100644 --- a/arch/arm/src/max326xx/hardware/max326_sir.h +++ b/arch/arm/src/max326xx/hardware/max326_sir.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_sir.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/arch/arm/src/max326xx/hardware/max326_spi.h b/arch/arm/src/max326xx/hardware/max326_spi.h index dcb6a62ac6..9bd22b5fcf 100644 --- a/arch/arm/src/max326xx/hardware/max326_spi.h +++ b/arch/arm/src/max326xx/hardware/max326_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_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/arch/arm/src/max326xx/hardware/max326_tmr.h b/arch/arm/src/max326xx/hardware/max326_tmr.h index 29b2f50b4f..b12c8c6303 100644 --- a/arch/arm/src/max326xx/hardware/max326_tmr.h +++ b/arch/arm/src/max326xx/hardware/max326_tmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_tmr.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/arch/arm/src/max326xx/hardware/max326_uart.h b/arch/arm/src/max326xx/hardware/max326_uart.h index 8267f95c0f..12059d5e0f 100644 --- a/arch/arm/src/max326xx/hardware/max326_uart.h +++ b/arch/arm/src/max326xx/hardware/max326_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_uart.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/arch/arm/src/max326xx/hardware/max326_wdt.h b/arch/arm/src/max326xx/hardware/max326_wdt.h index f10565db03..526a71bdd4 100644 --- a/arch/arm/src/max326xx/hardware/max326_wdt.h +++ b/arch/arm/src/max326xx/hardware/max326_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/hardware/max326_wdt.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/arch/arm/src/max326xx/max32620_30/max32620_30_clockconfig.h b/arch/arm/src/max326xx/max32620_30/max32620_30_clockconfig.h index a78f0fc546..3e0ec17741 100644 --- a/arch/arm/src/max326xx/max32620_30/max32620_30_clockconfig.h +++ b/arch/arm/src/max326xx/max32620_30/max32620_30_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32620_30/max32620_30_clockconfig.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/arch/arm/src/max326xx/max32660/max32660_clockconfig.c b/arch/arm/src/max326xx/max32660/max32660_clockconfig.c index 40b763a3c4..7be7d42588 100644 --- a/arch/arm/src/max326xx/max32660/max32660_clockconfig.c +++ b/arch/arm/src/max326xx/max32660/max32660_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/max32660/max32660_clockconfig.h b/arch/arm/src/max326xx/max32660/max32660_clockconfig.h index be9a7349db..c76edcd76b 100644 --- a/arch/arm/src/max326xx/max32660/max32660_clockconfig.h +++ b/arch/arm/src/max326xx/max32660/max32660_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_clockconfig.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/arch/arm/src/max326xx/max32660/max32660_dma.c b/arch/arm/src/max326xx/max32660/max32660_dma.c index f51fa5dffd..245742d2b2 100644 --- a/arch/arm/src/max326xx/max32660/max32660_dma.c +++ b/arch/arm/src/max326xx/max32660/max32660_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_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/arch/arm/src/max326xx/max32660/max32660_dma.h b/arch/arm/src/max326xx/max32660/max32660_dma.h index 7d1551f6c4..253f24c0b5 100644 --- a/arch/arm/src/max326xx/max32660/max32660_dma.h +++ b/arch/arm/src/max326xx/max32660/max32660_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_dma.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/arch/arm/src/max326xx/max32660/max32660_gpio.c b/arch/arm/src/max326xx/max32660/max32660_gpio.c index 6a0e4981fa..c3efd618c1 100644 --- a/arch/arm/src/max326xx/max32660/max32660_gpio.c +++ b/arch/arm/src/max326xx/max32660/max32660_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_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/arch/arm/src/max326xx/max32660/max32660_gpio.h b/arch/arm/src/max326xx/max32660/max32660_gpio.h index d257eadc46..0678a7a7c8 100644 --- a/arch/arm/src/max326xx/max32660/max32660_gpio.h +++ b/arch/arm/src/max326xx/max32660/max32660_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_gpio.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/arch/arm/src/max326xx/max32660/max32660_gpioirq.c b/arch/arm/src/max326xx/max32660/max32660_gpioirq.c index a7ec9edc92..5853a0e4ee 100644 --- a/arch/arm/src/max326xx/max32660/max32660_gpioirq.c +++ b/arch/arm/src/max326xx/max32660/max32660_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/max32660/max32660_lowputc.c b/arch/arm/src/max326xx/max32660/max32660_lowputc.c index 35469ce963..d0d8d0f54c 100644 --- a/arch/arm/src/max326xx/max32660/max32660_lowputc.c +++ b/arch/arm/src/max326xx/max32660/max32660_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/max32660/max32660_periphclks.h b/arch/arm/src/max326xx/max32660/max32660_periphclks.h index 8cefb2dbaa..1c61932824 100644 --- a/arch/arm/src/max326xx/max32660/max32660_periphclks.h +++ b/arch/arm/src/max326xx/max32660/max32660_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_periphclks.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/arch/arm/src/max326xx/max32660/max32660_rtc.c b/arch/arm/src/max326xx/max32660/max32660_rtc.c index 8dc3a5b1b8..e33cd2ec41 100644 --- a/arch/arm/src/max326xx/max32660/max32660_rtc.c +++ b/arch/arm/src/max326xx/max32660/max32660_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_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/arch/arm/src/max326xx/max32660/max32660_serial.c b/arch/arm/src/max326xx/max32660/max32660_serial.c index e4e1265e25..092c42e82a 100644 --- a/arch/arm/src/max326xx/max32660/max32660_serial.c +++ b/arch/arm/src/max326xx/max32660/max32660_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_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/arch/arm/src/max326xx/max32660/max32660_spim.c b/arch/arm/src/max326xx/max32660/max32660_spim.c index 0ea705835c..ae1dba2c54 100644 --- a/arch/arm/src/max326xx/max32660/max32660_spim.c +++ b/arch/arm/src/max326xx/max32660/max32660_spim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_spim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/max32660/max32660_wdt.c b/arch/arm/src/max326xx/max32660/max32660_wdt.c index ab2f117366..4a1aaf6d9d 100644 --- a/arch/arm/src/max326xx/max32660/max32660_wdt.c +++ b/arch/arm/src/max326xx/max32660/max32660_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max32660/max32660_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/max326xx/max326_clockconfig.h b/arch/arm/src/max326xx/max326_clockconfig.h index 26bcb80512..23bbac91c8 100644 --- a/arch/arm/src/max326xx/max326_clockconfig.h +++ b/arch/arm/src/max326xx/max326_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_clockconfig.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/arch/arm/src/max326xx/max326_config.h b/arch/arm/src/max326xx/max326_config.h index 6266728aff..432cfb01ab 100644 --- a/arch/arm/src/max326xx/max326_config.h +++ b/arch/arm/src/max326xx/max326_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_config.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/arch/arm/src/max326xx/max326_dma.h b/arch/arm/src/max326xx/max326_dma.h index 3f25a1a094..28f1c28c21 100644 --- a/arch/arm/src/max326xx/max326_dma.h +++ b/arch/arm/src/max326xx/max326_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_dma.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/arch/arm/src/max326xx/max326_gpio.h b/arch/arm/src/max326xx/max326_gpio.h index fba3c9d522..1739c9698d 100644 --- a/arch/arm/src/max326xx/max326_gpio.h +++ b/arch/arm/src/max326xx/max326_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_gpio.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/arch/arm/src/max326xx/max326_icc.h b/arch/arm/src/max326xx/max326_icc.h index de4bf722c3..268b8cc6ec 100644 --- a/arch/arm/src/max326xx/max326_icc.h +++ b/arch/arm/src/max326xx/max326_icc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_icc.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/arch/arm/src/max326xx/max326_irq.h b/arch/arm/src/max326xx/max326_irq.h index 7459756132..c62c0cdbe6 100644 --- a/arch/arm/src/max326xx/max326_irq.h +++ b/arch/arm/src/max326xx/max326_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_irq.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/arch/arm/src/max326xx/max326_lowputc.h b/arch/arm/src/max326xx/max326_lowputc.h index c500dc748d..e1b9b05166 100644 --- a/arch/arm/src/max326xx/max326_lowputc.h +++ b/arch/arm/src/max326xx/max326_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_lowputc.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/arch/arm/src/max326xx/max326_mpuinit.h b/arch/arm/src/max326xx/max326_mpuinit.h index f40fdc3aed..0b505952e5 100644 --- a/arch/arm/src/max326xx/max326_mpuinit.h +++ b/arch/arm/src/max326xx/max326_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_mpuinit.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/arch/arm/src/max326xx/max326_periphclks.h b/arch/arm/src/max326xx/max326_periphclks.h index d70796e305..2ef7cd9a7e 100644 --- a/arch/arm/src/max326xx/max326_periphclks.h +++ b/arch/arm/src/max326xx/max326_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_periphclks.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/arch/arm/src/max326xx/max326_rtc.h b/arch/arm/src/max326xx/max326_rtc.h index 46fa221318..7a58d43b1d 100644 --- a/arch/arm/src/max326xx/max326_rtc.h +++ b/arch/arm/src/max326xx/max326_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_rtc.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/arch/arm/src/max326xx/max326_serial.h b/arch/arm/src/max326xx/max326_serial.h index 409be7b38b..201891804f 100644 --- a/arch/arm/src/max326xx/max326_serial.h +++ b/arch/arm/src/max326xx/max326_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_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/arch/arm/src/max326xx/max326_spim.h b/arch/arm/src/max326xx/max326_spim.h index 80a4514dc2..25f3b0192c 100644 --- a/arch/arm/src/max326xx/max326_spim.h +++ b/arch/arm/src/max326xx/max326_spim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_spim.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/arch/arm/src/max326xx/max326_start.h b/arch/arm/src/max326xx/max326_start.h index c27b8626b0..9d808a7f44 100644 --- a/arch/arm/src/max326xx/max326_start.h +++ b/arch/arm/src/max326xx/max326_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_start.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/arch/arm/src/max326xx/max326_userspace.h b/arch/arm/src/max326xx/max326_userspace.h index c989d51b88..52ed6e5d14 100644 --- a/arch/arm/src/max326xx/max326_userspace.h +++ b/arch/arm/src/max326xx/max326_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_userspace.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/arch/arm/src/max326xx/max326_wdt.h b/arch/arm/src/max326xx/max326_wdt.h index f1b511031d..40736d7c64 100644 --- a/arch/arm/src/max326xx/max326_wdt.h +++ b/arch/arm/src/max326xx/max326_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/max326xx/max326_wdt.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/arch/arm/src/moxart/Make.defs b/arch/arm/src/moxart/Make.defs index b431414868..c1b484994a 100644 --- a/arch/arm/src/moxart/Make.defs +++ b/arch/arm/src/moxart/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/moxart/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/arch/arm/src/moxart/chip.h b/arch/arm/src/moxart/chip.h index 3ed19a11e3..5d32e24657 100644 --- a/arch/arm/src/moxart/chip.h +++ b/arch/arm/src/moxart/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/chip.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/arch/arm/src/moxart/moxart_16550.c b/arch/arm/src/moxart/moxart_16550.c index 1f77e63754..5490da8f68 100644 --- a/arch/arm/src/moxart/moxart_16550.c +++ b/arch/arm/src/moxart/moxart_16550.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/moxart_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/arch/arm/src/moxart/moxart_head.S b/arch/arm/src/moxart/moxart_head.S index ebfa02a19a..0b8b6cd3cf 100644 --- a/arch/arm/src/moxart/moxart_head.S +++ b/arch/arm/src/moxart/moxart_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/moxart_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/moxart/moxart_idle.c b/arch/arm/src/moxart/moxart_idle.c index 4d0fd79720..afd91b4adb 100644 --- a/arch/arm/src/moxart/moxart_idle.c +++ b/arch/arm/src/moxart/moxart_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/moxart_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/arch/arm/src/moxart/moxart_irq.c b/arch/arm/src/moxart/moxart_irq.c index 2fcec3c675..a3a00aeb73 100644 --- a/arch/arm/src/moxart/moxart_irq.c +++ b/arch/arm/src/moxart/moxart_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/moxart_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/moxart/moxart_lowputc.S b/arch/arm/src/moxart/moxart_lowputc.S index 0989ebeede..52492c2d75 100644 --- a/arch/arm/src/moxart/moxart_lowputc.S +++ b/arch/arm/src/moxart/moxart_lowputc.S @@ -1,6 +1,8 @@ /************************************************************************** * moxart/moxart_lowputc.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/moxart/moxart_systemreset.c b/arch/arm/src/moxart/moxart_systemreset.c index 3e596f9a24..24c253ba35 100644 --- a/arch/arm/src/moxart/moxart_systemreset.c +++ b/arch/arm/src/moxart/moxart_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/moxart_systemreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/moxart/moxart_timer.c b/arch/arm/src/moxart/moxart_timer.c index c18fbdb6cb..3374203333 100644 --- a/arch/arm/src/moxart/moxart_timer.c +++ b/arch/arm/src/moxart/moxart_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/moxart/moxart_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/arch/arm/src/mps/CMakeLists.txt b/arch/arm/src/mps/CMakeLists.txt index 1b75c4804f..ca84194880 100644 --- a/arch/arm/src/mps/CMakeLists.txt +++ b/arch/arm/src/mps/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/mps/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/arch/arm/src/mps/Make.defs b/arch/arm/src/mps/Make.defs index aef658d661..7649e58fc1 100644 --- a/arch/arm/src/mps/Make.defs +++ b/arch/arm/src/mps/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/mps/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/arch/arm/src/mps/chip.h b/arch/arm/src/mps/chip.h index 6ad33147a2..9f75b1c017 100644 --- a/arch/arm/src/mps/chip.h +++ b/arch/arm/src/mps/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/chip.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/arch/arm/src/mps/hardware/mps_memorymap.h b/arch/arm/src/mps/hardware/mps_memorymap.h index 24d3f5a0f2..6bd9c83f46 100644 --- a/arch/arm/src/mps/hardware/mps_memorymap.h +++ b/arch/arm/src/mps/hardware/mps_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/hardware/mps_memorymap.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/arch/arm/src/mps/mps_allocateheap.c b/arch/arm/src/mps/mps_allocateheap.c index 747ad2b047..e50097620e 100644 --- a/arch/arm/src/mps/mps_allocateheap.c +++ b/arch/arm/src/mps/mps_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mps/mps_irq.c b/arch/arm/src/mps/mps_irq.c index 1e882bbafa..82796fc201 100644 --- a/arch/arm/src/mps/mps_irq.c +++ b/arch/arm/src/mps/mps_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mps/mps_irq.h b/arch/arm/src/mps/mps_irq.h index 8d696db16f..d3429535f6 100644 --- a/arch/arm/src/mps/mps_irq.h +++ b/arch/arm/src/mps/mps_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_irq.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/arch/arm/src/mps/mps_serial.c b/arch/arm/src/mps/mps_serial.c index 3df89e3f2c..38858841a7 100644 --- a/arch/arm/src/mps/mps_serial.c +++ b/arch/arm/src/mps/mps_serial.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/mps/mps_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/arch/arm/src/mps/mps_start.c b/arch/arm/src/mps/mps_start.c index 46b08f0c5b..31c2741b48 100644 --- a/arch/arm/src/mps/mps_start.c +++ b/arch/arm/src/mps/mps_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mps/mps_timer.c b/arch/arm/src/mps/mps_timer.c index 7a01be36ee..0999b2b613 100644 --- a/arch/arm/src/mps/mps_timer.c +++ b/arch/arm/src/mps/mps_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_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/arch/arm/src/mps/mps_userspace.c b/arch/arm/src/mps/mps_userspace.c index b382bf4f48..caea8e665e 100644 --- a/arch/arm/src/mps/mps_userspace.c +++ b/arch/arm/src/mps/mps_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mps/mps_userspace.h b/arch/arm/src/mps/mps_userspace.h index 6673132f64..d5257ce633 100644 --- a/arch/arm/src/mps/mps_userspace.h +++ b/arch/arm/src/mps/mps_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mps/mps_userspace.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/arch/arm/src/mx8mp/Make.defs b/arch/arm/src/mx8mp/Make.defs index 6d7ee57411..3e0eac2b63 100644 --- a/arch/arm/src/mx8mp/Make.defs +++ b/arch/arm/src/mx8mp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/mx8mp/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/arch/arm/src/mx8mp/chip.h b/arch/arm/src/mx8mp/chip.h index 2bfa7a5423..27f65745e1 100644 --- a/arch/arm/src/mx8mp/chip.h +++ b/arch/arm/src/mx8mp/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/chip.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/arch/arm/src/mx8mp/hardware/mx8mp_ccm.h b/arch/arm/src/mx8mp/hardware/mx8mp_ccm.h index bc3a0edb50..a8a4867375 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_ccm.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_ccm.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/arch/arm/src/mx8mp/hardware/mx8mp_ecspi.h b/arch/arm/src/mx8mp/hardware/mx8mp_ecspi.h index c59d259aba..1e97a85174 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_ecspi.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_ecspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_ecspi.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/arch/arm/src/mx8mp/hardware/mx8mp_gpc.h b/arch/arm/src/mx8mp/hardware/mx8mp_gpc.h index 035d2277f5..48a77c3988 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_gpc.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_gpc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_gpc.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/arch/arm/src/mx8mp/hardware/mx8mp_gpio.h b/arch/arm/src/mx8mp/hardware/mx8mp_gpio.h index ea65f64e46..be774a6e0a 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_gpio.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_gpio.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/arch/arm/src/mx8mp/hardware/mx8mp_i2c.h b/arch/arm/src/mx8mp/hardware/mx8mp_i2c.h index 6e4bf3bb7e..5560654545 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_i2c.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_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/arch/arm/src/mx8mp/hardware/mx8mp_memorymap.h b/arch/arm/src/mx8mp/hardware/mx8mp_memorymap.h index 8f14dfc621..baf977c7fd 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_memorymap.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_memorymap.h @@ -1,49 +1,22 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_memorymap.h * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: Apache-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed to the Apache Software 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 * - * 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. + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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. - * - * May include some logic from sample code provided by Infineon: - * - * Copyright (C) 2011-2015 Infineon Technologies AG. All rights reserved. - * - * Infineon Technologies AG (Infineon) is supplying this software for use - * with Infineon's microcontrollers. This file can be freely distributed - * within development tools that are supporting such microcontrollers. - * - * THIS SOFTWARE IS PROVIDED AS IS. NO WARRANTIES, WHETHER EXPRESS, IMPLIED - * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS - * SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, - * INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. + * 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/arch/arm/src/mx8mp/hardware/mx8mp_mu.h b/arch/arm/src/mx8mp/hardware/mx8mp_mu.h index f1344080cd..da2a516570 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_mu.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_mu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_mu.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/arch/arm/src/mx8mp/hardware/mx8mp_pinmux.h b/arch/arm/src/mx8mp/hardware/mx8mp_pinmux.h index cc0005889a..7bd3cbe2a1 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_pinmux.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_pinmux.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/arch/arm/src/mx8mp/hardware/mx8mp_rdc.h b/arch/arm/src/mx8mp/hardware/mx8mp_rdc.h index 0dd673cb4a..366426e0e3 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_rdc.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_rdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_rdc.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/arch/arm/src/mx8mp/hardware/mx8mp_uart.h b/arch/arm/src/mx8mp/hardware/mx8mp_uart.h index 098cf1df5b..56e3a2af45 100644 --- a/arch/arm/src/mx8mp/hardware/mx8mp_uart.h +++ b/arch/arm/src/mx8mp/hardware/mx8mp_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/hardware/mx8mp_uart.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/arch/arm/src/mx8mp/mx8mp_allocateheap.c b/arch/arm/src/mx8mp/mx8mp_allocateheap.c index be9103ff5f..9699f1fe49 100644 --- a/arch/arm/src/mx8mp/mx8mp_allocateheap.c +++ b/arch/arm/src/mx8mp/mx8mp_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_ccm.c b/arch/arm/src/mx8mp/mx8mp_ccm.c index 851e70d2f4..0185239ce1 100644 --- a/arch/arm/src/mx8mp/mx8mp_ccm.c +++ b/arch/arm/src/mx8mp/mx8mp_ccm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_ccm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_ccm.h b/arch/arm/src/mx8mp/mx8mp_ccm.h index d2e966bbc8..ff06161daf 100644 --- a/arch/arm/src/mx8mp/mx8mp_ccm.h +++ b/arch/arm/src/mx8mp/mx8mp_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_ccm.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/arch/arm/src/mx8mp/mx8mp_clockconfig.c b/arch/arm/src/mx8mp/mx8mp_clockconfig.c index e7a397d39c..a0ac9a0266 100644 --- a/arch/arm/src/mx8mp/mx8mp_clockconfig.c +++ b/arch/arm/src/mx8mp/mx8mp_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_clockconfig.h b/arch/arm/src/mx8mp/mx8mp_clockconfig.h index d574b05f81..00fcadd977 100644 --- a/arch/arm/src/mx8mp/mx8mp_clockconfig.h +++ b/arch/arm/src/mx8mp/mx8mp_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_clockconfig.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/arch/arm/src/mx8mp/mx8mp_clrpend.c b/arch/arm/src/mx8mp/mx8mp_clrpend.c index 51717f920e..8d63132bff 100644 --- a/arch/arm/src/mx8mp/mx8mp_clrpend.c +++ b/arch/arm/src/mx8mp/mx8mp_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_config.h b/arch/arm/src/mx8mp/mx8mp_config.h index 096d43d759..75a3e80839 100644 --- a/arch/arm/src/mx8mp/mx8mp_config.h +++ b/arch/arm/src/mx8mp/mx8mp_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_config.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/arch/arm/src/mx8mp/mx8mp_ecspi.c b/arch/arm/src/mx8mp/mx8mp_ecspi.c index d1d812f39a..f97adde8ce 100644 --- a/arch/arm/src/mx8mp/mx8mp_ecspi.c +++ b/arch/arm/src/mx8mp/mx8mp_ecspi.c @@ -1,6 +1,8 @@ /****************************************************************************** * arch/arm/src/mx8mp/mx8mp_ecspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_ecspi.h b/arch/arm/src/mx8mp/mx8mp_ecspi.h index ad119fe779..b439e5f7b2 100644 --- a/arch/arm/src/mx8mp/mx8mp_ecspi.h +++ b/arch/arm/src/mx8mp/mx8mp_ecspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_ecspi.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/arch/arm/src/mx8mp/mx8mp_gpio.c b/arch/arm/src/mx8mp/mx8mp_gpio.c index e92a57f9a1..60b0c5be00 100644 --- a/arch/arm/src/mx8mp/mx8mp_gpio.c +++ b/arch/arm/src/mx8mp/mx8mp_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_gpio.h b/arch/arm/src/mx8mp/mx8mp_gpio.h index 08916baa5b..e90f2e2db6 100644 --- a/arch/arm/src/mx8mp/mx8mp_gpio.h +++ b/arch/arm/src/mx8mp/mx8mp_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_gpio.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/arch/arm/src/mx8mp/mx8mp_i2c.c b/arch/arm/src/mx8mp/mx8mp_i2c.c index e134f22191..1f081d6f37 100644 --- a/arch/arm/src/mx8mp/mx8mp_i2c.c +++ b/arch/arm/src/mx8mp/mx8mp_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_i2c.h b/arch/arm/src/mx8mp/mx8mp_i2c.h index 5bd9516b4b..3320c150b1 100644 --- a/arch/arm/src/mx8mp/mx8mp_i2c.h +++ b/arch/arm/src/mx8mp/mx8mp_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_idle.c b/arch/arm/src/mx8mp/mx8mp_idle.c index ed045d1f78..7b974e803c 100644 --- a/arch/arm/src/mx8mp/mx8mp_idle.c +++ b/arch/arm/src/mx8mp/mx8mp_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_iomuxc.c b/arch/arm/src/mx8mp/mx8mp_iomuxc.c index 2d346593e4..55ea5c7a04 100644 --- a/arch/arm/src/mx8mp/mx8mp_iomuxc.c +++ b/arch/arm/src/mx8mp/mx8mp_iomuxc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_iomuxc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_iomuxc.h b/arch/arm/src/mx8mp/mx8mp_iomuxc.h index b3b6f01de9..922660ec7d 100644 --- a/arch/arm/src/mx8mp/mx8mp_iomuxc.h +++ b/arch/arm/src/mx8mp/mx8mp_iomuxc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_iomuxc.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/arch/arm/src/mx8mp/mx8mp_ipc.c b/arch/arm/src/mx8mp/mx8mp_ipc.c index f66c2b0c22..7e4b878565 100644 --- a/arch/arm/src/mx8mp/mx8mp_ipc.c +++ b/arch/arm/src/mx8mp/mx8mp_ipc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_ipc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_ipc.h b/arch/arm/src/mx8mp/mx8mp_ipc.h index f033beb245..4e93e95fd5 100644 --- a/arch/arm/src/mx8mp/mx8mp_ipc.h +++ b/arch/arm/src/mx8mp/mx8mp_ipc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_ipc.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/arch/arm/src/mx8mp/mx8mp_irq.c b/arch/arm/src/mx8mp/mx8mp_irq.c index f224597d38..9f742f5be0 100644 --- a/arch/arm/src/mx8mp/mx8mp_irq.c +++ b/arch/arm/src/mx8mp/mx8mp_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_lowputc.c b/arch/arm/src/mx8mp/mx8mp_lowputc.c index 19d369c9ee..32d3e8667d 100644 --- a/arch/arm/src/mx8mp/mx8mp_lowputc.c +++ b/arch/arm/src/mx8mp/mx8mp_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_lowputc.h b/arch/arm/src/mx8mp/mx8mp_lowputc.h index 2f0cdf233b..9caf7b684f 100644 --- a/arch/arm/src/mx8mp/mx8mp_lowputc.h +++ b/arch/arm/src/mx8mp/mx8mp_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_lowputc.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/arch/arm/src/mx8mp/mx8mp_mpuinit.c b/arch/arm/src/mx8mp/mx8mp_mpuinit.c index 54b635b9d0..f664c6f23c 100644 --- a/arch/arm/src/mx8mp/mx8mp_mpuinit.c +++ b/arch/arm/src/mx8mp/mx8mp_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_mpuinit.h b/arch/arm/src/mx8mp/mx8mp_mpuinit.h index af5629da2a..c341a60c05 100644 --- a/arch/arm/src/mx8mp/mx8mp_mpuinit.h +++ b/arch/arm/src/mx8mp/mx8mp_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_mpuinit.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/arch/arm/src/mx8mp/mx8mp_rptun.c b/arch/arm/src/mx8mp/mx8mp_rptun.c index 2fdcd2c1ed..666d93009a 100644 --- a/arch/arm/src/mx8mp/mx8mp_rptun.c +++ b/arch/arm/src/mx8mp/mx8mp_rptun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_rptun.h b/arch/arm/src/mx8mp/mx8mp_rptun.h index 50631f4ba4..11f9c86dc4 100644 --- a/arch/arm/src/mx8mp/mx8mp_rptun.h +++ b/arch/arm/src/mx8mp/mx8mp_rptun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_rptun.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/arch/arm/src/mx8mp/mx8mp_rsctable.c b/arch/arm/src/mx8mp/mx8mp_rsctable.c index 60839575e5..0210b14744 100644 --- a/arch/arm/src/mx8mp/mx8mp_rsctable.c +++ b/arch/arm/src/mx8mp/mx8mp_rsctable.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_rsctable.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_rsctable.h b/arch/arm/src/mx8mp/mx8mp_rsctable.h index 721accb517..25c5120541 100644 --- a/arch/arm/src/mx8mp/mx8mp_rsctable.h +++ b/arch/arm/src/mx8mp/mx8mp_rsctable.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_rsctable.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/arch/arm/src/mx8mp/mx8mp_serial.c b/arch/arm/src/mx8mp/mx8mp_serial.c index ba54e5caf4..574edb4825 100644 --- a/arch/arm/src/mx8mp/mx8mp_serial.c +++ b/arch/arm/src/mx8mp/mx8mp_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_serial.h b/arch/arm/src/mx8mp/mx8mp_serial.h index 30cc8b78ce..149cbf55fd 100644 --- a/arch/arm/src/mx8mp/mx8mp_serial.h +++ b/arch/arm/src/mx8mp/mx8mp_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_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/arch/arm/src/mx8mp/mx8mp_start.c b/arch/arm/src/mx8mp/mx8mp_start.c index 09ec8b8e1c..81161edbe2 100644 --- a/arch/arm/src/mx8mp/mx8mp_start.c +++ b/arch/arm/src/mx8mp/mx8mp_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_start.h b/arch/arm/src/mx8mp/mx8mp_start.h index 6178b95a22..2eff871128 100644 --- a/arch/arm/src/mx8mp/mx8mp_start.h +++ b/arch/arm/src/mx8mp/mx8mp_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_start.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/arch/arm/src/mx8mp/mx8mp_timerisr.c b/arch/arm/src/mx8mp/mx8mp_timerisr.c index 1b7caedcc2..a2674b333d 100644 --- a/arch/arm/src/mx8mp/mx8mp_timerisr.c +++ b/arch/arm/src/mx8mp/mx8mp_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/mx8mp/mx8mp_userspace.h b/arch/arm/src/mx8mp/mx8mp_userspace.h index 9ec09c9d19..b61b218e7e 100644 --- a/arch/arm/src/mx8mp/mx8mp_userspace.h +++ b/arch/arm/src/mx8mp/mx8mp_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/mx8mp/mx8mp_userspace.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/arch/arm/src/nrf52/CMakeLists.txt b/arch/arm/src/nrf52/CMakeLists.txt index d20b6339d7..66858f547e 100644 --- a/arch/arm/src/nrf52/CMakeLists.txt +++ b/arch/arm/src/nrf52/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/nrf52/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/arch/arm/src/nrf52/Make.defs b/arch/arm/src/nrf52/Make.defs index 12650bc976..10118d1753 100644 --- a/arch/arm/src/nrf52/Make.defs +++ b/arch/arm/src/nrf52/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/nrf52/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/arch/arm/src/nrf52/chip.h b/arch/arm/src/nrf52/chip.h index f9ee219536..7d7cb9c8d0 100644 --- a/arch/arm/src/nrf52/chip.h +++ b/arch/arm/src/nrf52/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/chip.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/arch/arm/src/nrf52/hardware/nrf52_clock.h b/arch/arm/src/nrf52/hardware/nrf52_clock.h index 6e3a5177b5..00fe3deeb7 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_clock.h +++ b/arch/arm/src/nrf52/hardware/nrf52_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_clock.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/arch/arm/src/nrf52/hardware/nrf52_ficr.h b/arch/arm/src/nrf52/hardware/nrf52_ficr.h index 2b7669d576..f7d542b56d 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_ficr.h +++ b/arch/arm/src/nrf52/hardware/nrf52_ficr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_ficr.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/arch/arm/src/nrf52/hardware/nrf52_gpio.h b/arch/arm/src/nrf52/hardware/nrf52_gpio.h index e4e837a9af..f22596b466 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_gpio.h +++ b/arch/arm/src/nrf52/hardware/nrf52_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_gpio.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/arch/arm/src/nrf52/hardware/nrf52_gpiote.h b/arch/arm/src/nrf52/hardware/nrf52_gpiote.h index 37a8d20d2b..ab03019057 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_gpiote.h +++ b/arch/arm/src/nrf52/hardware/nrf52_gpiote.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_gpiote.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/arch/arm/src/nrf52/hardware/nrf52_memorymap.h b/arch/arm/src/nrf52/hardware/nrf52_memorymap.h index e79cba5aad..13e27dae39 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_memorymap.h +++ b/arch/arm/src/nrf52/hardware/nrf52_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_memorymap.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/arch/arm/src/nrf52/hardware/nrf52_nfc.h b/arch/arm/src/nrf52/hardware/nrf52_nfc.h index 3f204e897c..4e80cc2b95 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_nfc.h +++ b/arch/arm/src/nrf52/hardware/nrf52_nfc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_nfc.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/arch/arm/src/nrf52/hardware/nrf52_nvmc.h b/arch/arm/src/nrf52/hardware/nrf52_nvmc.h index bb622bc668..fa495c3988 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_nvmc.h +++ b/arch/arm/src/nrf52/hardware/nrf52_nvmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_nvmc.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/arch/arm/src/nrf52/hardware/nrf52_power.h b/arch/arm/src/nrf52/hardware/nrf52_power.h index 16e0ac4668..e3b6a9e058 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_power.h +++ b/arch/arm/src/nrf52/hardware/nrf52_power.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_power.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/arch/arm/src/nrf52/hardware/nrf52_ppi.h b/arch/arm/src/nrf52/hardware/nrf52_ppi.h index 012c008c2f..f3d5c82a37 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_ppi.h +++ b/arch/arm/src/nrf52/hardware/nrf52_ppi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_ppi.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/arch/arm/src/nrf52/hardware/nrf52_pwm.h b/arch/arm/src/nrf52/hardware/nrf52_pwm.h index 91645ed08d..13c20a21c7 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_pwm.h +++ b/arch/arm/src/nrf52/hardware/nrf52_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_pwm.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/arch/arm/src/nrf52/hardware/nrf52_qspi.h b/arch/arm/src/nrf52/hardware/nrf52_qspi.h index a93ff9388c..399c7f1684 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_qspi.h +++ b/arch/arm/src/nrf52/hardware/nrf52_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_qspi.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/arch/arm/src/nrf52/hardware/nrf52_radio.h b/arch/arm/src/nrf52/hardware/nrf52_radio.h index d58793976c..a3f69d7d41 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_radio.h +++ b/arch/arm/src/nrf52/hardware/nrf52_radio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_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/arch/arm/src/nrf52/hardware/nrf52_rng.h b/arch/arm/src/nrf52/hardware/nrf52_rng.h index 0ce4c70ca0..6706498e18 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_rng.h +++ b/arch/arm/src/nrf52/hardware/nrf52_rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_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/arch/arm/src/nrf52/hardware/nrf52_rtc.h b/arch/arm/src/nrf52/hardware/nrf52_rtc.h index b9f2cb1247..d85393ab34 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_rtc.h +++ b/arch/arm/src/nrf52/hardware/nrf52_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_rtc.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/arch/arm/src/nrf52/hardware/nrf52_saadc.h b/arch/arm/src/nrf52/hardware/nrf52_saadc.h index 4a809d9ed8..2dbe9129bc 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_saadc.h +++ b/arch/arm/src/nrf52/hardware/nrf52_saadc.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_saadc.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/arch/arm/src/nrf52/hardware/nrf52_spi.h b/arch/arm/src/nrf52/hardware/nrf52_spi.h index 9498ab2bdc..37dff84f78 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_spi.h +++ b/arch/arm/src/nrf52/hardware/nrf52_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_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/arch/arm/src/nrf52/hardware/nrf52_temp.h b/arch/arm/src/nrf52/hardware/nrf52_temp.h index 439739ef67..060ab79138 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_temp.h +++ b/arch/arm/src/nrf52/hardware/nrf52_temp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_temp.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/arch/arm/src/nrf52/hardware/nrf52_tim.h b/arch/arm/src/nrf52/hardware/nrf52_tim.h index 6678f04589..444f663de6 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_tim.h +++ b/arch/arm/src/nrf52/hardware/nrf52_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_tim.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/arch/arm/src/nrf52/hardware/nrf52_twi.h b/arch/arm/src/nrf52/hardware/nrf52_twi.h index 200dc5c924..a64c725102 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_twi.h +++ b/arch/arm/src/nrf52/hardware/nrf52_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_twi.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/arch/arm/src/nrf52/hardware/nrf52_uarte.h b/arch/arm/src/nrf52/hardware/nrf52_uarte.h index 56efd697bc..02fbab9230 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_uarte.h +++ b/arch/arm/src/nrf52/hardware/nrf52_uarte.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_uarte.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/arch/arm/src/nrf52/hardware/nrf52_uicr.h b/arch/arm/src/nrf52/hardware/nrf52_uicr.h index 9716a15f96..97d71800ca 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_uicr.h +++ b/arch/arm/src/nrf52/hardware/nrf52_uicr.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_uicr.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/arch/arm/src/nrf52/hardware/nrf52_usbd.h b/arch/arm/src/nrf52/hardware/nrf52_usbd.h index dbf1bff931..659b0bb62c 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_usbd.h +++ b/arch/arm/src/nrf52/hardware/nrf52_usbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_usbd.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/arch/arm/src/nrf52/hardware/nrf52_utils.h b/arch/arm/src/nrf52/hardware/nrf52_utils.h index 069234bc1f..da777eb1e6 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_utils.h +++ b/arch/arm/src/nrf52/hardware/nrf52_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_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/arch/arm/src/nrf52/hardware/nrf52_wdt.h b/arch/arm/src/nrf52/hardware/nrf52_wdt.h index f6a5e3ac5f..f12dcb08ae 100644 --- a/arch/arm/src/nrf52/hardware/nrf52_wdt.h +++ b/arch/arm/src/nrf52/hardware/nrf52_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/hardware/nrf52_wdt.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/arch/arm/src/nrf52/nrf52832_errdata.c b/arch/arm/src/nrf52/nrf52832_errdata.c index cc98fcfaa7..b18c3c3300 100644 --- a/arch/arm/src/nrf52/nrf52832_errdata.c +++ b/arch/arm/src/nrf52/nrf52832_errdata.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52832_errdata.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_adc.c b/arch/arm/src/nrf52/nrf52_adc.c index fe276d18ce..c0502a9e74 100644 --- a/arch/arm/src/nrf52/nrf52_adc.c +++ b/arch/arm/src/nrf52/nrf52_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_adc.h b/arch/arm/src/nrf52/nrf52_adc.h index afb064ad5b..73436777e5 100644 --- a/arch/arm/src/nrf52/nrf52_adc.h +++ b/arch/arm/src/nrf52/nrf52_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_adc.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/arch/arm/src/nrf52/nrf52_allocateheap.c b/arch/arm/src/nrf52/nrf52_allocateheap.c index 637a64938f..ef188efddb 100644 --- a/arch/arm/src/nrf52/nrf52_allocateheap.c +++ b/arch/arm/src/nrf52/nrf52_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_clockconfig.c b/arch/arm/src/nrf52/nrf52_clockconfig.c index ae1ce4d64d..6f092099d6 100644 --- a/arch/arm/src/nrf52/nrf52_clockconfig.c +++ b/arch/arm/src/nrf52/nrf52_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_clockconfig.h b/arch/arm/src/nrf52/nrf52_clockconfig.h index efedbffcae..3070cc781e 100644 --- a/arch/arm/src/nrf52/nrf52_clockconfig.h +++ b/arch/arm/src/nrf52/nrf52_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_clockconfig.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/arch/arm/src/nrf52/nrf52_config.h b/arch/arm/src/nrf52/nrf52_config.h index 33f6b65ea4..896c3d59ad 100644 --- a/arch/arm/src/nrf52/nrf52_config.h +++ b/arch/arm/src/nrf52/nrf52_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_config.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/arch/arm/src/nrf52/nrf52_gpio.c b/arch/arm/src/nrf52/nrf52_gpio.c index 4da656da8f..2d5f02ae95 100644 --- a/arch/arm/src/nrf52/nrf52_gpio.c +++ b/arch/arm/src/nrf52/nrf52_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_gpio.h b/arch/arm/src/nrf52/nrf52_gpio.h index 482d903c82..ee3c71cbc0 100644 --- a/arch/arm/src/nrf52/nrf52_gpio.h +++ b/arch/arm/src/nrf52/nrf52_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_gpio.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/arch/arm/src/nrf52/nrf52_gpiote.c b/arch/arm/src/nrf52/nrf52_gpiote.c index 5aead39e92..7271157828 100644 --- a/arch/arm/src/nrf52/nrf52_gpiote.c +++ b/arch/arm/src/nrf52/nrf52_gpiote.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_gpiote.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_gpiote.h b/arch/arm/src/nrf52/nrf52_gpiote.h index 49a1bd4d76..4fe76bc9d5 100644 --- a/arch/arm/src/nrf52/nrf52_gpiote.h +++ b/arch/arm/src/nrf52/nrf52_gpiote.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_gpiote.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/arch/arm/src/nrf52/nrf52_i2c.c b/arch/arm/src/nrf52/nrf52_i2c.c index 9e0310b426..03ee1ec471 100644 --- a/arch/arm/src/nrf52/nrf52_i2c.c +++ b/arch/arm/src/nrf52/nrf52_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_i2c.h b/arch/arm/src/nrf52/nrf52_i2c.h index 5fbeaf76c7..a85dac24ba 100644 --- a/arch/arm/src/nrf52/nrf52_i2c.h +++ b/arch/arm/src/nrf52/nrf52_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_i2c_bitbang.c b/arch/arm/src/nrf52/nrf52_i2c_bitbang.c index 4ca224234c..33dcbe51a5 100644 --- a/arch/arm/src/nrf52/nrf52_i2c_bitbang.c +++ b/arch/arm/src/nrf52/nrf52_i2c_bitbang.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_i2c_bitbang.h b/arch/arm/src/nrf52/nrf52_i2c_bitbang.h index de163a0017..cb1f5a9114 100644 --- a/arch/arm/src/nrf52/nrf52_i2c_bitbang.h +++ b/arch/arm/src/nrf52/nrf52_i2c_bitbang.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_i2c_bitbang.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/arch/arm/src/nrf52/nrf52_idle.c b/arch/arm/src/nrf52/nrf52_idle.c index a4870fbdcc..1155480f22 100644 --- a/arch/arm/src/nrf52/nrf52_idle.c +++ b/arch/arm/src/nrf52/nrf52_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_ieee802154.c b/arch/arm/src/nrf52/nrf52_ieee802154.c index 28956ce75e..ed032dbd1b 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154.c +++ b/arch/arm/src/nrf52/nrf52_ieee802154.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_ieee802154_priv.h b/arch/arm/src/nrf52/nrf52_ieee802154_priv.h index 04e542ee3a..16b21bfcbb 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_priv.h +++ b/arch/arm/src/nrf52/nrf52_ieee802154_priv.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_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/arch/arm/src/nrf52/nrf52_ieee802154_radio.c b/arch/arm/src/nrf52/nrf52_ieee802154_radio.c index e4c671504d..1898a7e252 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_radio.c +++ b/arch/arm/src/nrf52/nrf52_ieee802154_radio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_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/arch/arm/src/nrf52/nrf52_ieee802154_radio.h b/arch/arm/src/nrf52/nrf52_ieee802154_radio.h index 8dd9146bd0..76960aa466 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_radio.h +++ b/arch/arm/src/nrf52/nrf52_ieee802154_radio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_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/arch/arm/src/nrf52/nrf52_ieee802154_rtc.c b/arch/arm/src/nrf52/nrf52_ieee802154_rtc.c index 7d32b3df78..bdfd92c371 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_rtc.c +++ b/arch/arm/src/nrf52/nrf52_ieee802154_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_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/arch/arm/src/nrf52/nrf52_ieee802154_rtc.h b/arch/arm/src/nrf52/nrf52_ieee802154_rtc.h index de6f475ff2..f011a28977 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_rtc.h +++ b/arch/arm/src/nrf52/nrf52_ieee802154_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_rtc.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/arch/arm/src/nrf52/nrf52_ieee802154_tim.c b/arch/arm/src/nrf52/nrf52_ieee802154_tim.c index 7e8dd5749c..f2abcb495d 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_tim.c +++ b/arch/arm/src/nrf52/nrf52_ieee802154_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_ieee802154_tim.h b/arch/arm/src/nrf52/nrf52_ieee802154_tim.h index 0821353475..714d034b97 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_tim.h +++ b/arch/arm/src/nrf52/nrf52_ieee802154_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_tim.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/arch/arm/src/nrf52/nrf52_ieee802154_trace.c b/arch/arm/src/nrf52/nrf52_ieee802154_trace.c index 69d6f7f668..87214d5549 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_trace.c +++ b/arch/arm/src/nrf52/nrf52_ieee802154_trace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_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/arch/arm/src/nrf52/nrf52_ieee802154_trace.h b/arch/arm/src/nrf52/nrf52_ieee802154_trace.h index a43daa8c10..ca0939f6cb 100644 --- a/arch/arm/src/nrf52/nrf52_ieee802154_trace.h +++ b/arch/arm/src/nrf52/nrf52_ieee802154_trace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ieee802154_trace.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/arch/arm/src/nrf52/nrf52_irq.c b/arch/arm/src/nrf52/nrf52_irq.c index 2e916afc72..c9088d1b17 100644 --- a/arch/arm/src/nrf52/nrf52_irq.c +++ b/arch/arm/src/nrf52/nrf52_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_irq.h b/arch/arm/src/nrf52/nrf52_irq.h index c47a7fa5ed..82d5df713f 100644 --- a/arch/arm/src/nrf52/nrf52_irq.h +++ b/arch/arm/src/nrf52/nrf52_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_irq.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/arch/arm/src/nrf52/nrf52_lowputc.c b/arch/arm/src/nrf52/nrf52_lowputc.c index fc12a4db87..4a1e866f78 100644 --- a/arch/arm/src/nrf52/nrf52_lowputc.c +++ b/arch/arm/src/nrf52/nrf52_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_lowputc.h b/arch/arm/src/nrf52/nrf52_lowputc.h index 06286418ce..53feee690e 100644 --- a/arch/arm/src/nrf52/nrf52_lowputc.h +++ b/arch/arm/src/nrf52/nrf52_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_lowputc.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/arch/arm/src/nrf52/nrf52_pminitialize.c b/arch/arm/src/nrf52/nrf52_pminitialize.c index 02388aa9ab..1dda1db593 100644 --- a/arch/arm/src/nrf52/nrf52_pminitialize.c +++ b/arch/arm/src/nrf52/nrf52_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_ppi.c b/arch/arm/src/nrf52/nrf52_ppi.c index 016739a8d1..d372c6fb4e 100644 --- a/arch/arm/src/nrf52/nrf52_ppi.c +++ b/arch/arm/src/nrf52/nrf52_ppi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ppi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_ppi.h b/arch/arm/src/nrf52/nrf52_ppi.h index f51d6e066d..e4b4c4b370 100644 --- a/arch/arm/src/nrf52/nrf52_ppi.h +++ b/arch/arm/src/nrf52/nrf52_ppi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_ppi.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/arch/arm/src/nrf52/nrf52_pwm.c b/arch/arm/src/nrf52/nrf52_pwm.c index 9ef60a4c4c..419f6bb65a 100644 --- a/arch/arm/src/nrf52/nrf52_pwm.c +++ b/arch/arm/src/nrf52/nrf52_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_pwm.h b/arch/arm/src/nrf52/nrf52_pwm.h index 3d7220cea1..3cda2cf95a 100644 --- a/arch/arm/src/nrf52/nrf52_pwm.h +++ b/arch/arm/src/nrf52/nrf52_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_pwm.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/arch/arm/src/nrf52/nrf52_qspi.c b/arch/arm/src/nrf52/nrf52_qspi.c index d2b6d5e95c..287a2257c2 100644 --- a/arch/arm/src/nrf52/nrf52_qspi.c +++ b/arch/arm/src/nrf52/nrf52_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_qspi.h b/arch/arm/src/nrf52/nrf52_qspi.h index fbc3a557e5..93323c66d3 100644 --- a/arch/arm/src/nrf52/nrf52_qspi.h +++ b/arch/arm/src/nrf52/nrf52_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_qspi.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/arch/arm/src/nrf52/nrf52_radio.c b/arch/arm/src/nrf52/nrf52_radio.c index 7184873548..d7a8d8c3e5 100644 --- a/arch/arm/src/nrf52/nrf52_radio.c +++ b/arch/arm/src/nrf52/nrf52_radio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_radio.h b/arch/arm/src/nrf52/nrf52_radio.h index aadca4cbd9..e8b3409ed0 100644 --- a/arch/arm/src/nrf52/nrf52_radio.h +++ b/arch/arm/src/nrf52/nrf52_radio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_radio_ieee802154.h b/arch/arm/src/nrf52/nrf52_radio_ieee802154.h index 7160378a50..d46a0cb7f1 100644 --- a/arch/arm/src/nrf52/nrf52_radio_ieee802154.h +++ b/arch/arm/src/nrf52/nrf52_radio_ieee802154.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_radio_ieee802154.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/arch/arm/src/nrf52/nrf52_rng.c b/arch/arm/src/nrf52/nrf52_rng.c index 80ffae627b..b802314929 100644 --- a/arch/arm/src/nrf52/nrf52_rng.c +++ b/arch/arm/src/nrf52/nrf52_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_rtc.c b/arch/arm/src/nrf52/nrf52_rtc.c index 0821b52eb5..c34379c21c 100644 --- a/arch/arm/src/nrf52/nrf52_rtc.c +++ b/arch/arm/src/nrf52/nrf52_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_rtc.h b/arch/arm/src/nrf52/nrf52_rtc.h index 38ed737c38..80b704e6f5 100644 --- a/arch/arm/src/nrf52/nrf52_rtc.h +++ b/arch/arm/src/nrf52/nrf52_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_rtc.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/arch/arm/src/nrf52/nrf52_sdc.c b/arch/arm/src/nrf52/nrf52_sdc.c index ef00aabe7c..3682cda485 100644 --- a/arch/arm/src/nrf52/nrf52_sdc.c +++ b/arch/arm/src/nrf52/nrf52_sdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_sdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_sdc.h b/arch/arm/src/nrf52/nrf52_sdc.h index 98e8e283e1..098108cdbe 100644 --- a/arch/arm/src/nrf52/nrf52_sdc.h +++ b/arch/arm/src/nrf52/nrf52_sdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_sdc.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/arch/arm/src/nrf52/nrf52_serial.c b/arch/arm/src/nrf52/nrf52_serial.c index b667be09f5..bd7935d9e5 100644 --- a/arch/arm/src/nrf52/nrf52_serial.c +++ b/arch/arm/src/nrf52/nrf52_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_serial.h b/arch/arm/src/nrf52/nrf52_serial.h index 4bafe2f5cb..a8a01811fd 100644 --- a/arch/arm/src/nrf52/nrf52_serial.h +++ b/arch/arm/src/nrf52/nrf52_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_spi.c b/arch/arm/src/nrf52/nrf52_spi.c index f98945feb5..716b568570 100644 --- a/arch/arm/src/nrf52/nrf52_spi.c +++ b/arch/arm/src/nrf52/nrf52_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_spi.h b/arch/arm/src/nrf52/nrf52_spi.h index 0266fc523f..71af72db72 100644 --- a/arch/arm/src/nrf52/nrf52_spi.h +++ b/arch/arm/src/nrf52/nrf52_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_start.c b/arch/arm/src/nrf52/nrf52_start.c index bc34a93d38..121aefaed6 100644 --- a/arch/arm/src/nrf52/nrf52_start.c +++ b/arch/arm/src/nrf52/nrf52_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_start.h b/arch/arm/src/nrf52/nrf52_start.h index 71c804a6b8..695c699736 100644 --- a/arch/arm/src/nrf52/nrf52_start.h +++ b/arch/arm/src/nrf52/nrf52_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_start.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/arch/arm/src/nrf52/nrf52_systick.c b/arch/arm/src/nrf52/nrf52_systick.c index db1f9be364..cc338a825e 100644 --- a/arch/arm/src/nrf52/nrf52_systick.c +++ b/arch/arm/src/nrf52/nrf52_systick.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_systick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_tickless_rtc.c b/arch/arm/src/nrf52/nrf52_tickless_rtc.c index 7404c3e4a3..fb87024b7c 100644 --- a/arch/arm/src/nrf52/nrf52_tickless_rtc.c +++ b/arch/arm/src/nrf52/nrf52_tickless_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_tickless_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/arch/arm/src/nrf52/nrf52_tim.c b/arch/arm/src/nrf52/nrf52_tim.c index 25c0294409..00b65a9cc3 100644 --- a/arch/arm/src/nrf52/nrf52_tim.c +++ b/arch/arm/src/nrf52/nrf52_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_tim.h b/arch/arm/src/nrf52/nrf52_tim.h index 490f10e65b..a98b122636 100644 --- a/arch/arm/src/nrf52/nrf52_tim.h +++ b/arch/arm/src/nrf52/nrf52_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_tim.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/arch/arm/src/nrf52/nrf52_tim_lowerhalf.c b/arch/arm/src/nrf52/nrf52_tim_lowerhalf.c index 2f9b349914..b504075d65 100644 --- a/arch/arm/src/nrf52/nrf52_tim_lowerhalf.c +++ b/arch/arm/src/nrf52/nrf52_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_tim_lowerhalf.h b/arch/arm/src/nrf52/nrf52_tim_lowerhalf.h index ea03afc8a5..7c63393206 100644 --- a/arch/arm/src/nrf52/nrf52_tim_lowerhalf.h +++ b/arch/arm/src/nrf52/nrf52_tim_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_tim_lowerhalf.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/arch/arm/src/nrf52/nrf52_uid.c b/arch/arm/src/nrf52/nrf52_uid.c index 845bc1e419..9e55a2017f 100644 --- a/arch/arm/src/nrf52/nrf52_uid.c +++ b/arch/arm/src/nrf52/nrf52_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_uid.h b/arch/arm/src/nrf52/nrf52_uid.h index 5fe7489b1a..2157c48cd6 100644 --- a/arch/arm/src/nrf52/nrf52_uid.h +++ b/arch/arm/src/nrf52/nrf52_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_uid.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/arch/arm/src/nrf52/nrf52_usbd.c b/arch/arm/src/nrf52/nrf52_usbd.c index a1f975950d..9435d66dc7 100644 --- a/arch/arm/src/nrf52/nrf52_usbd.c +++ b/arch/arm/src/nrf52/nrf52_usbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_usbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf52/nrf52_usbd.h b/arch/arm/src/nrf52/nrf52_usbd.h index 1bf95ea536..068a2c8eb4 100644 --- a/arch/arm/src/nrf52/nrf52_usbd.h +++ b/arch/arm/src/nrf52/nrf52_usbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_usbd.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/arch/arm/src/nrf52/nrf52_utils.c b/arch/arm/src/nrf52/nrf52_utils.c index e871019f97..0bde496255 100644 --- a/arch/arm/src/nrf52/nrf52_utils.c +++ b/arch/arm/src/nrf52/nrf52_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_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/arch/arm/src/nrf52/nrf52_wdt.c b/arch/arm/src/nrf52/nrf52_wdt.c index cef6b45669..ad6df1c376 100644 --- a/arch/arm/src/nrf52/nrf52_wdt.c +++ b/arch/arm/src/nrf52/nrf52_wdt.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_wdt.c * - * Copyright (C) 2018 Zglue Inc. All rights reserved. - * Author: Levin Li - * Author: Alan Carvalho de Assis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Zglue Inc. All rights reserved. + * SPDX-FileContributor: Levin Li + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/nrf52/nrf52_wdt.h b/arch/arm/src/nrf52/nrf52_wdt.h index c9d48916e1..1bcba6a476 100644 --- a/arch/arm/src/nrf52/nrf52_wdt.h +++ b/arch/arm/src/nrf52/nrf52_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_wdt.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/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c b/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c index 921a6ffc36..b3e3729798 100644 --- a/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c +++ b/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_wdt_lowerhalf.c * - * Copyright (C) 2018 Zglue Inc. All rights reserved. - * Author: Levin Li - * Author: Alan Carvalho de Assis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Zglue Inc. All rights reserved. + * SPDX-FileContributor: Levin Li + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.h b/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.h index 76affeeefe..3f3e23e22c 100644 --- a/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.h +++ b/arch/arm/src/nrf52/nrf52_wdt_lowerhalf.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_wdt_lowerhalf.h * - * Copyright (C) 2018 Zglue Inc. All rights reserved. - * Author: Levin Li - * Author: Alan Carvalho de Assis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Zglue Inc. All rights reserved. + * SPDX-FileContributor: Levin Li + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/nrf52/sdc/nrf.h b/arch/arm/src/nrf52/sdc/nrf.h index b48a10193d..37592903c7 100644 --- a/arch/arm/src/nrf52/sdc/nrf.h +++ b/arch/arm/src/nrf52/sdc/nrf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/sdc/nrf.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/arch/arm/src/nrf52/sdc/nrf_peripherals.h b/arch/arm/src/nrf52/sdc/nrf_peripherals.h index b7af1e2abc..4c15a0fd03 100644 --- a/arch/arm/src/nrf52/sdc/nrf_peripherals.h +++ b/arch/arm/src/nrf52/sdc/nrf_peripherals.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf52/sdc/nrf_peripherals.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/arch/arm/src/nrf53/CMakeLists.txt b/arch/arm/src/nrf53/CMakeLists.txt index e3b539489a..900c52430c 100644 --- a/arch/arm/src/nrf53/CMakeLists.txt +++ b/arch/arm/src/nrf53/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/nrf53/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/arch/arm/src/nrf53/Make.defs b/arch/arm/src/nrf53/Make.defs index 4df869ebcf..d91f55b12e 100644 --- a/arch/arm/src/nrf53/Make.defs +++ b/arch/arm/src/nrf53/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/nrf53/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/arch/arm/src/nrf53/chip.h b/arch/arm/src/nrf53/chip.h index 2e1c8bf34f..9251b50d86 100644 --- a/arch/arm/src/nrf53/chip.h +++ b/arch/arm/src/nrf53/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/chip.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/arch/arm/src/nrf53/hardware/nrf53_clock.h b/arch/arm/src/nrf53/hardware/nrf53_clock.h index f52a70a922..c466133b10 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_clock.h +++ b/arch/arm/src/nrf53/hardware/nrf53_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_clock.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/arch/arm/src/nrf53/hardware/nrf53_ctrlap.h b/arch/arm/src/nrf53/hardware/nrf53_ctrlap.h index 887e42dbaa..14cdb5cc62 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_ctrlap.h +++ b/arch/arm/src/nrf53/hardware/nrf53_ctrlap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_ctrlap.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/arch/arm/src/nrf53/hardware/nrf53_dppi.h b/arch/arm/src/nrf53/hardware/nrf53_dppi.h index 37bc07d483..4e8e08610a 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_dppi.h +++ b/arch/arm/src/nrf53/hardware/nrf53_dppi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_dppi.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/arch/arm/src/nrf53/hardware/nrf53_ficr.h b/arch/arm/src/nrf53/hardware/nrf53_ficr.h index 4fac582300..2906bd5cca 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_ficr.h +++ b/arch/arm/src/nrf53/hardware/nrf53_ficr.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_ficr.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/arch/arm/src/nrf53/hardware/nrf53_ficr_cpuapp.h b/arch/arm/src/nrf53/hardware/nrf53_ficr_cpuapp.h index 3542e660f5..61131537d3 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_ficr_cpuapp.h +++ b/arch/arm/src/nrf53/hardware/nrf53_ficr_cpuapp.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_ficr_cpuapp.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/arch/arm/src/nrf53/hardware/nrf53_ficr_cpunet.h b/arch/arm/src/nrf53/hardware/nrf53_ficr_cpunet.h index 764956c5d6..82f68574c3 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_ficr_cpunet.h +++ b/arch/arm/src/nrf53/hardware/nrf53_ficr_cpunet.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_ficr_cpunet.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/arch/arm/src/nrf53/hardware/nrf53_gpio.h b/arch/arm/src/nrf53/hardware/nrf53_gpio.h index 57b04c53f0..0abf0098a6 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_gpio.h +++ b/arch/arm/src/nrf53/hardware/nrf53_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_gpio.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/arch/arm/src/nrf53/hardware/nrf53_gpiote.h b/arch/arm/src/nrf53/hardware/nrf53_gpiote.h index aa2239580d..5084062d52 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_gpiote.h +++ b/arch/arm/src/nrf53/hardware/nrf53_gpiote.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_gpiote.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/arch/arm/src/nrf53/hardware/nrf53_ipc.h b/arch/arm/src/nrf53/hardware/nrf53_ipc.h index 6985160b10..60c6e68546 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_ipc.h +++ b/arch/arm/src/nrf53/hardware/nrf53_ipc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_ipc.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/arch/arm/src/nrf53/hardware/nrf53_memorymap.h b/arch/arm/src/nrf53/hardware/nrf53_memorymap.h index dd7b021d65..1cb89a5e93 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_memorymap.h +++ b/arch/arm/src/nrf53/hardware/nrf53_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_memorymap.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/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpuapp.h b/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpuapp.h index 85c0a97324..ec2dd59f20 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpuapp.h +++ b/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpuapp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_memorymap_cpuapp.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/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpunet.h b/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpunet.h index 64088bedb7..cd07785900 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpunet.h +++ b/arch/arm/src/nrf53/hardware/nrf53_memorymap_cpunet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_memorymap_cpunet.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/arch/arm/src/nrf53/hardware/nrf53_nvmc.h b/arch/arm/src/nrf53/hardware/nrf53_nvmc.h index 289011382c..6e99f48b7c 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_nvmc.h +++ b/arch/arm/src/nrf53/hardware/nrf53_nvmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_nvmc.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/arch/arm/src/nrf53/hardware/nrf53_osc.h b/arch/arm/src/nrf53/hardware/nrf53_osc.h index 481e3561fd..dc57750ab6 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_osc.h +++ b/arch/arm/src/nrf53/hardware/nrf53_osc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_osc.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/arch/arm/src/nrf53/hardware/nrf53_power.h b/arch/arm/src/nrf53/hardware/nrf53_power.h index ccbba3cb11..2a6e2b3d4f 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_power.h +++ b/arch/arm/src/nrf53/hardware/nrf53_power.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_power.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/arch/arm/src/nrf53/hardware/nrf53_pwm.h b/arch/arm/src/nrf53/hardware/nrf53_pwm.h index 24593034e4..d3d75692e5 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_pwm.h +++ b/arch/arm/src/nrf53/hardware/nrf53_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_pwm.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/arch/arm/src/nrf53/hardware/nrf53_qspi.h b/arch/arm/src/nrf53/hardware/nrf53_qspi.h index 7ac201aa43..7812e2baa8 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_qspi.h +++ b/arch/arm/src/nrf53/hardware/nrf53_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_qspi.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/arch/arm/src/nrf53/hardware/nrf53_reset.h b/arch/arm/src/nrf53/hardware/nrf53_reset.h index e47158cda3..de76d89b85 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_reset.h +++ b/arch/arm/src/nrf53/hardware/nrf53_reset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_reset.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/arch/arm/src/nrf53/hardware/nrf53_rtc.h b/arch/arm/src/nrf53/hardware/nrf53_rtc.h index fcecd985f1..dac47d7cf6 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_rtc.h +++ b/arch/arm/src/nrf53/hardware/nrf53_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_rtc.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/arch/arm/src/nrf53/hardware/nrf53_saadc.h b/arch/arm/src/nrf53/hardware/nrf53_saadc.h index 5ebff5b9da..3d7a30dd32 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_saadc.h +++ b/arch/arm/src/nrf53/hardware/nrf53_saadc.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_saadc.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/arch/arm/src/nrf53/hardware/nrf53_spi.h b/arch/arm/src/nrf53/hardware/nrf53_spi.h index 7dd891874c..06166c1261 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_spi.h +++ b/arch/arm/src/nrf53/hardware/nrf53_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_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/arch/arm/src/nrf53/hardware/nrf53_spu.h b/arch/arm/src/nrf53/hardware/nrf53_spu.h index 1da0ec2600..416615d012 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_spu.h +++ b/arch/arm/src/nrf53/hardware/nrf53_spu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_spu.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/arch/arm/src/nrf53/hardware/nrf53_temp.h b/arch/arm/src/nrf53/hardware/nrf53_temp.h index 2b0a1910cd..5d7e85788b 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_temp.h +++ b/arch/arm/src/nrf53/hardware/nrf53_temp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_temp.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/arch/arm/src/nrf53/hardware/nrf53_tim.h b/arch/arm/src/nrf53/hardware/nrf53_tim.h index ef70b84c40..81bb240a91 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_tim.h +++ b/arch/arm/src/nrf53/hardware/nrf53_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_tim.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/arch/arm/src/nrf53/hardware/nrf53_twi.h b/arch/arm/src/nrf53/hardware/nrf53_twi.h index 70548957f4..a283a93043 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_twi.h +++ b/arch/arm/src/nrf53/hardware/nrf53_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_twi.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/arch/arm/src/nrf53/hardware/nrf53_uarte.h b/arch/arm/src/nrf53/hardware/nrf53_uarte.h index 18669e07e1..3df7fecb45 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_uarte.h +++ b/arch/arm/src/nrf53/hardware/nrf53_uarte.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_uarte.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/arch/arm/src/nrf53/hardware/nrf53_uicr.h b/arch/arm/src/nrf53/hardware/nrf53_uicr.h index 5788767b05..f20a1bb109 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_uicr.h +++ b/arch/arm/src/nrf53/hardware/nrf53_uicr.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_uicr.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/arch/arm/src/nrf53/hardware/nrf53_uicr_cpuapp.h b/arch/arm/src/nrf53/hardware/nrf53_uicr_cpuapp.h index f959137272..6f66a0afbc 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_uicr_cpuapp.h +++ b/arch/arm/src/nrf53/hardware/nrf53_uicr_cpuapp.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_uicr_cpuapp.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/arch/arm/src/nrf53/hardware/nrf53_uicr_cpunet.h b/arch/arm/src/nrf53/hardware/nrf53_uicr_cpunet.h index 4dd1df2e7f..5d194e9ad4 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_uicr_cpunet.h +++ b/arch/arm/src/nrf53/hardware/nrf53_uicr_cpunet.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_uicr_cpunet.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/arch/arm/src/nrf53/hardware/nrf53_usbd.h b/arch/arm/src/nrf53/hardware/nrf53_usbd.h index 1f920f500d..417acca50a 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_usbd.h +++ b/arch/arm/src/nrf53/hardware/nrf53_usbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_usbd.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/arch/arm/src/nrf53/hardware/nrf53_usbreg.h b/arch/arm/src/nrf53/hardware/nrf53_usbreg.h index 89742cb157..1baa10daf8 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_usbreg.h +++ b/arch/arm/src/nrf53/hardware/nrf53_usbreg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_usbreg.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/arch/arm/src/nrf53/hardware/nrf53_utils.h b/arch/arm/src/nrf53/hardware/nrf53_utils.h index 3fb14a09b6..94b84e2285 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_utils.h +++ b/arch/arm/src/nrf53/hardware/nrf53_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_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/arch/arm/src/nrf53/hardware/nrf53_wdt.h b/arch/arm/src/nrf53/hardware/nrf53_wdt.h index 94d26020b8..072d937806 100644 --- a/arch/arm/src/nrf53/hardware/nrf53_wdt.h +++ b/arch/arm/src/nrf53/hardware/nrf53_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/hardware/nrf53_wdt.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/arch/arm/src/nrf53/nrf53_adc.c b/arch/arm/src/nrf53/nrf53_adc.c index 3a87f783ce..3a42f22f53 100644 --- a/arch/arm/src/nrf53/nrf53_adc.c +++ b/arch/arm/src/nrf53/nrf53_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_adc.h b/arch/arm/src/nrf53/nrf53_adc.h index e5343efb35..97aa92d3d3 100644 --- a/arch/arm/src/nrf53/nrf53_adc.h +++ b/arch/arm/src/nrf53/nrf53_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_adc.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/arch/arm/src/nrf53/nrf53_allocateheap.c b/arch/arm/src/nrf53/nrf53_allocateheap.c index cf0aacd115..a7914902cb 100644 --- a/arch/arm/src/nrf53/nrf53_allocateheap.c +++ b/arch/arm/src/nrf53/nrf53_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_clockconfig.c b/arch/arm/src/nrf53/nrf53_clockconfig.c index e205b33634..6db3f86e9f 100644 --- a/arch/arm/src/nrf53/nrf53_clockconfig.c +++ b/arch/arm/src/nrf53/nrf53_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_clockconfig.h b/arch/arm/src/nrf53/nrf53_clockconfig.h index e368253045..88a7007345 100644 --- a/arch/arm/src/nrf53/nrf53_clockconfig.h +++ b/arch/arm/src/nrf53/nrf53_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_clockconfig.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/arch/arm/src/nrf53/nrf53_config.h b/arch/arm/src/nrf53/nrf53_config.h index 1c6d4c4645..744dd79542 100644 --- a/arch/arm/src/nrf53/nrf53_config.h +++ b/arch/arm/src/nrf53/nrf53_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_config.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/arch/arm/src/nrf53/nrf53_cpunet.c b/arch/arm/src/nrf53/nrf53_cpunet.c index da8d46d8f3..82f79f5c9d 100644 --- a/arch/arm/src/nrf53/nrf53_cpunet.c +++ b/arch/arm/src/nrf53/nrf53_cpunet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_cpunet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_cpunet.h b/arch/arm/src/nrf53/nrf53_cpunet.h index 462ac14e70..8d81522dfe 100644 --- a/arch/arm/src/nrf53/nrf53_cpunet.h +++ b/arch/arm/src/nrf53/nrf53_cpunet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_cpunet.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/arch/arm/src/nrf53/nrf53_flash.c b/arch/arm/src/nrf53/nrf53_flash.c index 80250018a3..7b66eb6867 100644 --- a/arch/arm/src/nrf53/nrf53_flash.c +++ b/arch/arm/src/nrf53/nrf53_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_gpio.c b/arch/arm/src/nrf53/nrf53_gpio.c index 89d4e64dbb..ff9764598d 100644 --- a/arch/arm/src/nrf53/nrf53_gpio.c +++ b/arch/arm/src/nrf53/nrf53_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_gpio.h b/arch/arm/src/nrf53/nrf53_gpio.h index 276d376668..a4b4899eaa 100644 --- a/arch/arm/src/nrf53/nrf53_gpio.h +++ b/arch/arm/src/nrf53/nrf53_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_gpio.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/arch/arm/src/nrf53/nrf53_gpiote.c b/arch/arm/src/nrf53/nrf53_gpiote.c index 9db5c6cea0..bfa0c9315c 100644 --- a/arch/arm/src/nrf53/nrf53_gpiote.c +++ b/arch/arm/src/nrf53/nrf53_gpiote.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_gpiote.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_gpiote.h b/arch/arm/src/nrf53/nrf53_gpiote.h index 0e78f10dab..e145f6a74c 100644 --- a/arch/arm/src/nrf53/nrf53_gpiote.h +++ b/arch/arm/src/nrf53/nrf53_gpiote.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_gpiote.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/arch/arm/src/nrf53/nrf53_i2c.c b/arch/arm/src/nrf53/nrf53_i2c.c index b000187f10..56e4d2c57d 100644 --- a/arch/arm/src/nrf53/nrf53_i2c.c +++ b/arch/arm/src/nrf53/nrf53_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_i2c.h b/arch/arm/src/nrf53/nrf53_i2c.h index cf72629e45..08d5dc8213 100644 --- a/arch/arm/src/nrf53/nrf53_i2c.h +++ b/arch/arm/src/nrf53/nrf53_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_idle.c b/arch/arm/src/nrf53/nrf53_idle.c index d5cc37f43b..e12c456c15 100644 --- a/arch/arm/src/nrf53/nrf53_idle.c +++ b/arch/arm/src/nrf53/nrf53_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_ipc.c b/arch/arm/src/nrf53/nrf53_ipc.c index a3aa4352c7..5361913b1d 100644 --- a/arch/arm/src/nrf53/nrf53_ipc.c +++ b/arch/arm/src/nrf53/nrf53_ipc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_ipc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_ipc.h b/arch/arm/src/nrf53/nrf53_ipc.h index c4fa6a832f..49e04cc943 100644 --- a/arch/arm/src/nrf53/nrf53_ipc.h +++ b/arch/arm/src/nrf53/nrf53_ipc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_ipc.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/arch/arm/src/nrf53/nrf53_irq.c b/arch/arm/src/nrf53/nrf53_irq.c index 9174ecd22f..dc17ac53b1 100644 --- a/arch/arm/src/nrf53/nrf53_irq.c +++ b/arch/arm/src/nrf53/nrf53_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_irq.h b/arch/arm/src/nrf53/nrf53_irq.h index eed6a17dfe..eee0e044eb 100644 --- a/arch/arm/src/nrf53/nrf53_irq.h +++ b/arch/arm/src/nrf53/nrf53_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_irq.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/arch/arm/src/nrf53/nrf53_lowputc.c b/arch/arm/src/nrf53/nrf53_lowputc.c index 57f78f5b16..dfcf39c6f0 100644 --- a/arch/arm/src/nrf53/nrf53_lowputc.c +++ b/arch/arm/src/nrf53/nrf53_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_lowputc.h b/arch/arm/src/nrf53/nrf53_lowputc.h index a9d8f1f578..27ea2b5497 100644 --- a/arch/arm/src/nrf53/nrf53_lowputc.h +++ b/arch/arm/src/nrf53/nrf53_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_lowputc.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/arch/arm/src/nrf53/nrf53_oscconfig.c b/arch/arm/src/nrf53/nrf53_oscconfig.c index c4c9a5ace6..77a9facbaf 100644 --- a/arch/arm/src/nrf53/nrf53_oscconfig.c +++ b/arch/arm/src/nrf53/nrf53_oscconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_oscconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_oscconfig.h b/arch/arm/src/nrf53/nrf53_oscconfig.h index 893fcc1865..da9aa391f0 100644 --- a/arch/arm/src/nrf53/nrf53_oscconfig.h +++ b/arch/arm/src/nrf53/nrf53_oscconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_oscconfig.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/arch/arm/src/nrf53/nrf53_pminitialize.c b/arch/arm/src/nrf53/nrf53_pminitialize.c index 05fd3dfd63..eca2aad57c 100644 --- a/arch/arm/src/nrf53/nrf53_pminitialize.c +++ b/arch/arm/src/nrf53/nrf53_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_pwm.c b/arch/arm/src/nrf53/nrf53_pwm.c index c15693ffe3..58f10dbf42 100644 --- a/arch/arm/src/nrf53/nrf53_pwm.c +++ b/arch/arm/src/nrf53/nrf53_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_pwm.h b/arch/arm/src/nrf53/nrf53_pwm.h index c577e45178..c5dbb2ab25 100644 --- a/arch/arm/src/nrf53/nrf53_pwm.h +++ b/arch/arm/src/nrf53/nrf53_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_pwm.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/arch/arm/src/nrf53/nrf53_qspi.c b/arch/arm/src/nrf53/nrf53_qspi.c index 3746002560..a29efa3845 100644 --- a/arch/arm/src/nrf53/nrf53_qspi.c +++ b/arch/arm/src/nrf53/nrf53_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_qspi.h b/arch/arm/src/nrf53/nrf53_qspi.h index f0c1d3a660..47216bb48d 100644 --- a/arch/arm/src/nrf53/nrf53_qspi.h +++ b/arch/arm/src/nrf53/nrf53_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_qspi.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/arch/arm/src/nrf53/nrf53_rptun.c b/arch/arm/src/nrf53/nrf53_rptun.c index 9e7ba8c20d..ebbbae92db 100644 --- a/arch/arm/src/nrf53/nrf53_rptun.c +++ b/arch/arm/src/nrf53/nrf53_rptun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_rptun.h b/arch/arm/src/nrf53/nrf53_rptun.h index 038dfaf2c6..cbd8dafea7 100644 --- a/arch/arm/src/nrf53/nrf53_rptun.h +++ b/arch/arm/src/nrf53/nrf53_rptun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_rptun.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/arch/arm/src/nrf53/nrf53_rtc.c b/arch/arm/src/nrf53/nrf53_rtc.c index d104feb6c9..9c71c2e4cc 100644 --- a/arch/arm/src/nrf53/nrf53_rtc.c +++ b/arch/arm/src/nrf53/nrf53_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_rtc.h b/arch/arm/src/nrf53/nrf53_rtc.h index 10e7a00f2c..d74e118615 100644 --- a/arch/arm/src/nrf53/nrf53_rtc.h +++ b/arch/arm/src/nrf53/nrf53_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_rtc.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/arch/arm/src/nrf53/nrf53_sdc.c b/arch/arm/src/nrf53/nrf53_sdc.c index 7179c0e874..2c005d5468 100644 --- a/arch/arm/src/nrf53/nrf53_sdc.c +++ b/arch/arm/src/nrf53/nrf53_sdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_sdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_sdc.h b/arch/arm/src/nrf53/nrf53_sdc.h index ece8bae615..cca3034bff 100644 --- a/arch/arm/src/nrf53/nrf53_sdc.h +++ b/arch/arm/src/nrf53/nrf53_sdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_sdc.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/arch/arm/src/nrf53/nrf53_serial.c b/arch/arm/src/nrf53/nrf53_serial.c index 7cb5983493..fdd214c61f 100644 --- a/arch/arm/src/nrf53/nrf53_serial.c +++ b/arch/arm/src/nrf53/nrf53_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_serial.h b/arch/arm/src/nrf53/nrf53_serial.h index 17ff099b38..e0b26fc0f1 100644 --- a/arch/arm/src/nrf53/nrf53_serial.h +++ b/arch/arm/src/nrf53/nrf53_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_spi.c b/arch/arm/src/nrf53/nrf53_spi.c index 89bcf25a86..ddabd34d3d 100644 --- a/arch/arm/src/nrf53/nrf53_spi.c +++ b/arch/arm/src/nrf53/nrf53_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_spi.h b/arch/arm/src/nrf53/nrf53_spi.h index b9f44d2934..4cebe86883 100644 --- a/arch/arm/src/nrf53/nrf53_spi.h +++ b/arch/arm/src/nrf53/nrf53_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/nrf53_spu.c b/arch/arm/src/nrf53/nrf53_spu.c index f7d2147868..baf42cbb23 100644 --- a/arch/arm/src/nrf53/nrf53_spu.c +++ b/arch/arm/src/nrf53/nrf53_spu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_spu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_spu.h b/arch/arm/src/nrf53/nrf53_spu.h index 59e3518c0b..81ea994070 100644 --- a/arch/arm/src/nrf53/nrf53_spu.h +++ b/arch/arm/src/nrf53/nrf53_spu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_spu.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/arch/arm/src/nrf53/nrf53_start.c b/arch/arm/src/nrf53/nrf53_start.c index f95cd5e34d..4c27734146 100644 --- a/arch/arm/src/nrf53/nrf53_start.c +++ b/arch/arm/src/nrf53/nrf53_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_start.h b/arch/arm/src/nrf53/nrf53_start.h index c08b37327a..6186678148 100644 --- a/arch/arm/src/nrf53/nrf53_start.h +++ b/arch/arm/src/nrf53/nrf53_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_start.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/arch/arm/src/nrf53/nrf53_systick.c b/arch/arm/src/nrf53/nrf53_systick.c index f01b31092e..ef46465a11 100644 --- a/arch/arm/src/nrf53/nrf53_systick.c +++ b/arch/arm/src/nrf53/nrf53_systick.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_systick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_tickless_rtc.c b/arch/arm/src/nrf53/nrf53_tickless_rtc.c index 418fee3288..5ef56ef419 100644 --- a/arch/arm/src/nrf53/nrf53_tickless_rtc.c +++ b/arch/arm/src/nrf53/nrf53_tickless_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_tickless_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/arch/arm/src/nrf53/nrf53_tim.c b/arch/arm/src/nrf53/nrf53_tim.c index a49dad5474..ef77a8621f 100644 --- a/arch/arm/src/nrf53/nrf53_tim.c +++ b/arch/arm/src/nrf53/nrf53_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_tim.h b/arch/arm/src/nrf53/nrf53_tim.h index 1e0841922c..49823c2bf8 100644 --- a/arch/arm/src/nrf53/nrf53_tim.h +++ b/arch/arm/src/nrf53/nrf53_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_tim.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/arch/arm/src/nrf53/nrf53_tim_lowerhalf.c b/arch/arm/src/nrf53/nrf53_tim_lowerhalf.c index f183c95476..b8cebc4855 100644 --- a/arch/arm/src/nrf53/nrf53_tim_lowerhalf.c +++ b/arch/arm/src/nrf53/nrf53_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_tim_lowerhalf.h b/arch/arm/src/nrf53/nrf53_tim_lowerhalf.h index 02a98c4c6e..55207a4444 100644 --- a/arch/arm/src/nrf53/nrf53_tim_lowerhalf.h +++ b/arch/arm/src/nrf53/nrf53_tim_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_tim_lowerhalf.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/arch/arm/src/nrf53/nrf53_uid.c b/arch/arm/src/nrf53/nrf53_uid.c index a62c4c3a18..6ed711962c 100644 --- a/arch/arm/src/nrf53/nrf53_uid.c +++ b/arch/arm/src/nrf53/nrf53_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_uid.h b/arch/arm/src/nrf53/nrf53_uid.h index c749bf82f4..349b69caee 100644 --- a/arch/arm/src/nrf53/nrf53_uid.h +++ b/arch/arm/src/nrf53/nrf53_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_uid.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/arch/arm/src/nrf53/nrf53_usbd.c b/arch/arm/src/nrf53/nrf53_usbd.c index bd46166224..9ec9d42449 100644 --- a/arch/arm/src/nrf53/nrf53_usbd.c +++ b/arch/arm/src/nrf53/nrf53_usbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_usbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf53/nrf53_usbd.h b/arch/arm/src/nrf53/nrf53_usbd.h index dba0ec0231..3613221887 100644 --- a/arch/arm/src/nrf53/nrf53_usbd.h +++ b/arch/arm/src/nrf53/nrf53_usbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_usbd.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/arch/arm/src/nrf53/nrf53_utils.c b/arch/arm/src/nrf53/nrf53_utils.c index b2f97182e4..de58ac5826 100644 --- a/arch/arm/src/nrf53/nrf53_utils.c +++ b/arch/arm/src/nrf53/nrf53_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/nrf53_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/arch/arm/src/nrf53/sdc/nrf.h b/arch/arm/src/nrf53/sdc/nrf.h index eba5b4c730..be4abc8544 100644 --- a/arch/arm/src/nrf53/sdc/nrf.h +++ b/arch/arm/src/nrf53/sdc/nrf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/sdc/nrf.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/arch/arm/src/nrf53/sdc/nrf_peripherals.h b/arch/arm/src/nrf53/sdc/nrf_peripherals.h index 03b129666c..3205ffc370 100644 --- a/arch/arm/src/nrf53/sdc/nrf_peripherals.h +++ b/arch/arm/src/nrf53/sdc/nrf_peripherals.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf53/sdc/nrf_peripherals.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/arch/arm/src/nrf91/CMakeLists.txt b/arch/arm/src/nrf91/CMakeLists.txt index 4f0804b8c2..d765b3c671 100644 --- a/arch/arm/src/nrf91/CMakeLists.txt +++ b/arch/arm/src/nrf91/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/nrf91/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/arch/arm/src/nrf91/Make.defs b/arch/arm/src/nrf91/Make.defs index ddc2d90d87..ae371ca1a4 100644 --- a/arch/arm/src/nrf91/Make.defs +++ b/arch/arm/src/nrf91/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/nrf91/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/arch/arm/src/nrf91/chip.h b/arch/arm/src/nrf91/chip.h index 28a9f3ff0a..92da9603eb 100644 --- a/arch/arm/src/nrf91/chip.h +++ b/arch/arm/src/nrf91/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/chip.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/arch/arm/src/nrf91/hardware/nrf91_clock.h b/arch/arm/src/nrf91/hardware/nrf91_clock.h index 0c5350d22e..a0920965b4 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_clock.h +++ b/arch/arm/src/nrf91/hardware/nrf91_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_clock.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/arch/arm/src/nrf91/hardware/nrf91_ficr.h b/arch/arm/src/nrf91/hardware/nrf91_ficr.h index 2fba179524..b3efca87cf 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_ficr.h +++ b/arch/arm/src/nrf91/hardware/nrf91_ficr.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_ficr.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/arch/arm/src/nrf91/hardware/nrf91_gpio.h b/arch/arm/src/nrf91/hardware/nrf91_gpio.h index 2df82c7da2..230e72ba4c 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_gpio.h +++ b/arch/arm/src/nrf91/hardware/nrf91_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_gpio.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/arch/arm/src/nrf91/hardware/nrf91_ipc.h b/arch/arm/src/nrf91/hardware/nrf91_ipc.h index a9a70ad7ab..98cbbe05be 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_ipc.h +++ b/arch/arm/src/nrf91/hardware/nrf91_ipc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_ipc.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/arch/arm/src/nrf91/hardware/nrf91_memorymap.h b/arch/arm/src/nrf91/hardware/nrf91_memorymap.h index 3a32f3f148..5c726877bd 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_memorymap.h +++ b/arch/arm/src/nrf91/hardware/nrf91_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_memorymap.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/arch/arm/src/nrf91/hardware/nrf91_nvmc.h b/arch/arm/src/nrf91/hardware/nrf91_nvmc.h index dacdb6fc1a..8222b54718 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_nvmc.h +++ b/arch/arm/src/nrf91/hardware/nrf91_nvmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_nvmc.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/arch/arm/src/nrf91/hardware/nrf91_power.h b/arch/arm/src/nrf91/hardware/nrf91_power.h index 77d43651ce..6c05ad9f17 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_power.h +++ b/arch/arm/src/nrf91/hardware/nrf91_power.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_power.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/arch/arm/src/nrf91/hardware/nrf91_regulators.h b/arch/arm/src/nrf91/hardware/nrf91_regulators.h index 74d9c14f1c..5d4321485d 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_regulators.h +++ b/arch/arm/src/nrf91/hardware/nrf91_regulators.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_regulators.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/arch/arm/src/nrf91/hardware/nrf91_rtc.h b/arch/arm/src/nrf91/hardware/nrf91_rtc.h index 4240846c7c..387695a789 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_rtc.h +++ b/arch/arm/src/nrf91/hardware/nrf91_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_rtc.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/arch/arm/src/nrf91/hardware/nrf91_spi.h b/arch/arm/src/nrf91/hardware/nrf91_spi.h index 5763e353f5..2263181407 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_spi.h +++ b/arch/arm/src/nrf91/hardware/nrf91_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_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/arch/arm/src/nrf91/hardware/nrf91_spu.h b/arch/arm/src/nrf91/hardware/nrf91_spu.h index 01dd48290f..9d03d1b9da 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_spu.h +++ b/arch/arm/src/nrf91/hardware/nrf91_spu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_spu.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/arch/arm/src/nrf91/hardware/nrf91_tim.h b/arch/arm/src/nrf91/hardware/nrf91_tim.h index 10617b8a2e..6cecc9f3b6 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_tim.h +++ b/arch/arm/src/nrf91/hardware/nrf91_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_tim.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/arch/arm/src/nrf91/hardware/nrf91_twi.h b/arch/arm/src/nrf91/hardware/nrf91_twi.h index c99a03d869..75619f4d63 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_twi.h +++ b/arch/arm/src/nrf91/hardware/nrf91_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_twi.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/arch/arm/src/nrf91/hardware/nrf91_uarte.h b/arch/arm/src/nrf91/hardware/nrf91_uarte.h index 3b19c0e0f5..5a1e79e091 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_uarte.h +++ b/arch/arm/src/nrf91/hardware/nrf91_uarte.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_uarte.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/arch/arm/src/nrf91/hardware/nrf91_uicr.h b/arch/arm/src/nrf91/hardware/nrf91_uicr.h index 66b7b011fe..77ea8ecb77 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_uicr.h +++ b/arch/arm/src/nrf91/hardware/nrf91_uicr.h @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_uicr.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/arch/arm/src/nrf91/hardware/nrf91_utils.h b/arch/arm/src/nrf91/hardware/nrf91_utils.h index 881b9201a3..d027926487 100644 --- a/arch/arm/src/nrf91/hardware/nrf91_utils.h +++ b/arch/arm/src/nrf91/hardware/nrf91_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/hardware/nrf91_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/arch/arm/src/nrf91/nrf91_allocateheap.c b/arch/arm/src/nrf91/nrf91_allocateheap.c index 37ecfaa7ac..87240d89bf 100644 --- a/arch/arm/src/nrf91/nrf91_allocateheap.c +++ b/arch/arm/src/nrf91/nrf91_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_clockconfig.c b/arch/arm/src/nrf91/nrf91_clockconfig.c index f002e83f71..983a68aa36 100644 --- a/arch/arm/src/nrf91/nrf91_clockconfig.c +++ b/arch/arm/src/nrf91/nrf91_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_clockconfig.h b/arch/arm/src/nrf91/nrf91_clockconfig.h index 803d9dbb56..4e325296a2 100644 --- a/arch/arm/src/nrf91/nrf91_clockconfig.h +++ b/arch/arm/src/nrf91/nrf91_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_clockconfig.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/arch/arm/src/nrf91/nrf91_config.h b/arch/arm/src/nrf91/nrf91_config.h index 397a071a9c..41031cf8c0 100644 --- a/arch/arm/src/nrf91/nrf91_config.h +++ b/arch/arm/src/nrf91/nrf91_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_config.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/arch/arm/src/nrf91/nrf91_errata.c b/arch/arm/src/nrf91/nrf91_errata.c index 6a87e89ca5..eb54e90d93 100644 --- a/arch/arm/src/nrf91/nrf91_errata.c +++ b/arch/arm/src/nrf91/nrf91_errata.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_errata.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_errata.h b/arch/arm/src/nrf91/nrf91_errata.h index 0f04a0f2d9..72ef9d03e6 100644 --- a/arch/arm/src/nrf91/nrf91_errata.h +++ b/arch/arm/src/nrf91/nrf91_errata.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_errata.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/arch/arm/src/nrf91/nrf91_flash.c b/arch/arm/src/nrf91/nrf91_flash.c index 8e4cfdb1e7..5a0fab558f 100644 --- a/arch/arm/src/nrf91/nrf91_flash.c +++ b/arch/arm/src/nrf91/nrf91_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_gpio.c b/arch/arm/src/nrf91/nrf91_gpio.c index fe686b5b2b..983c6c2fd9 100644 --- a/arch/arm/src/nrf91/nrf91_gpio.c +++ b/arch/arm/src/nrf91/nrf91_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_gpio.h b/arch/arm/src/nrf91/nrf91_gpio.h index c71cca79ef..0d4791dc11 100644 --- a/arch/arm/src/nrf91/nrf91_gpio.h +++ b/arch/arm/src/nrf91/nrf91_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_gpio.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/arch/arm/src/nrf91/nrf91_i2c.c b/arch/arm/src/nrf91/nrf91_i2c.c index c41e899dee..9c1810781c 100644 --- a/arch/arm/src/nrf91/nrf91_i2c.c +++ b/arch/arm/src/nrf91/nrf91_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_i2c.h b/arch/arm/src/nrf91/nrf91_i2c.h index b22e8607ac..62bd6a473f 100644 --- a/arch/arm/src/nrf91/nrf91_i2c.h +++ b/arch/arm/src/nrf91/nrf91_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_idle.c b/arch/arm/src/nrf91/nrf91_idle.c index 5c9062aabb..812ff10f87 100644 --- a/arch/arm/src/nrf91/nrf91_idle.c +++ b/arch/arm/src/nrf91/nrf91_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_irq.c b/arch/arm/src/nrf91/nrf91_irq.c index e4704464e2..e6f4313ebd 100644 --- a/arch/arm/src/nrf91/nrf91_irq.c +++ b/arch/arm/src/nrf91/nrf91_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_irq.h b/arch/arm/src/nrf91/nrf91_irq.h index b40d860411..c699e04060 100644 --- a/arch/arm/src/nrf91/nrf91_irq.h +++ b/arch/arm/src/nrf91/nrf91_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_irq.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/arch/arm/src/nrf91/nrf91_lowputc.c b/arch/arm/src/nrf91/nrf91_lowputc.c index df9eb9bc2f..f73b19823a 100644 --- a/arch/arm/src/nrf91/nrf91_lowputc.c +++ b/arch/arm/src/nrf91/nrf91_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_lowputc.h b/arch/arm/src/nrf91/nrf91_lowputc.h index 69e654f1ea..bf9c81c6ff 100644 --- a/arch/arm/src/nrf91/nrf91_lowputc.h +++ b/arch/arm/src/nrf91/nrf91_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_lowputc.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/arch/arm/src/nrf91/nrf91_modem.c b/arch/arm/src/nrf91/nrf91_modem.c index 59d97e7b32..168f45b90a 100644 --- a/arch/arm/src/nrf91/nrf91_modem.c +++ b/arch/arm/src/nrf91/nrf91_modem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_modem.h b/arch/arm/src/nrf91/nrf91_modem.h index 3e6a855b0b..89d988dd8b 100644 --- a/arch/arm/src/nrf91/nrf91_modem.h +++ b/arch/arm/src/nrf91/nrf91_modem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem.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/arch/arm/src/nrf91/nrf91_modem_at.c b/arch/arm/src/nrf91/nrf91_modem_at.c index 7660cbe588..03d733fd61 100644 --- a/arch/arm/src/nrf91/nrf91_modem_at.c +++ b/arch/arm/src/nrf91/nrf91_modem_at.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem_at.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_modem_at.h b/arch/arm/src/nrf91/nrf91_modem_at.h index 1e3e0db0c0..0d3d0d80ea 100644 --- a/arch/arm/src/nrf91/nrf91_modem_at.h +++ b/arch/arm/src/nrf91/nrf91_modem_at.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem_at.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/arch/arm/src/nrf91/nrf91_modem_gnss.c b/arch/arm/src/nrf91/nrf91_modem_gnss.c index 72d9c40eda..0d11edbeef 100644 --- a/arch/arm/src/nrf91/nrf91_modem_gnss.c +++ b/arch/arm/src/nrf91/nrf91_modem_gnss.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem_gnss.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_modem_gnss.h b/arch/arm/src/nrf91/nrf91_modem_gnss.h index 50f21b547f..6bc2bedba3 100644 --- a/arch/arm/src/nrf91/nrf91_modem_gnss.h +++ b/arch/arm/src/nrf91/nrf91_modem_gnss.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem_gnss.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/arch/arm/src/nrf91/nrf91_modem_os.c b/arch/arm/src/nrf91/nrf91_modem_os.c index 1389a0f297..71d7bd72b1 100644 --- a/arch/arm/src/nrf91/nrf91_modem_os.c +++ b/arch/arm/src/nrf91/nrf91_modem_os.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem_os.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_modem_sock.c b/arch/arm/src/nrf91/nrf91_modem_sock.c index f7ee0389ce..3a8b2034f9 100644 --- a/arch/arm/src/nrf91/nrf91_modem_sock.c +++ b/arch/arm/src/nrf91/nrf91_modem_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_modem_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_nrfx_ipc.c b/arch/arm/src/nrf91/nrf91_nrfx_ipc.c index b9d3105524..b107f5618b 100644 --- a/arch/arm/src/nrf91/nrf91_nrfx_ipc.c +++ b/arch/arm/src/nrf91/nrf91_nrfx_ipc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_nrfx_ipc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_nrfx_ipc.h b/arch/arm/src/nrf91/nrf91_nrfx_ipc.h index 4bfb798923..2b8ca7b0ed 100644 --- a/arch/arm/src/nrf91/nrf91_nrfx_ipc.h +++ b/arch/arm/src/nrf91/nrf91_nrfx_ipc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_nrfx_ipc.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/arch/arm/src/nrf91/nrf91_rtc.c b/arch/arm/src/nrf91/nrf91_rtc.c index ebf82e032b..1ffaff17bc 100644 --- a/arch/arm/src/nrf91/nrf91_rtc.c +++ b/arch/arm/src/nrf91/nrf91_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_rtc.h b/arch/arm/src/nrf91/nrf91_rtc.h index c0732e0396..5d0ed48eb0 100644 --- a/arch/arm/src/nrf91/nrf91_rtc.h +++ b/arch/arm/src/nrf91/nrf91_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_rtc.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/arch/arm/src/nrf91/nrf91_serial.c b/arch/arm/src/nrf91/nrf91_serial.c index 1e9c39b169..450056f9a4 100644 --- a/arch/arm/src/nrf91/nrf91_serial.c +++ b/arch/arm/src/nrf91/nrf91_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_serial.h b/arch/arm/src/nrf91/nrf91_serial.h index 515d4a591a..a68eb4a689 100644 --- a/arch/arm/src/nrf91/nrf91_serial.h +++ b/arch/arm/src/nrf91/nrf91_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_spi.c b/arch/arm/src/nrf91/nrf91_spi.c index 4df333937d..932a30ae66 100644 --- a/arch/arm/src/nrf91/nrf91_spi.c +++ b/arch/arm/src/nrf91/nrf91_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_spi.h b/arch/arm/src/nrf91/nrf91_spi.h index e2acc3e5bd..28c3007465 100644 --- a/arch/arm/src/nrf91/nrf91_spi.h +++ b/arch/arm/src/nrf91/nrf91_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nrf91/nrf91_spu.c b/arch/arm/src/nrf91/nrf91_spu.c index b75dd0d8f5..373fe8eedd 100644 --- a/arch/arm/src/nrf91/nrf91_spu.c +++ b/arch/arm/src/nrf91/nrf91_spu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_spu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_spu.h b/arch/arm/src/nrf91/nrf91_spu.h index 87349af9a3..f0a7e8938a 100644 --- a/arch/arm/src/nrf91/nrf91_spu.h +++ b/arch/arm/src/nrf91/nrf91_spu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_spu.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/arch/arm/src/nrf91/nrf91_start.c b/arch/arm/src/nrf91/nrf91_start.c index 5be3bcc169..f6d69908ad 100644 --- a/arch/arm/src/nrf91/nrf91_start.c +++ b/arch/arm/src/nrf91/nrf91_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_start.h b/arch/arm/src/nrf91/nrf91_start.h index deef288418..0bf50b869b 100644 --- a/arch/arm/src/nrf91/nrf91_start.h +++ b/arch/arm/src/nrf91/nrf91_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_start.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/arch/arm/src/nrf91/nrf91_systick.c b/arch/arm/src/nrf91/nrf91_systick.c index bf6816693d..d3f6b46e49 100644 --- a/arch/arm/src/nrf91/nrf91_systick.c +++ b/arch/arm/src/nrf91/nrf91_systick.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_systick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_tickless_rtc.c b/arch/arm/src/nrf91/nrf91_tickless_rtc.c index eb9a40738e..227059058e 100644 --- a/arch/arm/src/nrf91/nrf91_tickless_rtc.c +++ b/arch/arm/src/nrf91/nrf91_tickless_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_tickless_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/arch/arm/src/nrf91/nrf91_tim.c b/arch/arm/src/nrf91/nrf91_tim.c index 6890e23f3f..3ce3d8ef2e 100644 --- a/arch/arm/src/nrf91/nrf91_tim.c +++ b/arch/arm/src/nrf91/nrf91_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_tim.h b/arch/arm/src/nrf91/nrf91_tim.h index 4365e55a85..646e44f627 100644 --- a/arch/arm/src/nrf91/nrf91_tim.h +++ b/arch/arm/src/nrf91/nrf91_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_tim.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/arch/arm/src/nrf91/nrf91_tim_lowerhalf.c b/arch/arm/src/nrf91/nrf91_tim_lowerhalf.c index 2c9941bebd..98f466beb4 100644 --- a/arch/arm/src/nrf91/nrf91_tim_lowerhalf.c +++ b/arch/arm/src/nrf91/nrf91_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_tim_lowerhalf.h b/arch/arm/src/nrf91/nrf91_tim_lowerhalf.h index 9c206a2241..2f7eb6e5b3 100644 --- a/arch/arm/src/nrf91/nrf91_tim_lowerhalf.h +++ b/arch/arm/src/nrf91/nrf91_tim_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_tim_lowerhalf.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/arch/arm/src/nrf91/nrf91_uid.c b/arch/arm/src/nrf91/nrf91_uid.c index f8ef4670eb..09c5c99615 100644 --- a/arch/arm/src/nrf91/nrf91_uid.c +++ b/arch/arm/src/nrf91/nrf91_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nrf91/nrf91_uid.h b/arch/arm/src/nrf91/nrf91_uid.h index 93d70408f6..5e34736225 100644 --- a/arch/arm/src/nrf91/nrf91_uid.h +++ b/arch/arm/src/nrf91/nrf91_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_uid.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/arch/arm/src/nrf91/nrf91_utils.c b/arch/arm/src/nrf91/nrf91_utils.c index 17bee3480b..df9d8ab4db 100644 --- a/arch/arm/src/nrf91/nrf91_utils.c +++ b/arch/arm/src/nrf91/nrf91_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nrf91/nrf91_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/arch/arm/src/nuc1xx/Make.defs b/arch/arm/src/nuc1xx/Make.defs index 44df844801..289e5beca0 100644 --- a/arch/arm/src/nuc1xx/Make.defs +++ b/arch/arm/src/nuc1xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/nuc1xx/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/arch/arm/src/nuc1xx/chip.h b/arch/arm/src/nuc1xx/chip.h index 78d0252317..e8623d949d 100644 --- a/arch/arm/src/nuc1xx/chip.h +++ b/arch/arm/src/nuc1xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/chip.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/arch/arm/src/nuc1xx/hardware/nuc_adc.h b/arch/arm/src/nuc1xx/hardware/nuc_adc.h index e4839d3dd7..c431e1aa6f 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_adc.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_adc.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/arch/arm/src/nuc1xx/hardware/nuc_clk.h b/arch/arm/src/nuc1xx/hardware/nuc_clk.h index f11b1c1d6c..019b06135e 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_clk.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_clk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_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/arch/arm/src/nuc1xx/hardware/nuc_cmp.h b/arch/arm/src/nuc1xx/hardware/nuc_cmp.h index 3d0494feb1..404f9f1e38 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_cmp.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_cmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_cmp.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/arch/arm/src/nuc1xx/hardware/nuc_config.h b/arch/arm/src/nuc1xx/hardware/nuc_config.h index 499543d087..ad28015dd2 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_config.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_config.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/arch/arm/src/nuc1xx/hardware/nuc_ebi.h b/arch/arm/src/nuc1xx/hardware/nuc_ebi.h index a1e3f97736..796196d668 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_ebi.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_ebi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_ebi.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/arch/arm/src/nuc1xx/hardware/nuc_gcr.h b/arch/arm/src/nuc1xx/hardware/nuc_gcr.h index d51b1cf915..bfbc7be433 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_gcr.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_gcr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_gcr.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/arch/arm/src/nuc1xx/hardware/nuc_gpio.h b/arch/arm/src/nuc1xx/hardware/nuc_gpio.h index 4465a8e4da..77ad52becb 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_gpio.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_gpio.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/arch/arm/src/nuc1xx/hardware/nuc_i2c.h b/arch/arm/src/nuc1xx/hardware/nuc_i2c.h index f33c2c30a1..4ab788931e 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_i2c.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_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/arch/arm/src/nuc1xx/hardware/nuc_i2s.h b/arch/arm/src/nuc1xx/hardware/nuc_i2s.h index 457bf5a050..34b0843384 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_i2s.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_i2s.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/arch/arm/src/nuc1xx/hardware/nuc_memorymap.h b/arch/arm/src/nuc1xx/hardware/nuc_memorymap.h index 7607c6549b..ec45856478 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_memorymap.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_memorymap.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/arch/arm/src/nuc1xx/hardware/nuc_pdma.h b/arch/arm/src/nuc1xx/hardware/nuc_pdma.h index bf8349375b..b181144540 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_pdma.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_pdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_pdma.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/arch/arm/src/nuc1xx/hardware/nuc_ps2d.h b/arch/arm/src/nuc1xx/hardware/nuc_ps2d.h index c21ace0c7e..03703a1975 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_ps2d.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_ps2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_ps2d.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/arch/arm/src/nuc1xx/hardware/nuc_pwm.h b/arch/arm/src/nuc1xx/hardware/nuc_pwm.h index c77f23402a..67a0285206 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_pwm.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_pwm.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/arch/arm/src/nuc1xx/hardware/nuc_rtc.h b/arch/arm/src/nuc1xx/hardware/nuc_rtc.h index 383e1ab314..ce94ab87fb 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_rtc.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_rtc.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/arch/arm/src/nuc1xx/hardware/nuc_spi.h b/arch/arm/src/nuc1xx/hardware/nuc_spi.h index 59fe3bb4f9..6c717ee155 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_spi.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_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/arch/arm/src/nuc1xx/hardware/nuc_tmr.h b/arch/arm/src/nuc1xx/hardware/nuc_tmr.h index 2cfae6024c..cb2970cea8 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_tmr.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_tmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_tmr.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/arch/arm/src/nuc1xx/hardware/nuc_uart.h b/arch/arm/src/nuc1xx/hardware/nuc_uart.h index c5ef7168ad..22b76b03ea 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_uart.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_uart.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/arch/arm/src/nuc1xx/hardware/nuc_usbd.h b/arch/arm/src/nuc1xx/hardware/nuc_usbd.h index 9fc012d0bb..5211841919 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_usbd.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_usbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_usbd.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/arch/arm/src/nuc1xx/hardware/nuc_wdt.h b/arch/arm/src/nuc1xx/hardware/nuc_wdt.h index edb93e6a41..f50d62b822 100644 --- a/arch/arm/src/nuc1xx/hardware/nuc_wdt.h +++ b/arch/arm/src/nuc1xx/hardware/nuc_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/hardware/nuc_wdt.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/arch/arm/src/nuc1xx/nuc_clockconfig.c b/arch/arm/src/nuc1xx/nuc_clockconfig.c index d12ced6d2a..79bd592b1d 100644 --- a/arch/arm/src/nuc1xx/nuc_clockconfig.c +++ b/arch/arm/src/nuc1xx/nuc_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_clockconfig.h b/arch/arm/src/nuc1xx/nuc_clockconfig.h index b9746626e1..178123771c 100644 --- a/arch/arm/src/nuc1xx/nuc_clockconfig.h +++ b/arch/arm/src/nuc1xx/nuc_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_clockconfig.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/arch/arm/src/nuc1xx/nuc_config.h b/arch/arm/src/nuc1xx/nuc_config.h index a347d964d7..7b2032020d 100644 --- a/arch/arm/src/nuc1xx/nuc_config.h +++ b/arch/arm/src/nuc1xx/nuc_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_config.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/arch/arm/src/nuc1xx/nuc_dumpgpio.c b/arch/arm/src/nuc1xx/nuc_dumpgpio.c index d343e69b4b..2ee12e8819 100644 --- a/arch/arm/src/nuc1xx/nuc_dumpgpio.c +++ b/arch/arm/src/nuc1xx/nuc_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_gpio.c b/arch/arm/src/nuc1xx/nuc_gpio.c index fb197580cd..ca0554b2bf 100644 --- a/arch/arm/src/nuc1xx/nuc_gpio.c +++ b/arch/arm/src/nuc1xx/nuc_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_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/arch/arm/src/nuc1xx/nuc_gpio.h b/arch/arm/src/nuc1xx/nuc_gpio.h index a3c0745b6b..d1a271483d 100644 --- a/arch/arm/src/nuc1xx/nuc_gpio.h +++ b/arch/arm/src/nuc1xx/nuc_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_gpio.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/arch/arm/src/nuc1xx/nuc_idle.c b/arch/arm/src/nuc1xx/nuc_idle.c index 42de69ce46..23fcbf16bf 100644 --- a/arch/arm/src/nuc1xx/nuc_idle.c +++ b/arch/arm/src/nuc1xx/nuc_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_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/arch/arm/src/nuc1xx/nuc_irq.c b/arch/arm/src/nuc1xx/nuc_irq.c index 653d6c2f23..7c126fd7b8 100644 --- a/arch/arm/src/nuc1xx/nuc_irq.c +++ b/arch/arm/src/nuc1xx/nuc_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_irq.h b/arch/arm/src/nuc1xx/nuc_irq.h index f780399a50..498bfcf0d0 100644 --- a/arch/arm/src/nuc1xx/nuc_irq.h +++ b/arch/arm/src/nuc1xx/nuc_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_irq.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/arch/arm/src/nuc1xx/nuc_lowputc.c b/arch/arm/src/nuc1xx/nuc_lowputc.c index e01b30d277..241f366ebe 100644 --- a/arch/arm/src/nuc1xx/nuc_lowputc.c +++ b/arch/arm/src/nuc1xx/nuc_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_lowputc.h b/arch/arm/src/nuc1xx/nuc_lowputc.h index d4e410910c..7d2ebd2d0a 100644 --- a/arch/arm/src/nuc1xx/nuc_lowputc.h +++ b/arch/arm/src/nuc1xx/nuc_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_lowputc.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/arch/arm/src/nuc1xx/nuc_serial.c b/arch/arm/src/nuc1xx/nuc_serial.c index 0659a05c9f..27529b345a 100644 --- a/arch/arm/src/nuc1xx/nuc_serial.c +++ b/arch/arm/src/nuc1xx/nuc_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_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/arch/arm/src/nuc1xx/nuc_serial.h b/arch/arm/src/nuc1xx/nuc_serial.h index e43f1b48a9..e58122b502 100644 --- a/arch/arm/src/nuc1xx/nuc_serial.h +++ b/arch/arm/src/nuc1xx/nuc_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_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/arch/arm/src/nuc1xx/nuc_start.c b/arch/arm/src/nuc1xx/nuc_start.c index de3707b2fb..a704d3b9bb 100644 --- a/arch/arm/src/nuc1xx/nuc_start.c +++ b/arch/arm/src/nuc1xx/nuc_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_start.h b/arch/arm/src/nuc1xx/nuc_start.h index 12ecbf5c54..1f6bf3a204 100644 --- a/arch/arm/src/nuc1xx/nuc_start.h +++ b/arch/arm/src/nuc1xx/nuc_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_start.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/arch/arm/src/nuc1xx/nuc_timerisr.c b/arch/arm/src/nuc1xx/nuc_timerisr.c index d80f14d082..8485eb4fe9 100644 --- a/arch/arm/src/nuc1xx/nuc_timerisr.c +++ b/arch/arm/src/nuc1xx/nuc_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_userspace.c b/arch/arm/src/nuc1xx/nuc_userspace.c index 4e6edc5435..ba62330986 100644 --- a/arch/arm/src/nuc1xx/nuc_userspace.c +++ b/arch/arm/src/nuc1xx/nuc_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/nuc1xx/nuc_userspace.h b/arch/arm/src/nuc1xx/nuc_userspace.h index 60ce007aca..72411ff8fa 100644 --- a/arch/arm/src/nuc1xx/nuc_userspace.h +++ b/arch/arm/src/nuc1xx/nuc_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/nuc1xx/nuc_userspace.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/arch/arm/src/phy62xx/Make.defs b/arch/arm/src/phy62xx/Make.defs index e4d15290e0..6db48a7b65 100644 --- a/arch/arm/src/phy62xx/Make.defs +++ b/arch/arm/src/phy62xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/ble/ble_controller.h b/arch/arm/src/phy62xx/ble/ble_controller.h index bf766eeae9..d13674b9b9 100644 --- a/arch/arm/src/phy62xx/ble/ble_controller.h +++ b/arch/arm/src/phy62xx/ble/ble_controller.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/ble/ble_controller.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/arch/arm/src/phy62xx/bus_dev.h b/arch/arm/src/phy62xx/bus_dev.h index c948bb6700..b8c1520256 100644 --- a/arch/arm/src/phy62xx/bus_dev.h +++ b/arch/arm/src/phy62xx/bus_dev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/bus_dev.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/arch/arm/src/phy62xx/chip.h b/arch/arm/src/phy62xx/chip.h index c6782e29df..b4363c025a 100644 --- a/arch/arm/src/phy62xx/chip.h +++ b/arch/arm/src/phy62xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/chip.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/arch/arm/src/phy62xx/clock.c b/arch/arm/src/phy62xx/clock.c index 9dd0a08e59..7303464e2c 100644 --- a/arch/arm/src/phy62xx/clock.c +++ b/arch/arm/src/phy62xx/clock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/clock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/clock.h b/arch/arm/src/phy62xx/clock.h index f157a92a1e..3baacbf04b 100644 --- a/arch/arm/src/phy62xx/clock.h +++ b/arch/arm/src/phy62xx/clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/clock.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/arch/arm/src/phy62xx/core_bumbee_m0.h b/arch/arm/src/phy62xx/core_bumbee_m0.h index d76decf966..5e3fa870ec 100644 --- a/arch/arm/src/phy62xx/core_bumbee_m0.h +++ b/arch/arm/src/phy62xx/core_bumbee_m0.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/core_bumbee_m0.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/arch/arm/src/phy62xx/error.h b/arch/arm/src/phy62xx/error.h index 3525e1fbf6..073c82891e 100644 --- a/arch/arm/src/phy62xx/error.h +++ b/arch/arm/src/phy62xx/error.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/error.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/arch/arm/src/phy62xx/flash.c b/arch/arm/src/phy62xx/flash.c index beb13196d8..b27b25eff5 100644 --- a/arch/arm/src/phy62xx/flash.c +++ b/arch/arm/src/phy62xx/flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/flash.h b/arch/arm/src/phy62xx/flash.h index af32c0dd85..da1a89fbaf 100644 --- a/arch/arm/src/phy62xx/flash.h +++ b/arch/arm/src/phy62xx/flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/flash.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/arch/arm/src/phy62xx/global_config.h b/arch/arm/src/phy62xx/global_config.h index 4304cb717f..236fce4f6d 100644 --- a/arch/arm/src/phy62xx/global_config.h +++ b/arch/arm/src/phy62xx/global_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/global_config.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/arch/arm/src/phy62xx/gpio.c b/arch/arm/src/phy62xx/gpio.c index 77307884ed..36a6ecf14d 100644 --- a/arch/arm/src/phy62xx/gpio.c +++ b/arch/arm/src/phy62xx/gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/gpio.h b/arch/arm/src/phy62xx/gpio.h index e5094f431e..d24c8741d5 100644 --- a/arch/arm/src/phy62xx/gpio.h +++ b/arch/arm/src/phy62xx/gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/gpio.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/arch/arm/src/phy62xx/idle.c b/arch/arm/src/phy62xx/idle.c index f1f1cbe16c..54661ee8eb 100644 --- a/arch/arm/src/phy62xx/idle.c +++ b/arch/arm/src/phy62xx/idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/irq.c b/arch/arm/src/phy62xx/irq.c index b8b34c45a2..534711797c 100644 --- a/arch/arm/src/phy62xx/irq.c +++ b/arch/arm/src/phy62xx/irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/jump_function.h b/arch/arm/src/phy62xx/jump_function.h index 7e9b1f35c7..abe482f5ba 100644 --- a/arch/arm/src/phy62xx/jump_function.h +++ b/arch/arm/src/phy62xx/jump_function.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/jump_function.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/arch/arm/src/phy62xx/jump_table.c b/arch/arm/src/phy62xx/jump_table.c index 0e9d81198f..d498ad7a21 100644 --- a/arch/arm/src/phy62xx/jump_table.c +++ b/arch/arm/src/phy62xx/jump_table.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/jump_table.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/log.h b/arch/arm/src/phy62xx/log.h index 8735608380..a2e1b317ee 100644 --- a/arch/arm/src/phy62xx/log.h +++ b/arch/arm/src/phy62xx/log.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/mcu.h b/arch/arm/src/phy62xx/mcu.h index e75aac9b0c..7db20b02f0 100644 --- a/arch/arm/src/phy62xx/mcu.h +++ b/arch/arm/src/phy62xx/mcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/mcu.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/arch/arm/src/phy62xx/mcu_phy_bumbee.h b/arch/arm/src/phy62xx/mcu_phy_bumbee.h index 4149ad4eeb..a34114a640 100644 --- a/arch/arm/src/phy62xx/mcu_phy_bumbee.h +++ b/arch/arm/src/phy62xx/mcu_phy_bumbee.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/mcu_phy_bumbee.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/arch/arm/src/phy62xx/my_printf.c b/arch/arm/src/phy62xx/my_printf.c index a2cdd8b437..f1dff53c8c 100644 --- a/arch/arm/src/phy62xx/my_printf.c +++ b/arch/arm/src/phy62xx/my_printf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/my_printf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phy6222_patch.c b/arch/arm/src/phy62xx/phy6222_patch.c index 6e60ce118a..dec44a7a42 100644 --- a/arch/arm/src/phy62xx/phy6222_patch.c +++ b/arch/arm/src/phy62xx/phy6222_patch.c @@ -1,3 +1,25 @@ +/**************************************************************************** + * arch/arm/src/phy62xx/phy6222_patch.c + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software 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. + * + ****************************************************************************/ + #include "types.h" #include "rom_sym_def.h" #include diff --git a/arch/arm/src/phy62xx/phy62xx_ble.c b/arch/arm/src/phy62xx/phy62xx_ble.c index 0d1b822664..fda53e479a 100644 --- a/arch/arm/src/phy62xx/phy62xx_ble.c +++ b/arch/arm/src/phy62xx/phy62xx_ble.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phy62xx_ble.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phy62xx_ble.h b/arch/arm/src/phy62xx/phy62xx_ble.h index 71104a22fd..6d0a46e74c 100644 --- a/arch/arm/src/phy62xx/phy62xx_ble.h +++ b/arch/arm/src/phy62xx/phy62xx_ble.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phy62xx_ble.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/arch/arm/src/phy62xx/phy62xx_exception.S b/arch/arm/src/phy62xx/phy62xx_exception.S index c36008a6d5..0d8e658e4f 100644 --- a/arch/arm/src/phy62xx/phy62xx_exception.S +++ b/arch/arm/src/phy62xx/phy62xx_exception.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phy62xx_exception.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phy62xx_hardfault.c b/arch/arm/src/phy62xx/phy62xx_hardfault.c index 3213aa8848..61c0d52ed8 100644 --- a/arch/arm/src/phy62xx/phy62xx_hardfault.c +++ b/arch/arm/src/phy62xx/phy62xx_hardfault.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phy62xx_hardfault.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phy62xx_start.S b/arch/arm/src/phy62xx/phy62xx_start.S index cb1ca67ebb..cb56637f20 100644 --- a/arch/arm/src/phy62xx/phy62xx_start.S +++ b/arch/arm/src/phy62xx/phy62xx_start.S @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/phy62xx/phy62xx_start.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phyplus_gpio.c b/arch/arm/src/phy62xx/phyplus_gpio.c index 03bc9801ab..a3160d38ca 100644 --- a/arch/arm/src/phy62xx/phyplus_gpio.c +++ b/arch/arm/src/phy62xx/phyplus_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_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/arch/arm/src/phy62xx/phyplus_gpio.h b/arch/arm/src/phy62xx/phyplus_gpio.h index 4d6aceafcf..f265858de3 100644 --- a/arch/arm/src/phy62xx/phyplus_gpio.h +++ b/arch/arm/src/phy62xx/phyplus_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_gpio.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/arch/arm/src/phy62xx/phyplus_stub.c b/arch/arm/src/phy62xx/phyplus_stub.c index 107c50a727..5c2122725d 100644 --- a/arch/arm/src/phy62xx/phyplus_stub.c +++ b/arch/arm/src/phy62xx/phyplus_stub.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_stub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phyplus_stub.h b/arch/arm/src/phy62xx/phyplus_stub.h index fb3ffc08fa..6cdf7416ae 100644 --- a/arch/arm/src/phy62xx/phyplus_stub.h +++ b/arch/arm/src/phy62xx/phyplus_stub.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_stub.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/arch/arm/src/phy62xx/phyplus_tim.c b/arch/arm/src/phy62xx/phyplus_tim.c index 4297f1717e..1fef9e6609 100644 --- a/arch/arm/src/phy62xx/phyplus_tim.c +++ b/arch/arm/src/phy62xx/phyplus_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phyplus_tim.h b/arch/arm/src/phy62xx/phyplus_tim.h index b958b37cea..04947e805c 100644 --- a/arch/arm/src/phy62xx/phyplus_tim.h +++ b/arch/arm/src/phy62xx/phyplus_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_tim.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/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.c b/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.c index 0fd41cd125..6ced29ef10 100644 --- a/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.c +++ b/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.c @@ -1,10 +1,11 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_timer_lowerhalf.c * - * Copyright (C) 2015 Wail Khemir. All rights reserved. - * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. - * Authors: Wail Khemir - * Paul Alexander Patience + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Wail Khemir. All rights reserved. + * SPDX-FileCopyrightText: 2015 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileContributor: Wail Khemir + * SPDX-FileContributor: Paul Alexander Patience * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.h b/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.h index 431c21af7d..8d44f5e1f0 100644 --- a/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.h +++ b/arch/arm/src/phy62xx/phyplus_timer_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_timer_lowerhalf.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/arch/arm/src/phy62xx/phyplus_timerisr.c b/arch/arm/src/phy62xx/phyplus_timerisr.c index 625532b775..807308c90a 100644 --- a/arch/arm/src/phy62xx/phyplus_timerisr.c +++ b/arch/arm/src/phy62xx/phyplus_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phyplus_timerisr.h b/arch/arm/src/phy62xx/phyplus_timerisr.h index 59afb390a8..e5d7567c9f 100644 --- a/arch/arm/src/phy62xx/phyplus_timerisr.h +++ b/arch/arm/src/phy62xx/phyplus_timerisr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_timerisr.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/arch/arm/src/phy62xx/phyplus_wdt.c b/arch/arm/src/phy62xx/phyplus_wdt.c index 84d37c251e..e835cffe16 100644 --- a/arch/arm/src/phy62xx/phyplus_wdt.c +++ b/arch/arm/src/phy62xx/phyplus_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/phyplus_wdt.h b/arch/arm/src/phy62xx/phyplus_wdt.h index ffd6be9700..a6ca188681 100644 --- a/arch/arm/src/phy62xx/phyplus_wdt.h +++ b/arch/arm/src/phy62xx/phyplus_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/phyplus_wdt.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/arch/arm/src/phy62xx/pplus_mtd_flash.c b/arch/arm/src/phy62xx/pplus_mtd_flash.c index ebfe9472b4..bb6d0090c6 100644 --- a/arch/arm/src/phy62xx/pplus_mtd_flash.c +++ b/arch/arm/src/phy62xx/pplus_mtd_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/pplus_mtd_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/arch/arm/src/phy62xx/pplus_mtd_flash.h b/arch/arm/src/phy62xx/pplus_mtd_flash.h index f8e2440550..a226e8e378 100644 --- a/arch/arm/src/phy62xx/pplus_mtd_flash.h +++ b/arch/arm/src/phy62xx/pplus_mtd_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/pplus_mtd_flash.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/arch/arm/src/phy62xx/pwrmgr.c b/arch/arm/src/phy62xx/pwrmgr.c index e26a767340..df2f19cd60 100644 --- a/arch/arm/src/phy62xx/pwrmgr.c +++ b/arch/arm/src/phy62xx/pwrmgr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/pwrmgr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/pwrmgr.h b/arch/arm/src/phy62xx/pwrmgr.h index f3f55f1695..b6a6e5c381 100644 --- a/arch/arm/src/phy62xx/pwrmgr.h +++ b/arch/arm/src/phy62xx/pwrmgr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/pwrmgr.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/arch/arm/src/phy62xx/rom_sym_def.h b/arch/arm/src/phy62xx/rom_sym_def.h index df4ce71baa..ae9715c9f0 100644 --- a/arch/arm/src/phy62xx/rom_sym_def.h +++ b/arch/arm/src/phy62xx/rom_sym_def.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/rom_sym_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/arch/arm/src/phy62xx/start.c b/arch/arm/src/phy62xx/start.c index a0693a90c9..39032211e3 100644 --- a/arch/arm/src/phy62xx/start.c +++ b/arch/arm/src/phy62xx/start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/start.h b/arch/arm/src/phy62xx/start.h index 9cebec94d2..36640ad3ae 100644 --- a/arch/arm/src/phy62xx/start.h +++ b/arch/arm/src/phy62xx/start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/start.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/arch/arm/src/phy62xx/systick.c b/arch/arm/src/phy62xx/systick.c index a4a308f24f..4a4eb3eef2 100644 --- a/arch/arm/src/phy62xx/systick.c +++ b/arch/arm/src/phy62xx/systick.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/systick.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/phy62xx/timer.c b/arch/arm/src/phy62xx/timer.c index 21702fe781..bd467256dd 100644 --- a/arch/arm/src/phy62xx/timer.c +++ b/arch/arm/src/phy62xx/timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/timer.h b/arch/arm/src/phy62xx/timer.h index 7d7725a96b..e1de46cefa 100644 --- a/arch/arm/src/phy62xx/timer.h +++ b/arch/arm/src/phy62xx/timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/types.h b/arch/arm/src/phy62xx/types.h index ef3b4aa599..e4763e1694 100644 --- a/arch/arm/src/phy62xx/types.h +++ b/arch/arm/src/phy62xx/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/types.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/arch/arm/src/phy62xx/uart.c b/arch/arm/src/phy62xx/uart.c index e9a6e3fb8d..b0165d4ba7 100644 --- a/arch/arm/src/phy62xx/uart.c +++ b/arch/arm/src/phy62xx/uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/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/arch/arm/src/phy62xx/uart.h b/arch/arm/src/phy62xx/uart.h index ad9860f495..4b2b46c3aa 100644 --- a/arch/arm/src/phy62xx/uart.h +++ b/arch/arm/src/phy62xx/uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/uart.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/arch/arm/src/phy62xx/version.h b/arch/arm/src/phy62xx/version.h index 8fcab02af5..505f750579 100644 --- a/arch/arm/src/phy62xx/version.h +++ b/arch/arm/src/phy62xx/version.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/phy62xx/version.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/arch/arm/src/qemu/CMakeLists.txt b/arch/arm/src/qemu/CMakeLists.txt index 9dfa7c4975..4784d64ccd 100644 --- a/arch/arm/src/qemu/CMakeLists.txt +++ b/arch/arm/src/qemu/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/qemu/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/arch/arm/src/qemu/Make.defs b/arch/arm/src/qemu/Make.defs index 1d8d385cb0..f071eb1193 100644 --- a/arch/arm/src/qemu/Make.defs +++ b/arch/arm/src/qemu/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/qemu/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/arch/arm/src/qemu/chip.h b/arch/arm/src/qemu/chip.h index f3c6ce5ecf..0ef01e082d 100644 --- a/arch/arm/src/qemu/chip.h +++ b/arch/arm/src/qemu/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/chip.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/arch/arm/src/qemu/hardware/qemu_memorymap.h b/arch/arm/src/qemu/hardware/qemu_memorymap.h index 870ed42255..cffa6e0bc7 100644 --- a/arch/arm/src/qemu/hardware/qemu_memorymap.h +++ b/arch/arm/src/qemu/hardware/qemu_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/hardware/qemu_memorymap.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/arch/arm/src/qemu/qemu_boot.c b/arch/arm/src/qemu/qemu_boot.c index 78f821bfb7..9cb7cfebc9 100644 --- a/arch/arm/src/qemu/qemu_boot.c +++ b/arch/arm/src/qemu/qemu_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/qemu/qemu_cpuboot.c b/arch/arm/src/qemu/qemu_cpuboot.c index 8bfd61b0b5..b92912f14b 100644 --- a/arch/arm/src/qemu/qemu_cpuboot.c +++ b/arch/arm/src/qemu/qemu_cpuboot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_cpuboot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/qemu/qemu_idle.c b/arch/arm/src/qemu/qemu_idle.c index 1e46a734f7..cb3b931ab5 100644 --- a/arch/arm/src/qemu/qemu_idle.c +++ b/arch/arm/src/qemu/qemu_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_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/arch/arm/src/qemu/qemu_irq.c b/arch/arm/src/qemu/qemu_irq.c index d86c377e3f..398cdc1f1c 100644 --- a/arch/arm/src/qemu/qemu_irq.c +++ b/arch/arm/src/qemu/qemu_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/qemu/qemu_irq.h b/arch/arm/src/qemu/qemu_irq.h index 760a196799..a6b62d7087 100644 --- a/arch/arm/src/qemu/qemu_irq.h +++ b/arch/arm/src/qemu/qemu_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_irq.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/arch/arm/src/qemu/qemu_memorymap.c b/arch/arm/src/qemu/qemu_memorymap.c index 6cff3db0e8..3cd3ab1709 100644 --- a/arch/arm/src/qemu/qemu_memorymap.c +++ b/arch/arm/src/qemu/qemu_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/qemu/qemu_memorymap.h b/arch/arm/src/qemu/qemu_memorymap.h index 47d633d4bc..8a0c1bd97b 100644 --- a/arch/arm/src/qemu/qemu_memorymap.h +++ b/arch/arm/src/qemu/qemu_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_memorymap.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/arch/arm/src/qemu/qemu_pgalloc.c b/arch/arm/src/qemu/qemu_pgalloc.c index 54a33b7898..6f874f9917 100644 --- a/arch/arm/src/qemu/qemu_pgalloc.c +++ b/arch/arm/src/qemu/qemu_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_pgalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/qemu/qemu_serial.c b/arch/arm/src/qemu/qemu_serial.c index a7bb1cf1e4..c492a6649c 100644 --- a/arch/arm/src/qemu/qemu_serial.c +++ b/arch/arm/src/qemu/qemu_serial.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/arm/src/qemu/qemu_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/arch/arm/src/qemu/qemu_timer.c b/arch/arm/src/qemu/qemu_timer.c index ffab98cbe4..0f66fc0e71 100644 --- a/arch/arm/src/qemu/qemu_timer.c +++ b/arch/arm/src/qemu/qemu_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/qemu/qemu_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/arch/arm/src/rp2040/Make.defs b/arch/arm/src/rp2040/Make.defs index 857105f11f..2eeabede0b 100644 --- a/arch/arm/src/rp2040/Make.defs +++ b/arch/arm/src/rp2040/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/rp2040/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/arch/arm/src/rp2040/boot2/Make.defs b/arch/arm/src/rp2040/boot2/Make.defs index 738626c574..9787cf8901 100644 --- a/arch/arm/src/rp2040/boot2/Make.defs +++ b/arch/arm/src/rp2040/boot2/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/rp2040/boot2/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/arch/arm/src/rp2040/boot2/pico/config.h b/arch/arm/src/rp2040/boot2/pico/config.h index 53ce9c1d38..7ce56d8461 100644 --- a/arch/arm/src/rp2040/boot2/pico/config.h +++ b/arch/arm/src/rp2040/boot2/pico/config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/boot2/pico/config.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/arch/arm/src/rp2040/chip.h b/arch/arm/src/rp2040/chip.h index 0274144dbc..4bbcaf755e 100644 --- a/arch/arm/src/rp2040/chip.h +++ b/arch/arm/src/rp2040/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/chip.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/arch/arm/src/rp2040/hardware/rp2040_adc.h b/arch/arm/src/rp2040/hardware/rp2040_adc.h index 96225128b2..f45db26484 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_adc.h +++ b/arch/arm/src/rp2040/hardware/rp2040_adc.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_adc.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_clocks.h b/arch/arm/src/rp2040/hardware/rp2040_clocks.h index 293e4d458e..f95ea91f79 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_clocks.h +++ b/arch/arm/src/rp2040/hardware/rp2040_clocks.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_clocks.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_dma.h b/arch/arm/src/rp2040/hardware/rp2040_dma.h index 992a8e69f8..e51eb78c99 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_dma.h +++ b/arch/arm/src/rp2040/hardware/rp2040_dma.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_dma.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_i2c.h b/arch/arm/src/rp2040/hardware/rp2040_i2c.h index 407f689f97..a1aaa4eb13 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_i2c.h +++ b/arch/arm/src/rp2040/hardware/rp2040_i2c.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_i2c.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_io_bank0.h b/arch/arm/src/rp2040/hardware/rp2040_io_bank0.h index 1652264998..d5aef0f8b2 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_io_bank0.h +++ b/arch/arm/src/rp2040/hardware/rp2040_io_bank0.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_io_bank0.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_memorymap.h b/arch/arm/src/rp2040/hardware/rp2040_memorymap.h index b905159c2c..1e9819199c 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_memorymap.h +++ b/arch/arm/src/rp2040/hardware/rp2040_memorymap.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_memorymap.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_pads_bank0.h b/arch/arm/src/rp2040/hardware/rp2040_pads_bank0.h index 1e3b068ea3..4e762ed4ab 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_pads_bank0.h +++ b/arch/arm/src/rp2040/hardware/rp2040_pads_bank0.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_pads_bank0.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_pio.h b/arch/arm/src/rp2040/hardware/rp2040_pio.h index 26528324a6..2891da55df 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_pio.h +++ b/arch/arm/src/rp2040/hardware/rp2040_pio.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_pio.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_pll.h b/arch/arm/src/rp2040/hardware/rp2040_pll.h index 02d142387d..d1aec2cbb9 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_pll.h +++ b/arch/arm/src/rp2040/hardware/rp2040_pll.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_pll.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_psm.h b/arch/arm/src/rp2040/hardware/rp2040_psm.h index 93dc950f07..627d8da2a2 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_psm.h +++ b/arch/arm/src/rp2040/hardware/rp2040_psm.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_psm.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_pwm.h b/arch/arm/src/rp2040/hardware/rp2040_pwm.h index d51778be56..7a5ad0fb7f 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_pwm.h +++ b/arch/arm/src/rp2040/hardware/rp2040_pwm.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_pwm.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_resets.h b/arch/arm/src/rp2040/hardware/rp2040_resets.h index 75ec543414..c5a64680a1 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_resets.h +++ b/arch/arm/src/rp2040/hardware/rp2040_resets.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_resets.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_rosc.h b/arch/arm/src/rp2040/hardware/rp2040_rosc.h index 79034e9ea0..4614fc12de 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_rosc.h +++ b/arch/arm/src/rp2040/hardware/rp2040_rosc.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_rosc.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_sio.h b/arch/arm/src/rp2040/hardware/rp2040_sio.h index 8f569f2217..930945319e 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_sio.h +++ b/arch/arm/src/rp2040/hardware/rp2040_sio.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_sio.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_spi.h b/arch/arm/src/rp2040/hardware/rp2040_spi.h index a514923bf9..429adc675e 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_spi.h +++ b/arch/arm/src/rp2040/hardware/rp2040_spi.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_spi.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_uart01.h b/arch/arm/src/rp2040/hardware/rp2040_uart01.h index 36ea3f271b..e3a4d8572a 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_uart01.h +++ b/arch/arm/src/rp2040/hardware/rp2040_uart01.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_uart01.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_usbctrl_dpsram.h b/arch/arm/src/rp2040/hardware/rp2040_usbctrl_dpsram.h index 787267ef78..063ac2c686 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_usbctrl_dpsram.h +++ b/arch/arm/src/rp2040/hardware/rp2040_usbctrl_dpsram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_usbctrl_dpsram.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/arch/arm/src/rp2040/hardware/rp2040_usbctrl_regs.h b/arch/arm/src/rp2040/hardware/rp2040_usbctrl_regs.h index d29414280a..78eb42feaa 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_usbctrl_regs.h +++ b/arch/arm/src/rp2040/hardware/rp2040_usbctrl_regs.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_usbctrl_regs.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_watchdog.h b/arch/arm/src/rp2040/hardware/rp2040_watchdog.h index 7c197e48ad..9ad70066a4 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_watchdog.h +++ b/arch/arm/src/rp2040/hardware/rp2040_watchdog.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_watchdog.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/hardware/rp2040_xosc.h b/arch/arm/src/rp2040/hardware/rp2040_xosc.h index b68f5cf408..c6ebf515f1 100644 --- a/arch/arm/src/rp2040/hardware/rp2040_xosc.h +++ b/arch/arm/src/rp2040/hardware/rp2040_xosc.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/hardware/rp2040_xosc.h * - * Generated from rp2040.svd originally provided by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/rp2040_adc.c b/arch/arm/src/rp2040/rp2040_adc.c index 166b4f5b24..8f8b2e1efd 100644 --- a/arch/arm/src/rp2040/rp2040_adc.c +++ b/arch/arm/src/rp2040/rp2040_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_adc.h b/arch/arm/src/rp2040/rp2040_adc.h index 825353fa55..532373a8f0 100644 --- a/arch/arm/src/rp2040/rp2040_adc.h +++ b/arch/arm/src/rp2040/rp2040_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_adc.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/arch/arm/src/rp2040/rp2040_clock.c b/arch/arm/src/rp2040/rp2040_clock.c index 8692b2e39a..8938cf1b24 100644 --- a/arch/arm/src/rp2040/rp2040_clock.c +++ b/arch/arm/src/rp2040/rp2040_clock.c @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_clock.c * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/rp2040_clock.h b/arch/arm/src/rp2040/rp2040_clock.h index bcda1e4988..86364fc697 100644 --- a/arch/arm/src/rp2040/rp2040_clock.h +++ b/arch/arm/src/rp2040/rp2040_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_clock.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/arch/arm/src/rp2040/rp2040_config.h b/arch/arm/src/rp2040/rp2040_config.h index cb80417086..caf58e92a7 100644 --- a/arch/arm/src/rp2040/rp2040_config.h +++ b/arch/arm/src/rp2040/rp2040_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_config.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/arch/arm/src/rp2040/rp2040_cpuidlestack.c b/arch/arm/src/rp2040/rp2040_cpuidlestack.c index 54b8830bd3..d28a456dec 100644 --- a/arch/arm/src/rp2040/rp2040_cpuidlestack.c +++ b/arch/arm/src/rp2040/rp2040_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_cpuindex.c b/arch/arm/src/rp2040/rp2040_cpuindex.c index cbeb2d7903..dceffc6f20 100644 --- a/arch/arm/src/rp2040/rp2040_cpuindex.c +++ b/arch/arm/src/rp2040/rp2040_cpuindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_cpuindex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_cpustart.c b/arch/arm/src/rp2040/rp2040_cpustart.c index 18893edfd8..ad7cb1f47e 100644 --- a/arch/arm/src/rp2040/rp2040_cpustart.c +++ b/arch/arm/src/rp2040/rp2040_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_cyw43439.c b/arch/arm/src/rp2040/rp2040_cyw43439.c index 74a8cfd2d9..b962f08bab 100644 --- a/arch/arm/src/rp2040/rp2040_cyw43439.c +++ b/arch/arm/src/rp2040/rp2040_cyw43439.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_cyw43439.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_cyw43439.h b/arch/arm/src/rp2040/rp2040_cyw43439.h index 110dffbc14..340c3e6727 100644 --- a/arch/arm/src/rp2040/rp2040_cyw43439.h +++ b/arch/arm/src/rp2040/rp2040_cyw43439.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_cyw43439.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/arch/arm/src/rp2040/rp2040_dmac.c b/arch/arm/src/rp2040/rp2040_dmac.c index c8ba891905..effbc519ea 100644 --- a/arch/arm/src/rp2040/rp2040_dmac.c +++ b/arch/arm/src/rp2040/rp2040_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_dmac.h b/arch/arm/src/rp2040/rp2040_dmac.h index 0169546a5a..5ffdbb8b8d 100644 --- a/arch/arm/src/rp2040/rp2040_dmac.h +++ b/arch/arm/src/rp2040/rp2040_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_dmac.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/arch/arm/src/rp2040/rp2040_flash_initialize.S b/arch/arm/src/rp2040/rp2040_flash_initialize.S index 77477623f6..626083baa2 100644 --- a/arch/arm/src/rp2040/rp2040_flash_initialize.S +++ b/arch/arm/src/rp2040/rp2040_flash_initialize.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_flash_initialize.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_flash_mtd.c b/arch/arm/src/rp2040/rp2040_flash_mtd.c index b73801df58..ba134a56d2 100644 --- a/arch/arm/src/rp2040/rp2040_flash_mtd.c +++ b/arch/arm/src/rp2040/rp2040_flash_mtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_flash_mtd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_flash_mtd.h b/arch/arm/src/rp2040/rp2040_flash_mtd.h index b83b451014..2b8c5c6a6e 100644 --- a/arch/arm/src/rp2040/rp2040_flash_mtd.h +++ b/arch/arm/src/rp2040/rp2040_flash_mtd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_flash_mtd.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/arch/arm/src/rp2040/rp2040_gpio.c b/arch/arm/src/rp2040/rp2040_gpio.c index 666aa153c6..caf705df9a 100644 --- a/arch/arm/src/rp2040/rp2040_gpio.c +++ b/arch/arm/src/rp2040/rp2040_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_gpio.h b/arch/arm/src/rp2040/rp2040_gpio.h index f68eea0252..a36d8b7290 100644 --- a/arch/arm/src/rp2040/rp2040_gpio.h +++ b/arch/arm/src/rp2040/rp2040_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_gpio.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/arch/arm/src/rp2040/rp2040_i2c.c b/arch/arm/src/rp2040/rp2040_i2c.c index 80d4603465..54a680297e 100644 --- a/arch/arm/src/rp2040/rp2040_i2c.c +++ b/arch/arm/src/rp2040/rp2040_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_i2c.h b/arch/arm/src/rp2040/rp2040_i2c.h index 363db375ea..39e1b5fe44 100644 --- a/arch/arm/src/rp2040/rp2040_i2c.h +++ b/arch/arm/src/rp2040/rp2040_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_i2c_slave.c b/arch/arm/src/rp2040/rp2040_i2c_slave.c index c2b1d9f066..c9aabe2d8b 100644 --- a/arch/arm/src/rp2040/rp2040_i2c_slave.c +++ b/arch/arm/src/rp2040/rp2040_i2c_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_i2c_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/arch/arm/src/rp2040/rp2040_i2s.c b/arch/arm/src/rp2040/rp2040_i2s.c index 8cab3b0c51..73d26a17d4 100644 --- a/arch/arm/src/rp2040/rp2040_i2s.c +++ b/arch/arm/src/rp2040/rp2040_i2s.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_i2s.h b/arch/arm/src/rp2040/rp2040_i2s.h index 5c1971c1f2..6b9054df99 100644 --- a/arch/arm/src/rp2040/rp2040_i2s.h +++ b/arch/arm/src/rp2040/rp2040_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_i2s.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/arch/arm/src/rp2040/rp2040_i2s_pio.c b/arch/arm/src/rp2040/rp2040_i2s_pio.c index bdce734a1f..41fb628c7c 100644 --- a/arch/arm/src/rp2040/rp2040_i2s_pio.c +++ b/arch/arm/src/rp2040/rp2040_i2s_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_i2s_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_i2s_pio.h b/arch/arm/src/rp2040/rp2040_i2s_pio.h index d30f170f9b..88eeddb14f 100644 --- a/arch/arm/src/rp2040/rp2040_i2s_pio.h +++ b/arch/arm/src/rp2040/rp2040_i2s_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_i2s_pio.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/arch/arm/src/rp2040/rp2040_idle.c b/arch/arm/src/rp2040/rp2040_idle.c index f0e8cda581..5cdc505341 100644 --- a/arch/arm/src/rp2040/rp2040_idle.c +++ b/arch/arm/src/rp2040/rp2040_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_irq.c b/arch/arm/src/rp2040/rp2040_irq.c index 8317f52b4d..73ba14c062 100644 --- a/arch/arm/src/rp2040/rp2040_irq.c +++ b/arch/arm/src/rp2040/rp2040_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_pio.c b/arch/arm/src/rp2040/rp2040_pio.c index 83e5c33e95..9f87faafbe 100644 --- a/arch/arm/src/rp2040/rp2040_pio.c +++ b/arch/arm/src/rp2040/rp2040_pio.c @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_pio.c * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/rp2040_pio.h b/arch/arm/src/rp2040/rp2040_pio.h index 835cc512a9..3701aa9689 100644 --- a/arch/arm/src/rp2040/rp2040_pio.h +++ b/arch/arm/src/rp2040/rp2040_pio.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_pio.h * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/rp2040_pio_instructions.h b/arch/arm/src/rp2040/rp2040_pio_instructions.h index cfe6bbd33c..5d7a896e51 100644 --- a/arch/arm/src/rp2040/rp2040_pio_instructions.h +++ b/arch/arm/src/rp2040/rp2040_pio_instructions.h @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_pio_instructions.h * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/rp2040_pll.c b/arch/arm/src/rp2040/rp2040_pll.c index 01b1d0fe21..f3cec7f24d 100644 --- a/arch/arm/src/rp2040/rp2040_pll.c +++ b/arch/arm/src/rp2040/rp2040_pll.c @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_pll.c * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp2040/rp2040_pll.h b/arch/arm/src/rp2040/rp2040_pll.h index 8f686b247a..ff0aa27781 100644 --- a/arch/arm/src/rp2040/rp2040_pll.h +++ b/arch/arm/src/rp2040/rp2040_pll.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_pll.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/arch/arm/src/rp2040/rp2040_pwm.c b/arch/arm/src/rp2040/rp2040_pwm.c index e9d79e51c5..81c4354a0d 100644 --- a/arch/arm/src/rp2040/rp2040_pwm.c +++ b/arch/arm/src/rp2040/rp2040_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_pwm.h b/arch/arm/src/rp2040/rp2040_pwm.h index 18a5a88a5d..08b1db0f29 100644 --- a/arch/arm/src/rp2040/rp2040_pwm.h +++ b/arch/arm/src/rp2040/rp2040_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_pwm.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/arch/arm/src/rp2040/rp2040_rom.h b/arch/arm/src/rp2040/rp2040_rom.h index b12f85d400..40eacb6ff2 100644 --- a/arch/arm/src/rp2040/rp2040_rom.h +++ b/arch/arm/src/rp2040/rp2040_rom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_rom.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/arch/arm/src/rp2040/rp2040_serial.c b/arch/arm/src/rp2040/rp2040_serial.c index 072f6274ad..686af616eb 100644 --- a/arch/arm/src/rp2040/rp2040_serial.c +++ b/arch/arm/src/rp2040/rp2040_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_serial.h b/arch/arm/src/rp2040/rp2040_serial.h index 18bfbb5ddf..18936dd41c 100644 --- a/arch/arm/src/rp2040/rp2040_serial.h +++ b/arch/arm/src/rp2040/rp2040_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_smpcall.c b/arch/arm/src/rp2040/rp2040_smpcall.c index ff889320f9..f54a5a7040 100644 --- a/arch/arm/src/rp2040/rp2040_smpcall.c +++ b/arch/arm/src/rp2040/rp2040_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_spi.c b/arch/arm/src/rp2040/rp2040_spi.c index c0b34ff560..009dd5477d 100644 --- a/arch/arm/src/rp2040/rp2040_spi.c +++ b/arch/arm/src/rp2040/rp2040_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_spi.h b/arch/arm/src/rp2040/rp2040_spi.h index 9ed0aef8b7..97fa812329 100644 --- a/arch/arm/src/rp2040/rp2040_spi.h +++ b/arch/arm/src/rp2040/rp2040_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_start.c b/arch/arm/src/rp2040/rp2040_start.c index e0c67ca0de..20577c7919 100644 --- a/arch/arm/src/rp2040/rp2040_start.c +++ b/arch/arm/src/rp2040/rp2040_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_testset.c b/arch/arm/src/rp2040/rp2040_testset.c index 59aa3154cb..813d6c49ed 100644 --- a/arch/arm/src/rp2040/rp2040_testset.c +++ b/arch/arm/src/rp2040/rp2040_testset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_testset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_timerisr.c b/arch/arm/src/rp2040/rp2040_timerisr.c index f618434e4f..7f387491c1 100644 --- a/arch/arm/src/rp2040/rp2040_timerisr.c +++ b/arch/arm/src/rp2040/rp2040_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_uart.c b/arch/arm/src/rp2040/rp2040_uart.c index 564d49860a..5482a4888e 100644 --- a/arch/arm/src/rp2040/rp2040_uart.c +++ b/arch/arm/src/rp2040/rp2040_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_uart.h b/arch/arm/src/rp2040/rp2040_uart.h index 56fbf6742f..1bdddbf5b8 100644 --- a/arch/arm/src/rp2040/rp2040_uart.h +++ b/arch/arm/src/rp2040/rp2040_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_uart.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/arch/arm/src/rp2040/rp2040_usbdev.c b/arch/arm/src/rp2040/rp2040_usbdev.c index 4a880736e3..b1be508c15 100644 --- a/arch/arm/src/rp2040/rp2040_usbdev.c +++ b/arch/arm/src/rp2040/rp2040_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_usbdev.h b/arch/arm/src/rp2040/rp2040_usbdev.h index 601a7626b6..6c06e7e0cb 100644 --- a/arch/arm/src/rp2040/rp2040_usbdev.h +++ b/arch/arm/src/rp2040/rp2040_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_usbdev.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/arch/arm/src/rp2040/rp2040_wdt.c b/arch/arm/src/rp2040/rp2040_wdt.c index 7ce6b00228..b91558efa4 100644 --- a/arch/arm/src/rp2040/rp2040_wdt.c +++ b/arch/arm/src/rp2040/rp2040_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp2040/rp2040_wdt.h b/arch/arm/src/rp2040/rp2040_wdt.h index 26e8cd6fe0..e0a87d8949 100644 --- a/arch/arm/src/rp2040/rp2040_wdt.h +++ b/arch/arm/src/rp2040/rp2040_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_wdt.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/arch/arm/src/rp2040/rp2040_ws2812.c b/arch/arm/src/rp2040/rp2040_ws2812.c index 16b4af6d9c..105304bd37 100644 --- a/arch/arm/src/rp2040/rp2040_ws2812.c +++ b/arch/arm/src/rp2040/rp2040_ws2812.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_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/arch/arm/src/rp2040/rp2040_ws2812.h b/arch/arm/src/rp2040/rp2040_ws2812.h index b826aaa16c..0423dfca04 100644 --- a/arch/arm/src/rp2040/rp2040_ws2812.h +++ b/arch/arm/src/rp2040/rp2040_ws2812.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_ws2812.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/arch/arm/src/rp2040/rp2040_ws2812.pio b/arch/arm/src/rp2040/rp2040_ws2812.pio index dc832d7730..99f106a4a2 100644 --- a/arch/arm/src/rp2040/rp2040_ws2812.pio +++ b/arch/arm/src/rp2040/rp2040_ws2812.pio @@ -1,9 +1,7 @@ ; arch/arm/src/rp2040/rp2040_ws2812.pio ; -; Adapted from code release under the BSD-3-Clause license -; supplied by Raspberry Pi (Trading) Ltd. -; -; Copyright (c) 2020 Raspberry Pi (Trading) Ltd. +; SPDX-License-Identifier: BSD-3-Clause +; SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. ; ; This code was compiled with pioasm and the results included ; in "arch/arm/src/rp2040/rp2040_ws2812.c". This file is diff --git a/arch/arm/src/rp2040/rp2040_xosc.h b/arch/arm/src/rp2040/rp2040_xosc.h index c0446a9127..a39036d578 100644 --- a/arch/arm/src/rp2040/rp2040_xosc.h +++ b/arch/arm/src/rp2040/rp2040_xosc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp2040/rp2040_xosc.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/arch/arm/src/rp23xx/Make.defs b/arch/arm/src/rp23xx/Make.defs index 0b8f84f7be..9a94796a0d 100644 --- a/arch/arm/src/rp23xx/Make.defs +++ b/arch/arm/src/rp23xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/rp23xx/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/arch/arm/src/rp23xx/chip.h b/arch/arm/src/rp23xx/chip.h index a8f26c52b2..6b909bea9e 100644 --- a/arch/arm/src/rp23xx/chip.h +++ b/arch/arm/src/rp23xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/chip.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/arch/arm/src/rp23xx/hardware/rp23xx_accessctrl.h b/arch/arm/src/rp23xx/hardware/rp23xx_accessctrl.h index e880e59096..2a13b4782a 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_accessctrl.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_accessctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_accessctrl.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/arch/arm/src/rp23xx/hardware/rp23xx_adc.h b/arch/arm/src/rp23xx/hardware/rp23xx_adc.h index f25058b701..b720d67fb0 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_adc.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_adc.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/arch/arm/src/rp23xx/hardware/rp23xx_bootram.h b/arch/arm/src/rp23xx/hardware/rp23xx_bootram.h index fd58635101..d4c28fb7f4 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_bootram.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_bootram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_bootram.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/arch/arm/src/rp23xx/hardware/rp23xx_busctrl.h b/arch/arm/src/rp23xx/hardware/rp23xx_busctrl.h index 95760a977d..32059ce080 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_busctrl.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_busctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_busctrl.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/arch/arm/src/rp23xx/hardware/rp23xx_clocks.h b/arch/arm/src/rp23xx/hardware/rp23xx_clocks.h index 905becb51d..2ae1f37667 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_clocks.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_clocks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_clocks.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/arch/arm/src/rp23xx/hardware/rp23xx_coresight_trace.h b/arch/arm/src/rp23xx/hardware/rp23xx_coresight_trace.h index c7edc8311c..24f612fb55 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_coresight_trace.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_coresight_trace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_coresight_trace.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/arch/arm/src/rp23xx/hardware/rp23xx_dma.h b/arch/arm/src/rp23xx/hardware/rp23xx_dma.h index 20ddd60647..4ec303abf5 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_dma.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_dma.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/arch/arm/src/rp23xx/hardware/rp23xx_dreq.h b/arch/arm/src/rp23xx/hardware/rp23xx_dreq.h index ba78d49797..baafbfd063 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_dreq.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_dreq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_dreq.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/arch/arm/src/rp23xx/hardware/rp23xx_glitch_detector.h b/arch/arm/src/rp23xx/hardware/rp23xx_glitch_detector.h index 5a6486d7d9..7db17750e6 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_glitch_detector.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_glitch_detector.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_glitch_detector.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/arch/arm/src/rp23xx/hardware/rp23xx_hstx_ctrl.h b/arch/arm/src/rp23xx/hardware/rp23xx_hstx_ctrl.h index 7a86f70a8c..ae27e475d2 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_hstx_ctrl.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_hstx_ctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_hstx_ctrl.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/arch/arm/src/rp23xx/hardware/rp23xx_hstx_fifo.h b/arch/arm/src/rp23xx/hardware/rp23xx_hstx_fifo.h index a52f8c3d03..a8304d1c93 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_hstx_fifo.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_hstx_fifo.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_hstx_fifo.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/arch/arm/src/rp23xx/hardware/rp23xx_i2c.h b/arch/arm/src/rp23xx/hardware/rp23xx_i2c.h index 4601871b79..4b2b40c93c 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_i2c.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_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/arch/arm/src/rp23xx/hardware/rp23xx_intctrl.h b/arch/arm/src/rp23xx/hardware/rp23xx_intctrl.h index 231f95ddb1..f716fa1447 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_intctrl.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_intctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_intctrl.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/arch/arm/src/rp23xx/hardware/rp23xx_io_bank0.h b/arch/arm/src/rp23xx/hardware/rp23xx_io_bank0.h index b132bea87e..a3dffcf297 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_io_bank0.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_io_bank0.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_io_bank0.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/arch/arm/src/rp23xx/hardware/rp23xx_io_qspi.h b/arch/arm/src/rp23xx/hardware/rp23xx_io_qspi.h index 68d644d0c3..4164cd3ff2 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_io_qspi.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_io_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_io_qspi.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/arch/arm/src/rp23xx/hardware/rp23xx_m33.h b/arch/arm/src/rp23xx/hardware/rp23xx_m33.h index 86e62570dd..7a0b140ab7 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_m33.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_m33.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_m33.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/arch/arm/src/rp23xx/hardware/rp23xx_m33_eppb.h b/arch/arm/src/rp23xx/hardware/rp23xx_m33_eppb.h index d8122f3451..f1af7a8f81 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_m33_eppb.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_m33_eppb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_m33_eppb.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/arch/arm/src/rp23xx/hardware/rp23xx_memorymap.h b/arch/arm/src/rp23xx/hardware/rp23xx_memorymap.h index 24161ac66d..323d9a185d 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_memorymap.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_memorymap.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/arch/arm/src/rp23xx/hardware/rp23xx_otp.h b/arch/arm/src/rp23xx/hardware/rp23xx_otp.h index bc2fdec6dc..19875b7f6b 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_otp.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_otp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_otp.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/arch/arm/src/rp23xx/hardware/rp23xx_otp_data.h b/arch/arm/src/rp23xx/hardware/rp23xx_otp_data.h index 8d9983e3f4..1e71c34a89 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_otp_data.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_otp_data.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_otp_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/arch/arm/src/rp23xx/hardware/rp23xx_pads_bank0.h b/arch/arm/src/rp23xx/hardware/rp23xx_pads_bank0.h index aab68d0339..1f05cbeca8 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_pads_bank0.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_pads_bank0.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_pads_bank0.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/arch/arm/src/rp23xx/hardware/rp23xx_pads_qspi.h b/arch/arm/src/rp23xx/hardware/rp23xx_pads_qspi.h index 71d6c897ab..378a510ade 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_pads_qspi.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_pads_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_pads_qspi.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/arch/arm/src/rp23xx/hardware/rp23xx_pio.h b/arch/arm/src/rp23xx/hardware/rp23xx_pio.h index 96d658cfc5..7890ef46b5 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_pio.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_pio.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/arch/arm/src/rp23xx/hardware/rp23xx_pll.h b/arch/arm/src/rp23xx/hardware/rp23xx_pll.h index 4a3ca14add..ff1adc3a45 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_pll.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_pll.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_pll.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/arch/arm/src/rp23xx/hardware/rp23xx_powman.h b/arch/arm/src/rp23xx/hardware/rp23xx_powman.h index ed5d3c0cdf..e694d56d57 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_powman.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_powman.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_powman.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/arch/arm/src/rp23xx/hardware/rp23xx_psm.h b/arch/arm/src/rp23xx/hardware/rp23xx_psm.h index bd52c88590..37b17d00fa 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_psm.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_psm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_psm.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/arch/arm/src/rp23xx/hardware/rp23xx_pwm.h b/arch/arm/src/rp23xx/hardware/rp23xx_pwm.h index ae56f13e7b..132f5cf351 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_pwm.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_pwm.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/arch/arm/src/rp23xx/hardware/rp23xx_qmi.h b/arch/arm/src/rp23xx/hardware/rp23xx_qmi.h index 137deeb386..0030d723a1 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_qmi.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_qmi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_qmi.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/arch/arm/src/rp23xx/hardware/rp23xx_resets.h b/arch/arm/src/rp23xx/hardware/rp23xx_resets.h index 87939357d8..304f028a87 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_resets.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_resets.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_resets.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/arch/arm/src/rp23xx/hardware/rp23xx_rosc.h b/arch/arm/src/rp23xx/hardware/rp23xx_rosc.h index 2f5330fe1a..5f6d85b119 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_rosc.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_rosc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_rosc.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/arch/arm/src/rp23xx/hardware/rp23xx_rp_ap.h b/arch/arm/src/rp23xx/hardware/rp23xx_rp_ap.h index b25f25410f..e82fb6a15e 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_rp_ap.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_rp_ap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_rp_ap.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/arch/arm/src/rp23xx/hardware/rp23xx_sha256.h b/arch/arm/src/rp23xx/hardware/rp23xx_sha256.h index bf82e6669b..3c063de7ce 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_sha256.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_sha256.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_sha256.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/arch/arm/src/rp23xx/hardware/rp23xx_sio.h b/arch/arm/src/rp23xx/hardware/rp23xx_sio.h index 15cd5b2f87..7053ae1e5b 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_sio.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_sio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_sio.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/arch/arm/src/rp23xx/hardware/rp23xx_spi.h b/arch/arm/src/rp23xx/hardware/rp23xx_spi.h index edb7d74622..ab2f5d2e2c 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_spi.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_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/arch/arm/src/rp23xx/hardware/rp23xx_tbman.h b/arch/arm/src/rp23xx/hardware/rp23xx_tbman.h index 92fb1914d9..c80e8de849 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_tbman.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_tbman.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_tbman.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/arch/arm/src/rp23xx/hardware/rp23xx_timer.h b/arch/arm/src/rp23xx/hardware/rp23xx_timer.h index 9de86315c7..1165860a43 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_timer.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_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/arch/arm/src/rp23xx/hardware/rp23xx_trng.h b/arch/arm/src/rp23xx/hardware/rp23xx_trng.h index d3e3727efc..197a4389d5 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_trng.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_trng.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/arch/arm/src/rp23xx/hardware/rp23xx_uart.h b/arch/arm/src/rp23xx/hardware/rp23xx_uart.h index ebffba911a..bd5cd460d0 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_uart.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_uart.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/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_dpsram.h b/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_dpsram.h index d3603d0078..e34f582d9f 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_dpsram.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_dpsram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_dpsram.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/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_regs.h b/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_regs.h index df2829352d..d6edd05f08 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_regs.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_regs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_usbctrl_regs.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/arch/arm/src/rp23xx/hardware/rp23xx_watchdog.h b/arch/arm/src/rp23xx/hardware/rp23xx_watchdog.h index 5db7c5b3e6..9743b4b372 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_watchdog.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_watchdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_watchdog.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/arch/arm/src/rp23xx/hardware/rp23xx_xip.h b/arch/arm/src/rp23xx/hardware/rp23xx_xip.h index a4971d4d95..0248f1b2a2 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_xip.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_xip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_xip.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/arch/arm/src/rp23xx/hardware/rp23xx_xip_aux.h b/arch/arm/src/rp23xx/hardware/rp23xx_xip_aux.h index 867ca81148..e3554f6b70 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_xip_aux.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_xip_aux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_xip_aux.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/arch/arm/src/rp23xx/hardware/rp23xx_xosc.h b/arch/arm/src/rp23xx/hardware/rp23xx_xosc.h index fcd7de9e50..dc4804ca7d 100644 --- a/arch/arm/src/rp23xx/hardware/rp23xx_xosc.h +++ b/arch/arm/src/rp23xx/hardware/rp23xx_xosc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/hardware/rp23xx_xosc.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/arch/arm/src/rp23xx/rp23xx_adc.c b/arch/arm/src/rp23xx/rp23xx_adc.c index bdea72a604..45363dd75b 100644 --- a/arch/arm/src/rp23xx/rp23xx_adc.c +++ b/arch/arm/src/rp23xx/rp23xx_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_adc.h b/arch/arm/src/rp23xx/rp23xx_adc.h index c19feeb20d..df0c91b24c 100644 --- a/arch/arm/src/rp23xx/rp23xx_adc.h +++ b/arch/arm/src/rp23xx/rp23xx_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_adc.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/arch/arm/src/rp23xx/rp23xx_clock.c b/arch/arm/src/rp23xx/rp23xx_clock.c index 2a34c1a2ba..71fc46cddb 100644 --- a/arch/arm/src/rp23xx/rp23xx_clock.c +++ b/arch/arm/src/rp23xx/rp23xx_clock.c @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_clock.c * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp23xx/rp23xx_clock.h b/arch/arm/src/rp23xx/rp23xx_clock.h index 4274cb17e8..179a341de6 100644 --- a/arch/arm/src/rp23xx/rp23xx_clock.h +++ b/arch/arm/src/rp23xx/rp23xx_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_clock.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/arch/arm/src/rp23xx/rp23xx_config.h b/arch/arm/src/rp23xx/rp23xx_config.h index a7aa8ff909..3c5683ea05 100644 --- a/arch/arm/src/rp23xx/rp23xx_config.h +++ b/arch/arm/src/rp23xx/rp23xx_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_config.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/arch/arm/src/rp23xx/rp23xx_cpuidlestack.c b/arch/arm/src/rp23xx/rp23xx_cpuidlestack.c index 0998b0eedd..5140f28632 100644 --- a/arch/arm/src/rp23xx/rp23xx_cpuidlestack.c +++ b/arch/arm/src/rp23xx/rp23xx_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_cpuindex.c b/arch/arm/src/rp23xx/rp23xx_cpuindex.c index 250dc46322..09f68f0e1b 100644 --- a/arch/arm/src/rp23xx/rp23xx_cpuindex.c +++ b/arch/arm/src/rp23xx/rp23xx_cpuindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_cpuindex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_cpustart.c b/arch/arm/src/rp23xx/rp23xx_cpustart.c index 7c17be6aec..26c401151c 100644 --- a/arch/arm/src/rp23xx/rp23xx_cpustart.c +++ b/arch/arm/src/rp23xx/rp23xx_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_dmac.c b/arch/arm/src/rp23xx/rp23xx_dmac.c index 016bed1233..153f8a36a8 100644 --- a/arch/arm/src/rp23xx/rp23xx_dmac.c +++ b/arch/arm/src/rp23xx/rp23xx_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_dmac.h b/arch/arm/src/rp23xx/rp23xx_dmac.h index f3b3145a79..a19ac1ba21 100644 --- a/arch/arm/src/rp23xx/rp23xx_dmac.h +++ b/arch/arm/src/rp23xx/rp23xx_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_dmac.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/arch/arm/src/rp23xx/rp23xx_gpio.c b/arch/arm/src/rp23xx/rp23xx_gpio.c index b1154de31f..64b9e554bf 100644 --- a/arch/arm/src/rp23xx/rp23xx_gpio.c +++ b/arch/arm/src/rp23xx/rp23xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_gpio.h b/arch/arm/src/rp23xx/rp23xx_gpio.h index 4fe329a604..9b0f9ff05c 100644 --- a/arch/arm/src/rp23xx/rp23xx_gpio.h +++ b/arch/arm/src/rp23xx/rp23xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_gpio.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/arch/arm/src/rp23xx/rp23xx_heaps.c b/arch/arm/src/rp23xx/rp23xx_heaps.c index af35aa4c27..725aeac6ad 100644 --- a/arch/arm/src/rp23xx/rp23xx_heaps.c +++ b/arch/arm/src/rp23xx/rp23xx_heaps.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_heaps.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_i2c.c b/arch/arm/src/rp23xx/rp23xx_i2c.c index 428d7db4c6..77d92744d8 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2c.c +++ b/arch/arm/src/rp23xx/rp23xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_i2c.h b/arch/arm/src/rp23xx/rp23xx_i2c.h index 96580ce32f..1a3bd50d31 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2c.h +++ b/arch/arm/src/rp23xx/rp23xx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_i2c_slave.c b/arch/arm/src/rp23xx/rp23xx_i2c_slave.c index ce2538c4ba..7502a6c343 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2c_slave.c +++ b/arch/arm/src/rp23xx/rp23xx_i2c_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_i2c_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/arch/arm/src/rp23xx/rp23xx_i2s.c b/arch/arm/src/rp23xx/rp23xx_i2s.c index 591ade5cc7..abd827c7ad 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2s.c +++ b/arch/arm/src/rp23xx/rp23xx_i2s.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_i2s.h b/arch/arm/src/rp23xx/rp23xx_i2s.h index 39d24ae13e..c6be65fb48 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2s.h +++ b/arch/arm/src/rp23xx/rp23xx_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_i2s.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/arch/arm/src/rp23xx/rp23xx_i2s_pio.c b/arch/arm/src/rp23xx/rp23xx_i2s_pio.c index 40e9422742..f136e2ce29 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2s_pio.c +++ b/arch/arm/src/rp23xx/rp23xx_i2s_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_i2s_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_i2s_pio.h b/arch/arm/src/rp23xx/rp23xx_i2s_pio.h index 5b2faeab7e..94c5507e99 100644 --- a/arch/arm/src/rp23xx/rp23xx_i2s_pio.h +++ b/arch/arm/src/rp23xx/rp23xx_i2s_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_i2s_pio.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/arch/arm/src/rp23xx/rp23xx_idle.c b/arch/arm/src/rp23xx/rp23xx_idle.c index bdb82baf72..dc83257fe5 100644 --- a/arch/arm/src/rp23xx/rp23xx_idle.c +++ b/arch/arm/src/rp23xx/rp23xx_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_irq.c b/arch/arm/src/rp23xx/rp23xx_irq.c index 3043f069e5..450e2315b9 100644 --- a/arch/arm/src/rp23xx/rp23xx_irq.c +++ b/arch/arm/src/rp23xx/rp23xx_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_pio.c b/arch/arm/src/rp23xx/rp23xx_pio.c index f104a94a95..c89d7904f0 100644 --- a/arch/arm/src/rp23xx/rp23xx_pio.c +++ b/arch/arm/src/rp23xx/rp23xx_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_pio.h b/arch/arm/src/rp23xx/rp23xx_pio.h index 74aa83ef4e..f0e76fc967 100644 --- a/arch/arm/src/rp23xx/rp23xx_pio.h +++ b/arch/arm/src/rp23xx/rp23xx_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_pio.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/arch/arm/src/rp23xx/rp23xx_pio_instructions.h b/arch/arm/src/rp23xx/rp23xx_pio_instructions.h index 7c08e78617..3ddb89aa02 100644 --- a/arch/arm/src/rp23xx/rp23xx_pio_instructions.h +++ b/arch/arm/src/rp23xx/rp23xx_pio_instructions.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_pio_instructions.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/arch/arm/src/rp23xx/rp23xx_pll.c b/arch/arm/src/rp23xx/rp23xx_pll.c index b8987ab22a..7397ab2e2f 100644 --- a/arch/arm/src/rp23xx/rp23xx_pll.c +++ b/arch/arm/src/rp23xx/rp23xx_pll.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_pll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_pll.h b/arch/arm/src/rp23xx/rp23xx_pll.h index d0e9b34ec8..8fda81beff 100644 --- a/arch/arm/src/rp23xx/rp23xx_pll.h +++ b/arch/arm/src/rp23xx/rp23xx_pll.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_pll.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/arch/arm/src/rp23xx/rp23xx_pwm.c b/arch/arm/src/rp23xx/rp23xx_pwm.c index 155119baad..87e2608442 100644 --- a/arch/arm/src/rp23xx/rp23xx_pwm.c +++ b/arch/arm/src/rp23xx/rp23xx_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_pwm.h b/arch/arm/src/rp23xx/rp23xx_pwm.h index b7b10f9e7c..783b419417 100644 --- a/arch/arm/src/rp23xx/rp23xx_pwm.h +++ b/arch/arm/src/rp23xx/rp23xx_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_pwm.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/arch/arm/src/rp23xx/rp23xx_rom.h b/arch/arm/src/rp23xx/rp23xx_rom.h index bfa2a776eb..27eb739c07 100644 --- a/arch/arm/src/rp23xx/rp23xx_rom.h +++ b/arch/arm/src/rp23xx/rp23xx_rom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_rom.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/arch/arm/src/rp23xx/rp23xx_serial.c b/arch/arm/src/rp23xx/rp23xx_serial.c index 26a4c55791..eedcfcb210 100644 --- a/arch/arm/src/rp23xx/rp23xx_serial.c +++ b/arch/arm/src/rp23xx/rp23xx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_serial.h b/arch/arm/src/rp23xx/rp23xx_serial.h index e3d0464cf4..9b0ad6faf9 100644 --- a/arch/arm/src/rp23xx/rp23xx_serial.h +++ b/arch/arm/src/rp23xx/rp23xx_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_smpcall.c b/arch/arm/src/rp23xx/rp23xx_smpcall.c index 5edab7eb63..725ab16362 100644 --- a/arch/arm/src/rp23xx/rp23xx_smpcall.c +++ b/arch/arm/src/rp23xx/rp23xx_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_spi.c b/arch/arm/src/rp23xx/rp23xx_spi.c index 0da4951952..f1c78de958 100644 --- a/arch/arm/src/rp23xx/rp23xx_spi.c +++ b/arch/arm/src/rp23xx/rp23xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_spi.h b/arch/arm/src/rp23xx/rp23xx_spi.h index a8f34e05ab..6a2639df87 100644 --- a/arch/arm/src/rp23xx/rp23xx_spi.h +++ b/arch/arm/src/rp23xx/rp23xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_start.c b/arch/arm/src/rp23xx/rp23xx_start.c index ca11f6d7ce..a7de92fbf8 100644 --- a/arch/arm/src/rp23xx/rp23xx_start.c +++ b/arch/arm/src/rp23xx/rp23xx_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_testset.c b/arch/arm/src/rp23xx/rp23xx_testset.c index 04ba0207c0..d1d45d4d3e 100644 --- a/arch/arm/src/rp23xx/rp23xx_testset.c +++ b/arch/arm/src/rp23xx/rp23xx_testset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_testset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_timerisr.c b/arch/arm/src/rp23xx/rp23xx_timerisr.c index 00a0ab8cc6..87e8cb2a37 100644 --- a/arch/arm/src/rp23xx/rp23xx_timerisr.c +++ b/arch/arm/src/rp23xx/rp23xx_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_uart.c b/arch/arm/src/rp23xx/rp23xx_uart.c index 4532d35c1f..72efd461fc 100644 --- a/arch/arm/src/rp23xx/rp23xx_uart.c +++ b/arch/arm/src/rp23xx/rp23xx_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_uart.h b/arch/arm/src/rp23xx/rp23xx_uart.h index 13adbd6b3b..feb4982c5c 100644 --- a/arch/arm/src/rp23xx/rp23xx_uart.h +++ b/arch/arm/src/rp23xx/rp23xx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_uart.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/arch/arm/src/rp23xx/rp23xx_usbdev.c b/arch/arm/src/rp23xx/rp23xx_usbdev.c index 7281dacb51..48fd087325 100644 --- a/arch/arm/src/rp23xx/rp23xx_usbdev.c +++ b/arch/arm/src/rp23xx/rp23xx_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_usbdev.h b/arch/arm/src/rp23xx/rp23xx_usbdev.h index e877b4d84f..f898d8cc0f 100644 --- a/arch/arm/src/rp23xx/rp23xx_usbdev.h +++ b/arch/arm/src/rp23xx/rp23xx_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_usbdev.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/arch/arm/src/rp23xx/rp23xx_wdt.c b/arch/arm/src/rp23xx/rp23xx_wdt.c index 3711949f39..37cfead5bf 100644 --- a/arch/arm/src/rp23xx/rp23xx_wdt.c +++ b/arch/arm/src/rp23xx/rp23xx_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rp23xx/rp23xx_wdt.h b/arch/arm/src/rp23xx/rp23xx_wdt.h index 1ce5d87d5c..0c07335e53 100644 --- a/arch/arm/src/rp23xx/rp23xx_wdt.h +++ b/arch/arm/src/rp23xx/rp23xx_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_wdt.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/arch/arm/src/rp23xx/rp23xx_ws2812.c b/arch/arm/src/rp23xx/rp23xx_ws2812.c index e83945771b..8dc6642e18 100644 --- a/arch/arm/src/rp23xx/rp23xx_ws2812.c +++ b/arch/arm/src/rp23xx/rp23xx_ws2812.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_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/arch/arm/src/rp23xx/rp23xx_ws2812.h b/arch/arm/src/rp23xx/rp23xx_ws2812.h index c9e468507f..32e04f5079 100644 --- a/arch/arm/src/rp23xx/rp23xx_ws2812.h +++ b/arch/arm/src/rp23xx/rp23xx_ws2812.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_ws2812.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/arch/arm/src/rp23xx/rp23xx_ws2812.pio b/arch/arm/src/rp23xx/rp23xx_ws2812.pio index 35ceea4115..2bd3f8d1a0 100644 --- a/arch/arm/src/rp23xx/rp23xx_ws2812.pio +++ b/arch/arm/src/rp23xx/rp23xx_ws2812.pio @@ -1,9 +1,7 @@ ; arch/arm/src/rp23xx/rp23xx_ws2812.pio ; -; Adapted from code release under the BSD-3-Clause license -; supplied by Raspberry Pi (Trading) Ltd. -; -; Copyright (c) 2020 Raspberry Pi (Trading) Ltd. +; SPDX-License-Identifier: BSD-3-Clause +; SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. ; ; This code was compiled with pioasm and the results included ; in "arch/arm/src/rp23xx/rp23xx_ws2812.c". This file is diff --git a/arch/arm/src/rp23xx/rp23xx_xosc.c b/arch/arm/src/rp23xx/rp23xx_xosc.c index b56ed02aac..0da0876e8b 100644 --- a/arch/arm/src/rp23xx/rp23xx_xosc.c +++ b/arch/arm/src/rp23xx/rp23xx_xosc.c @@ -1,10 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_xosc.c * - * Based upon the software originally developed by - * Raspberry Pi (Trading) Ltd. - * - * Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Raspberry Pi (Trading) Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/rp23xx/rp23xx_xosc.h b/arch/arm/src/rp23xx/rp23xx_xosc.h index 57da9f0559..d91546712f 100644 --- a/arch/arm/src/rp23xx/rp23xx_xosc.h +++ b/arch/arm/src/rp23xx/rp23xx_xosc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rp23xx/rp23xx_xosc.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/arch/arm/src/rtl8720c/Make.defs b/arch/arm/src/rtl8720c/Make.defs index b816787078..3c2917f1ee 100644 --- a/arch/arm/src/rtl8720c/Make.defs +++ b/arch/arm/src/rtl8720c/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/rtl8720c/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/arch/arm/src/rtl8720c/amebaZ.c b/arch/arm/src/rtl8720c/amebaZ.c index adc9fce45c..5abb8bb652 100644 --- a/arch/arm/src/rtl8720c/amebaZ.c +++ b/arch/arm/src/rtl8720c/amebaZ.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaZ.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_efuse.c b/arch/arm/src/rtl8720c/ameba_efuse.c index 2c44e476d0..bb79069835 100644 --- a/arch/arm/src/rtl8720c/ameba_efuse.c +++ b/arch/arm/src/rtl8720c/ameba_efuse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_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/arch/arm/src/rtl8720c/ameba_efuse.h b/arch/arm/src/rtl8720c/ameba_efuse.h index 21fe88f9f6..eb9609fc2d 100644 --- a/arch/arm/src/rtl8720c/ameba_efuse.h +++ b/arch/arm/src/rtl8720c/ameba_efuse.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_efuse.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/arch/arm/src/rtl8720c/ameba_flash.c b/arch/arm/src/rtl8720c/ameba_flash.c index 5dbf3796ca..b49f5b09ab 100644 --- a/arch/arm/src/rtl8720c/ameba_flash.c +++ b/arch/arm/src/rtl8720c/ameba_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_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/arch/arm/src/rtl8720c/ameba_flash.h b/arch/arm/src/rtl8720c/ameba_flash.h index 28093fc51d..dceb911cb4 100644 --- a/arch/arm/src/rtl8720c/ameba_flash.h +++ b/arch/arm/src/rtl8720c/ameba_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_flash.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/arch/arm/src/rtl8720c/ameba_hci.c b/arch/arm/src/rtl8720c/ameba_hci.c index 1ddb675d95..7e24cba653 100644 --- a/arch/arm/src/rtl8720c/ameba_hci.c +++ b/arch/arm/src/rtl8720c/ameba_hci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_hci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_heap.c b/arch/arm/src/rtl8720c/ameba_heap.c index ee04d2b605..6bc6ad98bd 100644 --- a/arch/arm/src/rtl8720c/ameba_heap.c +++ b/arch/arm/src/rtl8720c/ameba_heap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_heap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_idle.c b/arch/arm/src/rtl8720c/ameba_idle.c index 274ff49358..73ccfd9831 100644 --- a/arch/arm/src/rtl8720c/ameba_idle.c +++ b/arch/arm/src/rtl8720c/ameba_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_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/arch/arm/src/rtl8720c/ameba_lto.S b/arch/arm/src/rtl8720c/ameba_lto.S index 30900f35f2..ec4595e39d 100644 --- a/arch/arm/src/rtl8720c/ameba_lto.S +++ b/arch/arm/src/rtl8720c/ameba_lto.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_lto.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_nvic.c b/arch/arm/src/rtl8720c/ameba_nvic.c index 9b335a14ca..f5d9e008b8 100644 --- a/arch/arm/src/rtl8720c/ameba_nvic.c +++ b/arch/arm/src/rtl8720c/ameba_nvic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_nvic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_start.c b/arch/arm/src/rtl8720c/ameba_start.c index df0cd4a11b..47435c9f04 100644 --- a/arch/arm/src/rtl8720c/ameba_start.c +++ b/arch/arm/src/rtl8720c/ameba_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_uart.c b/arch/arm/src/rtl8720c/ameba_uart.c index c63899d0ec..ab8ab6a829 100644 --- a/arch/arm/src/rtl8720c/ameba_uart.c +++ b/arch/arm/src/rtl8720c/ameba_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_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/arch/arm/src/rtl8720c/ameba_uart.h b/arch/arm/src/rtl8720c/ameba_uart.h index 770d35471f..096c9d55d7 100644 --- a/arch/arm/src/rtl8720c/ameba_uart.h +++ b/arch/arm/src/rtl8720c/ameba_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_uart.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/arch/arm/src/rtl8720c/ameba_vectors.c b/arch/arm/src/rtl8720c/ameba_vectors.c index 5b29d9cfa6..e8013909e0 100644 --- a/arch/arm/src/rtl8720c/ameba_vectors.c +++ b/arch/arm/src/rtl8720c/ameba_vectors.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_vectors.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/ameba_wdt.c b/arch/arm/src/rtl8720c/ameba_wdt.c index b3c20bc564..7c68b3ab9f 100644 --- a/arch/arm/src/rtl8720c/ameba_wdt.c +++ b/arch/arm/src/rtl8720c/ameba_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/ameba_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/amebaz_coex.c b/arch/arm/src/rtl8720c/amebaz_coex.c index 2401c4e68b..06ddfb06a2 100644 --- a/arch/arm/src/rtl8720c/amebaz_coex.c +++ b/arch/arm/src/rtl8720c/amebaz_coex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_coex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/amebaz_coex.h b/arch/arm/src/rtl8720c/amebaz_coex.h index 27782bfd7a..56c546371f 100644 --- a/arch/arm/src/rtl8720c/amebaz_coex.h +++ b/arch/arm/src/rtl8720c/amebaz_coex.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_coex.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/arch/arm/src/rtl8720c/amebaz_depend.c b/arch/arm/src/rtl8720c/amebaz_depend.c index 524e938a73..037fa1ab91 100644 --- a/arch/arm/src/rtl8720c/amebaz_depend.c +++ b/arch/arm/src/rtl8720c/amebaz_depend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_depend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/amebaz_depend.h b/arch/arm/src/rtl8720c/amebaz_depend.h index 1be6ab6d6a..480a9d5392 100644 --- a/arch/arm/src/rtl8720c/amebaz_depend.h +++ b/arch/arm/src/rtl8720c/amebaz_depend.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_depend.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/arch/arm/src/rtl8720c/amebaz_driver.c b/arch/arm/src/rtl8720c/amebaz_driver.c index e297610418..c3d93841df 100644 --- a/arch/arm/src/rtl8720c/amebaz_driver.c +++ b/arch/arm/src/rtl8720c/amebaz_driver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_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/arch/arm/src/rtl8720c/amebaz_driver.h b/arch/arm/src/rtl8720c/amebaz_driver.h index 9ed964573b..a7ff963941 100644 --- a/arch/arm/src/rtl8720c/amebaz_driver.h +++ b/arch/arm/src/rtl8720c/amebaz_driver.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_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/arch/arm/src/rtl8720c/amebaz_firmware.c b/arch/arm/src/rtl8720c/amebaz_firmware.c index 8a1b1eb4fb..438467d1b9 100644 --- a/arch/arm/src/rtl8720c/amebaz_firmware.c +++ b/arch/arm/src/rtl8720c/amebaz_firmware.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_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/arch/arm/src/rtl8720c/amebaz_hci_board.c b/arch/arm/src/rtl8720c/amebaz_hci_board.c index 0029b78a74..f540cf8c75 100644 --- a/arch/arm/src/rtl8720c/amebaz_hci_board.c +++ b/arch/arm/src/rtl8720c/amebaz_hci_board.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_hci_board.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/amebaz_hci_board.h b/arch/arm/src/rtl8720c/amebaz_hci_board.h index 15e461fb72..34f9144f28 100644 --- a/arch/arm/src/rtl8720c/amebaz_hci_board.h +++ b/arch/arm/src/rtl8720c/amebaz_hci_board.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_hci_board.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/arch/arm/src/rtl8720c/amebaz_netdev.c b/arch/arm/src/rtl8720c/amebaz_netdev.c index 68fdb7a9a8..99f859c542 100644 --- a/arch/arm/src/rtl8720c/amebaz_netdev.c +++ b/arch/arm/src/rtl8720c/amebaz_netdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_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/arch/arm/src/rtl8720c/amebaz_netdev.h b/arch/arm/src/rtl8720c/amebaz_netdev.h index 9030cdbba6..a93958955d 100644 --- a/arch/arm/src/rtl8720c/amebaz_netdev.h +++ b/arch/arm/src/rtl8720c/amebaz_netdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_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/arch/arm/src/rtl8720c/amebaz_wlan.c b/arch/arm/src/rtl8720c/amebaz_wlan.c index 8446a1c8c8..f48191ca35 100644 --- a/arch/arm/src/rtl8720c/amebaz_wlan.c +++ b/arch/arm/src/rtl8720c/amebaz_wlan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_wlan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/rtl8720c/amebaz_wlan.h b/arch/arm/src/rtl8720c/amebaz_wlan.h index eb814e6068..fcb55bdfd8 100644 --- a/arch/arm/src/rtl8720c/amebaz_wlan.h +++ b/arch/arm/src/rtl8720c/amebaz_wlan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/amebaz_wlan.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/arch/arm/src/rtl8720c/chip.h b/arch/arm/src/rtl8720c/chip.h index afa805b443..aca7ede3a9 100644 --- a/arch/arm/src/rtl8720c/chip.h +++ b/arch/arm/src/rtl8720c/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/chip.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/arch/arm/src/rtl8720c/include/chip.h b/arch/arm/src/rtl8720c/include/chip.h index ef9a8249da..42ea0e63da 100644 --- a/arch/arm/src/rtl8720c/include/chip.h +++ b/arch/arm/src/rtl8720c/include/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/include/chip.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/arch/arm/src/rtl8720c/include/irq.h b/arch/arm/src/rtl8720c/include/irq.h index 5f6f1aa8af..858cac3bcc 100644 --- a/arch/arm/src/rtl8720c/include/irq.h +++ b/arch/arm/src/rtl8720c/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/rtl8720c/include/irq.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/arch/arm/src/s32k1xx/Make.defs b/arch/arm/src/s32k1xx/Make.defs index c3f94ac062..2d5c053306 100644 --- a/arch/arm/src/s32k1xx/Make.defs +++ b/arch/arm/src/s32k1xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/s32k1xx/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/arch/arm/src/s32k1xx/chip.h b/arch/arm/src/s32k1xx/chip.h index 5c98b77593..537b698633 100644 --- a/arch/arm/src/s32k1xx/chip.h +++ b/arch/arm/src/s32k1xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/chip.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/arch/arm/src/s32k1xx/hardware/s32k116_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k116_pinmux.h index 5976a0b845..c2ec005132 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k116_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k116_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k116_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h index ebc6f3a1bb..91f11b5b3b 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k118_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k11x_dmamux.h b/arch/arm/src/s32k1xx/hardware/s32k11x_dmamux.h index 9a67b6dbda..215ed833be 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k11x_dmamux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k11x_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k11x_dmamux.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/arch/arm/src/s32k1xx/hardware/s32k142_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k142_pinmux.h index 04b9eb0e13..0605373077 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k142_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k142_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k142_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k144_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k144_pinmux.h index df52a15e77..2054d7dfa1 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k144_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k144_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k144_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k146_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k146_pinmux.h index 5c5e7ed588..a8ec7a09fd 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k146_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k146_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k146_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k148_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k148_pinmux.h index aee6e5b693..9838b3c6a7 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k148_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k148_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k148_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k14x_dmamux.h b/arch/arm/src/s32k1xx/hardware/s32k14x_dmamux.h index d4dab6eeba..8109c6f7f8 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k14x_dmamux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k14x_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k14x_dmamux.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/arch/arm/src/s32k1xx/hardware/s32k1xx_cmu.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_cmu.h index 785ff4972f..4dc438ed95 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_cmu.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_cmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_cmu.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/arch/arm/src/s32k1xx/hardware/s32k1xx_crc.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_crc.h index 8924523989..dbb3496bf6 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_crc.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_crc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_crc.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/arch/arm/src/s32k1xx/hardware/s32k1xx_dmamux.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_dmamux.h index 3e97643b3e..49663b5c1d 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_dmamux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_dmamux.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/arch/arm/src/s32k1xx/hardware/s32k1xx_edma.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_edma.h index ff9bad7d4f..84429245f1 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_edma.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_edma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_edma.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/arch/arm/src/s32k1xx/hardware/s32k1xx_enet.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_enet.h index f7304ed30d..5e6e3c1556 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_enet.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_enet.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/arch/arm/src/s32k1xx/hardware/s32k1xx_ewm.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_ewm.h index ef7f77c295..4ef29b2c2c 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_ewm.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_ewm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_ewm.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/arch/arm/src/s32k1xx/hardware/s32k1xx_flashcfg.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_flashcfg.h index 4aaffb1589..780ceeff8d 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_flashcfg.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_flashcfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_flashcfg.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/arch/arm/src/s32k1xx/hardware/s32k1xx_flexcan.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_flexcan.h index 722dec053c..6126acb5bf 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_flexcan.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_flexcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_flexcan.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/arch/arm/src/s32k1xx/hardware/s32k1xx_flexio.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_flexio.h index ec357423eb..29a6088e03 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_flexio.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_flexio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_flexio.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/arch/arm/src/s32k1xx/hardware/s32k1xx_ftfc.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_ftfc.h index b77810fe00..5005dc0433 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_ftfc.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_ftfc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_ftfc.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/arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.h index 23fddc395e..f860a0cafa 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.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/arch/arm/src/s32k1xx/hardware/s32k1xx_gpio.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_gpio.h index 526f67fbd6..f3e78c9b37 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_gpio.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_gpio.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/arch/arm/src/s32k1xx/hardware/s32k1xx_lmem.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_lmem.h index 8339516e21..efb3056e78 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_lmem.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_lmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_lmem.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/arch/arm/src/s32k1xx/hardware/s32k1xx_lpi2c.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_lpi2c.h index dbdc70255a..f2c7cc1309 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_lpi2c.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_lpi2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_lpi2c.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/arch/arm/src/s32k1xx/hardware/s32k1xx_lpspi.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_lpspi.h index 8e4c32d88d..0b4c7234ef 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_lpspi.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_lpspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_lpspi.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/arch/arm/src/s32k1xx/hardware/s32k1xx_lpuart.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_lpuart.h index 4b6eb38823..e664b76982 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_lpuart.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_lpuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_lpuart.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/arch/arm/src/s32k1xx/hardware/s32k1xx_mcm.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_mcm.h index e208d46d26..0c1b12520d 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_mcm.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_mcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_mcm.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/arch/arm/src/s32k1xx/hardware/s32k1xx_memorymap.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_memorymap.h index e12dec7a5a..da1ee94798 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_memorymap.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_memorymap.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/arch/arm/src/s32k1xx/hardware/s32k1xx_mpu.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_mpu.h index b3daea34ec..9da014be09 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_mpu.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_mpu.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/arch/arm/src/s32k1xx/hardware/s32k1xx_pcc.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_pcc.h index 8578f97342..05cdc9b0d1 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_pcc.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_pcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_pcc.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/arch/arm/src/s32k1xx/hardware/s32k1xx_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_pinmux.h index 02dc07dc6e..764c5d4e0d 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_pinmux.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_pinmux.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/arch/arm/src/s32k1xx/hardware/s32k1xx_pmc.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_pmc.h index 4c17c1adf2..e7bfc75f9a 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_pmc.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_pmc.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/arch/arm/src/s32k1xx/hardware/s32k1xx_port.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_port.h index 3200c4f0f4..303dd14a83 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_port.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_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/arch/arm/src/s32k1xx/hardware/s32k1xx_rcm.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_rcm.h index 61dcf04cb2..d692e4fdc3 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_rcm.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_rcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_rcm.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/arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h index e6c2ec165d..3513743bb3 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_rtc.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/arch/arm/src/s32k1xx/hardware/s32k1xx_scg.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_scg.h index f7afd10e46..2574fbf623 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_scg.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_scg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_scg.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/arch/arm/src/s32k1xx/hardware/s32k1xx_sim.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_sim.h index 283d1907ff..21e77b8a1a 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_sim.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_sim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_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/arch/arm/src/s32k1xx/hardware/s32k1xx_smc.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_smc.h index df49aa7f72..98b39d8a8b 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_smc.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_smc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_smc.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/arch/arm/src/s32k1xx/hardware/s32k1xx_wdog.h b/arch/arm/src/s32k1xx/hardware/s32k1xx_wdog.h index 16aa0d9449..47b43ddb12 100644 --- a/arch/arm/src/s32k1xx/hardware/s32k1xx_wdog.h +++ b/arch/arm/src/s32k1xx/hardware/s32k1xx_wdog.h @@ -1,54 +1,22 @@ /**************************************************************************** * arch/arm/src/s32k1xx/hardware/s32k1xx_wdog.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: Apache-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed to the Apache Software 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 * - * 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. + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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. - * - * Some of the definitions within this file derive from NXP sample code for - * the S32K1xx MCUs. That sample code has this licensing information: - * - * Copyright (c) 2013 - 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2018 NXP - * All rights reserved. - * - * THIS SOFTWARE IS PROVIDED BY NXP "AS IS" AND ANY EXPRESSED 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 NXP OR ITS 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/arch/arm/src/s32k1xx/s32k11x/Make.defs b/arch/arm/src/s32k1xx/s32k11x/Make.defs index 15d41d08d3..1e0b0aa516 100644 --- a/arch/arm/src/s32k1xx/s32k11x/Make.defs +++ b/arch/arm/src/s32k1xx/s32k11x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/s32k1xx/s32k11x/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/arch/arm/src/s32k1xx/s32k11x/s32k11x_clockmapping.c b/arch/arm/src/s32k1xx/s32k11x/s32k11x_clockmapping.c index 24aedb4b2d..5f87d91c86 100644 --- a/arch/arm/src/s32k1xx/s32k11x/s32k11x_clockmapping.c +++ b/arch/arm/src/s32k1xx/s32k11x/s32k11x_clockmapping.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k11x/s32k11x_clockmapping.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k11x/s32k11x_clocknames.h b/arch/arm/src/s32k1xx/s32k11x/s32k11x_clocknames.h index 78751c617d..c23e1267c7 100644 --- a/arch/arm/src/s32k1xx/s32k11x/s32k11x_clocknames.h +++ b/arch/arm/src/s32k1xx/s32k11x/s32k11x_clocknames.h @@ -1,54 +1,22 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k11x/s32k11x_clocknames.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: Apache-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed to the Apache Software 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 * - * 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. + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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. - * - * Some of the definitions within this file derivesfrom NXP sample code for - * the S32K1xx MCUs. That sample code has this licensing information: - * - * Copyright (c) 2013 - 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2018 NXP - * All rights reserved. - * - * THIS SOFTWARE IS PROVIDED BY NXP "AS IS" AND ANY EXPRESSED 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 NXP OR ITS 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/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.c b/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.c index 488a2d95d5..bae9c8104b 100644 --- a/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.c +++ b/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.h b/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.h index f3d6475237..b397357b6d 100644 --- a/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.h +++ b/arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k11x/s32k11x_irq.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/arch/arm/src/s32k1xx/s32k11x/s32k11x_periphfeatures.c b/arch/arm/src/s32k1xx/s32k11x/s32k11x_periphfeatures.c index ef29913f8b..0242f3cb35 100644 --- a/arch/arm/src/s32k1xx/s32k11x/s32k11x_periphfeatures.c +++ b/arch/arm/src/s32k1xx/s32k11x/s32k11x_periphfeatures.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k11x/s32k11x_periphfeatures.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k11x/s32k11x_timerisr.c b/arch/arm/src/s32k1xx/s32k11x/s32k11x_timerisr.c index b819870271..227e0f4048 100644 --- a/arch/arm/src/s32k1xx/s32k11x/s32k11x_timerisr.c +++ b/arch/arm/src/s32k1xx/s32k11x/s32k11x_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k11x/s32k11x_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k14x/Make.defs b/arch/arm/src/s32k1xx/s32k14x/Make.defs index 54cc997543..10100468c0 100644 --- a/arch/arm/src/s32k1xx/s32k14x/Make.defs +++ b/arch/arm/src/s32k1xx/s32k14x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/s32k1xx/s32k14x/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/arch/arm/src/s32k1xx/s32k14x/s32k14x_clockmapping.c b/arch/arm/src/s32k1xx/s32k14x/s32k14x_clockmapping.c index c5288b1818..e3ba9bb093 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_clockmapping.c +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_clockmapping.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_clockmapping.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k14x/s32k14x_clocknames.h b/arch/arm/src/s32k1xx/s32k14x/s32k14x_clocknames.h index 41b310a82f..8d1dc3ffb6 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_clocknames.h +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_clocknames.h @@ -1,54 +1,22 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_clocknames.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: Apache-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed to the Apache Software 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 * - * 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. + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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. - * - * Some of the definitions within this file derivesfrom NXP sample code for - * the S32K1xx MCUs. That sample code has this licensing information: - * - * Copyright (c) 2013 - 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2018 NXP - * All rights reserved. - * - * THIS SOFTWARE IS PROVIDED BY NXP "AS IS" AND ANY EXPRESSED 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 NXP OR ITS 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/arch/arm/src/s32k1xx/s32k14x/s32k14x_clrpend.c b/arch/arm/src/s32k1xx/s32k14x/s32k14x_clrpend.c index d1d5bf4644..72e2d5cdba 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_clrpend.c +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_clrpend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c b/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c index c299a7c634..b835b608ec 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.h b/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.h index 1beeff009d..442dd03c72 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.h +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.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/arch/arm/src/s32k1xx/s32k14x/s32k14x_periphfeatures.c b/arch/arm/src/s32k1xx/s32k14x/s32k14x_periphfeatures.c index 08f6a3890a..0f847eca1f 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_periphfeatures.c +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_periphfeatures.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_periphfeatures.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k14x/s32k14x_timerisr.c b/arch/arm/src/s32k1xx/s32k14x/s32k14x_timerisr.c index 63c1f3face..1fcffefb2d 100644 --- a/arch/arm/src/s32k1xx/s32k14x/s32k14x_timerisr.c +++ b/arch/arm/src/s32k1xx/s32k14x/s32k14x_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k14x/s32k14x_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_clockconfig.c b/arch/arm/src/s32k1xx/s32k1xx_clockconfig.c index 7ec4b1f79a..edb7a23a63 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_clockconfig.c +++ b/arch/arm/src/s32k1xx/s32k1xx_clockconfig.c @@ -1,8 +1,11 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_clockconfig.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2018 NXP + * SPDX-FileCopyrightText: 2013 - 2015, Freescale Semiconductor, Inc. + * 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/arch/arm/src/s32k1xx/s32k1xx_clockconfig.h b/arch/arm/src/s32k1xx/s32k1xx_clockconfig.h index 2719896aff..ed4a40476a 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_clockconfig.h +++ b/arch/arm/src/s32k1xx/s32k1xx_clockconfig.h @@ -1,8 +1,11 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_clockconfig.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2018 NXP + * SPDX-FileCopyrightText: 2013 - 2015, Freescale Semiconductor, Inc. + * 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/arch/arm/src/s32k1xx/s32k1xx_config.h b/arch/arm/src/s32k1xx/s32k1xx_config.h index a0033c2983..3da432d92c 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_config.h +++ b/arch/arm/src/s32k1xx/s32k1xx_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_config.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/arch/arm/src/s32k1xx/s32k1xx_edma.c b/arch/arm/src/s32k1xx/s32k1xx_edma.c index de875e99c1..dd7f3708b3 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_edma.c +++ b/arch/arm/src/s32k1xx/s32k1xx_edma.c @@ -1,16 +1,11 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_edma.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This file was leveraged from the NuttX i.MXRT port. Portions of that eDMA - * logic derived from NXP sample code which has a compatible BSD 3-clause - * license: - * - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 NXP + * SPDX-FileCopyrightText: 2015, Freescale Semiconductor, Inc. + * 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/arch/arm/src/s32k1xx/s32k1xx_edma.h b/arch/arm/src/s32k1xx/s32k1xx_edma.h index ac85a0a03f..f0dcc8178b 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_edma.h +++ b/arch/arm/src/s32k1xx/s32k1xx_edma.h @@ -1,16 +1,11 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_edma.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This file was leveraged from the NuttX i.MXRT port. - * Portions of that eDMA logic derived from NXP sample code which has - * a compatible BSD 3-clause license: - * - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2017 NXP - * All rights reserved + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 NXP + * SPDX-FileCopyrightText: 2015, Freescale Semiconductor, Inc. + * 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/arch/arm/src/s32k1xx/s32k1xx_eeeprom.c b/arch/arm/src/s32k1xx/s32k1xx_eeeprom.c index 1b44026a09..73e583f149 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_eeeprom.c +++ b/arch/arm/src/s32k1xx/s32k1xx_eeeprom.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_eeeprom.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_eeeprom.h b/arch/arm/src/s32k1xx/s32k1xx_eeeprom.h index e681b347c1..8aa98fbb64 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_eeeprom.h +++ b/arch/arm/src/s32k1xx/s32k1xx_eeeprom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_eeeprom.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/arch/arm/src/s32k1xx/s32k1xx_enet.c b/arch/arm/src/s32k1xx/s32k1xx_enet.c index 439bea32eb..b0a117bf4a 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_enet.c +++ b/arch/arm/src/s32k1xx/s32k1xx_enet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_enet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_enet.h b/arch/arm/src/s32k1xx/s32k1xx_enet.h index bc4821c8dd..fa0e45ba49 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_enet.h +++ b/arch/arm/src/s32k1xx/s32k1xx_enet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_enet.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/arch/arm/src/s32k1xx/s32k1xx_flashcfg.c b/arch/arm/src/s32k1xx/s32k1xx_flashcfg.c index 3d4dd332e9..2f331e78e8 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_flashcfg.c +++ b/arch/arm/src/s32k1xx/s32k1xx_flashcfg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_flashcfg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_flexcan.c b/arch/arm/src/s32k1xx/s32k1xx_flexcan.c index 546f733a39..63b6f10300 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_flexcan.c +++ b/arch/arm/src/s32k1xx/s32k1xx_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_flexcan.h b/arch/arm/src/s32k1xx/s32k1xx_flexcan.h index 50d292bec0..676b297807 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_flexcan.h +++ b/arch/arm/src/s32k1xx/s32k1xx_flexcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_flexcan.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/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.c b/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.c index f66ba918a4..4fcccd885a 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.c +++ b/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_flexio_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/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.h b/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.h index d8b4f0eed6..2f848f6525 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.h +++ b/arch/arm/src/s32k1xx/s32k1xx_flexio_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_flexio_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/arch/arm/src/s32k1xx/s32k1xx_idle.c b/arch/arm/src/s32k1xx/s32k1xx_idle.c index 7e5f0f69da..e323be0498 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_idle.c +++ b/arch/arm/src/s32k1xx/s32k1xx_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_lowputc.c b/arch/arm/src/s32k1xx/s32k1xx_lowputc.c index accfa5aa8f..e0cfab6104 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lowputc.c +++ b/arch/arm/src/s32k1xx/s32k1xx_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_lowputc.h b/arch/arm/src/s32k1xx/s32k1xx_lowputc.h index fc0c66832d..38007e78c8 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lowputc.h +++ b/arch/arm/src/s32k1xx/s32k1xx_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lowputc.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/arch/arm/src/s32k1xx/s32k1xx_lpi2c.c b/arch/arm/src/s32k1xx/s32k1xx_lpi2c.c index e75d2ffff0..da8e4c0344 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lpi2c.c +++ b/arch/arm/src/s32k1xx/s32k1xx_lpi2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lpi2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_lpi2c.h b/arch/arm/src/s32k1xx/s32k1xx_lpi2c.h index 2db7a29b1d..5844d0cc47 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lpi2c.h +++ b/arch/arm/src/s32k1xx/s32k1xx_lpi2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lpi2c.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/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.c b/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.c index 533f97c585..efa8514f5d 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.c +++ b/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lpi2c_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/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.h b/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.h index 85ff183a8c..b3d613275f 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.h +++ b/arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lpi2c_slave.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/arch/arm/src/s32k1xx/s32k1xx_lpspi.c b/arch/arm/src/s32k1xx/s32k1xx_lpspi.c index c76865dc31..0e8ed6b191 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lpspi.c +++ b/arch/arm/src/s32k1xx/s32k1xx_lpspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lpspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_lpspi.h b/arch/arm/src/s32k1xx/s32k1xx_lpspi.h index 263e62fb5d..58fb5cfba0 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_lpspi.h +++ b/arch/arm/src/s32k1xx/s32k1xx_lpspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_lpspi.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/arch/arm/src/s32k1xx/s32k1xx_periphclocks.c b/arch/arm/src/s32k1xx/s32k1xx_periphclocks.c index 375b759a14..1cc690eeda 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_periphclocks.c +++ b/arch/arm/src/s32k1xx/s32k1xx_periphclocks.c @@ -1,8 +1,11 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_periphclocks.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2018 NXP + * SPDX-FileCopyrightText: 2013 - 2015, Freescale Semiconductor, Inc. + * 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/arch/arm/src/s32k1xx/s32k1xx_periphclocks.h b/arch/arm/src/s32k1xx/s32k1xx_periphclocks.h index 46e3b7e9a1..13f1b56337 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_periphclocks.h +++ b/arch/arm/src/s32k1xx/s32k1xx_periphclocks.h @@ -1,8 +1,11 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_periphclocks.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016-2018 NXP + * SPDX-FileCopyrightText: 2013 - 2015, Freescale Semiconductor, Inc. + * 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/arch/arm/src/s32k1xx/s32k1xx_pin.c b/arch/arm/src/s32k1xx/s32k1xx_pin.c index 04a9e5163d..aa5500aca3 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pin.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pin.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_pin.h b/arch/arm/src/s32k1xx/s32k1xx_pin.h index 0cce8d10fe..c8bd8a3b26 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pin.h +++ b/arch/arm/src/s32k1xx/s32k1xx_pin.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_pindma.c b/arch/arm/src/s32k1xx/s32k1xx_pindma.c index 2b0b918a7c..f67f9a247b 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pindma.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pindma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_pindma.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_pindump.c b/arch/arm/src/s32k1xx/s32k1xx_pindump.c index d62f23afd4..b2eca8e092 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pindump.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pindump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_pindump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_pingpio.c b/arch/arm/src/s32k1xx/s32k1xx_pingpio.c index 1924bd59d6..f5031ead1c 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pingpio.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pingpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_pingpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_pinirq.c b/arch/arm/src/s32k1xx/s32k1xx_pinirq.c index 9ecc4ab8eb..696bc4b43f 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pinirq.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pinirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_pinirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_pminitialize.c b/arch/arm/src/s32k1xx/s32k1xx_pminitialize.c index 4aa4ef9d0d..c3c97f004f 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pminitialize.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_progmem.c b/arch/arm/src/s32k1xx/s32k1xx_progmem.c index 70d8c007cd..8b3cdc779e 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_progmem.c +++ b/arch/arm/src/s32k1xx/s32k1xx_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_progmem.h b/arch/arm/src/s32k1xx/s32k1xx_progmem.h index 3222cf1bcd..0692ccbffe 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_progmem.h +++ b/arch/arm/src/s32k1xx/s32k1xx_progmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_progmem.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/arch/arm/src/s32k1xx/s32k1xx_pwm.c b/arch/arm/src/s32k1xx/s32k1xx_pwm.c index 1fa0f9b286..09c3887186 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pwm.c +++ b/arch/arm/src/s32k1xx/s32k1xx_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_pwm.h b/arch/arm/src/s32k1xx/s32k1xx_pwm.h index 2a9d100aca..446a46db26 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_pwm.h +++ b/arch/arm/src/s32k1xx/s32k1xx_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_pwm.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/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.c b/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.c index f0856c1b99..aee533d53a 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.c +++ b/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_resetcause_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/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.h b/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.h index 951d124019..5346445e38 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.h +++ b/arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_resetcause_procfs.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/arch/arm/src/s32k1xx/s32k1xx_rtc.c b/arch/arm/src/s32k1xx/s32k1xx_rtc.c index 5b78171682..136a8edd4d 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_rtc.c +++ b/arch/arm/src/s32k1xx/s32k1xx_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_rtc.h b/arch/arm/src/s32k1xx/s32k1xx_rtc.h index 969d4a07b1..436dc11407 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_rtc.h +++ b/arch/arm/src/s32k1xx/s32k1xx_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_rtc.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/arch/arm/src/s32k1xx/s32k1xx_serial.c b/arch/arm/src/s32k1xx/s32k1xx_serial.c index e685d4a4f6..31f98add2f 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_serial.c +++ b/arch/arm/src/s32k1xx/s32k1xx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_serial.h b/arch/arm/src/s32k1xx/s32k1xx_serial.h index 4b05fff5a8..8f8cf81373 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_serial.h +++ b/arch/arm/src/s32k1xx/s32k1xx_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_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/arch/arm/src/s32k1xx/s32k1xx_start.c b/arch/arm/src/s32k1xx/s32k1xx_start.c index bbf1aaac5a..facc9dcad6 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_start.c +++ b/arch/arm/src/s32k1xx/s32k1xx_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_start.h b/arch/arm/src/s32k1xx/s32k1xx_start.h index 13e7f0f6dd..328082d59b 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_start.h +++ b/arch/arm/src/s32k1xx/s32k1xx_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_start.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/arch/arm/src/s32k1xx/s32k1xx_uid.c b/arch/arm/src/s32k1xx/s32k1xx_uid.c index 7ca0e727ab..6c007cbe61 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_uid.c +++ b/arch/arm/src/s32k1xx/s32k1xx_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/s32k1xx/s32k1xx_uid.h b/arch/arm/src/s32k1xx/s32k1xx_uid.h index 53573d9040..8b1d63e8e4 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_uid.h +++ b/arch/arm/src/s32k1xx/s32k1xx_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_uid.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/arch/arm/src/s32k1xx/s32k1xx_wdog.h b/arch/arm/src/s32k1xx/s32k1xx_wdog.h index 69a48dba0c..6e595dd2f0 100644 --- a/arch/arm/src/s32k1xx/s32k1xx_wdog.h +++ b/arch/arm/src/s32k1xx/s32k1xx_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_wdog.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/arch/arm/src/sam34/Make.defs b/arch/arm/src/sam34/Make.defs index 909160debe..938d3c626b 100644 --- a/arch/arm/src/sam34/Make.defs +++ b/arch/arm/src/sam34/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/sam34/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/arch/arm/src/sam34/chip.h b/arch/arm/src/sam34/chip.h index 26ebb2565d..ecf7d85042 100644 --- a/arch/arm/src/sam34/chip.h +++ b/arch/arm/src/sam34/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/chip.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/arch/arm/src/sam34/hardware/sam3u_memorymap.h b/arch/arm/src/sam34/hardware/sam3u_memorymap.h index eeee517fa8..b208b15808 100644 --- a/arch/arm/src/sam34/hardware/sam3u_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam3u_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam3u_memorymap.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/arch/arm/src/sam34/hardware/sam3u_pinmap.h b/arch/arm/src/sam34/hardware/sam3u_pinmap.h index 0c52cadcae..b674631e50 100644 --- a/arch/arm/src/sam34/hardware/sam3u_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam3u_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam3u_pinmap.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/arch/arm/src/sam34/hardware/sam3u_pio.h b/arch/arm/src/sam34/hardware/sam3u_pio.h index d014ca04ae..f17396464c 100644 --- a/arch/arm/src/sam34/hardware/sam3u_pio.h +++ b/arch/arm/src/sam34/hardware/sam3u_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam3u_pio.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/arch/arm/src/sam34/hardware/sam3x_memorymap.h b/arch/arm/src/sam34/hardware/sam3x_memorymap.h index b0adc1048b..c3d459cc5e 100644 --- a/arch/arm/src/sam34/hardware/sam3x_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam3x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam3x_memorymap.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/arch/arm/src/sam34/hardware/sam3x_pinmap.h b/arch/arm/src/sam34/hardware/sam3x_pinmap.h index 1f5e170e46..6bc5011c95 100644 --- a/arch/arm/src/sam34/hardware/sam3x_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam3x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam3x_pinmap.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/arch/arm/src/sam34/hardware/sam4cm_aes.h b/arch/arm/src/sam34/hardware/sam4cm_aes.h index 8d63e0f173..b9b1a7c92f 100644 --- a/arch/arm/src/sam34/hardware/sam4cm_aes.h +++ b/arch/arm/src/sam34/hardware/sam4cm_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4cm_aes.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/arch/arm/src/sam34/hardware/sam4cm_ipc.h b/arch/arm/src/sam34/hardware/sam4cm_ipc.h index 65566485c0..5ee7b80d00 100644 --- a/arch/arm/src/sam34/hardware/sam4cm_ipc.h +++ b/arch/arm/src/sam34/hardware/sam4cm_ipc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4cm_ipc.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/arch/arm/src/sam34/hardware/sam4cm_memorymap.h b/arch/arm/src/sam34/hardware/sam4cm_memorymap.h index b58da7983a..1734f3623e 100644 --- a/arch/arm/src/sam34/hardware/sam4cm_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam4cm_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4cm_memorymap.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/arch/arm/src/sam34/hardware/sam4cm_pinmap.h b/arch/arm/src/sam34/hardware/sam4cm_pinmap.h index 516f5d6a22..91d42d92dd 100644 --- a/arch/arm/src/sam34/hardware/sam4cm_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam4cm_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4cm_pinmap.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/arch/arm/src/sam34/hardware/sam4cm_slcdc.h b/arch/arm/src/sam34/hardware/sam4cm_slcdc.h index 579dfd2ca3..258802e02b 100644 --- a/arch/arm/src/sam34/hardware/sam4cm_slcdc.h +++ b/arch/arm/src/sam34/hardware/sam4cm_slcdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4cm_slcdc.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/arch/arm/src/sam34/hardware/sam4cm_supc.h b/arch/arm/src/sam34/hardware/sam4cm_supc.h index f3629e302c..0b8b1aa3b2 100644 --- a/arch/arm/src/sam34/hardware/sam4cm_supc.h +++ b/arch/arm/src/sam34/hardware/sam4cm_supc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4cm_supc.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/arch/arm/src/sam34/hardware/sam4e_memorymap.h b/arch/arm/src/sam34/hardware/sam4e_memorymap.h index 099b438b42..2f61f557a1 100644 --- a/arch/arm/src/sam34/hardware/sam4e_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam4e_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4e_memorymap.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/arch/arm/src/sam34/hardware/sam4e_pinmap.h b/arch/arm/src/sam34/hardware/sam4e_pinmap.h index f2e7c92ec8..b9b8418fa9 100644 --- a/arch/arm/src/sam34/hardware/sam4e_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam4e_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4e_pinmap.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/arch/arm/src/sam34/hardware/sam4e_pio.h b/arch/arm/src/sam34/hardware/sam4e_pio.h index c3c0e2f7a1..96bc39b6cf 100644 --- a/arch/arm/src/sam34/hardware/sam4e_pio.h +++ b/arch/arm/src/sam34/hardware/sam4e_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4e_pio.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/arch/arm/src/sam34/hardware/sam4l_bpm.h b/arch/arm/src/sam34/hardware/sam4l_bpm.h index 5b4c1eb404..60627fe824 100644 --- a/arch/arm/src/sam34/hardware/sam4l_bpm.h +++ b/arch/arm/src/sam34/hardware/sam4l_bpm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_bpm.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/arch/arm/src/sam34/hardware/sam4l_bscif.h b/arch/arm/src/sam34/hardware/sam4l_bscif.h index df85dc0156..bcbf3eac08 100644 --- a/arch/arm/src/sam34/hardware/sam4l_bscif.h +++ b/arch/arm/src/sam34/hardware/sam4l_bscif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_bscif.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/arch/arm/src/sam34/hardware/sam4l_flashcalw.h b/arch/arm/src/sam34/hardware/sam4l_flashcalw.h index d70863e716..863cfa54ce 100644 --- a/arch/arm/src/sam34/hardware/sam4l_flashcalw.h +++ b/arch/arm/src/sam34/hardware/sam4l_flashcalw.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_flashcalw.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/arch/arm/src/sam34/hardware/sam4l_gpio.h b/arch/arm/src/sam34/hardware/sam4l_gpio.h index e3c0334560..c4ec86176c 100644 --- a/arch/arm/src/sam34/hardware/sam4l_gpio.h +++ b/arch/arm/src/sam34/hardware/sam4l_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_gpio.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/arch/arm/src/sam34/hardware/sam4l_lcdca.h b/arch/arm/src/sam34/hardware/sam4l_lcdca.h index 7407879c1b..82f08e20f3 100644 --- a/arch/arm/src/sam34/hardware/sam4l_lcdca.h +++ b/arch/arm/src/sam34/hardware/sam4l_lcdca.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_lcdca.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/arch/arm/src/sam34/hardware/sam4l_memorymap.h b/arch/arm/src/sam34/hardware/sam4l_memorymap.h index 6c38a01949..e72474be57 100644 --- a/arch/arm/src/sam34/hardware/sam4l_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam4l_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_memorymap.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/arch/arm/src/sam34/hardware/sam4l_pdca.h b/arch/arm/src/sam34/hardware/sam4l_pdca.h index 04d5c7b4c6..228aa45b50 100644 --- a/arch/arm/src/sam34/hardware/sam4l_pdca.h +++ b/arch/arm/src/sam34/hardware/sam4l_pdca.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_pdca.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/arch/arm/src/sam34/hardware/sam4l_picouart.h b/arch/arm/src/sam34/hardware/sam4l_picouart.h index 674c85dc26..fb87d88a18 100644 --- a/arch/arm/src/sam34/hardware/sam4l_picouart.h +++ b/arch/arm/src/sam34/hardware/sam4l_picouart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_picouart.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/arch/arm/src/sam34/hardware/sam4l_pinmap.h b/arch/arm/src/sam34/hardware/sam4l_pinmap.h index 37388f4c6b..9ea69a96e3 100644 --- a/arch/arm/src/sam34/hardware/sam4l_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam4l_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_pinmap.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/arch/arm/src/sam34/hardware/sam4l_pm.h b/arch/arm/src/sam34/hardware/sam4l_pm.h index 654fd8a124..8b7d0b53dc 100644 --- a/arch/arm/src/sam34/hardware/sam4l_pm.h +++ b/arch/arm/src/sam34/hardware/sam4l_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_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/arch/arm/src/sam34/hardware/sam4l_scif.h b/arch/arm/src/sam34/hardware/sam4l_scif.h index 755ccc9948..9bf7f64326 100644 --- a/arch/arm/src/sam34/hardware/sam4l_scif.h +++ b/arch/arm/src/sam34/hardware/sam4l_scif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_scif.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/arch/arm/src/sam34/hardware/sam4l_usart.h b/arch/arm/src/sam34/hardware/sam4l_usart.h index 3a870b3021..4b47f3ce28 100644 --- a/arch/arm/src/sam34/hardware/sam4l_usart.h +++ b/arch/arm/src/sam34/hardware/sam4l_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_usart.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/arch/arm/src/sam34/hardware/sam4l_wdt.h b/arch/arm/src/sam34/hardware/sam4l_wdt.h index dd8554b19f..a1dbb2fd56 100644 --- a/arch/arm/src/sam34/hardware/sam4l_wdt.h +++ b/arch/arm/src/sam34/hardware/sam4l_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4l_wdt.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/arch/arm/src/sam34/hardware/sam4s_memorymap.h b/arch/arm/src/sam34/hardware/sam4s_memorymap.h index 7e1d500603..967f558270 100644 --- a/arch/arm/src/sam34/hardware/sam4s_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam4s_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4s_memorymap.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/arch/arm/src/sam34/hardware/sam4s_pinmap.h b/arch/arm/src/sam34/hardware/sam4s_pinmap.h index d8a751d6ba..01e18fa9e0 100644 --- a/arch/arm/src/sam34/hardware/sam4s_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam4s_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4s_pinmap.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/arch/arm/src/sam34/hardware/sam4s_pio.h b/arch/arm/src/sam34/hardware/sam4s_pio.h index 42d1c631f9..b3d51c93fa 100644 --- a/arch/arm/src/sam34/hardware/sam4s_pio.h +++ b/arch/arm/src/sam34/hardware/sam4s_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam4s_pio.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/arch/arm/src/sam34/hardware/sam_acc.h b/arch/arm/src/sam34/hardware/sam_acc.h index 3bfae73213..9f9e50cea5 100644 --- a/arch/arm/src/sam34/hardware/sam_acc.h +++ b/arch/arm/src/sam34/hardware/sam_acc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_acc.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/arch/arm/src/sam34/hardware/sam_adc.h b/arch/arm/src/sam34/hardware/sam_adc.h index 68b782d6a4..5df707d652 100644 --- a/arch/arm/src/sam34/hardware/sam_adc.h +++ b/arch/arm/src/sam34/hardware/sam_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_adc.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/arch/arm/src/sam34/hardware/sam_aes.h b/arch/arm/src/sam34/hardware/sam_aes.h index cde72ae73a..d10136d6db 100644 --- a/arch/arm/src/sam34/hardware/sam_aes.h +++ b/arch/arm/src/sam34/hardware/sam_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_aes.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/arch/arm/src/sam34/hardware/sam_afec.h b/arch/arm/src/sam34/hardware/sam_afec.h index dd616ab8e8..538da8c25e 100644 --- a/arch/arm/src/sam34/hardware/sam_afec.h +++ b/arch/arm/src/sam34/hardware/sam_afec.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_afec.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/arch/arm/src/sam34/hardware/sam_can.h b/arch/arm/src/sam34/hardware/sam_can.h index 7992716306..a35e8783ea 100644 --- a/arch/arm/src/sam34/hardware/sam_can.h +++ b/arch/arm/src/sam34/hardware/sam_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_can.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/arch/arm/src/sam34/hardware/sam_chipid.h b/arch/arm/src/sam34/hardware/sam_chipid.h index cea2114436..0c057d41ae 100644 --- a/arch/arm/src/sam34/hardware/sam_chipid.h +++ b/arch/arm/src/sam34/hardware/sam_chipid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_chipid.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/arch/arm/src/sam34/hardware/sam_cmcc.h b/arch/arm/src/sam34/hardware/sam_cmcc.h index b44bd4a674..750e1424c3 100644 --- a/arch/arm/src/sam34/hardware/sam_cmcc.h +++ b/arch/arm/src/sam34/hardware/sam_cmcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_cmcc.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/arch/arm/src/sam34/hardware/sam_dacc.h b/arch/arm/src/sam34/hardware/sam_dacc.h index cdd84768e3..44061401dc 100644 --- a/arch/arm/src/sam34/hardware/sam_dacc.h +++ b/arch/arm/src/sam34/hardware/sam_dacc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_dacc.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/arch/arm/src/sam34/hardware/sam_dmac.h b/arch/arm/src/sam34/hardware/sam_dmac.h index 1e279d9dce..8172b4b434 100644 --- a/arch/arm/src/sam34/hardware/sam_dmac.h +++ b/arch/arm/src/sam34/hardware/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_dmac.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/arch/arm/src/sam34/hardware/sam_eefc.h b/arch/arm/src/sam34/hardware/sam_eefc.h index ed879387a4..774b9c9e9b 100644 --- a/arch/arm/src/sam34/hardware/sam_eefc.h +++ b/arch/arm/src/sam34/hardware/sam_eefc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_eefc.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/arch/arm/src/sam34/hardware/sam_emac.h b/arch/arm/src/sam34/hardware/sam_emac.h index 72e5c7b9b1..80702d7edb 100644 --- a/arch/arm/src/sam34/hardware/sam_emac.h +++ b/arch/arm/src/sam34/hardware/sam_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_emac.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/arch/arm/src/sam34/hardware/sam_gpbr.h b/arch/arm/src/sam34/hardware/sam_gpbr.h index 05e98ad568..e279f696cf 100644 --- a/arch/arm/src/sam34/hardware/sam_gpbr.h +++ b/arch/arm/src/sam34/hardware/sam_gpbr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_gpbr.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/arch/arm/src/sam34/hardware/sam_hsmci.h b/arch/arm/src/sam34/hardware/sam_hsmci.h index b58b09dc55..0d4b5b189b 100644 --- a/arch/arm/src/sam34/hardware/sam_hsmci.h +++ b/arch/arm/src/sam34/hardware/sam_hsmci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_hsmci.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/arch/arm/src/sam34/hardware/sam_matrix.h b/arch/arm/src/sam34/hardware/sam_matrix.h index 66058b401e..d720f63ceb 100644 --- a/arch/arm/src/sam34/hardware/sam_matrix.h +++ b/arch/arm/src/sam34/hardware/sam_matrix.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_matrix.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/arch/arm/src/sam34/hardware/sam_memorymap.h b/arch/arm/src/sam34/hardware/sam_memorymap.h index 05f9e4be32..ef69af8e3f 100644 --- a/arch/arm/src/sam34/hardware/sam_memorymap.h +++ b/arch/arm/src/sam34/hardware/sam_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_memorymap.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/arch/arm/src/sam34/hardware/sam_pdc.h b/arch/arm/src/sam34/hardware/sam_pdc.h index a76cb96c28..be5ebb1a30 100644 --- a/arch/arm/src/sam34/hardware/sam_pdc.h +++ b/arch/arm/src/sam34/hardware/sam_pdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_pdc.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/arch/arm/src/sam34/hardware/sam_pinmap.h b/arch/arm/src/sam34/hardware/sam_pinmap.h index ebe448a85a..c5bcdd5349 100644 --- a/arch/arm/src/sam34/hardware/sam_pinmap.h +++ b/arch/arm/src/sam34/hardware/sam_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_pinmap.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/arch/arm/src/sam34/hardware/sam_pmc.h b/arch/arm/src/sam34/hardware/sam_pmc.h index 2509d9daea..7c5f50fbc8 100644 --- a/arch/arm/src/sam34/hardware/sam_pmc.h +++ b/arch/arm/src/sam34/hardware/sam_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_pmc.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/arch/arm/src/sam34/hardware/sam_pwm.h b/arch/arm/src/sam34/hardware/sam_pwm.h index a3a7e6f318..2e002ce45f 100644 --- a/arch/arm/src/sam34/hardware/sam_pwm.h +++ b/arch/arm/src/sam34/hardware/sam_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_pwm.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/arch/arm/src/sam34/hardware/sam_rstc.h b/arch/arm/src/sam34/hardware/sam_rstc.h index 63fb5c6d92..62dbe03500 100644 --- a/arch/arm/src/sam34/hardware/sam_rstc.h +++ b/arch/arm/src/sam34/hardware/sam_rstc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_rstc.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/arch/arm/src/sam34/hardware/sam_rswdt.h b/arch/arm/src/sam34/hardware/sam_rswdt.h index 644bb185f0..7397075235 100644 --- a/arch/arm/src/sam34/hardware/sam_rswdt.h +++ b/arch/arm/src/sam34/hardware/sam_rswdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_rswdt.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/arch/arm/src/sam34/hardware/sam_rtc.h b/arch/arm/src/sam34/hardware/sam_rtc.h index 5c73406abe..42f7231829 100644 --- a/arch/arm/src/sam34/hardware/sam_rtc.h +++ b/arch/arm/src/sam34/hardware/sam_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_rtc.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/arch/arm/src/sam34/hardware/sam_rtt.h b/arch/arm/src/sam34/hardware/sam_rtt.h index 294c82326a..845fa13b8e 100644 --- a/arch/arm/src/sam34/hardware/sam_rtt.h +++ b/arch/arm/src/sam34/hardware/sam_rtt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_rtt.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/arch/arm/src/sam34/hardware/sam_smc.h b/arch/arm/src/sam34/hardware/sam_smc.h index 9ebf055bfe..5dff3a6b01 100644 --- a/arch/arm/src/sam34/hardware/sam_smc.h +++ b/arch/arm/src/sam34/hardware/sam_smc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_smc.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/arch/arm/src/sam34/hardware/sam_spi.h b/arch/arm/src/sam34/hardware/sam_spi.h index e753781fa7..efb9b794de 100644 --- a/arch/arm/src/sam34/hardware/sam_spi.h +++ b/arch/arm/src/sam34/hardware/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_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/arch/arm/src/sam34/hardware/sam_ssc.h b/arch/arm/src/sam34/hardware/sam_ssc.h index 801651b7d7..c0a885b29e 100644 --- a/arch/arm/src/sam34/hardware/sam_ssc.h +++ b/arch/arm/src/sam34/hardware/sam_ssc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_ssc.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/arch/arm/src/sam34/hardware/sam_supc.h b/arch/arm/src/sam34/hardware/sam_supc.h index 592dbb6758..5c20aed927 100644 --- a/arch/arm/src/sam34/hardware/sam_supc.h +++ b/arch/arm/src/sam34/hardware/sam_supc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_supc.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/arch/arm/src/sam34/hardware/sam_tc.h b/arch/arm/src/sam34/hardware/sam_tc.h index d783d19c02..be99f8d074 100644 --- a/arch/arm/src/sam34/hardware/sam_tc.h +++ b/arch/arm/src/sam34/hardware/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_tc.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/arch/arm/src/sam34/hardware/sam_twi.h b/arch/arm/src/sam34/hardware/sam_twi.h index c6231ab1b9..0636b3cb72 100644 --- a/arch/arm/src/sam34/hardware/sam_twi.h +++ b/arch/arm/src/sam34/hardware/sam_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_twi.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/arch/arm/src/sam34/hardware/sam_uart.h b/arch/arm/src/sam34/hardware/sam_uart.h index 213fb0fa09..4a6c595309 100644 --- a/arch/arm/src/sam34/hardware/sam_uart.h +++ b/arch/arm/src/sam34/hardware/sam_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_uart.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/arch/arm/src/sam34/hardware/sam_udp.h b/arch/arm/src/sam34/hardware/sam_udp.h index ec7130f3ca..183f4a3fb4 100644 --- a/arch/arm/src/sam34/hardware/sam_udp.h +++ b/arch/arm/src/sam34/hardware/sam_udp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_udp.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/arch/arm/src/sam34/hardware/sam_udphs.h b/arch/arm/src/sam34/hardware/sam_udphs.h index c2f951b335..d7a8bf3a98 100644 --- a/arch/arm/src/sam34/hardware/sam_udphs.h +++ b/arch/arm/src/sam34/hardware/sam_udphs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_udphs.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/arch/arm/src/sam34/hardware/sam_wdt.h b/arch/arm/src/sam34/hardware/sam_wdt.h index cc07003969..88c4248506 100644 --- a/arch/arm/src/sam34/hardware/sam_wdt.h +++ b/arch/arm/src/sam34/hardware/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/hardware/sam_wdt.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/arch/arm/src/sam34/sam3u_gpio.h b/arch/arm/src/sam34/sam3u_gpio.h index 694d68ef47..e418d1ff47 100644 --- a/arch/arm/src/sam34/sam3u_gpio.h +++ b/arch/arm/src/sam34/sam3u_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam3u_gpio.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/arch/arm/src/sam34/sam3u_periphclks.h b/arch/arm/src/sam34/sam3u_periphclks.h index 8209c498f1..a85b7f917c 100644 --- a/arch/arm/src/sam34/sam3u_periphclks.h +++ b/arch/arm/src/sam34/sam3u_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam3u_periphclks.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/arch/arm/src/sam34/sam3x_gpio.h b/arch/arm/src/sam34/sam3x_gpio.h index 9fe275cb51..3a6d32e634 100644 --- a/arch/arm/src/sam34/sam3x_gpio.h +++ b/arch/arm/src/sam34/sam3x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam3x_gpio.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/arch/arm/src/sam34/sam3x_periphclks.h b/arch/arm/src/sam34/sam3x_periphclks.h index f2983ef045..91107c6e1e 100644 --- a/arch/arm/src/sam34/sam3x_periphclks.h +++ b/arch/arm/src/sam34/sam3x_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam3x_periphclks.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/arch/arm/src/sam34/sam4cm_cpuidlestack.c b/arch/arm/src/sam34/sam4cm_cpuidlestack.c index 8a70e1e7f8..3ea99611fe 100644 --- a/arch/arm/src/sam34/sam4cm_cpuidlestack.c +++ b/arch/arm/src/sam34/sam4cm_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_cpuidlestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4cm_cpuindex.c b/arch/arm/src/sam34/sam4cm_cpuindex.c index a8d2bac988..853ca6aa2f 100644 --- a/arch/arm/src/sam34/sam4cm_cpuindex.c +++ b/arch/arm/src/sam34/sam4cm_cpuindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_cpuindex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4cm_cpustart.c b/arch/arm/src/sam34/sam4cm_cpustart.c index 70357960c1..00a3629d02 100644 --- a/arch/arm/src/sam34/sam4cm_cpustart.c +++ b/arch/arm/src/sam34/sam4cm_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_cpustart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4cm_freerun.c b/arch/arm/src/sam34/sam4cm_freerun.c index 3c6bff3746..df76aae6d9 100644 --- a/arch/arm/src/sam34/sam4cm_freerun.c +++ b/arch/arm/src/sam34/sam4cm_freerun.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_freerun.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sam34/sam4cm_freerun.h b/arch/arm/src/sam34/sam4cm_freerun.h index 50c5605d2d..4368b516b3 100644 --- a/arch/arm/src/sam34/sam4cm_freerun.h +++ b/arch/arm/src/sam34/sam4cm_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_freerun.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/arch/arm/src/sam34/sam4cm_gpio.h b/arch/arm/src/sam34/sam4cm_gpio.h index a71e6c3080..bd1d9e4fbe 100644 --- a/arch/arm/src/sam34/sam4cm_gpio.h +++ b/arch/arm/src/sam34/sam4cm_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_gpio.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/arch/arm/src/sam34/sam4cm_idle.c b/arch/arm/src/sam34/sam4cm_idle.c index 6b42d835ef..87a06dec3f 100644 --- a/arch/arm/src/sam34/sam4cm_idle.c +++ b/arch/arm/src/sam34/sam4cm_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_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/arch/arm/src/sam34/sam4cm_oneshot.c b/arch/arm/src/sam34/sam4cm_oneshot.c index cd928fe511..d6396e3586 100644 --- a/arch/arm/src/sam34/sam4cm_oneshot.c +++ b/arch/arm/src/sam34/sam4cm_oneshot.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_oneshot.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sam34/sam4cm_oneshot.h b/arch/arm/src/sam34/sam4cm_oneshot.h index 6bfd687d25..62aea9cdaf 100644 --- a/arch/arm/src/sam34/sam4cm_oneshot.h +++ b/arch/arm/src/sam34/sam4cm_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_oneshot.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/arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c b/arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c index 8c7549dcc3..7b63804f9c 100644 --- a/arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c +++ b/arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4cm_periphclks.h b/arch/arm/src/sam34/sam4cm_periphclks.h index 971f0b6a00..fb78d120ae 100644 --- a/arch/arm/src/sam34/sam4cm_periphclks.h +++ b/arch/arm/src/sam34/sam4cm_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_periphclks.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/arch/arm/src/sam34/sam4cm_smpcall.c b/arch/arm/src/sam34/sam4cm_smpcall.c index ff92026230..faa422c7ca 100644 --- a/arch/arm/src/sam34/sam4cm_smpcall.c +++ b/arch/arm/src/sam34/sam4cm_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_smpcall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4cm_supc.c b/arch/arm/src/sam34/sam4cm_supc.c index 0a169c5a4d..5c7c05d7b4 100644 --- a/arch/arm/src/sam34/sam4cm_supc.c +++ b/arch/arm/src/sam34/sam4cm_supc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_supc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4cm_supc.h b/arch/arm/src/sam34/sam4cm_supc.h index c966631679..e37bb9e032 100644 --- a/arch/arm/src/sam34/sam4cm_supc.h +++ b/arch/arm/src/sam34/sam4cm_supc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_supc.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/arch/arm/src/sam34/sam4cm_tc.c b/arch/arm/src/sam34/sam4cm_tc.c index 0e30bc85ad..a326f5fc07 100644 --- a/arch/arm/src/sam34/sam4cm_tc.c +++ b/arch/arm/src/sam34/sam4cm_tc.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_tc.c * - * Copyright (C) 2013-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sam34/sam4cm_tc.h b/arch/arm/src/sam34/sam4cm_tc.h index 1bcd3a7520..437ddb0427 100644 --- a/arch/arm/src/sam34/sam4cm_tc.h +++ b/arch/arm/src/sam34/sam4cm_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_tc.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/arch/arm/src/sam34/sam4cm_tickless.c b/arch/arm/src/sam34/sam4cm_tickless.c index 3947068159..a2f2621df1 100644 --- a/arch/arm/src/sam34/sam4cm_tickless.c +++ b/arch/arm/src/sam34/sam4cm_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4cm_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4e_gpio.h b/arch/arm/src/sam34/sam4e_gpio.h index 7b1cfe9979..45d699a784 100644 --- a/arch/arm/src/sam34/sam4e_gpio.h +++ b/arch/arm/src/sam34/sam4e_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4e_gpio.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/arch/arm/src/sam34/sam4e_periphclks.h b/arch/arm/src/sam34/sam4e_periphclks.h index 17de80c127..4efbf8dc11 100644 --- a/arch/arm/src/sam34/sam4e_periphclks.h +++ b/arch/arm/src/sam34/sam4e_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4e_periphclks.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/arch/arm/src/sam34/sam4l_clockconfig.c b/arch/arm/src/sam34/sam4l_clockconfig.c index 77efe7b396..d1422ad17c 100644 --- a/arch/arm/src/sam34/sam4l_clockconfig.c +++ b/arch/arm/src/sam34/sam4l_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4l_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4l_gpio.c b/arch/arm/src/sam34/sam4l_gpio.c index 978e6f8a80..5a06ad87ad 100644 --- a/arch/arm/src/sam34/sam4l_gpio.c +++ b/arch/arm/src/sam34/sam4l_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4l_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/arch/arm/src/sam34/sam4l_gpio.h b/arch/arm/src/sam34/sam4l_gpio.h index 0e172802eb..fa4108d239 100644 --- a/arch/arm/src/sam34/sam4l_gpio.h +++ b/arch/arm/src/sam34/sam4l_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4l_gpio.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/arch/arm/src/sam34/sam4l_periphclks.c b/arch/arm/src/sam34/sam4l_periphclks.c index a55456e407..64a7bb4a4e 100644 --- a/arch/arm/src/sam34/sam4l_periphclks.c +++ b/arch/arm/src/sam34/sam4l_periphclks.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4l_periphclks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4l_periphclks.h b/arch/arm/src/sam34/sam4l_periphclks.h index d975a052af..bcfa696e68 100644 --- a/arch/arm/src/sam34/sam4l_periphclks.h +++ b/arch/arm/src/sam34/sam4l_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4l_periphclks.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/arch/arm/src/sam34/sam4s_gpio.h b/arch/arm/src/sam34/sam4s_gpio.h index 57197d52c0..53c1c38c4f 100644 --- a/arch/arm/src/sam34/sam4s_gpio.h +++ b/arch/arm/src/sam34/sam4s_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4s_gpio.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/arch/arm/src/sam34/sam4s_nand.c b/arch/arm/src/sam34/sam4s_nand.c index a331029fb6..cbcb39808c 100644 --- a/arch/arm/src/sam34/sam4s_nand.c +++ b/arch/arm/src/sam34/sam4s_nand.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4s_nand.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam4s_nand.h b/arch/arm/src/sam34/sam4s_nand.h index 23dbb10353..c5b913f100 100644 --- a/arch/arm/src/sam34/sam4s_nand.h +++ b/arch/arm/src/sam34/sam4s_nand.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4s_nand.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/arch/arm/src/sam34/sam4s_periphclks.h b/arch/arm/src/sam34/sam4s_periphclks.h index 25b0fa361a..99c60047bf 100644 --- a/arch/arm/src/sam34/sam4s_periphclks.h +++ b/arch/arm/src/sam34/sam4s_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam4s_periphclks.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/arch/arm/src/sam34/sam_aes.c b/arch/arm/src/sam34/sam_aes.c index ab24477596..359526eeb9 100644 --- a/arch/arm/src/sam34/sam_aes.c +++ b/arch/arm/src/sam34/sam_aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_aes.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_aes.h b/arch/arm/src/sam34/sam_aes.h index c9aa4f1036..29a6a3a7d5 100644 --- a/arch/arm/src/sam34/sam_aes.h +++ b/arch/arm/src/sam34/sam_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_aes.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/arch/arm/src/sam34/sam_allocateheap.c b/arch/arm/src/sam34/sam_allocateheap.c index 75f9d5bcf7..e63e27387d 100644 --- a/arch/arm/src/sam34/sam_allocateheap.c +++ b/arch/arm/src/sam34/sam_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_clockconfig.c b/arch/arm/src/sam34/sam_clockconfig.c index cf80511def..7a8f839ed0 100644 --- a/arch/arm/src/sam34/sam_clockconfig.c +++ b/arch/arm/src/sam34/sam_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_clockconfig.h b/arch/arm/src/sam34/sam_clockconfig.h index 86012e75fd..6a894a0c00 100644 --- a/arch/arm/src/sam34/sam_clockconfig.h +++ b/arch/arm/src/sam34/sam_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_clockconfig.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/arch/arm/src/sam34/sam_cmcc.c b/arch/arm/src/sam34/sam_cmcc.c index 3ca4715f9c..361941a7ef 100644 --- a/arch/arm/src/sam34/sam_cmcc.c +++ b/arch/arm/src/sam34/sam_cmcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_cmcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_cmcc.h b/arch/arm/src/sam34/sam_cmcc.h index cb3b155b0e..e564b4f868 100644 --- a/arch/arm/src/sam34/sam_cmcc.h +++ b/arch/arm/src/sam34/sam_cmcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_cmcc.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/arch/arm/src/sam34/sam_crypto.c b/arch/arm/src/sam34/sam_crypto.c index 1fe6bf069b..471ccc6209 100644 --- a/arch/arm/src/sam34/sam_crypto.c +++ b/arch/arm/src/sam34/sam_crypto.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_crypto.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_dmac.c b/arch/arm/src/sam34/sam_dmac.c index aa2830f5e0..5ce2e23f52 100644 --- a/arch/arm/src/sam34/sam_dmac.c +++ b/arch/arm/src/sam34/sam_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_dmac.h b/arch/arm/src/sam34/sam_dmac.h index b8b4eb7cd4..8d1eb3d317 100644 --- a/arch/arm/src/sam34/sam_dmac.h +++ b/arch/arm/src/sam34/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_dmac.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/arch/arm/src/sam34/sam_emac.c b/arch/arm/src/sam34/sam_emac.c index d957e078f4..76c67b0160 100644 --- a/arch/arm/src/sam34/sam_emac.c +++ b/arch/arm/src/sam34/sam_emac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_emac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_emac.h b/arch/arm/src/sam34/sam_emac.h index 14e985b825..8647f22a9b 100644 --- a/arch/arm/src/sam34/sam_emac.h +++ b/arch/arm/src/sam34/sam_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_emac.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/arch/arm/src/sam34/sam_gpio.c b/arch/arm/src/sam34/sam_gpio.c index d08624ab8d..4e474235b5 100644 --- a/arch/arm/src/sam34/sam_gpio.c +++ b/arch/arm/src/sam34/sam_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_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/arch/arm/src/sam34/sam_gpio.h b/arch/arm/src/sam34/sam_gpio.h index 3314adebe7..5325c1368d 100644 --- a/arch/arm/src/sam34/sam_gpio.h +++ b/arch/arm/src/sam34/sam_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_gpio.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/arch/arm/src/sam34/sam_gpioirq.c b/arch/arm/src/sam34/sam_gpioirq.c index 2efe7768dd..b5e303af09 100644 --- a/arch/arm/src/sam34/sam_gpioirq.c +++ b/arch/arm/src/sam34/sam_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_hsmci.c b/arch/arm/src/sam34/sam_hsmci.c index fb808d3d14..b925a291b8 100644 --- a/arch/arm/src/sam34/sam_hsmci.c +++ b/arch/arm/src/sam34/sam_hsmci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_hsmci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_hsmci.h b/arch/arm/src/sam34/sam_hsmci.h index a56d31654d..a4b76e776f 100644 --- a/arch/arm/src/sam34/sam_hsmci.h +++ b/arch/arm/src/sam34/sam_hsmci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_hsmci.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/arch/arm/src/sam34/sam_irq.c b/arch/arm/src/sam34/sam_irq.c index 35c08f7836..c59cae3ee1 100644 --- a/arch/arm/src/sam34/sam_irq.c +++ b/arch/arm/src/sam34/sam_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_lowputc.c b/arch/arm/src/sam34/sam_lowputc.c index e6f5a19791..8cf2c4a7cc 100644 --- a/arch/arm/src/sam34/sam_lowputc.c +++ b/arch/arm/src/sam34/sam_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_lowputc.h b/arch/arm/src/sam34/sam_lowputc.h index a1db7c3b63..87accaba39 100644 --- a/arch/arm/src/sam34/sam_lowputc.h +++ b/arch/arm/src/sam34/sam_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_lowputc.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/arch/arm/src/sam34/sam_mpuinit.c b/arch/arm/src/sam34/sam_mpuinit.c index 72930e1bda..c3d8e41fec 100644 --- a/arch/arm/src/sam34/sam_mpuinit.c +++ b/arch/arm/src/sam34/sam_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_mpuinit.h b/arch/arm/src/sam34/sam_mpuinit.h index d4688f8e38..1cae378891 100644 --- a/arch/arm/src/sam34/sam_mpuinit.h +++ b/arch/arm/src/sam34/sam_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_mpuinit.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/arch/arm/src/sam34/sam_periphclks.h b/arch/arm/src/sam34/sam_periphclks.h index 77f6027fb0..72f4db6f05 100644 --- a/arch/arm/src/sam34/sam_periphclks.h +++ b/arch/arm/src/sam34/sam_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_periphclks.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/arch/arm/src/sam34/sam_rtc.c b/arch/arm/src/sam34/sam_rtc.c index f0661dfa51..d6d60f0b1a 100644 --- a/arch/arm/src/sam34/sam_rtc.c +++ b/arch/arm/src/sam34/sam_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_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/arch/arm/src/sam34/sam_rtc.h b/arch/arm/src/sam34/sam_rtc.h index be16219310..873edca1b4 100644 --- a/arch/arm/src/sam34/sam_rtc.h +++ b/arch/arm/src/sam34/sam_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_rtc.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/arch/arm/src/sam34/sam_rtt.c b/arch/arm/src/sam34/sam_rtt.c index 7ae534564a..374515bfba 100644 --- a/arch/arm/src/sam34/sam_rtt.c +++ b/arch/arm/src/sam34/sam_rtt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_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/arch/arm/src/sam34/sam_rtt.h b/arch/arm/src/sam34/sam_rtt.h index 7f9bbf1ccb..9c18ce6b1d 100644 --- a/arch/arm/src/sam34/sam_rtt.h +++ b/arch/arm/src/sam34/sam_rtt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_rtt.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/arch/arm/src/sam34/sam_serial.c b/arch/arm/src/sam34/sam_serial.c index cf9b53aba9..02123f42c9 100644 --- a/arch/arm/src/sam34/sam_serial.c +++ b/arch/arm/src/sam34/sam_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_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/arch/arm/src/sam34/sam_spi.c b/arch/arm/src/sam34/sam_spi.c index 2a880fe344..575794397c 100644 --- a/arch/arm/src/sam34/sam_spi.c +++ b/arch/arm/src/sam34/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_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/arch/arm/src/sam34/sam_spi.h b/arch/arm/src/sam34/sam_spi.h index 8c7666a360..3d06609968 100644 --- a/arch/arm/src/sam34/sam_spi.h +++ b/arch/arm/src/sam34/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_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/arch/arm/src/sam34/sam_start.c b/arch/arm/src/sam34/sam_start.c index dac801ef10..a7f7ad5618 100644 --- a/arch/arm/src/sam34/sam_start.c +++ b/arch/arm/src/sam34/sam_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_start.h b/arch/arm/src/sam34/sam_start.h index 16cf53fff9..2f64129e3a 100644 --- a/arch/arm/src/sam34/sam_start.h +++ b/arch/arm/src/sam34/sam_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_start.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/arch/arm/src/sam34/sam_tc.c b/arch/arm/src/sam34/sam_tc.c index 5bfb0d11f2..0f46ec6463 100644 --- a/arch/arm/src/sam34/sam_tc.c +++ b/arch/arm/src/sam34/sam_tc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_tc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_tc.h b/arch/arm/src/sam34/sam_tc.h index 994359e9d4..b9a6752f69 100644 --- a/arch/arm/src/sam34/sam_tc.h +++ b/arch/arm/src/sam34/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_tc.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/arch/arm/src/sam34/sam_timerisr.c b/arch/arm/src/sam34/sam_timerisr.c index 20b30d381e..bd329e06b8 100644 --- a/arch/arm/src/sam34/sam_timerisr.c +++ b/arch/arm/src/sam34/sam_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_twi.c b/arch/arm/src/sam34/sam_twi.c index eae14a5643..01ba8ac6db 100644 --- a/arch/arm/src/sam34/sam_twi.c +++ b/arch/arm/src/sam34/sam_twi.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sam34/sam_twi.c * - * Copyright (C) 2013, 2015-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013, 2015-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011, Atmel Corporation + * 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/arch/arm/src/sam34/sam_twi.h b/arch/arm/src/sam34/sam_twi.h index 7fb6605319..e11fe45f3e 100644 --- a/arch/arm/src/sam34/sam_twi.h +++ b/arch/arm/src/sam34/sam_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_twi.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/arch/arm/src/sam34/sam_udp.c b/arch/arm/src/sam34/sam_udp.c index 7694e365a8..3af23f9ce3 100644 --- a/arch/arm/src/sam34/sam_udp.c +++ b/arch/arm/src/sam34/sam_udp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_udp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_udp.h b/arch/arm/src/sam34/sam_udp.h index 99825caaf9..820f467d44 100644 --- a/arch/arm/src/sam34/sam_udp.h +++ b/arch/arm/src/sam34/sam_udp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_udp.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/arch/arm/src/sam34/sam_userspace.c b/arch/arm/src/sam34/sam_userspace.c index 35d4210381..40fc1f4f6b 100644 --- a/arch/arm/src/sam34/sam_userspace.c +++ b/arch/arm/src/sam34/sam_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_userspace.h b/arch/arm/src/sam34/sam_userspace.h index 892ccf8962..61266becff 100644 --- a/arch/arm/src/sam34/sam_userspace.h +++ b/arch/arm/src/sam34/sam_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_userspace.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/arch/arm/src/sam34/sam_vectors.c b/arch/arm/src/sam34/sam_vectors.c index 5932f869b1..5dcd42eecd 100644 --- a/arch/arm/src/sam34/sam_vectors.c +++ b/arch/arm/src/sam34/sam_vectors.c @@ -1,7 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_vectors.c * - * Copyright (C) 2012 Michael Smith. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Michael Smith. 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/arch/arm/src/sam34/sam_wdt.c b/arch/arm/src/sam34/sam_wdt.c index 4e5af9e140..bccc0ab481 100644 --- a/arch/arm/src/sam34/sam_wdt.c +++ b/arch/arm/src/sam34/sam_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sam34/sam_wdt.h b/arch/arm/src/sam34/sam_wdt.h index 43e582687f..65088f31bf 100644 --- a/arch/arm/src/sam34/sam_wdt.h +++ b/arch/arm/src/sam34/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sam34/sam_wdt.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/arch/arm/src/sama5/Make.defs b/arch/arm/src/sama5/Make.defs index 63e7f3f5ee..37d781f9f5 100644 --- a/arch/arm/src/sama5/Make.defs +++ b/arch/arm/src/sama5/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/sama5/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/arch/arm/src/sama5/chip.h b/arch/arm/src/sama5/chip.h index c17a343b34..85704a8d87 100644 --- a/arch/arm/src/sama5/chip.h +++ b/arch/arm/src/sama5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/chip.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/arch/arm/src/sama5/hardware/_sama5d2x_memorymap.h b/arch/arm/src/sama5/hardware/_sama5d2x_memorymap.h index ee1470b0c1..8ca2c24083 100644 --- a/arch/arm/src/sama5/hardware/_sama5d2x_memorymap.h +++ b/arch/arm/src/sama5/hardware/_sama5d2x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d2x_memorymap.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/arch/arm/src/sama5/hardware/_sama5d2x_pinmap.h b/arch/arm/src/sama5/hardware/_sama5d2x_pinmap.h index 3812a7a11c..02efa7ffa0 100644 --- a/arch/arm/src/sama5/hardware/_sama5d2x_pinmap.h +++ b/arch/arm/src/sama5/hardware/_sama5d2x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d2x_pinmap.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/arch/arm/src/sama5/hardware/_sama5d2x_pio.h b/arch/arm/src/sama5/hardware/_sama5d2x_pio.h index 29c6f9701d..2918dbd780 100644 --- a/arch/arm/src/sama5/hardware/_sama5d2x_pio.h +++ b/arch/arm/src/sama5/hardware/_sama5d2x_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d2x_pio.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/arch/arm/src/sama5/hardware/_sama5d3x4x_pio.h b/arch/arm/src/sama5/hardware/_sama5d3x4x_pio.h index 9a2b369733..5d71ce5f53 100644 --- a/arch/arm/src/sama5/hardware/_sama5d3x4x_pio.h +++ b/arch/arm/src/sama5/hardware/_sama5d3x4x_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d3x4x_pio.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/arch/arm/src/sama5/hardware/_sama5d3x_memorymap.h b/arch/arm/src/sama5/hardware/_sama5d3x_memorymap.h index d11ae4edfe..453b213a7b 100644 --- a/arch/arm/src/sama5/hardware/_sama5d3x_memorymap.h +++ b/arch/arm/src/sama5/hardware/_sama5d3x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d3x_memorymap.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/arch/arm/src/sama5/hardware/_sama5d3x_mpddrc.h b/arch/arm/src/sama5/hardware/_sama5d3x_mpddrc.h index 9256278102..d0035c3e36 100644 --- a/arch/arm/src/sama5/hardware/_sama5d3x_mpddrc.h +++ b/arch/arm/src/sama5/hardware/_sama5d3x_mpddrc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d3x_mpddrc.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/arch/arm/src/sama5/hardware/_sama5d3x_pinmap.h b/arch/arm/src/sama5/hardware/_sama5d3x_pinmap.h index dded093671..92198f5ece 100644 --- a/arch/arm/src/sama5/hardware/_sama5d3x_pinmap.h +++ b/arch/arm/src/sama5/hardware/_sama5d3x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d3x_pinmap.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/arch/arm/src/sama5/hardware/_sama5d4x_memorymap.h b/arch/arm/src/sama5/hardware/_sama5d4x_memorymap.h index 80682c7a64..da815a3749 100644 --- a/arch/arm/src/sama5/hardware/_sama5d4x_memorymap.h +++ b/arch/arm/src/sama5/hardware/_sama5d4x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d4x_memorymap.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/arch/arm/src/sama5/hardware/_sama5d4x_mpddrc.h b/arch/arm/src/sama5/hardware/_sama5d4x_mpddrc.h index 038543b95b..413b4b50cd 100644 --- a/arch/arm/src/sama5/hardware/_sama5d4x_mpddrc.h +++ b/arch/arm/src/sama5/hardware/_sama5d4x_mpddrc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d4x_mpddrc.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/arch/arm/src/sama5/hardware/_sama5d4x_pinmap.h b/arch/arm/src/sama5/hardware/_sama5d4x_pinmap.h index 272bd50887..4492e1bbd3 100644 --- a/arch/arm/src/sama5/hardware/_sama5d4x_pinmap.h +++ b/arch/arm/src/sama5/hardware/_sama5d4x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/_sama5d4x_pinmap.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/arch/arm/src/sama5/hardware/sam_adc.h b/arch/arm/src/sama5/hardware/sam_adc.h index 531aec1cd2..4cfce17ec4 100644 --- a/arch/arm/src/sama5/hardware/sam_adc.h +++ b/arch/arm/src/sama5/hardware/sam_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_adc.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/arch/arm/src/sama5/hardware/sam_aic.h b/arch/arm/src/sama5/hardware/sam_aic.h index 7fa4cf6ce0..2c68b3888a 100644 --- a/arch/arm/src/sama5/hardware/sam_aic.h +++ b/arch/arm/src/sama5/hardware/sam_aic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_aic.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/arch/arm/src/sama5/hardware/sam_aximx.h b/arch/arm/src/sama5/hardware/sam_aximx.h index f91352f0d7..c448f51e60 100644 --- a/arch/arm/src/sama5/hardware/sam_aximx.h +++ b/arch/arm/src/sama5/hardware/sam_aximx.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_aximx.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/arch/arm/src/sama5/hardware/sam_bsc.h b/arch/arm/src/sama5/hardware/sam_bsc.h index ae0895b57c..81acddea70 100644 --- a/arch/arm/src/sama5/hardware/sam_bsc.h +++ b/arch/arm/src/sama5/hardware/sam_bsc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_bsc.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/arch/arm/src/sama5/hardware/sam_can.h b/arch/arm/src/sama5/hardware/sam_can.h index cb2636a09a..fd07fde492 100644 --- a/arch/arm/src/sama5/hardware/sam_can.h +++ b/arch/arm/src/sama5/hardware/sam_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_can.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/arch/arm/src/sama5/hardware/sam_classd.h b/arch/arm/src/sama5/hardware/sam_classd.h index b3d3d64e20..97dbd2ce01 100644 --- a/arch/arm/src/sama5/hardware/sam_classd.h +++ b/arch/arm/src/sama5/hardware/sam_classd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_classd.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/arch/arm/src/sama5/hardware/sam_dbgu.h b/arch/arm/src/sama5/hardware/sam_dbgu.h index 2018aa26ff..aacc6a920b 100644 --- a/arch/arm/src/sama5/hardware/sam_dbgu.h +++ b/arch/arm/src/sama5/hardware/sam_dbgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_dbgu.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/arch/arm/src/sama5/hardware/sam_dmac.h b/arch/arm/src/sama5/hardware/sam_dmac.h index 5f840161a0..b4a8cef170 100644 --- a/arch/arm/src/sama5/hardware/sam_dmac.h +++ b/arch/arm/src/sama5/hardware/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_dmac.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/arch/arm/src/sama5/hardware/sam_ehci.h b/arch/arm/src/sama5/hardware/sam_ehci.h index e67fba833e..827fc24025 100644 --- a/arch/arm/src/sama5/hardware/sam_ehci.h +++ b/arch/arm/src/sama5/hardware/sam_ehci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_ehci.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/arch/arm/src/sama5/hardware/sam_emac.h b/arch/arm/src/sama5/hardware/sam_emac.h index 2cf34d6a3b..4f0359e4fd 100644 --- a/arch/arm/src/sama5/hardware/sam_emac.h +++ b/arch/arm/src/sama5/hardware/sam_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_emac.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/arch/arm/src/sama5/hardware/sam_emaca.h b/arch/arm/src/sama5/hardware/sam_emaca.h index c6d65aebab..789557963d 100644 --- a/arch/arm/src/sama5/hardware/sam_emaca.h +++ b/arch/arm/src/sama5/hardware/sam_emaca.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_emaca.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/arch/arm/src/sama5/hardware/sam_emacb.h b/arch/arm/src/sama5/hardware/sam_emacb.h index f27a803db3..8dba21018a 100644 --- a/arch/arm/src/sama5/hardware/sam_emacb.h +++ b/arch/arm/src/sama5/hardware/sam_emacb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_emacb.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/arch/arm/src/sama5/hardware/sam_flexcom.h b/arch/arm/src/sama5/hardware/sam_flexcom.h index 057117b975..6ff6bb37c1 100644 --- a/arch/arm/src/sama5/hardware/sam_flexcom.h +++ b/arch/arm/src/sama5/hardware/sam_flexcom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_flexcom.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/arch/arm/src/sama5/hardware/sam_flexcom_spi.h b/arch/arm/src/sama5/hardware/sam_flexcom_spi.h index 4dfd1f0f59..9beba34f05 100644 --- a/arch/arm/src/sama5/hardware/sam_flexcom_spi.h +++ b/arch/arm/src/sama5/hardware/sam_flexcom_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_flexcom_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/arch/arm/src/sama5/hardware/sam_flexcom_twi.h b/arch/arm/src/sama5/hardware/sam_flexcom_twi.h index ba68566e92..3130309ad7 100644 --- a/arch/arm/src/sama5/hardware/sam_flexcom_twi.h +++ b/arch/arm/src/sama5/hardware/sam_flexcom_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_flexcom_twi.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/arch/arm/src/sama5/hardware/sam_flexcom_usart.h b/arch/arm/src/sama5/hardware/sam_flexcom_usart.h index 0fc1bb4c31..a7dbdaa68a 100644 --- a/arch/arm/src/sama5/hardware/sam_flexcom_usart.h +++ b/arch/arm/src/sama5/hardware/sam_flexcom_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_flexcom_usart.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/arch/arm/src/sama5/hardware/sam_gmac.h b/arch/arm/src/sama5/hardware/sam_gmac.h index ef72e2aea7..7502e21e2a 100644 --- a/arch/arm/src/sama5/hardware/sam_gmac.h +++ b/arch/arm/src/sama5/hardware/sam_gmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_gmac.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/arch/arm/src/sama5/hardware/sam_gpbr.h b/arch/arm/src/sama5/hardware/sam_gpbr.h index c91a066277..f63fd448ee 100644 --- a/arch/arm/src/sama5/hardware/sam_gpbr.h +++ b/arch/arm/src/sama5/hardware/sam_gpbr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_gpbr.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/arch/arm/src/sama5/hardware/sam_hsmc.h b/arch/arm/src/sama5/hardware/sam_hsmc.h index e83626d3eb..c58530f484 100644 --- a/arch/arm/src/sama5/hardware/sam_hsmc.h +++ b/arch/arm/src/sama5/hardware/sam_hsmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_hsmc.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/arch/arm/src/sama5/hardware/sam_hsmci.h b/arch/arm/src/sama5/hardware/sam_hsmci.h index 4d8264e564..a6a96435d5 100644 --- a/arch/arm/src/sama5/hardware/sam_hsmci.h +++ b/arch/arm/src/sama5/hardware/sam_hsmci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_hsmci.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/arch/arm/src/sama5/hardware/sam_isi.h b/arch/arm/src/sama5/hardware/sam_isi.h index 00c6fcbb90..db36112de6 100644 --- a/arch/arm/src/sama5/hardware/sam_isi.h +++ b/arch/arm/src/sama5/hardware/sam_isi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_isi.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/arch/arm/src/sama5/hardware/sam_lcdc.h b/arch/arm/src/sama5/hardware/sam_lcdc.h index c1eaf681ea..d05bb17d6b 100644 --- a/arch/arm/src/sama5/hardware/sam_lcdc.h +++ b/arch/arm/src/sama5/hardware/sam_lcdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_lcdc.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/arch/arm/src/sama5/hardware/sam_matrix.h b/arch/arm/src/sama5/hardware/sam_matrix.h index e3014a0c93..fd4b0d0c1e 100644 --- a/arch/arm/src/sama5/hardware/sam_matrix.h +++ b/arch/arm/src/sama5/hardware/sam_matrix.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_matrix.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/arch/arm/src/sama5/hardware/sam_mcan.h b/arch/arm/src/sama5/hardware/sam_mcan.h index d00d652434..7afbca8337 100644 --- a/arch/arm/src/sama5/hardware/sam_mcan.h +++ b/arch/arm/src/sama5/hardware/sam_mcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_mcan.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/arch/arm/src/sama5/hardware/sam_memorymap.h b/arch/arm/src/sama5/hardware/sam_memorymap.h index 83ee507919..67c3cdd3f4 100644 --- a/arch/arm/src/sama5/hardware/sam_memorymap.h +++ b/arch/arm/src/sama5/hardware/sam_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_memorymap.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/arch/arm/src/sama5/hardware/sam_mpddrc.h b/arch/arm/src/sama5/hardware/sam_mpddrc.h index 1d5f54e2a0..365fc68a44 100644 --- a/arch/arm/src/sama5/hardware/sam_mpddrc.h +++ b/arch/arm/src/sama5/hardware/sam_mpddrc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_mpddrc.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/arch/arm/src/sama5/hardware/sam_ohci.h b/arch/arm/src/sama5/hardware/sam_ohci.h index 49aaca1391..b42537e462 100644 --- a/arch/arm/src/sama5/hardware/sam_ohci.h +++ b/arch/arm/src/sama5/hardware/sam_ohci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_ohci.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/arch/arm/src/sama5/hardware/sam_pinmap.h b/arch/arm/src/sama5/hardware/sam_pinmap.h index 8c8dfe93b1..1bc9dcc025 100644 --- a/arch/arm/src/sama5/hardware/sam_pinmap.h +++ b/arch/arm/src/sama5/hardware/sam_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_pinmap.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/arch/arm/src/sama5/hardware/sam_pio.h b/arch/arm/src/sama5/hardware/sam_pio.h index cc6394b81b..5682ba1b22 100644 --- a/arch/arm/src/sama5/hardware/sam_pio.h +++ b/arch/arm/src/sama5/hardware/sam_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_pio.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/arch/arm/src/sama5/hardware/sam_pit.h b/arch/arm/src/sama5/hardware/sam_pit.h index 5bd9fa1875..9beb8c6cc2 100644 --- a/arch/arm/src/sama5/hardware/sam_pit.h +++ b/arch/arm/src/sama5/hardware/sam_pit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_pit.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/arch/arm/src/sama5/hardware/sam_pmc.h b/arch/arm/src/sama5/hardware/sam_pmc.h index f27d16b02d..6949776126 100644 --- a/arch/arm/src/sama5/hardware/sam_pmc.h +++ b/arch/arm/src/sama5/hardware/sam_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_pmc.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/arch/arm/src/sama5/hardware/sam_pwm.h b/arch/arm/src/sama5/hardware/sam_pwm.h index f382346596..4c4e29b719 100644 --- a/arch/arm/src/sama5/hardware/sam_pwm.h +++ b/arch/arm/src/sama5/hardware/sam_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_pwm.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/arch/arm/src/sama5/hardware/sam_qspi.h b/arch/arm/src/sama5/hardware/sam_qspi.h index 79a17e5768..5ed55bcca1 100644 --- a/arch/arm/src/sama5/hardware/sam_qspi.h +++ b/arch/arm/src/sama5/hardware/sam_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_qspi.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/arch/arm/src/sama5/hardware/sam_rstc.h b/arch/arm/src/sama5/hardware/sam_rstc.h index c97b5b628c..928e7d8caa 100644 --- a/arch/arm/src/sama5/hardware/sam_rstc.h +++ b/arch/arm/src/sama5/hardware/sam_rstc.h @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_rstc.h - * Reset Controller (RSTC) definitions for the SAMA5 + * + * SPDX-License-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/arch/arm/src/sama5/hardware/sam_rtc.h b/arch/arm/src/sama5/hardware/sam_rtc.h index 2f6d31c0ac..c428ca3b6c 100644 --- a/arch/arm/src/sama5/hardware/sam_rtc.h +++ b/arch/arm/src/sama5/hardware/sam_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_rtc.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/arch/arm/src/sama5/hardware/sam_rxlp.h b/arch/arm/src/sama5/hardware/sam_rxlp.h index e267e2387d..c41ef2c5c7 100644 --- a/arch/arm/src/sama5/hardware/sam_rxlp.h +++ b/arch/arm/src/sama5/hardware/sam_rxlp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_rxlp.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/arch/arm/src/sama5/hardware/sam_sckc.h b/arch/arm/src/sama5/hardware/sam_sckc.h index 329f1df06a..8f698f8dd0 100644 --- a/arch/arm/src/sama5/hardware/sam_sckc.h +++ b/arch/arm/src/sama5/hardware/sam_sckc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_sckc.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/arch/arm/src/sama5/hardware/sam_sdmmc.h b/arch/arm/src/sama5/hardware/sam_sdmmc.h index 8f3d3de8df..b960bb4df5 100644 --- a/arch/arm/src/sama5/hardware/sam_sdmmc.h +++ b/arch/arm/src/sama5/hardware/sam_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_sdmmc.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/arch/arm/src/sama5/hardware/sam_sfc.h b/arch/arm/src/sama5/hardware/sam_sfc.h index 48e266dbe5..74aac66a55 100644 --- a/arch/arm/src/sama5/hardware/sam_sfc.h +++ b/arch/arm/src/sama5/hardware/sam_sfc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_sfc.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/arch/arm/src/sama5/hardware/sam_sfr.h b/arch/arm/src/sama5/hardware/sam_sfr.h index c1e4dc0379..bfbe094a7c 100644 --- a/arch/arm/src/sama5/hardware/sam_sfr.h +++ b/arch/arm/src/sama5/hardware/sam_sfr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_sfr.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/arch/arm/src/sama5/hardware/sam_spi.h b/arch/arm/src/sama5/hardware/sam_spi.h index 49192dc86a..cb49c5c72c 100644 --- a/arch/arm/src/sama5/hardware/sam_spi.h +++ b/arch/arm/src/sama5/hardware/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_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/arch/arm/src/sama5/hardware/sam_ssc.h b/arch/arm/src/sama5/hardware/sam_ssc.h index ff395226e9..c899896f2a 100644 --- a/arch/arm/src/sama5/hardware/sam_ssc.h +++ b/arch/arm/src/sama5/hardware/sam_ssc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_ssc.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/arch/arm/src/sama5/hardware/sam_tc.h b/arch/arm/src/sama5/hardware/sam_tc.h index 5f8b09c96d..959250b878 100644 --- a/arch/arm/src/sama5/hardware/sam_tc.h +++ b/arch/arm/src/sama5/hardware/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_tc.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/arch/arm/src/sama5/hardware/sam_trng.h b/arch/arm/src/sama5/hardware/sam_trng.h index 5975544638..e6dffc8465 100644 --- a/arch/arm/src/sama5/hardware/sam_trng.h +++ b/arch/arm/src/sama5/hardware/sam_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_trng.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/arch/arm/src/sama5/hardware/sam_twi.h b/arch/arm/src/sama5/hardware/sam_twi.h index d3282acf4a..4c9ab14773 100644 --- a/arch/arm/src/sama5/hardware/sam_twi.h +++ b/arch/arm/src/sama5/hardware/sam_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_twi.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/arch/arm/src/sama5/hardware/sam_uart.h b/arch/arm/src/sama5/hardware/sam_uart.h index 9e0722bb51..afd3be23ee 100644 --- a/arch/arm/src/sama5/hardware/sam_uart.h +++ b/arch/arm/src/sama5/hardware/sam_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_uart.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/arch/arm/src/sama5/hardware/sam_udphs.h b/arch/arm/src/sama5/hardware/sam_udphs.h index c10b1875e6..8d7338442e 100644 --- a/arch/arm/src/sama5/hardware/sam_udphs.h +++ b/arch/arm/src/sama5/hardware/sam_udphs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_udphs.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/arch/arm/src/sama5/hardware/sam_wdt.h b/arch/arm/src/sama5/hardware/sam_wdt.h index f7c2c0dd85..4e4955b8c5 100644 --- a/arch/arm/src/sama5/hardware/sam_wdt.h +++ b/arch/arm/src/sama5/hardware/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_wdt.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/arch/arm/src/sama5/hardware/sam_xdmac.h b/arch/arm/src/sama5/hardware/sam_xdmac.h index 5e8fb1314c..99cccbdf77 100644 --- a/arch/arm/src/sama5/hardware/sam_xdmac.h +++ b/arch/arm/src/sama5/hardware/sam_xdmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sam_xdmac.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/arch/arm/src/sama5/hardware/sama5d2_sdmmc.h b/arch/arm/src/sama5/hardware/sama5d2_sdmmc.h index c7d8664485..118a27b374 100644 --- a/arch/arm/src/sama5/hardware/sama5d2_sdmmc.h +++ b/arch/arm/src/sama5/hardware/sama5d2_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/hardware/sama5d2_sdmmc.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/arch/arm/src/sama5/sam_adc.c b/arch/arm/src/sama5/sam_adc.c index a508704995..329bff9f49 100644 --- a/arch/arm/src/sama5/sam_adc.c +++ b/arch/arm/src/sama5/sam_adc.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_adc.c * - * Copyright (C) 2013, 2014, 2017-2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017-2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013,2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_adc.h b/arch/arm/src/sama5/sam_adc.h index 428f378ff9..e0add323b6 100644 --- a/arch/arm/src/sama5/sam_adc.h +++ b/arch/arm/src/sama5/sam_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_adc.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/arch/arm/src/sama5/sam_allocateheap.c b/arch/arm/src/sama5/sam_allocateheap.c index 90bd2cdcbd..92b8ec486c 100644 --- a/arch/arm/src/sama5/sam_allocateheap.c +++ b/arch/arm/src/sama5/sam_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_boot.c b/arch/arm/src/sama5/sam_boot.c index b3c2524656..b7e3773a31 100644 --- a/arch/arm/src/sama5/sam_boot.c +++ b/arch/arm/src/sama5/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_boot.h b/arch/arm/src/sama5/sam_boot.h index 43315e7f95..417c088116 100644 --- a/arch/arm/src/sama5/sam_boot.h +++ b/arch/arm/src/sama5/sam_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_boot.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/arch/arm/src/sama5/sam_can.c b/arch/arm/src/sama5/sam_can.c index d114fe809d..44837a513b 100644 --- a/arch/arm/src/sama5/sam_can.c +++ b/arch/arm/src/sama5/sam_can.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_can.c * - * Copyright (C) 2013-2014, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_can.h b/arch/arm/src/sama5/sam_can.h index 2b95ad718e..fe70c39b1d 100644 --- a/arch/arm/src/sama5/sam_can.h +++ b/arch/arm/src/sama5/sam_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_can.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/arch/arm/src/sama5/sam_classd.c b/arch/arm/src/sama5/sam_classd.c index 6851165926..4b6e52dfc8 100644 --- a/arch/arm/src/sama5/sam_classd.c +++ b/arch/arm/src/sama5/sam_classd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_classd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_classd.h b/arch/arm/src/sama5/sam_classd.h index 6d301e4394..6290a8d59f 100644 --- a/arch/arm/src/sama5/sam_classd.h +++ b/arch/arm/src/sama5/sam_classd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_classd.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/arch/arm/src/sama5/sam_clockconfig.c b/arch/arm/src/sama5/sam_clockconfig.c index 2cafe8b675..380821f881 100644 --- a/arch/arm/src/sama5/sam_clockconfig.c +++ b/arch/arm/src/sama5/sam_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_clockconfig.h b/arch/arm/src/sama5/sam_clockconfig.h index a27b290568..a6c2a129f3 100644 --- a/arch/arm/src/sama5/sam_clockconfig.h +++ b/arch/arm/src/sama5/sam_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_clockconfig.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/arch/arm/src/sama5/sam_config.h b/arch/arm/src/sama5/sam_config.h index 7f05d419de..9ff203800c 100644 --- a/arch/arm/src/sama5/sam_config.h +++ b/arch/arm/src/sama5/sam_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_config.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/arch/arm/src/sama5/sam_dbgu.c b/arch/arm/src/sama5/sam_dbgu.c index a64105a8ec..6b2df17652 100644 --- a/arch/arm/src/sama5/sam_dbgu.c +++ b/arch/arm/src/sama5/sam_dbgu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_dbgu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_dbgu.h b/arch/arm/src/sama5/sam_dbgu.h index 8d7fde5773..a803ee5f83 100644 --- a/arch/arm/src/sama5/sam_dbgu.h +++ b/arch/arm/src/sama5/sam_dbgu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_dbgu.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/arch/arm/src/sama5/sam_dmac.c b/arch/arm/src/sama5/sam_dmac.c index 58177b54ac..10ba0800c9 100644 --- a/arch/arm/src/sama5/sam_dmac.c +++ b/arch/arm/src/sama5/sam_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_dmac.h b/arch/arm/src/sama5/sam_dmac.h index cda5f1f9d7..254beb8b30 100644 --- a/arch/arm/src/sama5/sam_dmac.h +++ b/arch/arm/src/sama5/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_dmac.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/arch/arm/src/sama5/sam_ehci.c b/arch/arm/src/sama5/sam_ehci.c index 7331a0678f..c0b7d39553 100644 --- a/arch/arm/src/sama5/sam_ehci.c +++ b/arch/arm/src/sama5/sam_ehci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_ehci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_emaca.c b/arch/arm/src/sama5/sam_emaca.c index c1f0e6577f..e767c6022a 100644 --- a/arch/arm/src/sama5/sam_emaca.c +++ b/arch/arm/src/sama5/sam_emaca.c @@ -1,16 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_emaca.c * - * 10/100 Base-T Ethernet driver for the SAMA5D3. Denoted as 'A' to - * distinguish it from the SAMA5D4 EMAC driver. - * - * Copyright (C) 2013-2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013-2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_emacb.c b/arch/arm/src/sama5/sam_emacb.c index a4c94e13f3..e0893dd52a 100644 --- a/arch/arm/src/sama5/sam_emacb.c +++ b/arch/arm/src/sama5/sam_emacb.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_emacb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_ethernet.c b/arch/arm/src/sama5/sam_ethernet.c index 417fdf281a..89f38a8415 100644 --- a/arch/arm/src/sama5/sam_ethernet.c +++ b/arch/arm/src/sama5/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_ethernet.h b/arch/arm/src/sama5/sam_ethernet.h index 4a19c92581..93de171d6f 100644 --- a/arch/arm/src/sama5/sam_ethernet.h +++ b/arch/arm/src/sama5/sam_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_ethernet.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/arch/arm/src/sama5/sam_flexcom_serial.c b/arch/arm/src/sama5/sam_flexcom_serial.c index ef2d6c6c14..63da053891 100644 --- a/arch/arm/src/sama5/sam_flexcom_serial.c +++ b/arch/arm/src/sama5/sam_flexcom_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_flexcom_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/arch/arm/src/sama5/sam_flexcom_spi.c b/arch/arm/src/sama5/sam_flexcom_spi.c index 6ecc1c7fa6..e55e1062f3 100644 --- a/arch/arm/src/sama5/sam_flexcom_spi.c +++ b/arch/arm/src/sama5/sam_flexcom_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_flexcom_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/arch/arm/src/sama5/sam_flexcom_spi.h b/arch/arm/src/sama5/sam_flexcom_spi.h index 3f2fd03c19..69aa370c5f 100644 --- a/arch/arm/src/sama5/sam_flexcom_spi.h +++ b/arch/arm/src/sama5/sam_flexcom_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_flexcom_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/arch/arm/src/sama5/sam_freerun.c b/arch/arm/src/sama5/sam_freerun.c index d7072bc154..07f8e5e7c9 100644 --- a/arch/arm/src/sama5/sam_freerun.c +++ b/arch/arm/src/sama5/sam_freerun.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_freerun.c * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sama5/sam_freerun.h b/arch/arm/src/sama5/sam_freerun.h index f27df52c06..a7e8432891 100644 --- a/arch/arm/src/sama5/sam_freerun.h +++ b/arch/arm/src/sama5/sam_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_freerun.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/arch/arm/src/sama5/sam_gf1024.c b/arch/arm/src/sama5/sam_gf1024.c index f7e013654b..c836eae910 100644 --- a/arch/arm/src/sama5/sam_gf1024.c +++ b/arch/arm/src/sama5/sam_gf1024.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_gf1024.c * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Taken from Atmel NoOS sample code. - * The Atmel sample code has a BSD compatible license that - * requires this copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_gf512.c b/arch/arm/src/sama5/sam_gf512.c index 85347aa36e..0c939b84ee 100644 --- a/arch/arm/src/sama5/sam_gf512.c +++ b/arch/arm/src/sama5/sam_gf512.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_gf512.c * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Taken from Atmel NoOS sample code. - * The Atmel sample code has a BSD compatible license that requires - * this copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_gmac.c b/arch/arm/src/sama5/sam_gmac.c index 81b9954835..4f77784eda 100644 --- a/arch/arm/src/sama5/sam_gmac.c +++ b/arch/arm/src/sama5/sam_gmac.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_gmac.c * - * Copyright (C) 2013-2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013-2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_hsmci.c b/arch/arm/src/sama5/sam_hsmci.c index 0c18a7e7fd..b027ee3c54 100644 --- a/arch/arm/src/sama5/sam_hsmci.c +++ b/arch/arm/src/sama5/sam_hsmci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_hsmci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_hsmci.h b/arch/arm/src/sama5/sam_hsmci.h index 34f9ef7f1a..f0ab65d54b 100644 --- a/arch/arm/src/sama5/sam_hsmci.h +++ b/arch/arm/src/sama5/sam_hsmci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_hsmci.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/arch/arm/src/sama5/sam_hsmci_clkdiv.c b/arch/arm/src/sama5/sam_hsmci_clkdiv.c index 798f5f6476..c3e1d49e6e 100644 --- a/arch/arm/src/sama5/sam_hsmci_clkdiv.c +++ b/arch/arm/src/sama5/sam_hsmci_clkdiv.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_hsmci_clkdiv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_irq.c b/arch/arm/src/sama5/sam_irq.c index b3f07dc0a1..ba737824b8 100644 --- a/arch/arm/src/sama5/sam_irq.c +++ b/arch/arm/src/sama5/sam_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_irq.h b/arch/arm/src/sama5/sam_irq.h index 8a0bc920e0..33eef5abee 100644 --- a/arch/arm/src/sama5/sam_irq.h +++ b/arch/arm/src/sama5/sam_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_irq.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/arch/arm/src/sama5/sam_isi.c b/arch/arm/src/sama5/sam_isi.c index b5076ef51d..2825c8072e 100644 --- a/arch/arm/src/sama5/sam_isi.c +++ b/arch/arm/src/sama5/sam_isi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_isi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_isi.h b/arch/arm/src/sama5/sam_isi.h index 418def8cd6..3632845708 100644 --- a/arch/arm/src/sama5/sam_isi.h +++ b/arch/arm/src/sama5/sam_isi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_isi.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/arch/arm/src/sama5/sam_lcd.c b/arch/arm/src/sama5/sam_lcd.c index 8f6ca524fd..eb252d4efb 100644 --- a/arch/arm/src/sama5/sam_lcd.c +++ b/arch/arm/src/sama5/sam_lcd.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_lcd.c * - * Copyright (C) 2013-2014, 2016 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_lcd.h b/arch/arm/src/sama5/sam_lcd.h index 1f2a8cb37b..fe65b57c97 100644 --- a/arch/arm/src/sama5/sam_lcd.h +++ b/arch/arm/src/sama5/sam_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_lcd.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/arch/arm/src/sama5/sam_lowputc.c b/arch/arm/src/sama5/sam_lowputc.c index e2fa599f50..c743996e1a 100644 --- a/arch/arm/src/sama5/sam_lowputc.c +++ b/arch/arm/src/sama5/sam_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_lowputc.h b/arch/arm/src/sama5/sam_lowputc.h index cda6e5f937..3ea7abd02e 100644 --- a/arch/arm/src/sama5/sam_lowputc.h +++ b/arch/arm/src/sama5/sam_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_lowputc.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/arch/arm/src/sama5/sam_mcan.c b/arch/arm/src/sama5/sam_mcan.c index 71cee8d007..cb38c60c6d 100644 --- a/arch/arm/src/sama5/sam_mcan.c +++ b/arch/arm/src/sama5/sam_mcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_mcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_mcan.h b/arch/arm/src/sama5/sam_mcan.h index 62b84969df..55de4b0eb5 100644 --- a/arch/arm/src/sama5/sam_mcan.h +++ b/arch/arm/src/sama5/sam_mcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_mcan.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/arch/arm/src/sama5/sam_memories.c b/arch/arm/src/sama5/sam_memories.c index 796a6c2e14..41bcbb5186 100644 --- a/arch/arm/src/sama5/sam_memories.c +++ b/arch/arm/src/sama5/sam_memories.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_memories.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_memories.h b/arch/arm/src/sama5/sam_memories.h index d96372fbaa..8b90575602 100644 --- a/arch/arm/src/sama5/sam_memories.h +++ b/arch/arm/src/sama5/sam_memories.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_memories.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/arch/arm/src/sama5/sam_memorymap.c b/arch/arm/src/sama5/sam_memorymap.c index 95393feff4..ec028140bd 100644 --- a/arch/arm/src/sama5/sam_memorymap.c +++ b/arch/arm/src/sama5/sam_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_memorymap.h b/arch/arm/src/sama5/sam_memorymap.h index cfbc04c6ab..fd8f6be3c9 100644 --- a/arch/arm/src/sama5/sam_memorymap.h +++ b/arch/arm/src/sama5/sam_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_memorymap.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/arch/arm/src/sama5/sam_nand.c b/arch/arm/src/sama5/sam_nand.c index 65ace74ab5..e43c4965ff 100644 --- a/arch/arm/src/sama5/sam_nand.c +++ b/arch/arm/src/sama5/sam_nand.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_nand.c * - * Copyright (C) 2013, 2016-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_nand.h b/arch/arm/src/sama5/sam_nand.h index ef038b2ba6..8b37bf09a4 100644 --- a/arch/arm/src/sama5/sam_nand.h +++ b/arch/arm/src/sama5/sam_nand.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_nand.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/arch/arm/src/sama5/sam_ohci.c b/arch/arm/src/sama5/sam_ohci.c index 37e5947a67..5036a5fc88 100644 --- a/arch/arm/src/sama5/sam_ohci.c +++ b/arch/arm/src/sama5/sam_ohci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_ohci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_oneshot.c b/arch/arm/src/sama5/sam_oneshot.c index 13e3367753..9003efe9ce 100644 --- a/arch/arm/src/sama5/sam_oneshot.c +++ b/arch/arm/src/sama5/sam_oneshot.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_oneshot.c * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sama5/sam_oneshot.h b/arch/arm/src/sama5/sam_oneshot.h index 15ba5cf0c0..1aeaf287f5 100644 --- a/arch/arm/src/sama5/sam_oneshot.h +++ b/arch/arm/src/sama5/sam_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_oneshot.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/arch/arm/src/sama5/sam_oneshot_lowerhalf.c b/arch/arm/src/sama5/sam_oneshot_lowerhalf.c index b68f73111d..6ce17a5b05 100644 --- a/arch/arm/src/sama5/sam_oneshot_lowerhalf.c +++ b/arch/arm/src/sama5/sam_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_pck.c b/arch/arm/src/sama5/sam_pck.c index 7b1b814d32..44fbaba6f8 100644 --- a/arch/arm/src/sama5/sam_pck.c +++ b/arch/arm/src/sama5/sam_pck.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pck.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_pck.h b/arch/arm/src/sama5/sam_pck.h index 246c8351cf..7b69a8ba23 100644 --- a/arch/arm/src/sama5/sam_pck.h +++ b/arch/arm/src/sama5/sam_pck.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pck.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/arch/arm/src/sama5/sam_periphclks.h b/arch/arm/src/sama5/sam_periphclks.h index 41c0c45b3a..7412d27631 100644 --- a/arch/arm/src/sama5/sam_periphclks.h +++ b/arch/arm/src/sama5/sam_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_periphclks.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/arch/arm/src/sama5/sam_pgalloc.c b/arch/arm/src/sama5/sam_pgalloc.c index fb611a33bf..1f0b982800 100644 --- a/arch/arm/src/sama5/sam_pgalloc.c +++ b/arch/arm/src/sama5/sam_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pgalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_pgalloc.h b/arch/arm/src/sama5/sam_pgalloc.h index 9609c719dd..ea1fd948cc 100644 --- a/arch/arm/src/sama5/sam_pgalloc.h +++ b/arch/arm/src/sama5/sam_pgalloc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pgalloc.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/arch/arm/src/sama5/sam_pio.c b/arch/arm/src/sama5/sam_pio.c index 497107c4ed..a57031895b 100644 --- a/arch/arm/src/sama5/sam_pio.c +++ b/arch/arm/src/sama5/sam_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_pio.h b/arch/arm/src/sama5/sam_pio.h index fc1620fc54..bf6f0bb6c2 100644 --- a/arch/arm/src/sama5/sam_pio.h +++ b/arch/arm/src/sama5/sam_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pio.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/arch/arm/src/sama5/sam_pioirq.c b/arch/arm/src/sama5/sam_pioirq.c index 555a159083..c8b0f77d66 100644 --- a/arch/arm/src/sama5/sam_pioirq.c +++ b/arch/arm/src/sama5/sam_pioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_pmc.c b/arch/arm/src/sama5/sam_pmc.c index bfe6ac711f..8c10ecbf30 100644 --- a/arch/arm/src/sama5/sam_pmc.c +++ b/arch/arm/src/sama5/sam_pmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_pmc.h b/arch/arm/src/sama5/sam_pmc.h index 14d63c91b8..b67ff926f4 100644 --- a/arch/arm/src/sama5/sam_pmc.h +++ b/arch/arm/src/sama5/sam_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pmc.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/arch/arm/src/sama5/sam_pmecc.c b/arch/arm/src/sama5/sam_pmecc.c index 280d31cd90..1acae04ca5 100644 --- a/arch/arm/src/sama5/sam_pmecc.c +++ b/arch/arm/src/sama5/sam_pmecc.c @@ -1,14 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pmecc.c * - * Copyright (C) 2013, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * All of the detailed PMECC operations are taken directly from the Atmel - * NoOS sample code. The Atmel sample code has a BSD compatible license - * that requires this copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/sama5/sam_pmecc.h b/arch/arm/src/sama5/sam_pmecc.h index 355dce4f27..35ab579715 100644 --- a/arch/arm/src/sama5/sam_pmecc.h +++ b/arch/arm/src/sama5/sam_pmecc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pmecc.h * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This logic was based largely on Atmel sample code with modifications for - * better integration with NuttX. The Atmel sample code has a BSD - * compatible license that requires this copyright notice: - * - * Copyright (c) 2010, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2010 Atmel Corporation + * 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/arch/arm/src/sama5/sam_pwm.c b/arch/arm/src/sama5/sam_pwm.c index 5d353451b6..a718b4133e 100644 --- a/arch/arm/src/sama5/sam_pwm.c +++ b/arch/arm/src/sama5/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_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/arch/arm/src/sama5/sam_pwm.h b/arch/arm/src/sama5/sam_pwm.h index c15ed057f6..3af55d493a 100644 --- a/arch/arm/src/sama5/sam_pwm.h +++ b/arch/arm/src/sama5/sam_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_pwm.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/arch/arm/src/sama5/sam_qspi.c b/arch/arm/src/sama5/sam_qspi.c index caaef8c8d9..c0f37e3751 100644 --- a/arch/arm/src/sama5/sam_qspi.c +++ b/arch/arm/src/sama5/sam_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_qspi.h b/arch/arm/src/sama5/sam_qspi.h index a6d3bcfc0f..1c9781b9fa 100644 --- a/arch/arm/src/sama5/sam_qspi.h +++ b/arch/arm/src/sama5/sam_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_qspi.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/arch/arm/src/sama5/sam_rtc.c b/arch/arm/src/sama5/sam_rtc.c index 12d1301ddb..e852a5645f 100644 --- a/arch/arm/src/sama5/sam_rtc.c +++ b/arch/arm/src/sama5/sam_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_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/arch/arm/src/sama5/sam_rtc.h b/arch/arm/src/sama5/sam_rtc.h index 39fc42ea73..f0076d0730 100644 --- a/arch/arm/src/sama5/sam_rtc.h +++ b/arch/arm/src/sama5/sam_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_rtc.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/arch/arm/src/sama5/sam_sckc.c b/arch/arm/src/sama5/sam_sckc.c index c3d18ef7aa..82b3649e86 100644 --- a/arch/arm/src/sama5/sam_sckc.c +++ b/arch/arm/src/sama5/sam_sckc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_sckc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_sckc.h b/arch/arm/src/sama5/sam_sckc.h index a0ca52291a..74209a5b6f 100644 --- a/arch/arm/src/sama5/sam_sckc.h +++ b/arch/arm/src/sama5/sam_sckc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_sckc.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/arch/arm/src/sama5/sam_sdmmc.c b/arch/arm/src/sama5/sam_sdmmc.c index b22309e07c..b01506c665 100644 --- a/arch/arm/src/sama5/sam_sdmmc.c +++ b/arch/arm/src/sama5/sam_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_sdmmc.h b/arch/arm/src/sama5/sam_sdmmc.h index 5485ffa6fa..950e3a50d4 100644 --- a/arch/arm/src/sama5/sam_sdmmc.h +++ b/arch/arm/src/sama5/sam_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_sdmmc.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/arch/arm/src/sama5/sam_serial.c b/arch/arm/src/sama5/sam_serial.c index 45d74c6ee6..a695fa8158 100644 --- a/arch/arm/src/sama5/sam_serial.c +++ b/arch/arm/src/sama5/sam_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_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/arch/arm/src/sama5/sam_serial.h b/arch/arm/src/sama5/sam_serial.h index 66ab073c8a..6e0aa69afd 100644 --- a/arch/arm/src/sama5/sam_serial.h +++ b/arch/arm/src/sama5/sam_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_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/arch/arm/src/sama5/sam_serialinit.c b/arch/arm/src/sama5/sam_serialinit.c index b6744bdc6c..94adcad729 100644 --- a/arch/arm/src/sama5/sam_serialinit.c +++ b/arch/arm/src/sama5/sam_serialinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_serialinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_sfc.c b/arch/arm/src/sama5/sam_sfc.c index f6e7a12a0b..ad7844348f 100644 --- a/arch/arm/src/sama5/sam_sfc.c +++ b/arch/arm/src/sama5/sam_sfc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_sfc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_sfc.h b/arch/arm/src/sama5/sam_sfc.h index b2e277a9fd..b4d290e0cf 100644 --- a/arch/arm/src/sama5/sam_sfc.h +++ b/arch/arm/src/sama5/sam_sfc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_sfc.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/arch/arm/src/sama5/sam_spi.c b/arch/arm/src/sama5/sam_spi.c index c925fce47f..48a7e6b122 100644 --- a/arch/arm/src/sama5/sam_spi.c +++ b/arch/arm/src/sama5/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_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/arch/arm/src/sama5/sam_spi.h b/arch/arm/src/sama5/sam_spi.h index 6b66e2044d..10d5f4ea65 100644 --- a/arch/arm/src/sama5/sam_spi.h +++ b/arch/arm/src/sama5/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_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/arch/arm/src/sama5/sam_ssc.c b/arch/arm/src/sama5/sam_ssc.c index 3927efafdf..ea41ac8f94 100644 --- a/arch/arm/src/sama5/sam_ssc.c +++ b/arch/arm/src/sama5/sam_ssc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_ssc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_ssc.h b/arch/arm/src/sama5/sam_ssc.h index cfec26a842..b345fa1b8f 100644 --- a/arch/arm/src/sama5/sam_ssc.h +++ b/arch/arm/src/sama5/sam_ssc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_ssc.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/arch/arm/src/sama5/sam_systemreset.c b/arch/arm/src/sama5/sam_systemreset.c index b3e58e90a3..24bed5e441 100644 --- a/arch/arm/src/sama5/sam_systemreset.c +++ b/arch/arm/src/sama5/sam_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_systemreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_tc.c b/arch/arm/src/sama5/sam_tc.c index b9d6f33f76..fba805fca0 100644 --- a/arch/arm/src/sama5/sam_tc.c +++ b/arch/arm/src/sama5/sam_tc.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_tc.c * - * Copyright (C) 2013-2014, 2016-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sama5/sam_tc.h b/arch/arm/src/sama5/sam_tc.h index 1af468b46a..22d73538bb 100644 --- a/arch/arm/src/sama5/sam_tc.h +++ b/arch/arm/src/sama5/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_tc.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/arch/arm/src/sama5/sam_tickless.c b/arch/arm/src/sama5/sam_tickless.c index 6937e7bd49..da58881743 100644 --- a/arch/arm/src/sama5/sam_tickless.c +++ b/arch/arm/src/sama5/sam_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_timerisr.c b/arch/arm/src/sama5/sam_timerisr.c index 63a37a4afc..b3665292e5 100644 --- a/arch/arm/src/sama5/sam_timerisr.c +++ b/arch/arm/src/sama5/sam_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_trng.c b/arch/arm/src/sama5/sam_trng.c index ff41e9153a..b2de3749da 100644 --- a/arch/arm/src/sama5/sam_trng.c +++ b/arch/arm/src/sama5/sam_trng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_trng.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_trng.h b/arch/arm/src/sama5/sam_trng.h index bd044bb4ce..0534f1e492 100644 --- a/arch/arm/src/sama5/sam_trng.h +++ b/arch/arm/src/sama5/sam_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_trng.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/arch/arm/src/sama5/sam_tsd.c b/arch/arm/src/sama5/sam_tsd.c index 38a3409764..c03d4d40fa 100644 --- a/arch/arm/src/sama5/sam_tsd.c +++ b/arch/arm/src/sama5/sam_tsd.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_tsd.c * - * Copyright (C) 2013, 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sama5/sam_tsd.h b/arch/arm/src/sama5/sam_tsd.h index 8dcb0c1af3..5de9524fba 100644 --- a/arch/arm/src/sama5/sam_tsd.h +++ b/arch/arm/src/sama5/sam_tsd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_tsd.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/arch/arm/src/sama5/sam_twi.c b/arch/arm/src/sama5/sam_twi.c index 43c4c16fd6..4fc04e2f6c 100644 --- a/arch/arm/src/sama5/sam_twi.c +++ b/arch/arm/src/sama5/sam_twi.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/sama5/sam_twi.c * - * Copyright (C) 2013-2014, 2016-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/sama5/sam_twi.h b/arch/arm/src/sama5/sam_twi.h index eefd2e4d4f..902310ab02 100644 --- a/arch/arm/src/sama5/sam_twi.h +++ b/arch/arm/src/sama5/sam_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_twi.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/arch/arm/src/sama5/sam_udphs.c b/arch/arm/src/sama5/sam_udphs.c index 6c8c7dfb9c..c4332a594e 100644 --- a/arch/arm/src/sama5/sam_udphs.c +++ b/arch/arm/src/sama5/sam_udphs.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/sama5/sam_udphs.c * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2009, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009 Atmel Corporation + * 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/arch/arm/src/sama5/sam_udphs.h b/arch/arm/src/sama5/sam_udphs.h index f3c02cdb44..950ad99e52 100644 --- a/arch/arm/src/sama5/sam_udphs.h +++ b/arch/arm/src/sama5/sam_udphs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_udphs.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/arch/arm/src/sama5/sam_usbhost.c b/arch/arm/src/sama5/sam_usbhost.c index a014b3f332..7b0bed2d6d 100644 --- a/arch/arm/src/sama5/sam_usbhost.c +++ b/arch/arm/src/sama5/sam_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_usbhost.h b/arch/arm/src/sama5/sam_usbhost.h index fe9be354d9..cafa7bfa4d 100644 --- a/arch/arm/src/sama5/sam_usbhost.h +++ b/arch/arm/src/sama5/sam_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_usbhost.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/arch/arm/src/sama5/sam_wdt.c b/arch/arm/src/sama5/sam_wdt.c index abb44dd103..88590db608 100644 --- a/arch/arm/src/sama5/sam_wdt.c +++ b/arch/arm/src/sama5/sam_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sam_wdt.h b/arch/arm/src/sama5/sam_wdt.h index 8aba0fe1ea..f34af65c81 100644 --- a/arch/arm/src/sama5/sam_wdt.h +++ b/arch/arm/src/sama5/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_wdt.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/arch/arm/src/sama5/sam_xdmac.c b/arch/arm/src/sama5/sam_xdmac.c index a97d249b60..3a7ea31616 100644 --- a/arch/arm/src/sama5/sam_xdmac.c +++ b/arch/arm/src/sama5/sam_xdmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sam_xdmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sama5d2x_memorymap.c b/arch/arm/src/sama5/sama5d2x_memorymap.c index 76b8dea231..d6883ff43a 100644 --- a/arch/arm/src/sama5/sama5d2x_memorymap.c +++ b/arch/arm/src/sama5/sama5d2x_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d2x_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sama5d2x_periphclks.h b/arch/arm/src/sama5/sama5d2x_periphclks.h index df16fea3a3..92f0e78011 100644 --- a/arch/arm/src/sama5/sama5d2x_periphclks.h +++ b/arch/arm/src/sama5/sama5d2x_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d2x_periphclks.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/arch/arm/src/sama5/sama5d2x_pio.c b/arch/arm/src/sama5/sama5d2x_pio.c index 951ff45ea9..ab4192bfdd 100644 --- a/arch/arm/src/sama5/sama5d2x_pio.c +++ b/arch/arm/src/sama5/sama5d2x_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d2x_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sama5d2x_pio.h b/arch/arm/src/sama5/sama5d2x_pio.h index 12a7bc81f3..593541b3de 100644 --- a/arch/arm/src/sama5/sama5d2x_pio.h +++ b/arch/arm/src/sama5/sama5d2x_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d2x_pio.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/arch/arm/src/sama5/sama5d3x4x_pio.c b/arch/arm/src/sama5/sama5d3x4x_pio.c index cfd8ddd327..6b353681c7 100644 --- a/arch/arm/src/sama5/sama5d3x4x_pio.c +++ b/arch/arm/src/sama5/sama5d3x4x_pio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d3x4x_pio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sama5d3x4x_pio.h b/arch/arm/src/sama5/sama5d3x4x_pio.h index 24b7b407b3..b80ef001ed 100644 --- a/arch/arm/src/sama5/sama5d3x4x_pio.h +++ b/arch/arm/src/sama5/sama5d3x4x_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d3x4x_pio.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/arch/arm/src/sama5/sama5d3x_memorymap.c b/arch/arm/src/sama5/sama5d3x_memorymap.c index 59a13169de..f9ae6531b5 100644 --- a/arch/arm/src/sama5/sama5d3x_memorymap.c +++ b/arch/arm/src/sama5/sama5d3x_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d3x_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sama5d3x_periphclks.h b/arch/arm/src/sama5/sama5d3x_periphclks.h index 376e7a9609..ed6eb0926c 100644 --- a/arch/arm/src/sama5/sama5d3x_periphclks.h +++ b/arch/arm/src/sama5/sama5d3x_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d3x_periphclks.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/arch/arm/src/sama5/sama5d4x_memorymap.c b/arch/arm/src/sama5/sama5d4x_memorymap.c index 5c32bb608b..0460b5a28a 100644 --- a/arch/arm/src/sama5/sama5d4x_memorymap.c +++ b/arch/arm/src/sama5/sama5d4x_memorymap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d4x_memorymap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/sama5/sama5d4x_periphclks.h b/arch/arm/src/sama5/sama5d4x_periphclks.h index 8eb4321020..b4948a0993 100644 --- a/arch/arm/src/sama5/sama5d4x_periphclks.h +++ b/arch/arm/src/sama5/sama5d4x_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/sama5/sama5d4x_periphclks.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/arch/arm/src/samd2l2/Make.defs b/arch/arm/src/samd2l2/Make.defs index 67645899a5..ffd70766c4 100644 --- a/arch/arm/src/samd2l2/Make.defs +++ b/arch/arm/src/samd2l2/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/samd2l2/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/arch/arm/src/samd2l2/chip.h b/arch/arm/src/samd2l2/chip.h index a769001822..5fa01e7ac2 100644 --- a/arch/arm/src/samd2l2/chip.h +++ b/arch/arm/src/samd2l2/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/chip.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/arch/arm/src/samd2l2/hardware/samd20_memorymap.h b/arch/arm/src/samd2l2/hardware/samd20_memorymap.h index 2363b0618f..00fce3684a 100644 --- a/arch/arm/src/samd2l2/hardware/samd20_memorymap.h +++ b/arch/arm/src/samd2l2/hardware/samd20_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd20_memorymap.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/arch/arm/src/samd2l2/hardware/samd20_pinmap.h b/arch/arm/src/samd2l2/hardware/samd20_pinmap.h index 64e6171372..e70e2db8e3 100644 --- a/arch/arm/src/samd2l2/hardware/samd20_pinmap.h +++ b/arch/arm/src/samd2l2/hardware/samd20_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd20_pinmap.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/arch/arm/src/samd2l2/hardware/samd21_memorymap.h b/arch/arm/src/samd2l2/hardware/samd21_memorymap.h index 0db9196b93..ee4d77f1ef 100644 --- a/arch/arm/src/samd2l2/hardware/samd21_memorymap.h +++ b/arch/arm/src/samd2l2/hardware/samd21_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd21_memorymap.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/arch/arm/src/samd2l2/hardware/samd21_pinmap.h b/arch/arm/src/samd2l2/hardware/samd21_pinmap.h index 1fdcd1b86a..c416232e59 100644 --- a/arch/arm/src/samd2l2/hardware/samd21_pinmap.h +++ b/arch/arm/src/samd2l2/hardware/samd21_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd21_pinmap.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/arch/arm/src/samd2l2/hardware/samd_ac.h b/arch/arm/src/samd2l2/hardware/samd_ac.h index 3928dabc8d..0701f94fc2 100644 --- a/arch/arm/src/samd2l2/hardware/samd_ac.h +++ b/arch/arm/src/samd2l2/hardware/samd_ac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_ac.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/arch/arm/src/samd2l2/hardware/samd_adc.h b/arch/arm/src/samd2l2/hardware/samd_adc.h index c4d49661d4..5e6c1e4857 100644 --- a/arch/arm/src/samd2l2/hardware/samd_adc.h +++ b/arch/arm/src/samd2l2/hardware/samd_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_adc.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/arch/arm/src/samd2l2/hardware/samd_dac.h b/arch/arm/src/samd2l2/hardware/samd_dac.h index 966bb3f8eb..2497bc324c 100644 --- a/arch/arm/src/samd2l2/hardware/samd_dac.h +++ b/arch/arm/src/samd2l2/hardware/samd_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_dac.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/arch/arm/src/samd2l2/hardware/samd_dmac.h b/arch/arm/src/samd2l2/hardware/samd_dmac.h index 4a117f49b2..985b48de33 100644 --- a/arch/arm/src/samd2l2/hardware/samd_dmac.h +++ b/arch/arm/src/samd2l2/hardware/samd_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_dmac.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/arch/arm/src/samd2l2/hardware/samd_eic.h b/arch/arm/src/samd2l2/hardware/samd_eic.h index 19ccb9aae8..6863c499ba 100644 --- a/arch/arm/src/samd2l2/hardware/samd_eic.h +++ b/arch/arm/src/samd2l2/hardware/samd_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_eic.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/arch/arm/src/samd2l2/hardware/samd_evsys.h b/arch/arm/src/samd2l2/hardware/samd_evsys.h index 191f6df8b8..3fb4cfb32a 100644 --- a/arch/arm/src/samd2l2/hardware/samd_evsys.h +++ b/arch/arm/src/samd2l2/hardware/samd_evsys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_evsys.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/arch/arm/src/samd2l2/hardware/samd_fuses.h b/arch/arm/src/samd2l2/hardware/samd_fuses.h index d683183477..8b54620bbe 100644 --- a/arch/arm/src/samd2l2/hardware/samd_fuses.h +++ b/arch/arm/src/samd2l2/hardware/samd_fuses.h @@ -1,41 +1,22 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_fuses.h * - * Copyright (C) 2014-2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: Apache-2.0 * - * Some fuse-related definitions derive from Atmel sample code: + * Licensed to the Apache Software 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 * - * Copyright (c) 2013 Atmel Corporation. All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 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. The name of Atmel may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * 4. This software may only be redistributed and used in connection with - * an Atmel microcontroller product. - * - * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE - * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL 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/arch/arm/src/samd2l2/hardware/samd_gclk.h b/arch/arm/src/samd2l2/hardware/samd_gclk.h index 085bb908d8..c24fb52d5e 100644 --- a/arch/arm/src/samd2l2/hardware/samd_gclk.h +++ b/arch/arm/src/samd2l2/hardware/samd_gclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_gclk.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/arch/arm/src/samd2l2/hardware/samd_i2c_master.h b/arch/arm/src/samd2l2/hardware/samd_i2c_master.h index 222a525779..4301e953bd 100644 --- a/arch/arm/src/samd2l2/hardware/samd_i2c_master.h +++ b/arch/arm/src/samd2l2/hardware/samd_i2c_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_i2c_master.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/arch/arm/src/samd2l2/hardware/samd_i2c_slave.h b/arch/arm/src/samd2l2/hardware/samd_i2c_slave.h index 3c85d1b11a..d481c973ef 100644 --- a/arch/arm/src/samd2l2/hardware/samd_i2c_slave.h +++ b/arch/arm/src/samd2l2/hardware/samd_i2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_i2c_slave.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/arch/arm/src/samd2l2/hardware/samd_i2s.h b/arch/arm/src/samd2l2/hardware/samd_i2s.h index 12a537d53d..3b4d0b55e7 100644 --- a/arch/arm/src/samd2l2/hardware/samd_i2s.h +++ b/arch/arm/src/samd2l2/hardware/samd_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_i2s.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/arch/arm/src/samd2l2/hardware/samd_nvmctrl.h b/arch/arm/src/samd2l2/hardware/samd_nvmctrl.h index e8b7dc48d5..8e1c5c9043 100644 --- a/arch/arm/src/samd2l2/hardware/samd_nvmctrl.h +++ b/arch/arm/src/samd2l2/hardware/samd_nvmctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_nvmctrl.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/arch/arm/src/samd2l2/hardware/samd_pm.h b/arch/arm/src/samd2l2/hardware/samd_pm.h index 20e3ec76ec..094580a32f 100644 --- a/arch/arm/src/samd2l2/hardware/samd_pm.h +++ b/arch/arm/src/samd2l2/hardware/samd_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_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/arch/arm/src/samd2l2/hardware/samd_port.h b/arch/arm/src/samd2l2/hardware/samd_port.h index 9f57077ae8..8116f1d4ef 100644 --- a/arch/arm/src/samd2l2/hardware/samd_port.h +++ b/arch/arm/src/samd2l2/hardware/samd_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_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/arch/arm/src/samd2l2/hardware/samd_sercom.h b/arch/arm/src/samd2l2/hardware/samd_sercom.h index bf778b46a6..f0c6952f29 100644 --- a/arch/arm/src/samd2l2/hardware/samd_sercom.h +++ b/arch/arm/src/samd2l2/hardware/samd_sercom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_sercom.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/arch/arm/src/samd2l2/hardware/samd_spi.h b/arch/arm/src/samd2l2/hardware/samd_spi.h index ceccd9e14a..18c02cf440 100644 --- a/arch/arm/src/samd2l2/hardware/samd_spi.h +++ b/arch/arm/src/samd2l2/hardware/samd_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_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/arch/arm/src/samd2l2/hardware/samd_sysctrl.h b/arch/arm/src/samd2l2/hardware/samd_sysctrl.h index c20132cff4..113ddb5884 100644 --- a/arch/arm/src/samd2l2/hardware/samd_sysctrl.h +++ b/arch/arm/src/samd2l2/hardware/samd_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_sysctrl.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/arch/arm/src/samd2l2/hardware/samd_tc.h b/arch/arm/src/samd2l2/hardware/samd_tc.h index c91db46731..11d673473c 100644 --- a/arch/arm/src/samd2l2/hardware/samd_tc.h +++ b/arch/arm/src/samd2l2/hardware/samd_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_tc.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/arch/arm/src/samd2l2/hardware/samd_tcc.h b/arch/arm/src/samd2l2/hardware/samd_tcc.h index 25cd59ee72..c88af012ad 100644 --- a/arch/arm/src/samd2l2/hardware/samd_tcc.h +++ b/arch/arm/src/samd2l2/hardware/samd_tcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_tcc.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/arch/arm/src/samd2l2/hardware/samd_usart.h b/arch/arm/src/samd2l2/hardware/samd_usart.h index c92252ab60..a82b8d41f7 100644 --- a/arch/arm/src/samd2l2/hardware/samd_usart.h +++ b/arch/arm/src/samd2l2/hardware/samd_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_usart.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/arch/arm/src/samd2l2/hardware/samd_wdt.h b/arch/arm/src/samd2l2/hardware/samd_wdt.h index 3300e31757..ac315409d5 100644 --- a/arch/arm/src/samd2l2/hardware/samd_wdt.h +++ b/arch/arm/src/samd2l2/hardware/samd_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/samd_wdt.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/arch/arm/src/samd2l2/hardware/saml21_memorymap.h b/arch/arm/src/samd2l2/hardware/saml21_memorymap.h index 3b1b47dabe..ea367de690 100644 --- a/arch/arm/src/samd2l2/hardware/saml21_memorymap.h +++ b/arch/arm/src/samd2l2/hardware/saml21_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml21_memorymap.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/arch/arm/src/samd2l2/hardware/saml21_pinmap.h b/arch/arm/src/samd2l2/hardware/saml21_pinmap.h index 3e3582c9cb..3336e0fe37 100644 --- a/arch/arm/src/samd2l2/hardware/saml21_pinmap.h +++ b/arch/arm/src/samd2l2/hardware/saml21_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml21_pinmap.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/arch/arm/src/samd2l2/hardware/saml_adc.h b/arch/arm/src/samd2l2/hardware/saml_adc.h index e2d8e3fc43..651fea0e34 100644 --- a/arch/arm/src/samd2l2/hardware/saml_adc.h +++ b/arch/arm/src/samd2l2/hardware/saml_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_adc.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/arch/arm/src/samd2l2/hardware/saml_aes.h b/arch/arm/src/samd2l2/hardware/saml_aes.h index 6daee552fe..d5abdbaf42 100644 --- a/arch/arm/src/samd2l2/hardware/saml_aes.h +++ b/arch/arm/src/samd2l2/hardware/saml_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_aes.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/arch/arm/src/samd2l2/hardware/saml_dac.h b/arch/arm/src/samd2l2/hardware/saml_dac.h index ab8b9287db..fe5a1cd8ca 100644 --- a/arch/arm/src/samd2l2/hardware/saml_dac.h +++ b/arch/arm/src/samd2l2/hardware/saml_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_dac.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/arch/arm/src/samd2l2/hardware/saml_dmac.h b/arch/arm/src/samd2l2/hardware/saml_dmac.h index bdbec2fbcf..270c90e3a1 100644 --- a/arch/arm/src/samd2l2/hardware/saml_dmac.h +++ b/arch/arm/src/samd2l2/hardware/saml_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_dmac.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/arch/arm/src/samd2l2/hardware/saml_eic.h b/arch/arm/src/samd2l2/hardware/saml_eic.h index 3c40e45453..93ed610526 100644 --- a/arch/arm/src/samd2l2/hardware/saml_eic.h +++ b/arch/arm/src/samd2l2/hardware/saml_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_eic.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/arch/arm/src/samd2l2/hardware/saml_evsys.h b/arch/arm/src/samd2l2/hardware/saml_evsys.h index c53158d929..22f1138afa 100644 --- a/arch/arm/src/samd2l2/hardware/saml_evsys.h +++ b/arch/arm/src/samd2l2/hardware/saml_evsys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_evsys.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/arch/arm/src/samd2l2/hardware/saml_fuses.h b/arch/arm/src/samd2l2/hardware/saml_fuses.h index 1030adb056..7c0b3adbab 100644 --- a/arch/arm/src/samd2l2/hardware/saml_fuses.h +++ b/arch/arm/src/samd2l2/hardware/saml_fuses.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_fuses.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/arch/arm/src/samd2l2/hardware/saml_gclk.h b/arch/arm/src/samd2l2/hardware/saml_gclk.h index 51eaed7033..463e06031f 100644 --- a/arch/arm/src/samd2l2/hardware/saml_gclk.h +++ b/arch/arm/src/samd2l2/hardware/saml_gclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_gclk.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/arch/arm/src/samd2l2/hardware/saml_i2c_master.h b/arch/arm/src/samd2l2/hardware/saml_i2c_master.h index 5221cbabaa..cb8d084919 100644 --- a/arch/arm/src/samd2l2/hardware/saml_i2c_master.h +++ b/arch/arm/src/samd2l2/hardware/saml_i2c_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_i2c_master.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/arch/arm/src/samd2l2/hardware/saml_i2c_slave.h b/arch/arm/src/samd2l2/hardware/saml_i2c_slave.h index 875aedb1fa..0cd399ef56 100644 --- a/arch/arm/src/samd2l2/hardware/saml_i2c_slave.h +++ b/arch/arm/src/samd2l2/hardware/saml_i2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_i2c_slave.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/arch/arm/src/samd2l2/hardware/saml_mclk.h b/arch/arm/src/samd2l2/hardware/saml_mclk.h index 0ca66f2706..6ceb69b374 100644 --- a/arch/arm/src/samd2l2/hardware/saml_mclk.h +++ b/arch/arm/src/samd2l2/hardware/saml_mclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_mclk.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/arch/arm/src/samd2l2/hardware/saml_nvmctrl.h b/arch/arm/src/samd2l2/hardware/saml_nvmctrl.h index 407215ca01..cf9d6002a8 100644 --- a/arch/arm/src/samd2l2/hardware/saml_nvmctrl.h +++ b/arch/arm/src/samd2l2/hardware/saml_nvmctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_nvmctrl.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/arch/arm/src/samd2l2/hardware/saml_opamp.h b/arch/arm/src/samd2l2/hardware/saml_opamp.h index 5f5e675978..f584206c04 100644 --- a/arch/arm/src/samd2l2/hardware/saml_opamp.h +++ b/arch/arm/src/samd2l2/hardware/saml_opamp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_opamp.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/arch/arm/src/samd2l2/hardware/saml_osc32kctrl.h b/arch/arm/src/samd2l2/hardware/saml_osc32kctrl.h index b1b6339ca7..00613cc8e6 100644 --- a/arch/arm/src/samd2l2/hardware/saml_osc32kctrl.h +++ b/arch/arm/src/samd2l2/hardware/saml_osc32kctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_osc32kctrl.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/arch/arm/src/samd2l2/hardware/saml_oscctrl.h b/arch/arm/src/samd2l2/hardware/saml_oscctrl.h index 54efc40c1e..a087149b4c 100644 --- a/arch/arm/src/samd2l2/hardware/saml_oscctrl.h +++ b/arch/arm/src/samd2l2/hardware/saml_oscctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_oscctrl.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/arch/arm/src/samd2l2/hardware/saml_pm.h b/arch/arm/src/samd2l2/hardware/saml_pm.h index 2d3ec88f2c..a4608dfea6 100644 --- a/arch/arm/src/samd2l2/hardware/saml_pm.h +++ b/arch/arm/src/samd2l2/hardware/saml_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_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/arch/arm/src/samd2l2/hardware/saml_port.h b/arch/arm/src/samd2l2/hardware/saml_port.h index 5999b08e9b..2323aa8a90 100644 --- a/arch/arm/src/samd2l2/hardware/saml_port.h +++ b/arch/arm/src/samd2l2/hardware/saml_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_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/arch/arm/src/samd2l2/hardware/saml_rstc.h b/arch/arm/src/samd2l2/hardware/saml_rstc.h index 43f3067e04..bfb433497b 100644 --- a/arch/arm/src/samd2l2/hardware/saml_rstc.h +++ b/arch/arm/src/samd2l2/hardware/saml_rstc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_rstc.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/arch/arm/src/samd2l2/hardware/saml_sercom.h b/arch/arm/src/samd2l2/hardware/saml_sercom.h index fc3939dbea..b08fcd2e9f 100644 --- a/arch/arm/src/samd2l2/hardware/saml_sercom.h +++ b/arch/arm/src/samd2l2/hardware/saml_sercom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_sercom.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/arch/arm/src/samd2l2/hardware/saml_spi.h b/arch/arm/src/samd2l2/hardware/saml_spi.h index 94684a90c7..3cf5a34746 100644 --- a/arch/arm/src/samd2l2/hardware/saml_spi.h +++ b/arch/arm/src/samd2l2/hardware/saml_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_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/arch/arm/src/samd2l2/hardware/saml_supc.h b/arch/arm/src/samd2l2/hardware/saml_supc.h index e51dee5ae8..98226393ff 100644 --- a/arch/arm/src/samd2l2/hardware/saml_supc.h +++ b/arch/arm/src/samd2l2/hardware/saml_supc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_supc.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/arch/arm/src/samd2l2/hardware/saml_trng.h b/arch/arm/src/samd2l2/hardware/saml_trng.h index 4e2206ae00..5b86dbad35 100644 --- a/arch/arm/src/samd2l2/hardware/saml_trng.h +++ b/arch/arm/src/samd2l2/hardware/saml_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_trng.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/arch/arm/src/samd2l2/hardware/saml_usart.h b/arch/arm/src/samd2l2/hardware/saml_usart.h index dc78accbc6..b11a83b34e 100644 --- a/arch/arm/src/samd2l2/hardware/saml_usart.h +++ b/arch/arm/src/samd2l2/hardware/saml_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_usart.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/arch/arm/src/samd2l2/hardware/saml_usb.h b/arch/arm/src/samd2l2/hardware/saml_usb.h index 77f2067ae2..b2c7b57649 100644 --- a/arch/arm/src/samd2l2/hardware/saml_usb.h +++ b/arch/arm/src/samd2l2/hardware/saml_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_usb.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/arch/arm/src/samd2l2/hardware/saml_wdt.h b/arch/arm/src/samd2l2/hardware/saml_wdt.h index 32d515a4b8..336ce092a2 100644 --- a/arch/arm/src/samd2l2/hardware/saml_wdt.h +++ b/arch/arm/src/samd2l2/hardware/saml_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/hardware/saml_wdt.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/arch/arm/src/samd2l2/sam_ac.c b/arch/arm/src/samd2l2/sam_ac.c index d30f2f6267..dc19a1103c 100644 --- a/arch/arm/src/samd2l2/sam_ac.c +++ b/arch/arm/src/samd2l2/sam_ac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_ac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_ac.h b/arch/arm/src/samd2l2/sam_ac.h index 18b2fe5a96..09d0dfd255 100644 --- a/arch/arm/src/samd2l2/sam_ac.h +++ b/arch/arm/src/samd2l2/sam_ac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_ac.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/arch/arm/src/samd2l2/sam_adc.c b/arch/arm/src/samd2l2/sam_adc.c index 99cee48b05..0f2506beb3 100644 --- a/arch/arm/src/samd2l2/sam_adc.c +++ b/arch/arm/src/samd2l2/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_adc.h b/arch/arm/src/samd2l2/sam_adc.h index 697867c69a..29cdc8e0ea 100644 --- a/arch/arm/src/samd2l2/sam_adc.h +++ b/arch/arm/src/samd2l2/sam_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_adc.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/arch/arm/src/samd2l2/sam_clockconfig.h b/arch/arm/src/samd2l2/sam_clockconfig.h index c89492c65f..a4c45375ac 100644 --- a/arch/arm/src/samd2l2/sam_clockconfig.h +++ b/arch/arm/src/samd2l2/sam_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_clockconfig.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/arch/arm/src/samd2l2/sam_config.h b/arch/arm/src/samd2l2/sam_config.h index 758d5bd107..66ba39bff2 100644 --- a/arch/arm/src/samd2l2/sam_config.h +++ b/arch/arm/src/samd2l2/sam_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_config.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/arch/arm/src/samd2l2/sam_dac.h b/arch/arm/src/samd2l2/sam_dac.h index b0ce04f163..87e5a06658 100644 --- a/arch/arm/src/samd2l2/sam_dac.h +++ b/arch/arm/src/samd2l2/sam_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_dac.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/arch/arm/src/samd2l2/sam_dmac.c b/arch/arm/src/samd2l2/sam_dmac.c index 51f773f4da..659e5ac9c1 100644 --- a/arch/arm/src/samd2l2/sam_dmac.c +++ b/arch/arm/src/samd2l2/sam_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_dmac.h b/arch/arm/src/samd2l2/sam_dmac.h index fdbd9cf009..8964a0cd08 100644 --- a/arch/arm/src/samd2l2/sam_dmac.h +++ b/arch/arm/src/samd2l2/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_dmac.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/arch/arm/src/samd2l2/sam_eic.c b/arch/arm/src/samd2l2/sam_eic.c index cbbf8481b8..3f4b1db93d 100644 --- a/arch/arm/src/samd2l2/sam_eic.c +++ b/arch/arm/src/samd2l2/sam_eic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_eic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_eic.h b/arch/arm/src/samd2l2/sam_eic.h index 25679f161e..547ced5e97 100644 --- a/arch/arm/src/samd2l2/sam_eic.h +++ b/arch/arm/src/samd2l2/sam_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_eic.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/arch/arm/src/samd2l2/sam_evsys.h b/arch/arm/src/samd2l2/sam_evsys.h index 9ad57ec29b..0b5189930c 100644 --- a/arch/arm/src/samd2l2/sam_evsys.h +++ b/arch/arm/src/samd2l2/sam_evsys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_evsys.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/arch/arm/src/samd2l2/sam_fuses.h b/arch/arm/src/samd2l2/sam_fuses.h index 0086419d22..3d146d10ff 100644 --- a/arch/arm/src/samd2l2/sam_fuses.h +++ b/arch/arm/src/samd2l2/sam_fuses.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_fuses.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/arch/arm/src/samd2l2/sam_gclk.h b/arch/arm/src/samd2l2/sam_gclk.h index c9c49b8f4d..d16676bb25 100644 --- a/arch/arm/src/samd2l2/sam_gclk.h +++ b/arch/arm/src/samd2l2/sam_gclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_gclk.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/arch/arm/src/samd2l2/sam_i2c_master.c b/arch/arm/src/samd2l2/sam_i2c_master.c index b571270be6..a7e83d3b1d 100644 --- a/arch/arm/src/samd2l2/sam_i2c_master.c +++ b/arch/arm/src/samd2l2/sam_i2c_master.c @@ -1,16 +1,14 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_i2c_master.c * - * Copyright (C) 2013-2014, 2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 Filament - www.filament.com - * Author: Matt Thompson - * Author: Alan Carvalho de Assis - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 Filament - www.filament.com + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Matt Thompson + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/samd2l2/sam_i2c_master.h b/arch/arm/src/samd2l2/sam_i2c_master.h index c8fa93c608..dcd6206d78 100644 --- a/arch/arm/src/samd2l2/sam_i2c_master.h +++ b/arch/arm/src/samd2l2/sam_i2c_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_i2c_master.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/arch/arm/src/samd2l2/sam_i2c_slave.h b/arch/arm/src/samd2l2/sam_i2c_slave.h index e0be59b097..164ab86036 100644 --- a/arch/arm/src/samd2l2/sam_i2c_slave.h +++ b/arch/arm/src/samd2l2/sam_i2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_i2c_slave.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/arch/arm/src/samd2l2/sam_idle.c b/arch/arm/src/samd2l2/sam_idle.c index e12be899c4..a457e333d0 100644 --- a/arch/arm/src/samd2l2/sam_idle.c +++ b/arch/arm/src/samd2l2/sam_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_irq.c b/arch/arm/src/samd2l2/sam_irq.c index c3ee7ef5ae..af43983f67 100644 --- a/arch/arm/src/samd2l2/sam_irq.c +++ b/arch/arm/src/samd2l2/sam_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_irq.h b/arch/arm/src/samd2l2/sam_irq.h index 8287155f9b..02d025a2df 100644 --- a/arch/arm/src/samd2l2/sam_irq.h +++ b/arch/arm/src/samd2l2/sam_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_irq.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/arch/arm/src/samd2l2/sam_irqprio.c b/arch/arm/src/samd2l2/sam_irqprio.c index 8f0c5104c0..ba6b1f1000 100644 --- a/arch/arm/src/samd2l2/sam_irqprio.c +++ b/arch/arm/src/samd2l2/sam_irqprio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_irqprio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_lowputc.c b/arch/arm/src/samd2l2/sam_lowputc.c index 72b5beb8dc..1301965c35 100644 --- a/arch/arm/src/samd2l2/sam_lowputc.c +++ b/arch/arm/src/samd2l2/sam_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_lowputc.h b/arch/arm/src/samd2l2/sam_lowputc.h index 6e465304cf..aad66f5d96 100644 --- a/arch/arm/src/samd2l2/sam_lowputc.h +++ b/arch/arm/src/samd2l2/sam_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_lowputc.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/arch/arm/src/samd2l2/sam_periphclks.h b/arch/arm/src/samd2l2/sam_periphclks.h index 5f00c4b23b..cc76c56946 100644 --- a/arch/arm/src/samd2l2/sam_periphclks.h +++ b/arch/arm/src/samd2l2/sam_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_periphclks.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/arch/arm/src/samd2l2/sam_pinmap.h b/arch/arm/src/samd2l2/sam_pinmap.h index 6a5ea652cf..0a208a0979 100644 --- a/arch/arm/src/samd2l2/sam_pinmap.h +++ b/arch/arm/src/samd2l2/sam_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_pinmap.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/arch/arm/src/samd2l2/sam_pm.h b/arch/arm/src/samd2l2/sam_pm.h index b608d3678d..139b2502fd 100644 --- a/arch/arm/src/samd2l2/sam_pm.h +++ b/arch/arm/src/samd2l2/sam_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_port.c b/arch/arm/src/samd2l2/sam_port.c index b8cf604719..a9364722c5 100644 --- a/arch/arm/src/samd2l2/sam_port.c +++ b/arch/arm/src/samd2l2/sam_port.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_port.h b/arch/arm/src/samd2l2/sam_port.h index c955135b80..20fce15671 100644 --- a/arch/arm/src/samd2l2/sam_port.h +++ b/arch/arm/src/samd2l2/sam_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_sercom.c b/arch/arm/src/samd2l2/sam_sercom.c index d7f42b2f51..7fa17e2928 100644 --- a/arch/arm/src/samd2l2/sam_sercom.c +++ b/arch/arm/src/samd2l2/sam_sercom.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_sercom.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_sercom.h b/arch/arm/src/samd2l2/sam_sercom.h index 8a786b6077..d5de177123 100644 --- a/arch/arm/src/samd2l2/sam_sercom.h +++ b/arch/arm/src/samd2l2/sam_sercom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_sercom.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/arch/arm/src/samd2l2/sam_serial.c b/arch/arm/src/samd2l2/sam_serial.c index e9ee18b1bc..e955139e72 100644 --- a/arch/arm/src/samd2l2/sam_serial.c +++ b/arch/arm/src/samd2l2/sam_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_serial.h b/arch/arm/src/samd2l2/sam_serial.h index 36dc5d9bb5..c192484870 100644 --- a/arch/arm/src/samd2l2/sam_serial.h +++ b/arch/arm/src/samd2l2/sam_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_spi.c b/arch/arm/src/samd2l2/sam_spi.c index c106018d10..6666c5e6b1 100644 --- a/arch/arm/src/samd2l2/sam_spi.c +++ b/arch/arm/src/samd2l2/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_spi.h b/arch/arm/src/samd2l2/sam_spi.h index 188d6d3361..d544875db0 100644 --- a/arch/arm/src/samd2l2/sam_spi.h +++ b/arch/arm/src/samd2l2/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_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/arch/arm/src/samd2l2/sam_start.c b/arch/arm/src/samd2l2/sam_start.c index bcf88fa8ba..10996555ac 100644 --- a/arch/arm/src/samd2l2/sam_start.c +++ b/arch/arm/src/samd2l2/sam_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_start.h b/arch/arm/src/samd2l2/sam_start.h index e3ea329346..196febe88a 100644 --- a/arch/arm/src/samd2l2/sam_start.h +++ b/arch/arm/src/samd2l2/sam_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_start.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/arch/arm/src/samd2l2/sam_timerisr.c b/arch/arm/src/samd2l2/sam_timerisr.c index 9c9854ec96..8c005349a9 100644 --- a/arch/arm/src/samd2l2/sam_timerisr.c +++ b/arch/arm/src/samd2l2/sam_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_usart.c b/arch/arm/src/samd2l2/sam_usart.c index 88eddebe32..6070b4004b 100644 --- a/arch/arm/src/samd2l2/sam_usart.c +++ b/arch/arm/src/samd2l2/sam_usart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_usart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_usart.h b/arch/arm/src/samd2l2/sam_usart.h index 5ee437b207..0a2d93d859 100644 --- a/arch/arm/src/samd2l2/sam_usart.h +++ b/arch/arm/src/samd2l2/sam_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_usart.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/arch/arm/src/samd2l2/sam_usb.c b/arch/arm/src/samd2l2/sam_usb.c index 98f3a4cd98..abc0d2d76f 100644 --- a/arch/arm/src/samd2l2/sam_usb.c +++ b/arch/arm/src/samd2l2/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_usb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_usb.h b/arch/arm/src/samd2l2/sam_usb.h index cf8bf292b9..0af88faf73 100644 --- a/arch/arm/src/samd2l2/sam_usb.h +++ b/arch/arm/src/samd2l2/sam_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_usb.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/arch/arm/src/samd2l2/sam_userspace.c b/arch/arm/src/samd2l2/sam_userspace.c index b2e231be05..919e5b935b 100644 --- a/arch/arm/src/samd2l2/sam_userspace.c +++ b/arch/arm/src/samd2l2/sam_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/sam_userspace.h b/arch/arm/src/samd2l2/sam_userspace.h index a93d74a333..ab158c8c6e 100644 --- a/arch/arm/src/samd2l2/sam_userspace.h +++ b/arch/arm/src/samd2l2/sam_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/sam_userspace.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/arch/arm/src/samd2l2/samd_clockconfig.c b/arch/arm/src/samd2l2/samd_clockconfig.c index fa38ccea25..09eb66d76f 100644 --- a/arch/arm/src/samd2l2/samd_clockconfig.c +++ b/arch/arm/src/samd2l2/samd_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/samd_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/samd_gclk.c b/arch/arm/src/samd2l2/samd_gclk.c index 6097d52756..610336700d 100644 --- a/arch/arm/src/samd2l2/samd_gclk.c +++ b/arch/arm/src/samd2l2/samd_gclk.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/samd_gclk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/samd_periphclks.h b/arch/arm/src/samd2l2/samd_periphclks.h index 12e807b344..168f7cd640 100644 --- a/arch/arm/src/samd2l2/samd_periphclks.h +++ b/arch/arm/src/samd2l2/samd_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/samd_periphclks.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/arch/arm/src/samd2l2/saml_clockconfig.c b/arch/arm/src/samd2l2/saml_clockconfig.c index a612e41222..338da2c510 100644 --- a/arch/arm/src/samd2l2/saml_clockconfig.c +++ b/arch/arm/src/samd2l2/saml_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/saml_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/saml_gclk.c b/arch/arm/src/samd2l2/saml_gclk.c index 925d6b466c..629b29bbec 100644 --- a/arch/arm/src/samd2l2/saml_gclk.c +++ b/arch/arm/src/samd2l2/saml_gclk.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/saml_gclk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd2l2/saml_periphclks.h b/arch/arm/src/samd2l2/saml_periphclks.h index 0e6074f2f2..1a99f69d88 100644 --- a/arch/arm/src/samd2l2/saml_periphclks.h +++ b/arch/arm/src/samd2l2/saml_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd2l2/saml_periphclks.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/arch/arm/src/samd5e5/Make.defs b/arch/arm/src/samd5e5/Make.defs index 295e69804c..5a2b538f4f 100644 --- a/arch/arm/src/samd5e5/Make.defs +++ b/arch/arm/src/samd5e5/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/samd5e5/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/arch/arm/src/samd5e5/chip.h b/arch/arm/src/samd5e5/chip.h index e556a318ee..0e97442e2b 100644 --- a/arch/arm/src/samd5e5/chip.h +++ b/arch/arm/src/samd5e5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/chip.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/arch/arm/src/samd5e5/hardware/sam_aes.h b/arch/arm/src/samd5e5/hardware/sam_aes.h index 0e52c4e34c..fd5712d6af 100644 --- a/arch/arm/src/samd5e5/hardware/sam_aes.h +++ b/arch/arm/src/samd5e5/hardware/sam_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_aes.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/arch/arm/src/samd5e5/hardware/sam_cmcc.h b/arch/arm/src/samd5e5/hardware/sam_cmcc.h index 02310b398a..67c4573d2c 100644 --- a/arch/arm/src/samd5e5/hardware/sam_cmcc.h +++ b/arch/arm/src/samd5e5/hardware/sam_cmcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_cmcc.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/arch/arm/src/samd5e5/hardware/sam_dmac.h b/arch/arm/src/samd5e5/hardware/sam_dmac.h index 56a63320b2..9e75390d28 100644 --- a/arch/arm/src/samd5e5/hardware/sam_dmac.h +++ b/arch/arm/src/samd5e5/hardware/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_dmac.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/arch/arm/src/samd5e5/hardware/sam_eic.h b/arch/arm/src/samd5e5/hardware/sam_eic.h index 75fb1df5a2..82bda39cbd 100644 --- a/arch/arm/src/samd5e5/hardware/sam_eic.h +++ b/arch/arm/src/samd5e5/hardware/sam_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_eic.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/arch/arm/src/samd5e5/hardware/sam_evsys.h b/arch/arm/src/samd5e5/hardware/sam_evsys.h index 9f8b0e9dc0..9310ff542a 100644 --- a/arch/arm/src/samd5e5/hardware/sam_evsys.h +++ b/arch/arm/src/samd5e5/hardware/sam_evsys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_evsys.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/arch/arm/src/samd5e5/hardware/sam_fuses.h b/arch/arm/src/samd5e5/hardware/sam_fuses.h index 998a5dd5c4..6ff8e08fea 100644 --- a/arch/arm/src/samd5e5/hardware/sam_fuses.h +++ b/arch/arm/src/samd5e5/hardware/sam_fuses.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_fuses.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/arch/arm/src/samd5e5/hardware/sam_gclk.h b/arch/arm/src/samd5e5/hardware/sam_gclk.h index c64e508a23..cafc42d427 100644 --- a/arch/arm/src/samd5e5/hardware/sam_gclk.h +++ b/arch/arm/src/samd5e5/hardware/sam_gclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_gclk.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/arch/arm/src/samd5e5/hardware/sam_gmac.h b/arch/arm/src/samd5e5/hardware/sam_gmac.h index 9f39174ba4..1072945d88 100644 --- a/arch/arm/src/samd5e5/hardware/sam_gmac.h +++ b/arch/arm/src/samd5e5/hardware/sam_gmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_gmac.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/arch/arm/src/samd5e5/hardware/sam_i2c_master.h b/arch/arm/src/samd5e5/hardware/sam_i2c_master.h index 091fab06e8..01cd9c9015 100644 --- a/arch/arm/src/samd5e5/hardware/sam_i2c_master.h +++ b/arch/arm/src/samd5e5/hardware/sam_i2c_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_i2c_master.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/arch/arm/src/samd5e5/hardware/sam_i2c_slave.h b/arch/arm/src/samd5e5/hardware/sam_i2c_slave.h index 49664d42e4..63b095aaa0 100644 --- a/arch/arm/src/samd5e5/hardware/sam_i2c_slave.h +++ b/arch/arm/src/samd5e5/hardware/sam_i2c_slave.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_i2c_slave.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/arch/arm/src/samd5e5/hardware/sam_mclk.h b/arch/arm/src/samd5e5/hardware/sam_mclk.h index 9edc733b2d..b7ede88741 100644 --- a/arch/arm/src/samd5e5/hardware/sam_mclk.h +++ b/arch/arm/src/samd5e5/hardware/sam_mclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_mclk.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/arch/arm/src/samd5e5/hardware/sam_memorymap.h b/arch/arm/src/samd5e5/hardware/sam_memorymap.h index 78d4e22ff6..056e2b876f 100644 --- a/arch/arm/src/samd5e5/hardware/sam_memorymap.h +++ b/arch/arm/src/samd5e5/hardware/sam_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_memorymap.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/arch/arm/src/samd5e5/hardware/sam_nvmctrl.h b/arch/arm/src/samd5e5/hardware/sam_nvmctrl.h index d973d2106d..92b179ccc4 100644 --- a/arch/arm/src/samd5e5/hardware/sam_nvmctrl.h +++ b/arch/arm/src/samd5e5/hardware/sam_nvmctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_nvmctrl.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/arch/arm/src/samd5e5/hardware/sam_osc32kctrl.h b/arch/arm/src/samd5e5/hardware/sam_osc32kctrl.h index b09f46e4a6..62af10878d 100644 --- a/arch/arm/src/samd5e5/hardware/sam_osc32kctrl.h +++ b/arch/arm/src/samd5e5/hardware/sam_osc32kctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_osc32kctrl.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/arch/arm/src/samd5e5/hardware/sam_oscctrl.h b/arch/arm/src/samd5e5/hardware/sam_oscctrl.h index 2da4336f87..f05015b4de 100644 --- a/arch/arm/src/samd5e5/hardware/sam_oscctrl.h +++ b/arch/arm/src/samd5e5/hardware/sam_oscctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_oscctrl.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/arch/arm/src/samd5e5/hardware/sam_pac.h b/arch/arm/src/samd5e5/hardware/sam_pac.h index 49d3fee86f..ae02969aee 100644 --- a/arch/arm/src/samd5e5/hardware/sam_pac.h +++ b/arch/arm/src/samd5e5/hardware/sam_pac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_pac.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/arch/arm/src/samd5e5/hardware/sam_pinmap.h b/arch/arm/src/samd5e5/hardware/sam_pinmap.h index 51b0a2a6ad..3800991425 100644 --- a/arch/arm/src/samd5e5/hardware/sam_pinmap.h +++ b/arch/arm/src/samd5e5/hardware/sam_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_pinmap.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/arch/arm/src/samd5e5/hardware/sam_pm.h b/arch/arm/src/samd5e5/hardware/sam_pm.h index 83296bc0e1..6670c311af 100644 --- a/arch/arm/src/samd5e5/hardware/sam_pm.h +++ b/arch/arm/src/samd5e5/hardware/sam_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_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/arch/arm/src/samd5e5/hardware/sam_port.h b/arch/arm/src/samd5e5/hardware/sam_port.h index 65ea0e89ce..db0ac45b28 100644 --- a/arch/arm/src/samd5e5/hardware/sam_port.h +++ b/arch/arm/src/samd5e5/hardware/sam_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_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/arch/arm/src/samd5e5/hardware/sam_rstc.h b/arch/arm/src/samd5e5/hardware/sam_rstc.h index 2019991f32..d82c3af124 100644 --- a/arch/arm/src/samd5e5/hardware/sam_rstc.h +++ b/arch/arm/src/samd5e5/hardware/sam_rstc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_rstc.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/arch/arm/src/samd5e5/hardware/sam_spi.h b/arch/arm/src/samd5e5/hardware/sam_spi.h index ffef303d8b..c777521191 100644 --- a/arch/arm/src/samd5e5/hardware/sam_spi.h +++ b/arch/arm/src/samd5e5/hardware/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_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/arch/arm/src/samd5e5/hardware/sam_supc.h b/arch/arm/src/samd5e5/hardware/sam_supc.h index 99dbb58ab5..eaa2c32093 100644 --- a/arch/arm/src/samd5e5/hardware/sam_supc.h +++ b/arch/arm/src/samd5e5/hardware/sam_supc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_supc.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/arch/arm/src/samd5e5/hardware/sam_tc.h b/arch/arm/src/samd5e5/hardware/sam_tc.h index fe35b901fd..8cb1915732 100644 --- a/arch/arm/src/samd5e5/hardware/sam_tc.h +++ b/arch/arm/src/samd5e5/hardware/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_tc.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/arch/arm/src/samd5e5/hardware/sam_trng.h b/arch/arm/src/samd5e5/hardware/sam_trng.h index 6ab881293a..3597fbe905 100644 --- a/arch/arm/src/samd5e5/hardware/sam_trng.h +++ b/arch/arm/src/samd5e5/hardware/sam_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_trng.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/arch/arm/src/samd5e5/hardware/sam_usart.h b/arch/arm/src/samd5e5/hardware/sam_usart.h index 727a696b4c..28127ba519 100644 --- a/arch/arm/src/samd5e5/hardware/sam_usart.h +++ b/arch/arm/src/samd5e5/hardware/sam_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_usart.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/arch/arm/src/samd5e5/hardware/sam_usb.h b/arch/arm/src/samd5e5/hardware/sam_usb.h index eaae7936e4..2b9fa20747 100644 --- a/arch/arm/src/samd5e5/hardware/sam_usb.h +++ b/arch/arm/src/samd5e5/hardware/sam_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_usb.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/arch/arm/src/samd5e5/hardware/sam_wdt.h b/arch/arm/src/samd5e5/hardware/sam_wdt.h index fdf3dd11f2..b40733e5cd 100644 --- a/arch/arm/src/samd5e5/hardware/sam_wdt.h +++ b/arch/arm/src/samd5e5/hardware/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_wdt.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/arch/arm/src/samd5e5/hardware/samd5e5_memorymap.h b/arch/arm/src/samd5e5/hardware/samd5e5_memorymap.h index f18976e1ea..bf8fa27789 100644 --- a/arch/arm/src/samd5e5/hardware/samd5e5_memorymap.h +++ b/arch/arm/src/samd5e5/hardware/samd5e5_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/samd5e5_memorymap.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/arch/arm/src/samd5e5/hardware/samd5e5_pinmap.h b/arch/arm/src/samd5e5/hardware/samd5e5_pinmap.h index c06843e9ed..d1c35ec78b 100644 --- a/arch/arm/src/samd5e5/hardware/samd5e5_pinmap.h +++ b/arch/arm/src/samd5e5/hardware/samd5e5_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/samd5e5_pinmap.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/arch/arm/src/samd5e5/sam_clockconfig.c b/arch/arm/src/samd5e5/sam_clockconfig.c index 5372fcc775..a44904e4ca 100644 --- a/arch/arm/src/samd5e5/sam_clockconfig.c +++ b/arch/arm/src/samd5e5/sam_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_clockconfig.h b/arch/arm/src/samd5e5/sam_clockconfig.h index 6096395b40..77c5c984c5 100644 --- a/arch/arm/src/samd5e5/sam_clockconfig.h +++ b/arch/arm/src/samd5e5/sam_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_clockconfig.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/arch/arm/src/samd5e5/sam_cmcc.c b/arch/arm/src/samd5e5/sam_cmcc.c index 46fdf19990..51e831a9b7 100644 --- a/arch/arm/src/samd5e5/sam_cmcc.c +++ b/arch/arm/src/samd5e5/sam_cmcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_cmcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_cmcc.h b/arch/arm/src/samd5e5/sam_cmcc.h index 06f1b610c3..96ad6e2fda 100644 --- a/arch/arm/src/samd5e5/sam_cmcc.h +++ b/arch/arm/src/samd5e5/sam_cmcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_cmcc.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/arch/arm/src/samd5e5/sam_config.h b/arch/arm/src/samd5e5/sam_config.h index 8a5403547e..8027aeee00 100644 --- a/arch/arm/src/samd5e5/sam_config.h +++ b/arch/arm/src/samd5e5/sam_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_config.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/arch/arm/src/samd5e5/sam_dmac.c b/arch/arm/src/samd5e5/sam_dmac.c index bec956902c..ab7a17436c 100644 --- a/arch/arm/src/samd5e5/sam_dmac.c +++ b/arch/arm/src/samd5e5/sam_dmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_dmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_dmac.h b/arch/arm/src/samd5e5/sam_dmac.h index 0432b84910..74b3122903 100644 --- a/arch/arm/src/samd5e5/sam_dmac.h +++ b/arch/arm/src/samd5e5/sam_dmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_dmac.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/arch/arm/src/samd5e5/sam_eic.c b/arch/arm/src/samd5e5/sam_eic.c index 33369098fa..38469a32f3 100644 --- a/arch/arm/src/samd5e5/sam_eic.c +++ b/arch/arm/src/samd5e5/sam_eic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_eic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_eic.h b/arch/arm/src/samd5e5/sam_eic.h index 28df49ce5c..ddae72fdab 100644 --- a/arch/arm/src/samd5e5/sam_eic.h +++ b/arch/arm/src/samd5e5/sam_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_eic.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/arch/arm/src/samd5e5/sam_ethernet.c b/arch/arm/src/samd5e5/sam_ethernet.c index 7a572aaf3c..2257ec3459 100644 --- a/arch/arm/src/samd5e5/sam_ethernet.c +++ b/arch/arm/src/samd5e5/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_ethernet.h b/arch/arm/src/samd5e5/sam_ethernet.h index fb69ac8f04..24b4fba831 100644 --- a/arch/arm/src/samd5e5/sam_ethernet.h +++ b/arch/arm/src/samd5e5/sam_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_ethernet.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/arch/arm/src/samd5e5/sam_freerun.c b/arch/arm/src/samd5e5/sam_freerun.c index 5b42d6531c..15285f5c14 100644 --- a/arch/arm/src/samd5e5/sam_freerun.c +++ b/arch/arm/src/samd5e5/sam_freerun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_freerun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_freerun.h b/arch/arm/src/samd5e5/sam_freerun.h index 2199bd179d..b5374102c0 100644 --- a/arch/arm/src/samd5e5/sam_freerun.h +++ b/arch/arm/src/samd5e5/sam_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_freerun.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/arch/arm/src/samd5e5/sam_gclk.c b/arch/arm/src/samd5e5/sam_gclk.c index e2db599654..d2c6af0423 100644 --- a/arch/arm/src/samd5e5/sam_gclk.c +++ b/arch/arm/src/samd5e5/sam_gclk.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_gclk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_gclk.h b/arch/arm/src/samd5e5/sam_gclk.h index fe49889d1f..158464ae32 100644 --- a/arch/arm/src/samd5e5/sam_gclk.h +++ b/arch/arm/src/samd5e5/sam_gclk.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_gclk.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/arch/arm/src/samd5e5/sam_gmac.c b/arch/arm/src/samd5e5/sam_gmac.c index 04123c46d6..fa25aa8920 100644 --- a/arch/arm/src/samd5e5/sam_gmac.c +++ b/arch/arm/src/samd5e5/sam_gmac.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_gmac.c * - * Copyright (C) 2013-2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2012, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013-2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Atmel Corporation + * 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/arch/arm/src/samd5e5/sam_i2c_master.c b/arch/arm/src/samd5e5/sam_i2c_master.c index 1e14554af2..69ee4258bf 100644 --- a/arch/arm/src/samd5e5/sam_i2c_master.c +++ b/arch/arm/src/samd5e5/sam_i2c_master.c @@ -1,14 +1,16 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_i2c_master.c * - * Copyright (C) 2013-2014, 2018 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 Filament - www.filament.com - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Matt Thompson - * Author: Alan Carvalho de Assis - * Author: Gregory Nutt - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2020 Falker Automacao Agricola LTDA. + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 Filament - www.filament.com + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Matt Thompson + * SPDX-FileContributor: Alan Carvalho de Assis + * SPDX-FileContributor: Leomar Mateus Radke + * SPDX-FileContributor: Ricardo Wartchow * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/samd5e5/sam_i2c_master.h b/arch/arm/src/samd5e5/sam_i2c_master.h index 66c628f153..66e38b0dc7 100644 --- a/arch/arm/src/samd5e5/sam_i2c_master.h +++ b/arch/arm/src/samd5e5/sam_i2c_master.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_i2c_master.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/arch/arm/src/samd5e5/sam_idle.c b/arch/arm/src/samd5e5/sam_idle.c index d5c550cd10..0c102f532a 100644 --- a/arch/arm/src/samd5e5/sam_idle.c +++ b/arch/arm/src/samd5e5/sam_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_irq.c b/arch/arm/src/samd5e5/sam_irq.c index eb0d954a03..63a7c23ab8 100644 --- a/arch/arm/src/samd5e5/sam_irq.c +++ b/arch/arm/src/samd5e5/sam_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_lowputc.c b/arch/arm/src/samd5e5/sam_lowputc.c index 16a5343da4..bdbe7e0bde 100644 --- a/arch/arm/src/samd5e5/sam_lowputc.c +++ b/arch/arm/src/samd5e5/sam_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_lowputc.h b/arch/arm/src/samd5e5/sam_lowputc.h index cf0bdb3c18..c2d3271e86 100644 --- a/arch/arm/src/samd5e5/sam_lowputc.h +++ b/arch/arm/src/samd5e5/sam_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_lowputc.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/arch/arm/src/samd5e5/sam_mpuinit.c b/arch/arm/src/samd5e5/sam_mpuinit.c index ac4a723305..556b212f95 100644 --- a/arch/arm/src/samd5e5/sam_mpuinit.c +++ b/arch/arm/src/samd5e5/sam_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_mpuinit.h b/arch/arm/src/samd5e5/sam_mpuinit.h index 8fec2ca694..1dd3ed74b2 100644 --- a/arch/arm/src/samd5e5/sam_mpuinit.h +++ b/arch/arm/src/samd5e5/sam_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_mpuinit.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/arch/arm/src/samd5e5/sam_oneshot.c b/arch/arm/src/samd5e5/sam_oneshot.c index 769a5ea6f1..5812c7545b 100644 --- a/arch/arm/src/samd5e5/sam_oneshot.c +++ b/arch/arm/src/samd5e5/sam_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_oneshot.h b/arch/arm/src/samd5e5/sam_oneshot.h index 47c962cb69..306416204e 100644 --- a/arch/arm/src/samd5e5/sam_oneshot.h +++ b/arch/arm/src/samd5e5/sam_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_oneshot.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/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c b/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c index cfad01fbd4..15ec64f52c 100644 --- a/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c +++ b/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_periphclks.h b/arch/arm/src/samd5e5/sam_periphclks.h index aa623729e8..42c2c0e583 100644 --- a/arch/arm/src/samd5e5/sam_periphclks.h +++ b/arch/arm/src/samd5e5/sam_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_periphclks.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/arch/arm/src/samd5e5/sam_port.c b/arch/arm/src/samd5e5/sam_port.c index dab14a6e6e..a670d7b0f8 100644 --- a/arch/arm/src/samd5e5/sam_port.c +++ b/arch/arm/src/samd5e5/sam_port.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_port.h b/arch/arm/src/samd5e5/sam_port.h index bf22451c04..c09f4ee4c6 100644 --- a/arch/arm/src/samd5e5/sam_port.h +++ b/arch/arm/src/samd5e5/sam_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_progmem.c b/arch/arm/src/samd5e5/sam_progmem.c index 5004ca8d62..dcda94aa88 100644 --- a/arch/arm/src/samd5e5/sam_progmem.c +++ b/arch/arm/src/samd5e5/sam_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_progmem.h b/arch/arm/src/samd5e5/sam_progmem.h index 46bc467825..8bcb1465f1 100644 --- a/arch/arm/src/samd5e5/sam_progmem.h +++ b/arch/arm/src/samd5e5/sam_progmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_progmem.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/arch/arm/src/samd5e5/sam_sercom.c b/arch/arm/src/samd5e5/sam_sercom.c index cb07d47dcb..d10f8c77fc 100644 --- a/arch/arm/src/samd5e5/sam_sercom.c +++ b/arch/arm/src/samd5e5/sam_sercom.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_sercom.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_sercom.h b/arch/arm/src/samd5e5/sam_sercom.h index b86ab7ae0f..18e0aa06a3 100644 --- a/arch/arm/src/samd5e5/sam_sercom.h +++ b/arch/arm/src/samd5e5/sam_sercom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_sercom.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/arch/arm/src/samd5e5/sam_serial.c b/arch/arm/src/samd5e5/sam_serial.c index f96feec0f1..ffbc5dedea 100644 --- a/arch/arm/src/samd5e5/sam_serial.c +++ b/arch/arm/src/samd5e5/sam_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_serial.h b/arch/arm/src/samd5e5/sam_serial.h index bf9ae9a2d6..857893841e 100644 --- a/arch/arm/src/samd5e5/sam_serial.h +++ b/arch/arm/src/samd5e5/sam_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_spi.c b/arch/arm/src/samd5e5/sam_spi.c index f90bef8d2c..0e8b239e76 100644 --- a/arch/arm/src/samd5e5/sam_spi.c +++ b/arch/arm/src/samd5e5/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_spi.h b/arch/arm/src/samd5e5/sam_spi.h index aeb9ec4a49..fba038075c 100644 --- a/arch/arm/src/samd5e5/sam_spi.h +++ b/arch/arm/src/samd5e5/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_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/arch/arm/src/samd5e5/sam_start.c b/arch/arm/src/samd5e5/sam_start.c index 443d0a7bea..29ee7b8ebb 100644 --- a/arch/arm/src/samd5e5/sam_start.c +++ b/arch/arm/src/samd5e5/sam_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_start.h b/arch/arm/src/samd5e5/sam_start.h index e2b84d8de7..c56c4730e1 100644 --- a/arch/arm/src/samd5e5/sam_start.h +++ b/arch/arm/src/samd5e5/sam_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_start.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/arch/arm/src/samd5e5/sam_tc.c b/arch/arm/src/samd5e5/sam_tc.c index 1fbaac1a20..fa327ee137 100644 --- a/arch/arm/src/samd5e5/sam_tc.c +++ b/arch/arm/src/samd5e5/sam_tc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_tc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_tc.h b/arch/arm/src/samd5e5/sam_tc.h index 0b361dc301..77a127b480 100644 --- a/arch/arm/src/samd5e5/sam_tc.h +++ b/arch/arm/src/samd5e5/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_tc.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/arch/arm/src/samd5e5/sam_tickless.c b/arch/arm/src/samd5e5/sam_tickless.c index 7a950cf344..bde7eb332e 100644 --- a/arch/arm/src/samd5e5/sam_tickless.c +++ b/arch/arm/src/samd5e5/sam_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_timerisr.c b/arch/arm/src/samd5e5/sam_timerisr.c index f540a6cf8a..2872099d65 100644 --- a/arch/arm/src/samd5e5/sam_timerisr.c +++ b/arch/arm/src/samd5e5/sam_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_usart.c b/arch/arm/src/samd5e5/sam_usart.c index 4fe8712197..aa94dc1354 100644 --- a/arch/arm/src/samd5e5/sam_usart.c +++ b/arch/arm/src/samd5e5/sam_usart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_usart.h b/arch/arm/src/samd5e5/sam_usart.h index a43923535c..833ea47d93 100644 --- a/arch/arm/src/samd5e5/sam_usart.h +++ b/arch/arm/src/samd5e5/sam_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usart.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/arch/arm/src/samd5e5/sam_usb.c b/arch/arm/src/samd5e5/sam_usb.c index 4ca6b37ef4..c8bd638800 100644 --- a/arch/arm/src/samd5e5/sam_usb.c +++ b/arch/arm/src/samd5e5/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_usb.h b/arch/arm/src/samd5e5/sam_usb.h index ed8118b35a..0b1d9d2ad5 100644 --- a/arch/arm/src/samd5e5/sam_usb.h +++ b/arch/arm/src/samd5e5/sam_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usb.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/arch/arm/src/samd5e5/sam_usbhost.c b/arch/arm/src/samd5e5/sam_usbhost.c index 6a926ddd77..d79a5aa1b9 100644 --- a/arch/arm/src/samd5e5/sam_usbhost.c +++ b/arch/arm/src/samd5e5/sam_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_usbhost.h b/arch/arm/src/samd5e5/sam_usbhost.h index e11bde507e..8c34e08cc3 100644 --- a/arch/arm/src/samd5e5/sam_usbhost.h +++ b/arch/arm/src/samd5e5/sam_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usbhost.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/arch/arm/src/samd5e5/sam_userspace.c b/arch/arm/src/samd5e5/sam_userspace.c index d27422f0c7..a31b24432b 100644 --- a/arch/arm/src/samd5e5/sam_userspace.c +++ b/arch/arm/src/samd5e5/sam_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_userspace.h b/arch/arm/src/samd5e5/sam_userspace.h index b6d3f53910..80a9612cca 100644 --- a/arch/arm/src/samd5e5/sam_userspace.h +++ b/arch/arm/src/samd5e5/sam_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_userspace.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/arch/arm/src/samd5e5/sam_wdt.c b/arch/arm/src/samd5e5/sam_wdt.c index 13de218918..5321c366d1 100644 --- a/arch/arm/src/samd5e5/sam_wdt.c +++ b/arch/arm/src/samd5e5/sam_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samd5e5/sam_wdt.h b/arch/arm/src/samd5e5/sam_wdt.h index 90b3a79716..6f47060c0c 100644 --- a/arch/arm/src/samd5e5/sam_wdt.h +++ b/arch/arm/src/samd5e5/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_wdt.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/arch/arm/src/samv7/Make.defs b/arch/arm/src/samv7/Make.defs index 06c839059c..222e2466b3 100644 --- a/arch/arm/src/samv7/Make.defs +++ b/arch/arm/src/samv7/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/samv7/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/arch/arm/src/samv7/chip.h b/arch/arm/src/samv7/chip.h index 0becd1ca0e..5776f8ae96 100644 --- a/arch/arm/src/samv7/chip.h +++ b/arch/arm/src/samv7/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/chip.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/arch/arm/src/samv7/hardware/sam_afec.h b/arch/arm/src/samv7/hardware/sam_afec.h index 3fc925069c..b947edead3 100644 --- a/arch/arm/src/samv7/hardware/sam_afec.h +++ b/arch/arm/src/samv7/hardware/sam_afec.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_afec.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/arch/arm/src/samv7/hardware/sam_chipid.h b/arch/arm/src/samv7/hardware/sam_chipid.h index 73fd71f0e8..c012bbc45e 100644 --- a/arch/arm/src/samv7/hardware/sam_chipid.h +++ b/arch/arm/src/samv7/hardware/sam_chipid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_chipid.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/arch/arm/src/samv7/hardware/sam_dacc.h b/arch/arm/src/samv7/hardware/sam_dacc.h index f67a976ce6..0b98f8906a 100644 --- a/arch/arm/src/samv7/hardware/sam_dacc.h +++ b/arch/arm/src/samv7/hardware/sam_dacc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_dacc.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/arch/arm/src/samv7/hardware/sam_eefc.h b/arch/arm/src/samv7/hardware/sam_eefc.h index 8aa8a80370..52190bfd10 100644 --- a/arch/arm/src/samv7/hardware/sam_eefc.h +++ b/arch/arm/src/samv7/hardware/sam_eefc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_eefc.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/arch/arm/src/samv7/hardware/sam_emac.h b/arch/arm/src/samv7/hardware/sam_emac.h index c9664036c5..d0dd4ef7bb 100644 --- a/arch/arm/src/samv7/hardware/sam_emac.h +++ b/arch/arm/src/samv7/hardware/sam_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_emac.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/arch/arm/src/samv7/hardware/sam_hsmci.h b/arch/arm/src/samv7/hardware/sam_hsmci.h index 129706ea53..d827fea84d 100644 --- a/arch/arm/src/samv7/hardware/sam_hsmci.h +++ b/arch/arm/src/samv7/hardware/sam_hsmci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_hsmci.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/arch/arm/src/samv7/hardware/sam_matrix.h b/arch/arm/src/samv7/hardware/sam_matrix.h index e7f81fcb8b..5d73d16f32 100644 --- a/arch/arm/src/samv7/hardware/sam_matrix.h +++ b/arch/arm/src/samv7/hardware/sam_matrix.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_matrix.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/arch/arm/src/samv7/hardware/sam_mcan.h b/arch/arm/src/samv7/hardware/sam_mcan.h index e81eeedf54..e93d755fe2 100644 --- a/arch/arm/src/samv7/hardware/sam_mcan.h +++ b/arch/arm/src/samv7/hardware/sam_mcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_mcan.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/arch/arm/src/samv7/hardware/sam_memorymap.h b/arch/arm/src/samv7/hardware/sam_memorymap.h index e858ec5360..b21dbee134 100644 --- a/arch/arm/src/samv7/hardware/sam_memorymap.h +++ b/arch/arm/src/samv7/hardware/sam_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_memorymap.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/arch/arm/src/samv7/hardware/sam_pinmap.h b/arch/arm/src/samv7/hardware/sam_pinmap.h index c07220874b..894abbc69e 100644 --- a/arch/arm/src/samv7/hardware/sam_pinmap.h +++ b/arch/arm/src/samv7/hardware/sam_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_pinmap.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/arch/arm/src/samv7/hardware/sam_pio.h b/arch/arm/src/samv7/hardware/sam_pio.h index 2aedf18c8b..a6b1e2beed 100644 --- a/arch/arm/src/samv7/hardware/sam_pio.h +++ b/arch/arm/src/samv7/hardware/sam_pio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_pio.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/arch/arm/src/samv7/hardware/sam_pmc.h b/arch/arm/src/samv7/hardware/sam_pmc.h index 516a77222e..3c1ae9b978 100644 --- a/arch/arm/src/samv7/hardware/sam_pmc.h +++ b/arch/arm/src/samv7/hardware/sam_pmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_pmc.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/arch/arm/src/samv7/hardware/sam_pwm.h b/arch/arm/src/samv7/hardware/sam_pwm.h index b714b8f88b..6a0d149e12 100644 --- a/arch/arm/src/samv7/hardware/sam_pwm.h +++ b/arch/arm/src/samv7/hardware/sam_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_pwm.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/arch/arm/src/samv7/hardware/sam_qspi.h b/arch/arm/src/samv7/hardware/sam_qspi.h index a6030e3740..f2cb007fd9 100644 --- a/arch/arm/src/samv7/hardware/sam_qspi.h +++ b/arch/arm/src/samv7/hardware/sam_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_qspi.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/arch/arm/src/samv7/hardware/sam_rstc.h b/arch/arm/src/samv7/hardware/sam_rstc.h index bb1a4aeba4..7a2f6427df 100644 --- a/arch/arm/src/samv7/hardware/sam_rstc.h +++ b/arch/arm/src/samv7/hardware/sam_rstc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_rstc.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/arch/arm/src/samv7/hardware/sam_rtc.h b/arch/arm/src/samv7/hardware/sam_rtc.h index ec1f518c14..2a9d248110 100644 --- a/arch/arm/src/samv7/hardware/sam_rtc.h +++ b/arch/arm/src/samv7/hardware/sam_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_rtc.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/arch/arm/src/samv7/hardware/sam_sdramc.h b/arch/arm/src/samv7/hardware/sam_sdramc.h index ac6956e460..b68641895e 100644 --- a/arch/arm/src/samv7/hardware/sam_sdramc.h +++ b/arch/arm/src/samv7/hardware/sam_sdramc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_sdramc.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/arch/arm/src/samv7/hardware/sam_smc.h b/arch/arm/src/samv7/hardware/sam_smc.h index 173e15582a..8989a66c18 100644 --- a/arch/arm/src/samv7/hardware/sam_smc.h +++ b/arch/arm/src/samv7/hardware/sam_smc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_smc.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/arch/arm/src/samv7/hardware/sam_spi.h b/arch/arm/src/samv7/hardware/sam_spi.h index f1336ee1de..c898961ef3 100644 --- a/arch/arm/src/samv7/hardware/sam_spi.h +++ b/arch/arm/src/samv7/hardware/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_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/arch/arm/src/samv7/hardware/sam_ssc.h b/arch/arm/src/samv7/hardware/sam_ssc.h index 9fb205d443..7791bb148f 100644 --- a/arch/arm/src/samv7/hardware/sam_ssc.h +++ b/arch/arm/src/samv7/hardware/sam_ssc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_ssc.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/arch/arm/src/samv7/hardware/sam_supc.h b/arch/arm/src/samv7/hardware/sam_supc.h index c5cc74c7e7..27b9f87245 100644 --- a/arch/arm/src/samv7/hardware/sam_supc.h +++ b/arch/arm/src/samv7/hardware/sam_supc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_supc.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/arch/arm/src/samv7/hardware/sam_sysc.h b/arch/arm/src/samv7/hardware/sam_sysc.h index dda27a6e3b..b072bac226 100644 --- a/arch/arm/src/samv7/hardware/sam_sysc.h +++ b/arch/arm/src/samv7/hardware/sam_sysc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_sysc.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/arch/arm/src/samv7/hardware/sam_tc.h b/arch/arm/src/samv7/hardware/sam_tc.h index 687e066708..c828a30d2f 100644 --- a/arch/arm/src/samv7/hardware/sam_tc.h +++ b/arch/arm/src/samv7/hardware/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_tc.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/arch/arm/src/samv7/hardware/sam_trng.h b/arch/arm/src/samv7/hardware/sam_trng.h index f797a7e550..7ed07a65ae 100644 --- a/arch/arm/src/samv7/hardware/sam_trng.h +++ b/arch/arm/src/samv7/hardware/sam_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_trng.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/arch/arm/src/samv7/hardware/sam_twihs.h b/arch/arm/src/samv7/hardware/sam_twihs.h index 07051a77ac..1d7f20a96d 100644 --- a/arch/arm/src/samv7/hardware/sam_twihs.h +++ b/arch/arm/src/samv7/hardware/sam_twihs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_twihs.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/arch/arm/src/samv7/hardware/sam_uart.h b/arch/arm/src/samv7/hardware/sam_uart.h index 6d96b6244a..7028c265bf 100644 --- a/arch/arm/src/samv7/hardware/sam_uart.h +++ b/arch/arm/src/samv7/hardware/sam_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_uart.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/arch/arm/src/samv7/hardware/sam_usbhs.h b/arch/arm/src/samv7/hardware/sam_usbhs.h index ebac071802..3c6d079e1d 100644 --- a/arch/arm/src/samv7/hardware/sam_usbhs.h +++ b/arch/arm/src/samv7/hardware/sam_usbhs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_usbhs.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/arch/arm/src/samv7/hardware/sam_utmi.h b/arch/arm/src/samv7/hardware/sam_utmi.h index fb27b2bcb6..049dbd9ae4 100644 --- a/arch/arm/src/samv7/hardware/sam_utmi.h +++ b/arch/arm/src/samv7/hardware/sam_utmi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_utmi.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/arch/arm/src/samv7/hardware/sam_wdt.h b/arch/arm/src/samv7/hardware/sam_wdt.h index 43d5dc1cd3..4ed6e47345 100644 --- a/arch/arm/src/samv7/hardware/sam_wdt.h +++ b/arch/arm/src/samv7/hardware/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_wdt.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/arch/arm/src/samv7/hardware/sam_xdmac.h b/arch/arm/src/samv7/hardware/sam_xdmac.h index c1be36a7e8..fefd4f3331 100644 --- a/arch/arm/src/samv7/hardware/sam_xdmac.h +++ b/arch/arm/src/samv7/hardware/sam_xdmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/sam_xdmac.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/arch/arm/src/samv7/hardware/same70_memorymap.h b/arch/arm/src/samv7/hardware/same70_memorymap.h index 03d5057031..ab73b09905 100644 --- a/arch/arm/src/samv7/hardware/same70_memorymap.h +++ b/arch/arm/src/samv7/hardware/same70_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/same70_memorymap.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/arch/arm/src/samv7/hardware/same70_pinmap.h b/arch/arm/src/samv7/hardware/same70_pinmap.h index 116329cd92..0dd11d7f99 100644 --- a/arch/arm/src/samv7/hardware/same70_pinmap.h +++ b/arch/arm/src/samv7/hardware/same70_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/same70_pinmap.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/arch/arm/src/samv7/hardware/samv71_memorymap.h b/arch/arm/src/samv7/hardware/samv71_memorymap.h index cb75d154cb..b84726f5da 100644 --- a/arch/arm/src/samv7/hardware/samv71_memorymap.h +++ b/arch/arm/src/samv7/hardware/samv71_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/samv71_memorymap.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/arch/arm/src/samv7/hardware/samv71_pinmap.h b/arch/arm/src/samv7/hardware/samv71_pinmap.h index bbfbfceee2..4554bc18c1 100644 --- a/arch/arm/src/samv7/hardware/samv71_pinmap.h +++ b/arch/arm/src/samv7/hardware/samv71_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/hardware/samv71_pinmap.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/arch/arm/src/samv7/sam_1wire.c b/arch/arm/src/samv7/sam_1wire.c index 19c8300033..3e4734f004 100644 --- a/arch/arm/src/samv7/sam_1wire.c +++ b/arch/arm/src/samv7/sam_1wire.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_1wire.h b/arch/arm/src/samv7/sam_1wire.h index 9837cce421..95a637ee73 100644 --- a/arch/arm/src/samv7/sam_1wire.h +++ b/arch/arm/src/samv7/sam_1wire.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_1wire.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/arch/arm/src/samv7/sam_afec.c b/arch/arm/src/samv7/sam_afec.c index 85e3119bbf..8091affa90 100644 --- a/arch/arm/src/samv7/sam_afec.c +++ b/arch/arm/src/samv7/sam_afec.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_afec.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_afec.h b/arch/arm/src/samv7/sam_afec.h index 1dea10f2a3..408b2f5eb3 100644 --- a/arch/arm/src/samv7/sam_afec.h +++ b/arch/arm/src/samv7/sam_afec.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_afec.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/arch/arm/src/samv7/sam_allocateheap.c b/arch/arm/src/samv7/sam_allocateheap.c index 000bfa6419..fc11287895 100644 --- a/arch/arm/src/samv7/sam_allocateheap.c +++ b/arch/arm/src/samv7/sam_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_clockconfig.c b/arch/arm/src/samv7/sam_clockconfig.c index 529c0cf89d..b783335d1a 100644 --- a/arch/arm/src/samv7/sam_clockconfig.c +++ b/arch/arm/src/samv7/sam_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_clockconfig.h b/arch/arm/src/samv7/sam_clockconfig.h index 7e24f2d4a3..32f92bbdf8 100644 --- a/arch/arm/src/samv7/sam_clockconfig.h +++ b/arch/arm/src/samv7/sam_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_clockconfig.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/arch/arm/src/samv7/sam_config.h b/arch/arm/src/samv7/sam_config.h index 94bf3fa4ff..0be3244621 100644 --- a/arch/arm/src/samv7/sam_config.h +++ b/arch/arm/src/samv7/sam_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_config.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/arch/arm/src/samv7/sam_dac.c b/arch/arm/src/samv7/sam_dac.c index 1fb2d3330a..2835293968 100644 --- a/arch/arm/src/samv7/sam_dac.c +++ b/arch/arm/src/samv7/sam_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_dac.h b/arch/arm/src/samv7/sam_dac.h index 4dc117221b..ee49aa768f 100644 --- a/arch/arm/src/samv7/sam_dac.h +++ b/arch/arm/src/samv7/sam_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_dac.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/arch/arm/src/samv7/sam_eefc.c b/arch/arm/src/samv7/sam_eefc.c index 8cf4e4925e..8d8fb2516e 100644 --- a/arch/arm/src/samv7/sam_eefc.c +++ b/arch/arm/src/samv7/sam_eefc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_eefc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_eefc.h b/arch/arm/src/samv7/sam_eefc.h index d75661c546..43171c5058 100644 --- a/arch/arm/src/samv7/sam_eefc.h +++ b/arch/arm/src/samv7/sam_eefc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_eefc.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/arch/arm/src/samv7/sam_emac.c b/arch/arm/src/samv7/sam_emac.c index 52780e61f5..9190c8ec6b 100644 --- a/arch/arm/src/samv7/sam_emac.c +++ b/arch/arm/src/samv7/sam_emac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_emac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_ethernet.c b/arch/arm/src/samv7/sam_ethernet.c index c0e09d3e44..02086c8cd3 100644 --- a/arch/arm/src/samv7/sam_ethernet.c +++ b/arch/arm/src/samv7/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_ethernet.h b/arch/arm/src/samv7/sam_ethernet.h index dce7a998ea..b826ecc8cc 100644 --- a/arch/arm/src/samv7/sam_ethernet.h +++ b/arch/arm/src/samv7/sam_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_ethernet.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/arch/arm/src/samv7/sam_freerun.c b/arch/arm/src/samv7/sam_freerun.c index 10f9e3aa6f..2b6b582a91 100644 --- a/arch/arm/src/samv7/sam_freerun.c +++ b/arch/arm/src/samv7/sam_freerun.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/samv7/sam_freerun.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/samv7/sam_freerun.h b/arch/arm/src/samv7/sam_freerun.h index 3fbb1ce89d..74d86dad6b 100644 --- a/arch/arm/src/samv7/sam_freerun.h +++ b/arch/arm/src/samv7/sam_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_freerun.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/arch/arm/src/samv7/sam_gpio.c b/arch/arm/src/samv7/sam_gpio.c index b7fd6940ba..bebe82a0fe 100644 --- a/arch/arm/src/samv7/sam_gpio.c +++ b/arch/arm/src/samv7/sam_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_gpio.h b/arch/arm/src/samv7/sam_gpio.h index 3da6508b8f..0bba4afeb8 100644 --- a/arch/arm/src/samv7/sam_gpio.h +++ b/arch/arm/src/samv7/sam_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_gpio.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/arch/arm/src/samv7/sam_gpioirq.c b/arch/arm/src/samv7/sam_gpioirq.c index 072f045f5e..d2e234ad58 100644 --- a/arch/arm/src/samv7/sam_gpioirq.c +++ b/arch/arm/src/samv7/sam_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_gpioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_hsmci.c b/arch/arm/src/samv7/sam_hsmci.c index abff327c3e..f3f2c6946d 100644 --- a/arch/arm/src/samv7/sam_hsmci.c +++ b/arch/arm/src/samv7/sam_hsmci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_hsmci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_hsmci.h b/arch/arm/src/samv7/sam_hsmci.h index 681131aafa..110f7445b9 100644 --- a/arch/arm/src/samv7/sam_hsmci.h +++ b/arch/arm/src/samv7/sam_hsmci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_hsmci.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/arch/arm/src/samv7/sam_hsmci_clkdiv.c b/arch/arm/src/samv7/sam_hsmci_clkdiv.c index 97d7c5199c..e0bd52f63e 100644 --- a/arch/arm/src/samv7/sam_hsmci_clkdiv.c +++ b/arch/arm/src/samv7/sam_hsmci_clkdiv.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_hsmci_clkdiv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_irq.c b/arch/arm/src/samv7/sam_irq.c index 87a1571ba7..67f60c0ecd 100644 --- a/arch/arm/src/samv7/sam_irq.c +++ b/arch/arm/src/samv7/sam_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_lin.h b/arch/arm/src/samv7/sam_lin.h index 421267bb9a..44b4d885a2 100644 --- a/arch/arm/src/samv7/sam_lin.h +++ b/arch/arm/src/samv7/sam_lin.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_lin.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/arch/arm/src/samv7/sam_lin_sock.c b/arch/arm/src/samv7/sam_lin_sock.c index 442113ccf6..9f9745f851 100644 --- a/arch/arm/src/samv7/sam_lin_sock.c +++ b/arch/arm/src/samv7/sam_lin_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_lin_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_lowputc.c b/arch/arm/src/samv7/sam_lowputc.c index 717662820f..75d89efbaf 100644 --- a/arch/arm/src/samv7/sam_lowputc.c +++ b/arch/arm/src/samv7/sam_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_mcan.c b/arch/arm/src/samv7/sam_mcan.c index fc0f46f5a5..5f6b2014d2 100644 --- a/arch/arm/src/samv7/sam_mcan.c +++ b/arch/arm/src/samv7/sam_mcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_mcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_mcan.h b/arch/arm/src/samv7/sam_mcan.h index 609c067c9e..618eb34943 100644 --- a/arch/arm/src/samv7/sam_mcan.h +++ b/arch/arm/src/samv7/sam_mcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_mcan.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/arch/arm/src/samv7/sam_mpuinit.c b/arch/arm/src/samv7/sam_mpuinit.c index e013865274..70c46c7094 100644 --- a/arch/arm/src/samv7/sam_mpuinit.c +++ b/arch/arm/src/samv7/sam_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_mpuinit.h b/arch/arm/src/samv7/sam_mpuinit.h index 56da8d08bf..bb5d0dc30d 100644 --- a/arch/arm/src/samv7/sam_mpuinit.h +++ b/arch/arm/src/samv7/sam_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_mpuinit.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/arch/arm/src/samv7/sam_oneshot.c b/arch/arm/src/samv7/sam_oneshot.c index 34733191b5..564212828b 100644 --- a/arch/arm/src/samv7/sam_oneshot.c +++ b/arch/arm/src/samv7/sam_oneshot.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/samv7/sam_oneshot.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/samv7/sam_oneshot.h b/arch/arm/src/samv7/sam_oneshot.h index 55a604c44b..865e713c06 100644 --- a/arch/arm/src/samv7/sam_oneshot.h +++ b/arch/arm/src/samv7/sam_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_oneshot.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/arch/arm/src/samv7/sam_oneshot_lowerhalf.c b/arch/arm/src/samv7/sam_oneshot_lowerhalf.c index 3f520e21af..dc736a3ee5 100644 --- a/arch/arm/src/samv7/sam_oneshot_lowerhalf.c +++ b/arch/arm/src/samv7/sam_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_pck.c b/arch/arm/src/samv7/sam_pck.c index 4135d421c2..8788370e42 100644 --- a/arch/arm/src/samv7/sam_pck.c +++ b/arch/arm/src/samv7/sam_pck.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_pck.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_pck.h b/arch/arm/src/samv7/sam_pck.h index 64aafb8bad..05ff96c865 100644 --- a/arch/arm/src/samv7/sam_pck.h +++ b/arch/arm/src/samv7/sam_pck.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_pck.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/arch/arm/src/samv7/sam_periphclks.h b/arch/arm/src/samv7/sam_periphclks.h index feb0afb360..40e14e969b 100644 --- a/arch/arm/src/samv7/sam_periphclks.h +++ b/arch/arm/src/samv7/sam_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_periphclks.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/arch/arm/src/samv7/sam_progmem.c b/arch/arm/src/samv7/sam_progmem.c index c5b1ab4ab9..1ae38dff8d 100644 --- a/arch/arm/src/samv7/sam_progmem.c +++ b/arch/arm/src/samv7/sam_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_progmem.h b/arch/arm/src/samv7/sam_progmem.h index e3a302a669..c49b76d255 100644 --- a/arch/arm/src/samv7/sam_progmem.h +++ b/arch/arm/src/samv7/sam_progmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_progmem.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/arch/arm/src/samv7/sam_pwm.c b/arch/arm/src/samv7/sam_pwm.c index 71eab51dfc..94ab493e6e 100644 --- a/arch/arm/src/samv7/sam_pwm.c +++ b/arch/arm/src/samv7/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_pwm.h b/arch/arm/src/samv7/sam_pwm.h index a1f1e70f83..f4b154f249 100644 --- a/arch/arm/src/samv7/sam_pwm.h +++ b/arch/arm/src/samv7/sam_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_pwm.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/arch/arm/src/samv7/sam_qencoder.c b/arch/arm/src/samv7/sam_qencoder.c index 351a52f595..3290bf3553 100644 --- a/arch/arm/src/samv7/sam_qencoder.c +++ b/arch/arm/src/samv7/sam_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_qencoder.h b/arch/arm/src/samv7/sam_qencoder.h index b084e1834a..cdb8d69e84 100644 --- a/arch/arm/src/samv7/sam_qencoder.h +++ b/arch/arm/src/samv7/sam_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_qencoder.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/arch/arm/src/samv7/sam_qspi.c b/arch/arm/src/samv7/sam_qspi.c index 25d12711b4..50be765533 100644 --- a/arch/arm/src/samv7/sam_qspi.c +++ b/arch/arm/src/samv7/sam_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_qspi.h b/arch/arm/src/samv7/sam_qspi.h index cd5734f3ad..c71779655a 100644 --- a/arch/arm/src/samv7/sam_qspi.h +++ b/arch/arm/src/samv7/sam_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_qspi.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/arch/arm/src/samv7/sam_qspi_spi.c b/arch/arm/src/samv7/sam_qspi_spi.c index 9bf9ac6fb8..0af70fc10c 100644 --- a/arch/arm/src/samv7/sam_qspi_spi.c +++ b/arch/arm/src/samv7/sam_qspi_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_qspi_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/arch/arm/src/samv7/sam_qspi_spi.h b/arch/arm/src/samv7/sam_qspi_spi.h index 9c94d78e81..3ac9c9cfd2 100644 --- a/arch/arm/src/samv7/sam_qspi_spi.h +++ b/arch/arm/src/samv7/sam_qspi_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_qspi_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/arch/arm/src/samv7/sam_rswdt.c b/arch/arm/src/samv7/sam_rswdt.c index 6653baa38c..aafb03ade6 100644 --- a/arch/arm/src/samv7/sam_rswdt.c +++ b/arch/arm/src/samv7/sam_rswdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_rswdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_serial.c b/arch/arm/src/samv7/sam_serial.c index e6e982a9a9..5c21116d13 100644 --- a/arch/arm/src/samv7/sam_serial.c +++ b/arch/arm/src/samv7/sam_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_serial.h b/arch/arm/src/samv7/sam_serial.h index ff65430c06..32f3d62d55 100644 --- a/arch/arm/src/samv7/sam_serial.h +++ b/arch/arm/src/samv7/sam_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_serial_spi.c b/arch/arm/src/samv7/sam_serial_spi.c index a8bbd1efa4..5b24162618 100644 --- a/arch/arm/src/samv7/sam_serial_spi.c +++ b/arch/arm/src/samv7/sam_serial_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_serial_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/arch/arm/src/samv7/sam_serial_spi.h b/arch/arm/src/samv7/sam_serial_spi.h index 15ec169ef4..d5c06fbbc5 100644 --- a/arch/arm/src/samv7/sam_serial_spi.h +++ b/arch/arm/src/samv7/sam_serial_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_serial_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/arch/arm/src/samv7/sam_spi.c b/arch/arm/src/samv7/sam_spi.c index 53cd57e5d4..b874f5ba01 100644 --- a/arch/arm/src/samv7/sam_spi.c +++ b/arch/arm/src/samv7/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_spi.h b/arch/arm/src/samv7/sam_spi.h index 81739ca719..0b45c58cfe 100644 --- a/arch/arm/src/samv7/sam_spi.h +++ b/arch/arm/src/samv7/sam_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_spi_slave.c b/arch/arm/src/samv7/sam_spi_slave.c index e9dbf72c4a..b6c9cf1d5c 100644 --- a/arch/arm/src/samv7/sam_spi_slave.c +++ b/arch/arm/src/samv7/sam_spi_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_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/arch/arm/src/samv7/sam_ssc.c b/arch/arm/src/samv7/sam_ssc.c index 37b936c390..192d1abab6 100644 --- a/arch/arm/src/samv7/sam_ssc.c +++ b/arch/arm/src/samv7/sam_ssc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_ssc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_ssc.h b/arch/arm/src/samv7/sam_ssc.h index 6f4e7e82b2..01e39e9a6e 100644 --- a/arch/arm/src/samv7/sam_ssc.h +++ b/arch/arm/src/samv7/sam_ssc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_ssc.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/arch/arm/src/samv7/sam_start.c b/arch/arm/src/samv7/sam_start.c index a6c1c6170a..e7be42701d 100644 --- a/arch/arm/src/samv7/sam_start.c +++ b/arch/arm/src/samv7/sam_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_start.h b/arch/arm/src/samv7/sam_start.h index 4a7085d8d3..6e646aa19e 100644 --- a/arch/arm/src/samv7/sam_start.h +++ b/arch/arm/src/samv7/sam_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_start.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/arch/arm/src/samv7/sam_systemreset.c b/arch/arm/src/samv7/sam_systemreset.c index 0ae11e2335..ad411303a8 100644 --- a/arch/arm/src/samv7/sam_systemreset.c +++ b/arch/arm/src/samv7/sam_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_systemreset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_systemreset.h b/arch/arm/src/samv7/sam_systemreset.h index d64c193e5d..3d77929652 100644 --- a/arch/arm/src/samv7/sam_systemreset.h +++ b/arch/arm/src/samv7/sam_systemreset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_systemreset.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/arch/arm/src/samv7/sam_tc.c b/arch/arm/src/samv7/sam_tc.c index 81a49bc5be..4b3a994b80 100644 --- a/arch/arm/src/samv7/sam_tc.c +++ b/arch/arm/src/samv7/sam_tc.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/samv7/sam_tc.c * - * Copyright (C) 2015-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/samv7/sam_tc.h b/arch/arm/src/samv7/sam_tc.h index 2517b3d3ae..8f32395dca 100644 --- a/arch/arm/src/samv7/sam_tc.h +++ b/arch/arm/src/samv7/sam_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_tc.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/arch/arm/src/samv7/sam_tc_lowerhalf.c b/arch/arm/src/samv7/sam_tc_lowerhalf.c index 0f74ec967b..732aa4e901 100644 --- a/arch/arm/src/samv7/sam_tc_lowerhalf.c +++ b/arch/arm/src/samv7/sam_tc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_tc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_tc_lowerhalf.h b/arch/arm/src/samv7/sam_tc_lowerhalf.h index a0c32772c1..0ddd19380d 100644 --- a/arch/arm/src/samv7/sam_tc_lowerhalf.h +++ b/arch/arm/src/samv7/sam_tc_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_tc_lowerhalf.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/arch/arm/src/samv7/sam_tickless.c b/arch/arm/src/samv7/sam_tickless.c index 19d5212a35..f867d0f94a 100644 --- a/arch/arm/src/samv7/sam_tickless.c +++ b/arch/arm/src/samv7/sam_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_timerisr.c b/arch/arm/src/samv7/sam_timerisr.c index cd471c7bae..5d8705b1dd 100644 --- a/arch/arm/src/samv7/sam_timerisr.c +++ b/arch/arm/src/samv7/sam_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_trng.c b/arch/arm/src/samv7/sam_trng.c index 3197f6b1bd..adba73fe9d 100644 --- a/arch/arm/src/samv7/sam_trng.c +++ b/arch/arm/src/samv7/sam_trng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_trng.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_trng.h b/arch/arm/src/samv7/sam_trng.h index 3b8df6471c..edad054d30 100644 --- a/arch/arm/src/samv7/sam_trng.h +++ b/arch/arm/src/samv7/sam_trng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_trng.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/arch/arm/src/samv7/sam_twihs.c b/arch/arm/src/samv7/sam_twihs.c index 1be6385ab8..d204a5ee04 100644 --- a/arch/arm/src/samv7/sam_twihs.c +++ b/arch/arm/src/samv7/sam_twihs.c @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/samv7/sam_twihs.c * - * Copyright (C) 2015-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The Atmel sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2011, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Atmel Corporation + * 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/arch/arm/src/samv7/sam_twihs.h b/arch/arm/src/samv7/sam_twihs.h index 4e2789701f..163a057a0d 100644 --- a/arch/arm/src/samv7/sam_twihs.h +++ b/arch/arm/src/samv7/sam_twihs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_twihs.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/arch/arm/src/samv7/sam_uid.c b/arch/arm/src/samv7/sam_uid.c index 341b56e96a..6c42918edf 100644 --- a/arch/arm/src/samv7/sam_uid.c +++ b/arch/arm/src/samv7/sam_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_uid.h b/arch/arm/src/samv7/sam_uid.h index e5e4ca791e..739fa8a94f 100644 --- a/arch/arm/src/samv7/sam_uid.h +++ b/arch/arm/src/samv7/sam_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_uid.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/arch/arm/src/samv7/sam_us.c b/arch/arm/src/samv7/sam_us.c index a04c42cade..3371c5b805 100644 --- a/arch/arm/src/samv7/sam_us.c +++ b/arch/arm/src/samv7/sam_us.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_us.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_us.h b/arch/arm/src/samv7/sam_us.h index 548febec8e..f838ef8baf 100644 --- a/arch/arm/src/samv7/sam_us.h +++ b/arch/arm/src/samv7/sam_us.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_us.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/arch/arm/src/samv7/sam_usbdev.h b/arch/arm/src/samv7/sam_usbdev.h index eb33af7df3..d61462a96b 100644 --- a/arch/arm/src/samv7/sam_usbdev.h +++ b/arch/arm/src/samv7/sam_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_usbdev.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/arch/arm/src/samv7/sam_usbdevhs.c b/arch/arm/src/samv7/sam_usbdevhs.c index 20c4b4b3b8..0f92a54598 100644 --- a/arch/arm/src/samv7/sam_usbdevhs.c +++ b/arch/arm/src/samv7/sam_usbdevhs.c @@ -1,20 +1,10 @@ /**************************************************************************** * arch/arm/src/samv7/sam_usbdevhs.c * - * Copyright (C) 2015-2016, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This code derives from the UDPHS device controller driver for the SAMA5D3. - * That code, in turn, includes some reference logic extracted from the - * SAMA5D3 sample code. That Atmel sample code has a BSD compatible license - * that requires this copyright notice: - * - * Copyright (c) 2009, Atmel Corporation - * - * Additional updates for the SAMV7 was taken from Atmel sample code for the - * SAMV71: - * - * Copyright (c) 2014, Atmel Corporation + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2016 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009,2014 Atmel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/samv7/sam_userspace.c b/arch/arm/src/samv7/sam_userspace.c index 8725ebb700..e06f488fa5 100644 --- a/arch/arm/src/samv7/sam_userspace.c +++ b/arch/arm/src/samv7/sam_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_userspace.h b/arch/arm/src/samv7/sam_userspace.h index c500e5265c..f8f3d3c371 100644 --- a/arch/arm/src/samv7/sam_userspace.h +++ b/arch/arm/src/samv7/sam_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_userspace.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/arch/arm/src/samv7/sam_wdt.c b/arch/arm/src/samv7/sam_wdt.c index 5a59ff6c35..1fcddd22a0 100644 --- a/arch/arm/src/samv7/sam_wdt.c +++ b/arch/arm/src/samv7/sam_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_wdt.h b/arch/arm/src/samv7/sam_wdt.h index 676e4ad0c3..c759a562bd 100644 --- a/arch/arm/src/samv7/sam_wdt.h +++ b/arch/arm/src/samv7/sam_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_wdt.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/arch/arm/src/samv7/sam_xdmac.c b/arch/arm/src/samv7/sam_xdmac.c index dcca1bf6ae..b170690df0 100644 --- a/arch/arm/src/samv7/sam_xdmac.c +++ b/arch/arm/src/samv7/sam_xdmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_xdmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/samv7/sam_xdmac.h b/arch/arm/src/samv7/sam_xdmac.h index 869ddc3e16..21830f7801 100644 --- a/arch/arm/src/samv7/sam_xdmac.h +++ b/arch/arm/src/samv7/sam_xdmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/sam_xdmac.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/arch/arm/src/samv7/same70_periphclks.h b/arch/arm/src/samv7/same70_periphclks.h index 4e6dfdca22..4ea0b5dab6 100644 --- a/arch/arm/src/samv7/same70_periphclks.h +++ b/arch/arm/src/samv7/same70_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/same70_periphclks.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/arch/arm/src/samv7/samv71_periphclks.h b/arch/arm/src/samv7/samv71_periphclks.h index 76851e90e3..c5a3d5e36b 100644 --- a/arch/arm/src/samv7/samv71_periphclks.h +++ b/arch/arm/src/samv7/samv71_periphclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/samv7/samv71_periphclks.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/arch/arm/src/stm32/CMakeLists.txt b/arch/arm/src/stm32/CMakeLists.txt index df8e06d002..cddfa708d9 100644 --- a/arch/arm/src/stm32/CMakeLists.txt +++ b/arch/arm/src/stm32/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/stm32/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/arch/arm/src/stm32/Make.defs b/arch/arm/src/stm32/Make.defs index 27087ce058..93c4b99b10 100644 --- a/arch/arm/src/stm32/Make.defs +++ b/arch/arm/src/stm32/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32/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/arch/arm/src/stm32/chip.h b/arch/arm/src/stm32/chip.h index 3957b33c74..5b8863592d 100644 --- a/arch/arm/src/stm32/chip.h +++ b/arch/arm/src/stm32/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/chip.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/arch/arm/src/stm32/hardware/stm32_adc.h b/arch/arm/src/stm32/hardware/stm32_adc.h index dab313976b..4bfee933c6 100644 --- a/arch/arm/src/stm32/hardware/stm32_adc.h +++ b/arch/arm/src/stm32/hardware/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_adc.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/arch/arm/src/stm32/hardware/stm32_adc_v1.h b/arch/arm/src/stm32/hardware/stm32_adc_v1.h index 201fd94a95..2d4432ca12 100644 --- a/arch/arm/src/stm32/hardware/stm32_adc_v1.h +++ b/arch/arm/src/stm32/hardware/stm32_adc_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_adc_v1.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/arch/arm/src/stm32/hardware/stm32_adc_v1l1.h b/arch/arm/src/stm32/hardware/stm32_adc_v1l1.h index 4092a14966..68b5beacd8 100644 --- a/arch/arm/src/stm32/hardware/stm32_adc_v1l1.h +++ b/arch/arm/src/stm32/hardware/stm32_adc_v1l1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_adc_v1l1.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/arch/arm/src/stm32/hardware/stm32_adc_v2.h b/arch/arm/src/stm32/hardware/stm32_adc_v2.h index 21cee472bf..09a83fa13b 100644 --- a/arch/arm/src/stm32/hardware/stm32_adc_v2.h +++ b/arch/arm/src/stm32/hardware/stm32_adc_v2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_adc_v2.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/arch/arm/src/stm32/hardware/stm32_adc_v2g4.h b/arch/arm/src/stm32/hardware/stm32_adc_v2g4.h index 1036b63c0e..de66ec0ecd 100644 --- a/arch/arm/src/stm32/hardware/stm32_adc_v2g4.h +++ b/arch/arm/src/stm32/hardware/stm32_adc_v2g4.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_adc_v2g4.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/arch/arm/src/stm32/hardware/stm32_bkp.h b/arch/arm/src/stm32/hardware/stm32_bkp.h index d1f5d09c79..a06ed4085d 100644 --- a/arch/arm/src/stm32/hardware/stm32_bkp.h +++ b/arch/arm/src/stm32/hardware/stm32_bkp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_bkp.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/arch/arm/src/stm32/hardware/stm32_can.h b/arch/arm/src/stm32/hardware/stm32_can.h index b56db6ec05..f1c0fa6752 100644 --- a/arch/arm/src/stm32/hardware/stm32_can.h +++ b/arch/arm/src/stm32/hardware/stm32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_can.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/arch/arm/src/stm32/hardware/stm32_comp.h b/arch/arm/src/stm32/hardware/stm32_comp.h index ec00744543..414f7e6273 100644 --- a/arch/arm/src/stm32/hardware/stm32_comp.h +++ b/arch/arm/src/stm32/hardware/stm32_comp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_comp.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/arch/arm/src/stm32/hardware/stm32_dac.h b/arch/arm/src/stm32/hardware/stm32_dac.h index d01c615bd2..b04b56b3d1 100644 --- a/arch/arm/src/stm32/hardware/stm32_dac.h +++ b/arch/arm/src/stm32/hardware/stm32_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dac.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/arch/arm/src/stm32/hardware/stm32_dac_v1.h b/arch/arm/src/stm32/hardware/stm32_dac_v1.h index 487b8fe9bd..74742ac278 100644 --- a/arch/arm/src/stm32/hardware/stm32_dac_v1.h +++ b/arch/arm/src/stm32/hardware/stm32_dac_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dac_v1.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/arch/arm/src/stm32/hardware/stm32_dbgmcu.h b/arch/arm/src/stm32/hardware/stm32_dbgmcu.h index 591a4f3231..d1b6946f8b 100644 --- a/arch/arm/src/stm32/hardware/stm32_dbgmcu.h +++ b/arch/arm/src/stm32/hardware/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dbgmcu.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/arch/arm/src/stm32/hardware/stm32_dma.h b/arch/arm/src/stm32/hardware/stm32_dma.h index 4901a9b39d..a34478f902 100644 --- a/arch/arm/src/stm32/hardware/stm32_dma.h +++ b/arch/arm/src/stm32/hardware/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dma.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/arch/arm/src/stm32/hardware/stm32_dma2d.h b/arch/arm/src/stm32/hardware/stm32_dma2d.h index 12ccf89f1e..5f885095e2 100644 --- a/arch/arm/src/stm32/hardware/stm32_dma2d.h +++ b/arch/arm/src/stm32/hardware/stm32_dma2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dma2d.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/arch/arm/src/stm32/hardware/stm32_dma_v1.h b/arch/arm/src/stm32/hardware/stm32_dma_v1.h index a9b3803757..0f73d26709 100644 --- a/arch/arm/src/stm32/hardware/stm32_dma_v1.h +++ b/arch/arm/src/stm32/hardware/stm32_dma_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dma_v1.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/arch/arm/src/stm32/hardware/stm32_dma_v2.h b/arch/arm/src/stm32/hardware/stm32_dma_v2.h index b71635068d..916ddc1380 100644 --- a/arch/arm/src/stm32/hardware/stm32_dma_v2.h +++ b/arch/arm/src/stm32/hardware/stm32_dma_v2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dma_v2.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/arch/arm/src/stm32/hardware/stm32_dmamux.h b/arch/arm/src/stm32/hardware/stm32_dmamux.h index f5bf998518..18fd66b149 100644 --- a/arch/arm/src/stm32/hardware/stm32_dmamux.h +++ b/arch/arm/src/stm32/hardware/stm32_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_dmamux.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/arch/arm/src/stm32/hardware/stm32_eth.h b/arch/arm/src/stm32/hardware/stm32_eth.h index 402a728e96..d95a6441c4 100644 --- a/arch/arm/src/stm32/hardware/stm32_eth.h +++ b/arch/arm/src/stm32/hardware/stm32_eth.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_eth.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/arch/arm/src/stm32/hardware/stm32_exti.h b/arch/arm/src/stm32/hardware/stm32_exti.h index a5b8c70a3d..80d2d9c4bc 100644 --- a/arch/arm/src/stm32/hardware/stm32_exti.h +++ b/arch/arm/src/stm32/hardware/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_exti.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/arch/arm/src/stm32/hardware/stm32_fdcan.h b/arch/arm/src/stm32/hardware/stm32_fdcan.h index ad417a50fe..11885bc6b5 100644 --- a/arch/arm/src/stm32/hardware/stm32_fdcan.h +++ b/arch/arm/src/stm32/hardware/stm32_fdcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_fdcan.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/arch/arm/src/stm32/hardware/stm32_flash.h b/arch/arm/src/stm32/hardware/stm32_flash.h index f0774ac8ed..44feb59756 100644 --- a/arch/arm/src/stm32/hardware/stm32_flash.h +++ b/arch/arm/src/stm32/hardware/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_flash.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/arch/arm/src/stm32/hardware/stm32_fmc.h b/arch/arm/src/stm32/hardware/stm32_fmc.h index 0a5203d789..149b3ab6de 100644 --- a/arch/arm/src/stm32/hardware/stm32_fmc.h +++ b/arch/arm/src/stm32/hardware/stm32_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_fmc.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/arch/arm/src/stm32/hardware/stm32_fsmc.h b/arch/arm/src/stm32/hardware/stm32_fsmc.h index 10f82b03bc..b53230f351 100644 --- a/arch/arm/src/stm32/hardware/stm32_fsmc.h +++ b/arch/arm/src/stm32/hardware/stm32_fsmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_fsmc.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/arch/arm/src/stm32/hardware/stm32_i2c.h b/arch/arm/src/stm32/hardware/stm32_i2c.h index f55276e8e8..18c5f75cfa 100644 --- a/arch/arm/src/stm32/hardware/stm32_i2c.h +++ b/arch/arm/src/stm32/hardware/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_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/arch/arm/src/stm32/hardware/stm32_i2c_v1.h b/arch/arm/src/stm32/hardware/stm32_i2c_v1.h index 0183f3ac3b..85ef897b18 100644 --- a/arch/arm/src/stm32/hardware/stm32_i2c_v1.h +++ b/arch/arm/src/stm32/hardware/stm32_i2c_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_i2c_v1.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/arch/arm/src/stm32/hardware/stm32_i2c_v2.h b/arch/arm/src/stm32/hardware/stm32_i2c_v2.h index d15791ddda..e1cf749098 100644 --- a/arch/arm/src/stm32/hardware/stm32_i2c_v2.h +++ b/arch/arm/src/stm32/hardware/stm32_i2c_v2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_i2c_v2.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/arch/arm/src/stm32/hardware/stm32_lcd.h b/arch/arm/src/stm32/hardware/stm32_lcd.h index 4f12393e64..806fbe38b5 100644 --- a/arch/arm/src/stm32/hardware/stm32_lcd.h +++ b/arch/arm/src/stm32/hardware/stm32_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_lcd.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/arch/arm/src/stm32/hardware/stm32_ltdc.h b/arch/arm/src/stm32/hardware/stm32_ltdc.h index 76274629b8..3d7b9fd3d0 100644 --- a/arch/arm/src/stm32/hardware/stm32_ltdc.h +++ b/arch/arm/src/stm32/hardware/stm32_ltdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_ltdc.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/arch/arm/src/stm32/hardware/stm32_memorymap.h b/arch/arm/src/stm32/hardware/stm32_memorymap.h index ea79db2637..5fd8733f4f 100644 --- a/arch/arm/src/stm32/hardware/stm32_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_memorymap.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/arch/arm/src/stm32/hardware/stm32_otghs.h b/arch/arm/src/stm32/hardware/stm32_otghs.h index 9858a3024f..384451f661 100644 --- a/arch/arm/src/stm32/hardware/stm32_otghs.h +++ b/arch/arm/src/stm32/hardware/stm32_otghs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_otghs.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/arch/arm/src/stm32/hardware/stm32_pinmap.h b/arch/arm/src/stm32/hardware/stm32_pinmap.h index 348b301714..147e9a1581 100644 --- a/arch/arm/src/stm32/hardware/stm32_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_pinmap.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/arch/arm/src/stm32/hardware/stm32_pwr.h b/arch/arm/src/stm32/hardware/stm32_pwr.h index 7a4777256e..18598c7716 100644 --- a/arch/arm/src/stm32/hardware/stm32_pwr.h +++ b/arch/arm/src/stm32/hardware/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_pwr.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/arch/arm/src/stm32/hardware/stm32_rng.h b/arch/arm/src/stm32/hardware/stm32_rng.h index 4e04597ed0..645994e2f6 100644 --- a/arch/arm/src/stm32/hardware/stm32_rng.h +++ b/arch/arm/src/stm32/hardware/stm32_rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_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/arch/arm/src/stm32/hardware/stm32_rtc.h b/arch/arm/src/stm32/hardware/stm32_rtc.h index f24d7899d5..fc768d7aa0 100644 --- a/arch/arm/src/stm32/hardware/stm32_rtc.h +++ b/arch/arm/src/stm32/hardware/stm32_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_rtc.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/arch/arm/src/stm32/hardware/stm32_rtcc.h b/arch/arm/src/stm32/hardware/stm32_rtcc.h index 8cf4640408..e939a1214e 100644 --- a/arch/arm/src/stm32/hardware/stm32_rtcc.h +++ b/arch/arm/src/stm32/hardware/stm32_rtcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_rtcc.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/arch/arm/src/stm32/hardware/stm32_sdio.h b/arch/arm/src/stm32/hardware/stm32_sdio.h index 86af46b69b..4c73289327 100644 --- a/arch/arm/src/stm32/hardware/stm32_sdio.h +++ b/arch/arm/src/stm32/hardware/stm32_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_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/arch/arm/src/stm32/hardware/stm32_spi.h b/arch/arm/src/stm32/hardware/stm32_spi.h index 51f92c1b1b..b52e278e38 100644 --- a/arch/arm/src/stm32/hardware/stm32_spi.h +++ b/arch/arm/src/stm32/hardware/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_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/arch/arm/src/stm32/hardware/stm32_tim.h b/arch/arm/src/stm32/hardware/stm32_tim.h index 8277973b56..7adb23e656 100644 --- a/arch/arm/src/stm32/hardware/stm32_tim.h +++ b/arch/arm/src/stm32/hardware/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_tim.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/arch/arm/src/stm32/hardware/stm32_tim_v1v2.h b/arch/arm/src/stm32/hardware/stm32_tim_v1v2.h index 5609fd0c11..249bb8716d 100644 --- a/arch/arm/src/stm32/hardware/stm32_tim_v1v2.h +++ b/arch/arm/src/stm32/hardware/stm32_tim_v1v2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_tim_v1v2.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/arch/arm/src/stm32/hardware/stm32_tim_v3.h b/arch/arm/src/stm32/hardware/stm32_tim_v3.h index a24c8cfc85..c43dac153b 100644 --- a/arch/arm/src/stm32/hardware/stm32_tim_v3.h +++ b/arch/arm/src/stm32/hardware/stm32_tim_v3.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_tim_v3.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/arch/arm/src/stm32/hardware/stm32_usbdev.h b/arch/arm/src/stm32/hardware/stm32_usbdev.h index bebec9a0ce..a2c0e40029 100644 --- a/arch/arm/src/stm32/hardware/stm32_usbdev.h +++ b/arch/arm/src/stm32/hardware/stm32_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_usbdev.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/arch/arm/src/stm32/hardware/stm32_usbfs.h b/arch/arm/src/stm32/hardware/stm32_usbfs.h index 2ac42708e3..1d83a91e3f 100644 --- a/arch/arm/src/stm32/hardware/stm32_usbfs.h +++ b/arch/arm/src/stm32/hardware/stm32_usbfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_usbfs.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/arch/arm/src/stm32/hardware/stm32_wdg.h b/arch/arm/src/stm32/hardware/stm32_wdg.h index 2a4b3c78e8..55ac57d3b6 100644 --- a/arch/arm/src/stm32/hardware/stm32_wdg.h +++ b/arch/arm/src/stm32/hardware/stm32_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32_wdg.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/arch/arm/src/stm32/hardware/stm32f100_pinmap.h b/arch/arm/src/stm32/hardware/stm32f100_pinmap.h index 171e168bd6..bcc90f102c 100644 --- a/arch/arm/src/stm32/hardware/stm32f100_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f100_pinmap.h @@ -1,13 +1,14 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f100_pinmap.h * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Copyright (C) 2012 Michael Smith. All Rights reserved. - * Author: Gregory Nutt - * Uros Platise - * Michael Smith - * Freddie Chopin + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2009 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileCopyrightText: 2012 Michael Smith. All Rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Michael Smith + * SPDX-FileContributor: Freddie Chopin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/hardware/stm32f100_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f100_pinmap_legacy.h index 1b9950acd7..a7b25e3d96 100644 --- a/arch/arm/src/stm32/hardware/stm32f100_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f100_pinmap_legacy.h @@ -1,13 +1,14 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f100_pinmap_legacy.h * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Copyright (C) 2012 Michael Smith. All Rights reserved. - * Author: Gregory Nutt - * Uros Platise - * Michael Smith - * Freddie Chopin + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2009 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileCopyrightText: 2012 Michael Smith. All Rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Michael Smith + * SPDX-FileContributor: Freddie Chopin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/hardware/stm32f102_pinmap.h b/arch/arm/src/stm32/hardware/stm32f102_pinmap.h index 8471185efd..f9948674cf 100644 --- a/arch/arm/src/stm32/hardware/stm32f102_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f102_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f102_pinmap.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/arch/arm/src/stm32/hardware/stm32f102_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f102_pinmap_legacy.h index c33f1f7dba..03b4286209 100644 --- a/arch/arm/src/stm32/hardware/stm32f102_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f102_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f102_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f103c_pinmap.h b/arch/arm/src/stm32/hardware/stm32f103c_pinmap.h index c3afe2f590..b4401f55aa 100644 --- a/arch/arm/src/stm32/hardware/stm32f103c_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f103c_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103c_pinmap.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/arch/arm/src/stm32/hardware/stm32f103c_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f103c_pinmap_legacy.h index 41876bb69f..7b2215e16f 100644 --- a/arch/arm/src/stm32/hardware/stm32f103c_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f103c_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103c_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f103r_pinmap.h b/arch/arm/src/stm32/hardware/stm32f103r_pinmap.h index a044ba939c..b0db025173 100644 --- a/arch/arm/src/stm32/hardware/stm32f103r_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f103r_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103r_pinmap.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/arch/arm/src/stm32/hardware/stm32f103r_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f103r_pinmap_legacy.h index c3aef9cab9..9daf51881f 100644 --- a/arch/arm/src/stm32/hardware/stm32f103r_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f103r_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103r_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f103v_pinmap.h b/arch/arm/src/stm32/hardware/stm32f103v_pinmap.h index ae35d97403..fbd7f3ef08 100644 --- a/arch/arm/src/stm32/hardware/stm32f103v_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f103v_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103v_pinmap.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/arch/arm/src/stm32/hardware/stm32f103v_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f103v_pinmap_legacy.h index 1437c2ec34..0a719b22f8 100644 --- a/arch/arm/src/stm32/hardware/stm32f103v_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f103v_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103v_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f103z_pinmap.h b/arch/arm/src/stm32/hardware/stm32f103z_pinmap.h index 9532c286e5..97c6af2edc 100644 --- a/arch/arm/src/stm32/hardware/stm32f103z_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f103z_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103z_pinmap.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/arch/arm/src/stm32/hardware/stm32f103z_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f103z_pinmap_legacy.h index f964d8de63..ebeefefc6e 100644 --- a/arch/arm/src/stm32/hardware/stm32f103z_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f103z_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f103z_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f105r_pinmap.h b/arch/arm/src/stm32/hardware/stm32f105r_pinmap.h index 17c148daaf..52c7690f65 100644 --- a/arch/arm/src/stm32/hardware/stm32f105r_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f105r_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f105r_pinmap.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/arch/arm/src/stm32/hardware/stm32f105r_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f105r_pinmap_legacy.h index a89988e95b..2535dc27b1 100644 --- a/arch/arm/src/stm32/hardware/stm32f105r_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f105r_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f105r_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f105v_pinmap.h b/arch/arm/src/stm32/hardware/stm32f105v_pinmap.h index 4bb08ae95e..8f881f7b90 100644 --- a/arch/arm/src/stm32/hardware/stm32f105v_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f105v_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f105v_pinmap.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/arch/arm/src/stm32/hardware/stm32f105v_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f105v_pinmap_legacy.h index 8729c2def2..a034dc7c3e 100644 --- a/arch/arm/src/stm32/hardware/stm32f105v_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f105v_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f105v_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f107v_pinmap.h b/arch/arm/src/stm32/hardware/stm32f107v_pinmap.h index b6a5880b3a..38f417273c 100644 --- a/arch/arm/src/stm32/hardware/stm32f107v_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f107v_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f107v_pinmap.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/arch/arm/src/stm32/hardware/stm32f107v_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f107v_pinmap_legacy.h index be64c741da..deb5b48310 100644 --- a/arch/arm/src/stm32/hardware/stm32f107v_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f107v_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f107v_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f10xxx_gpio.h b/arch/arm/src/stm32/hardware/stm32f10xxx_gpio.h index 8d79d64e47..9dd7264b6f 100644 --- a/arch/arm/src/stm32/hardware/stm32f10xxx_gpio.h +++ b/arch/arm/src/stm32/hardware/stm32f10xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f10xxx_gpio.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/arch/arm/src/stm32/hardware/stm32f10xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32f10xxx_memorymap.h index cdd9e67a25..c11e00c13b 100644 --- a/arch/arm/src/stm32/hardware/stm32f10xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32f10xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f10xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32f10xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32f10xxx_rcc.h index 75416091f1..457fea592d 100644 --- a/arch/arm/src/stm32/hardware/stm32f10xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32f10xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f10xxx_rcc.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/arch/arm/src/stm32/hardware/stm32f10xxx_uart.h b/arch/arm/src/stm32/hardware/stm32f10xxx_uart.h index ab7f73bebd..b499a2cc55 100644 --- a/arch/arm/src/stm32/hardware/stm32f10xxx_uart.h +++ b/arch/arm/src/stm32/hardware/stm32f10xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f10xxx_uart.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/arch/arm/src/stm32/hardware/stm32f20xxx_gpio.h b/arch/arm/src/stm32/hardware/stm32f20xxx_gpio.h index 338b863013..ebb0594828 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_gpio.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_gpio.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/arch/arm/src/stm32/hardware/stm32f20xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32f20xxx_memorymap.h index 2348bc42d9..189e5a7a08 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap.h index dc7f3d5ff1..aa7f4da6bf 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_pinmap.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/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap_legacy.h index 0351484750..4bdf0e15ed 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f20xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32f20xxx_rcc.h index 5ac79a064c..c447c70bf6 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_rcc.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/arch/arm/src/stm32/hardware/stm32f20xxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32f20xxx_syscfg.h index 56923bc658..954c046633 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_syscfg.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/arch/arm/src/stm32/hardware/stm32f20xxx_uart.h b/arch/arm/src/stm32/hardware/stm32f20xxx_uart.h index c1259207fa..ee01472c30 100644 --- a/arch/arm/src/stm32/hardware/stm32f20xxx_uart.h +++ b/arch/arm/src/stm32/hardware/stm32f20xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f20xxx_uart.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/arch/arm/src/stm32/hardware/stm32f30xxx_gpio.h b/arch/arm/src/stm32/hardware/stm32f30xxx_gpio.h index a954e32e23..47087489a3 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_gpio.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_gpio.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/arch/arm/src/stm32/hardware/stm32f30xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32f30xxx_memorymap.h index e8d2e4b8ed..23667f3b7c 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap.h index 0681f2baeb..d92b45de89 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_pinmap.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/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap_legacy.h index af53fabcc7..f1c9be173b 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f30xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32f30xxx_rcc.h index 4990f64a96..9d86d13a70 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_rcc.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/arch/arm/src/stm32/hardware/stm32f30xxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32f30xxx_syscfg.h index 54b6c41944..7490082624 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_syscfg.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/arch/arm/src/stm32/hardware/stm32f30xxx_uart.h b/arch/arm/src/stm32/hardware/stm32f30xxx_uart.h index 9e7e0e7257..18fc6f1b8b 100644 --- a/arch/arm/src/stm32/hardware/stm32f30xxx_uart.h +++ b/arch/arm/src/stm32/hardware/stm32f30xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f30xxx_uart.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/arch/arm/src/stm32/hardware/stm32f33xxx_comp.h b/arch/arm/src/stm32/hardware/stm32f33xxx_comp.h index f341235868..d12e43317d 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_comp.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_comp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_comp.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/arch/arm/src/stm32/hardware/stm32f33xxx_hrtim.h b/arch/arm/src/stm32/hardware/stm32f33xxx_hrtim.h index 256445820c..7c6ff331f9 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_hrtim.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_hrtim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_hrtim.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/arch/arm/src/stm32/hardware/stm32f33xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32f33xxx_memorymap.h index 35cc91baf4..eb59aba7e2 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32f33xxx_opamp.h b/arch/arm/src/stm32/hardware/stm32f33xxx_opamp.h index 6b933461da..3235866bce 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_opamp.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_opamp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_opamp.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/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap.h index e6282e7b47..3d3be1182a 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_pinmap.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/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap_legacy.h index bb181484ec..4385d223d9 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f33xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32f33xxx_rcc.h index 7b75647c22..1e26281fb4 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_rcc.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/arch/arm/src/stm32/hardware/stm32f33xxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32f33xxx_syscfg.h index b85580abc3..5c3764b2d4 100644 --- a/arch/arm/src/stm32/hardware/stm32f33xxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32f33xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f33xxx_syscfg.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/arch/arm/src/stm32/hardware/stm32f37xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32f37xxx_memorymap.h index 4993271b46..fd05c2477b 100644 --- a/arch/arm/src/stm32/hardware/stm32f37xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32f37xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f37xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap.h index 19f8d0b915..f830d6868d 100644 --- a/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f37xxx_pinmap.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/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap_legacy.h index 75b18bb81e..d16a752c7d 100644 --- a/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f37xxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f37xxx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f37xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32f37xxx_rcc.h index 288f67c815..a0f658aa6d 100644 --- a/arch/arm/src/stm32/hardware/stm32f37xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32f37xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f37xxx_rcc.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/arch/arm/src/stm32/hardware/stm32f37xxx_sdadc.h b/arch/arm/src/stm32/hardware/stm32f37xxx_sdadc.h index 44c50839d0..f751412950 100644 --- a/arch/arm/src/stm32/hardware/stm32f37xxx_sdadc.h +++ b/arch/arm/src/stm32/hardware/stm32f37xxx_sdadc.h @@ -1,10 +1,12 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f37xxx_sdadc.h * - * Copyright (C) 2009, 2011, 2013 Gregory Nutt. All rights reserved. - * Copyright (C) 2016 Studelec SA. All rights reserved. - * Authors: Gregory Nutt - * Marc Rechté + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Studelec SA. All rights reserved. + * SPDX-FileCopyrightText: 2011, 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Marc Rechté * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/hardware/stm32f37xxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32f37xxx_syscfg.h index b9ac642ac7..6849a95cbb 100644 --- a/arch/arm/src/stm32/hardware/stm32f37xxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32f37xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f37xxx_syscfg.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/arch/arm/src/stm32/hardware/stm32f40xxx_gpio.h b/arch/arm/src/stm32/hardware/stm32f40xxx_gpio.h index 017d4e87ad..95ce98d3d9 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_gpio.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_gpio.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/arch/arm/src/stm32/hardware/stm32f40xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32f40xxx_memorymap.h index d0861d5737..72fe218a44 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap.h index 142bb058a3..0b40bdd842 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_pinmap.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/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap_legacy.h index e7ebec0440..30bb268b01 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32f40xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32f40xxx_rcc.h index f6e9d94707..08bd4e7328 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_rcc.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/arch/arm/src/stm32/hardware/stm32f40xxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32f40xxx_syscfg.h index 1574b00d5f..19da1a40b3 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_syscfg.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/arch/arm/src/stm32/hardware/stm32f40xxx_uart.h b/arch/arm/src/stm32/hardware/stm32f40xxx_uart.h index 338666a655..edfb2a0cc7 100644 --- a/arch/arm/src/stm32/hardware/stm32f40xxx_uart.h +++ b/arch/arm/src/stm32/hardware/stm32f40xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f40xxx_uart.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/arch/arm/src/stm32/hardware/stm32f412xx_pinmap.h b/arch/arm/src/stm32/hardware/stm32f412xx_pinmap.h index 918556576a..0ecba4ca90 100644 --- a/arch/arm/src/stm32/hardware/stm32f412xx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32f412xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f412xx_pinmap.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/arch/arm/src/stm32/hardware/stm32f412xx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32f412xx_pinmap_legacy.h index f3ff263555..c62ab6cec5 100644 --- a/arch/arm/src/stm32/hardware/stm32f412xx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32f412xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32f412xx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32fxxxxx_otgfs.h b/arch/arm/src/stm32/hardware/stm32fxxxxx_otgfs.h index 7f93b81607..199b4098af 100644 --- a/arch/arm/src/stm32/hardware/stm32fxxxxx_otgfs.h +++ b/arch/arm/src/stm32/hardware/stm32fxxxxx_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32fxxxxx_otgfs.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/arch/arm/src/stm32/hardware/stm32g47xxx_hrtim.h b/arch/arm/src/stm32/hardware/stm32g47xxx_hrtim.h index 3e898d005a..4e2a6445bf 100644 --- a/arch/arm/src/stm32/hardware/stm32g47xxx_hrtim.h +++ b/arch/arm/src/stm32/hardware/stm32g47xxx_hrtim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g47xxx_hrtim.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/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap.h index b0f139304d..ce52049659 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxc_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap_legacy.h index 633e5b5f01..3dd347bcb0 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxc_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxc_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap.h index 26eb67108f..44701877d5 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxk_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap_legacy.h index 16443a1649..a8a44722f6 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxk_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxk_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap.h index 2701511068..1f28684b13 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxm_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap_legacy.h index 462d0ec81c..dc2272d71a 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxm_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxm_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32g4xxp_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxp_pinmap.h index 459b3a7795..860e449aba 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxp_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxp_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxp_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap.h index 6abc61c5b4..82d1c4b864 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxq_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap_legacy.h index 4aa48f20b3..fb395d5bfd 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxq_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxq_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap.h index a3cc988bbc..53806263bc 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxr_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap_legacy.h index b42c99e0a0..6d4cbfe101 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxr_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxr_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap.h index 945c3d6879..a6cd76129e 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxv_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap_legacy.h index 64267afd50..68e3532591 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxv_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxv_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32g4xxxx_comp.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_comp.h index d89ec49ebc..4a9ec781e0 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_comp.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_comp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_comp.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/arch/arm/src/stm32/hardware/stm32g4xxxx_cordic.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_cordic.h index e057fd5fd4..c0e5c6669c 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_cordic.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_cordic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_cordic.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/arch/arm/src/stm32/hardware/stm32g4xxxx_dmamux.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_dmamux.h index 9e60b97062..a5d58546c6 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_dmamux.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_dmamux.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/arch/arm/src/stm32/hardware/stm32g4xxxx_gpio.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_gpio.h index dd900d9000..661060cb87 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_gpio.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_gpio.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/arch/arm/src/stm32/hardware/stm32g4xxxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_memorymap.h index 1af9306ef5..e0d72cf4cf 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_memorymap.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/arch/arm/src/stm32/hardware/stm32g4xxxx_opamp.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_opamp.h index 408f59fbff..89cddf6e59 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_opamp.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_opamp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_opamp.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/arch/arm/src/stm32/hardware/stm32g4xxxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_pinmap.h index 44c68c301f..d14310db31 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_pinmap.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/arch/arm/src/stm32/hardware/stm32g4xxxx_pwr.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_pwr.h index 817fabe907..c5af4b8e15 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_pwr.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_pwr.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/arch/arm/src/stm32/hardware/stm32g4xxxx_rcc.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_rcc.h index 69f3980161..f779cde0a6 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_rcc.h @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_rcc.h - * Register offsets, addresses, and bitfield defines for STM32G4Xxxx RCC + * + * SPDX-License-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/arch/arm/src/stm32/hardware/stm32g4xxxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_syscfg.h index 1cb0894cde..a7fdf99c74 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_syscfg.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/arch/arm/src/stm32/hardware/stm32g4xxxx_uart.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_uart.h index 7aa487e0c4..98990ba21e 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_uart.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_uart.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/arch/arm/src/stm32/hardware/stm32g4xxxx_vrefbuf.h b/arch/arm/src/stm32/hardware/stm32g4xxxx_vrefbuf.h index 834af1a616..5591bfe744 100644 --- a/arch/arm/src/stm32/hardware/stm32g4xxxx_vrefbuf.h +++ b/arch/arm/src/stm32/hardware/stm32g4xxxx_vrefbuf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32g4xxxx_vrefbuf.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/arch/arm/src/stm32/hardware/stm32gxxxxx_dac.h b/arch/arm/src/stm32/hardware/stm32gxxxxx_dac.h index d6939e00b4..0b412885c9 100644 --- a/arch/arm/src/stm32/hardware/stm32gxxxxx_dac.h +++ b/arch/arm/src/stm32/hardware/stm32gxxxxx_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32gxxxxx_dac.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/arch/arm/src/stm32/hardware/stm32l15xxx_aes.h b/arch/arm/src/stm32/hardware/stm32l15xxx_aes.h index e3093c1022..c68fbc44d6 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_aes.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_aes.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/arch/arm/src/stm32/hardware/stm32l15xxx_gpio.h b/arch/arm/src/stm32/hardware/stm32l15xxx_gpio.h index 837fd24cdf..49dd7919b2 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_gpio.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_gpio.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/arch/arm/src/stm32/hardware/stm32l15xxx_memorymap.h b/arch/arm/src/stm32/hardware/stm32l15xxx_memorymap.h index 03d40655ff..b1c2ba9ce8 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_memorymap.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_memorymap.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/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap.h b/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap.h index 2e4b9f8939..9211c8c64b 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_pinmap.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/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap_legacy.h b/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap_legacy.h index 58c1ed659a..13f7707ff7 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap_legacy.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_pinmap_legacy.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/arch/arm/src/stm32/hardware/stm32l15xxx_rcc.h b/arch/arm/src/stm32/hardware/stm32l15xxx_rcc.h index 256e563102..0217a9a79d 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_rcc.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_rcc.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/arch/arm/src/stm32/hardware/stm32l15xxx_syscfg.h b/arch/arm/src/stm32/hardware/stm32l15xxx_syscfg.h index 359140b0e7..3e6dfa2ddb 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_syscfg.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_syscfg.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/arch/arm/src/stm32/hardware/stm32l15xxx_uart.h b/arch/arm/src/stm32/hardware/stm32l15xxx_uart.h index 5a74bf479d..f3cb64060d 100644 --- a/arch/arm/src/stm32/hardware/stm32l15xxx_uart.h +++ b/arch/arm/src/stm32/hardware/stm32l15xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/hardware/stm32l15xxx_uart.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/arch/arm/src/stm32/stm32.h b/arch/arm/src/stm32/stm32.h index 6c2ef6ce97..66b91b72e8 100644 --- a/arch/arm/src/stm32/stm32.h +++ b/arch/arm/src/stm32/stm32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32.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/arch/arm/src/stm32/stm32_1wire.c b/arch/arm/src/stm32/stm32_1wire.c index cfe4e6e740..8fec6856df 100644 --- a/arch/arm/src/stm32/stm32_1wire.c +++ b/arch/arm/src/stm32/stm32_1wire.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_1wire.h b/arch/arm/src/stm32/stm32_1wire.h index 8f336bc1ce..dbd2ed588d 100644 --- a/arch/arm/src/stm32/stm32_1wire.h +++ b/arch/arm/src/stm32/stm32_1wire.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_1wire.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/arch/arm/src/stm32/stm32_adc.c b/arch/arm/src/stm32/stm32_adc.c index 7b8877edb6..a41257bc6c 100644 --- a/arch/arm/src/stm32/stm32_adc.c +++ b/arch/arm/src/stm32/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_adc.h b/arch/arm/src/stm32/stm32_adc.h index 2eb84851ed..56734f6159 100644 --- a/arch/arm/src/stm32/stm32_adc.h +++ b/arch/arm/src/stm32/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_adc.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/arch/arm/src/stm32/stm32_aes.c b/arch/arm/src/stm32/stm32_aes.c index 059cf88be2..bd25484b88 100644 --- a/arch/arm/src/stm32/stm32_aes.c +++ b/arch/arm/src/stm32/stm32_aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_aes.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_aes.h b/arch/arm/src/stm32/stm32_aes.h index 62e3190d7c..f0de4f5972 100644 --- a/arch/arm/src/stm32/stm32_aes.h +++ b/arch/arm/src/stm32/stm32_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_aes.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/arch/arm/src/stm32/stm32_alarm.h b/arch/arm/src/stm32/stm32_alarm.h index adc6a6f531..ced1f3a464 100644 --- a/arch/arm/src/stm32/stm32_alarm.h +++ b/arch/arm/src/stm32/stm32_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_alarm.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/arch/arm/src/stm32/stm32_allocateheap.c b/arch/arm/src/stm32/stm32_allocateheap.c index 19ff055767..68fccef0b2 100644 --- a/arch/arm/src/stm32/stm32_allocateheap.c +++ b/arch/arm/src/stm32/stm32_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_bbsram.c b/arch/arm/src/stm32/stm32_bbsram.c index a178827bf9..9d914aff6c 100644 --- a/arch/arm/src/stm32/stm32_bbsram.c +++ b/arch/arm/src/stm32/stm32_bbsram.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_bbsram.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_bbsram.h b/arch/arm/src/stm32/stm32_bbsram.h index 4d91bddbee..bca2251088 100644 --- a/arch/arm/src/stm32/stm32_bbsram.h +++ b/arch/arm/src/stm32/stm32_bbsram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_bbsram.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/arch/arm/src/stm32/stm32_bkp.h b/arch/arm/src/stm32/stm32_bkp.h index 9292f2bb3c..1d2c3cc858 100644 --- a/arch/arm/src/stm32/stm32_bkp.h +++ b/arch/arm/src/stm32/stm32_bkp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_bkp.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/arch/arm/src/stm32/stm32_can.c b/arch/arm/src/stm32/stm32_can.c index 89480b88c2..1411a8243e 100644 --- a/arch/arm/src/stm32/stm32_can.c +++ b/arch/arm/src/stm32/stm32_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_can.h b/arch/arm/src/stm32/stm32_can.h index 3127771431..e9f906a92e 100644 --- a/arch/arm/src/stm32/stm32_can.h +++ b/arch/arm/src/stm32/stm32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_can.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/arch/arm/src/stm32/stm32_can_sock.c b/arch/arm/src/stm32/stm32_can_sock.c index f51f9b8ea0..7624e73ea3 100644 --- a/arch/arm/src/stm32/stm32_can_sock.c +++ b/arch/arm/src/stm32/stm32_can_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_can_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_capture.c b/arch/arm/src/stm32/stm32_capture.c index 20ed6a109f..a543958148 100644 --- a/arch/arm/src/stm32/stm32_capture.c +++ b/arch/arm/src/stm32/stm32_capture.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_capture.h b/arch/arm/src/stm32/stm32_capture.h index ae73cb1989..f953cf4b2b 100644 --- a/arch/arm/src/stm32/stm32_capture.h +++ b/arch/arm/src/stm32/stm32_capture.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_capture.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/arch/arm/src/stm32/stm32_capture_lowerhalf.c b/arch/arm/src/stm32/stm32_capture_lowerhalf.c index bc27927818..bfe99635d8 100644 --- a/arch/arm/src/stm32/stm32_capture_lowerhalf.c +++ b/arch/arm/src/stm32/stm32_capture_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_capture_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_ccm.c b/arch/arm/src/stm32/stm32_ccm.c index 7c26f40295..9c87b61d4a 100644 --- a/arch/arm/src/stm32/stm32_ccm.c +++ b/arch/arm/src/stm32/stm32_ccm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_ccm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_ccm.h b/arch/arm/src/stm32/stm32_ccm.h index a4da0d03b8..f5a38d3d41 100644 --- a/arch/arm/src/stm32/stm32_ccm.h +++ b/arch/arm/src/stm32/stm32_ccm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_ccm.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/arch/arm/src/stm32/stm32_comp.c b/arch/arm/src/stm32/stm32_comp.c index cf8d8c6a9c..c68cb45b08 100644 --- a/arch/arm/src/stm32/stm32_comp.c +++ b/arch/arm/src/stm32/stm32_comp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_comp.h b/arch/arm/src/stm32/stm32_comp.h index 82cbea7ff9..5f3ae2c74e 100644 --- a/arch/arm/src/stm32/stm32_comp.h +++ b/arch/arm/src/stm32/stm32_comp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_comp.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/arch/arm/src/stm32/stm32_comp_v1.c b/arch/arm/src/stm32/stm32_comp_v1.c index a2a1a1957a..b2c7ee6db3 100644 --- a/arch/arm/src/stm32/stm32_comp_v1.c +++ b/arch/arm/src/stm32/stm32_comp_v1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_comp_v1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_comp_v1.h b/arch/arm/src/stm32/stm32_comp_v1.h index 1239f97bd3..5389e5ddca 100644 --- a/arch/arm/src/stm32/stm32_comp_v1.h +++ b/arch/arm/src/stm32/stm32_comp_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_comp_v1.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/arch/arm/src/stm32/stm32_comp_v2.c b/arch/arm/src/stm32/stm32_comp_v2.c index 8690383873..d6fbae9c20 100644 --- a/arch/arm/src/stm32/stm32_comp_v2.c +++ b/arch/arm/src/stm32/stm32_comp_v2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_comp_v2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_comp_v2.h b/arch/arm/src/stm32/stm32_comp_v2.h index 7ad1e744ec..3b748b01a9 100644 --- a/arch/arm/src/stm32/stm32_comp_v2.h +++ b/arch/arm/src/stm32/stm32_comp_v2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_comp_v2.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/arch/arm/src/stm32/stm32_cordic.c b/arch/arm/src/stm32/stm32_cordic.c index 0a2d3e1fd7..52d501d978 100644 --- a/arch/arm/src/stm32/stm32_cordic.c +++ b/arch/arm/src/stm32/stm32_cordic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_cordic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_cordic.h b/arch/arm/src/stm32/stm32_cordic.h index 5b22c359e7..be6da8d85e 100644 --- a/arch/arm/src/stm32/stm32_cordic.h +++ b/arch/arm/src/stm32/stm32_cordic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_cordic.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/arch/arm/src/stm32/stm32_crypto.c b/arch/arm/src/stm32/stm32_crypto.c index 472be58e50..b68c92df86 100644 --- a/arch/arm/src/stm32/stm32_crypto.c +++ b/arch/arm/src/stm32/stm32_crypto.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_crypto.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_dac.c b/arch/arm/src/stm32/stm32_dac.c index 782b24e95e..25b86090ff 100644 --- a/arch/arm/src/stm32/stm32_dac.c +++ b/arch/arm/src/stm32/stm32_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_dac.h b/arch/arm/src/stm32/stm32_dac.h index 561d3e2438..b031fa463d 100644 --- a/arch/arm/src/stm32/stm32_dac.h +++ b/arch/arm/src/stm32/stm32_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dac.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/arch/arm/src/stm32/stm32_dbgmcu.h b/arch/arm/src/stm32/stm32_dbgmcu.h index 2181d348e1..1695141ff1 100644 --- a/arch/arm/src/stm32/stm32_dbgmcu.h +++ b/arch/arm/src/stm32/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dbgmcu.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/arch/arm/src/stm32/stm32_dfumode.c b/arch/arm/src/stm32/stm32_dfumode.c index ddd065573f..e002e57c45 100644 --- a/arch/arm/src/stm32/stm32_dfumode.c +++ b/arch/arm/src/stm32/stm32_dfumode.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dfumode.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_dfumode.h b/arch/arm/src/stm32/stm32_dfumode.h index a471a58fa6..332ef05c09 100644 --- a/arch/arm/src/stm32/stm32_dfumode.h +++ b/arch/arm/src/stm32/stm32_dfumode.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dfumode.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/arch/arm/src/stm32/stm32_dma.c b/arch/arm/src/stm32/stm32_dma.c index e89efa1cbe..f5d1f1047a 100644 --- a/arch/arm/src/stm32/stm32_dma.c +++ b/arch/arm/src/stm32/stm32_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_dma.h b/arch/arm/src/stm32/stm32_dma.h index 21f6f9789b..f7eb641ef8 100644 --- a/arch/arm/src/stm32/stm32_dma.h +++ b/arch/arm/src/stm32/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dma.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/arch/arm/src/stm32/stm32_dma2d.c b/arch/arm/src/stm32/stm32_dma2d.c index 7b79560b87..94faf5ab49 100644 --- a/arch/arm/src/stm32/stm32_dma2d.c +++ b/arch/arm/src/stm32/stm32_dma2d.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dma2d.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_dma2d.h b/arch/arm/src/stm32/stm32_dma2d.h index d750a87a5f..f8627cfe10 100644 --- a/arch/arm/src/stm32/stm32_dma2d.h +++ b/arch/arm/src/stm32/stm32_dma2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dma2d.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/arch/arm/src/stm32/stm32_dma_v1.c b/arch/arm/src/stm32/stm32_dma_v1.c index 4aca2a4cd5..c0b3ca4766 100644 --- a/arch/arm/src/stm32/stm32_dma_v1.c +++ b/arch/arm/src/stm32/stm32_dma_v1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dma_v1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_dma_v1mux.c b/arch/arm/src/stm32/stm32_dma_v1mux.c index d4d6010996..a49f68b004 100644 --- a/arch/arm/src/stm32/stm32_dma_v1mux.c +++ b/arch/arm/src/stm32/stm32_dma_v1mux.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dma_v1mux.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_dma_v2.c b/arch/arm/src/stm32/stm32_dma_v2.c index 4252b0143e..cd73ce1c71 100644 --- a/arch/arm/src/stm32/stm32_dma_v2.c +++ b/arch/arm/src/stm32/stm32_dma_v2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dma_v2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_dumpgpio.c b/arch/arm/src/stm32/stm32_dumpgpio.c index e00b1be119..58f065ea49 100644 --- a/arch/arm/src/stm32/stm32_dumpgpio.c +++ b/arch/arm/src/stm32/stm32_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_eth.c b/arch/arm/src/stm32/stm32_eth.c index 3a320b4a2f..4aa2c5d1f1 100644 --- a/arch/arm/src/stm32/stm32_eth.c +++ b/arch/arm/src/stm32/stm32_eth.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_eth.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_eth.h b/arch/arm/src/stm32/stm32_eth.h index f8986fccff..68515b8000 100644 --- a/arch/arm/src/stm32/stm32_eth.h +++ b/arch/arm/src/stm32/stm32_eth.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_eth.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/arch/arm/src/stm32/stm32_exti.h b/arch/arm/src/stm32/stm32_exti.h index a0f5e4267a..ae9ac9dba4 100644 --- a/arch/arm/src/stm32/stm32_exti.h +++ b/arch/arm/src/stm32/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_exti.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/arch/arm/src/stm32/stm32_exti_alarm.c b/arch/arm/src/stm32/stm32_exti_alarm.c index 17560d0634..e908fbae17 100644 --- a/arch/arm/src/stm32/stm32_exti_alarm.c +++ b/arch/arm/src/stm32/stm32_exti_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_exti_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/arch/arm/src/stm32/stm32_exti_gpio.c b/arch/arm/src/stm32/stm32_exti_gpio.c index 57d89e3623..7def9e0990 100644 --- a/arch/arm/src/stm32/stm32_exti_gpio.c +++ b/arch/arm/src/stm32/stm32_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_exti_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/arch/arm/src/stm32/stm32_exti_pwr.c b/arch/arm/src/stm32/stm32_exti_pwr.c index deb26f0ad2..97b0060ac8 100644 --- a/arch/arm/src/stm32/stm32_exti_pwr.c +++ b/arch/arm/src/stm32/stm32_exti_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_exti_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_exti_pwr.h b/arch/arm/src/stm32/stm32_exti_pwr.h index 28e1599ca6..9eb22090c6 100644 --- a/arch/arm/src/stm32/stm32_exti_pwr.h +++ b/arch/arm/src/stm32/stm32_exti_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_exti_pwr.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/arch/arm/src/stm32/stm32_exti_wakeup.c b/arch/arm/src/stm32/stm32_exti_wakeup.c index 205a630279..dce70638d4 100644 --- a/arch/arm/src/stm32/stm32_exti_wakeup.c +++ b/arch/arm/src/stm32/stm32_exti_wakeup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_exti_wakeup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_fdcan.c b/arch/arm/src/stm32/stm32_fdcan.c index ef51fe7108..2802995d0e 100644 --- a/arch/arm/src/stm32/stm32_fdcan.c +++ b/arch/arm/src/stm32/stm32_fdcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fdcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_fdcan.h b/arch/arm/src/stm32/stm32_fdcan.h index fc33c87d88..f157213828 100644 --- a/arch/arm/src/stm32/stm32_fdcan.h +++ b/arch/arm/src/stm32/stm32_fdcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fdcan.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/arch/arm/src/stm32/stm32_fdcan_sock.c b/arch/arm/src/stm32/stm32_fdcan_sock.c index 694ef6cd4a..273f3122a9 100644 --- a/arch/arm/src/stm32/stm32_fdcan_sock.c +++ b/arch/arm/src/stm32/stm32_fdcan_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fdcan_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The @@ -9,7 +11,7 @@ * License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 - *s + * * 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 diff --git a/arch/arm/src/stm32/stm32_flash.c b/arch/arm/src/stm32/stm32_flash.c index 2a49f5f56c..0afd013d87 100644 --- a/arch/arm/src/stm32/stm32_flash.c +++ b/arch/arm/src/stm32/stm32_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_flash.h b/arch/arm/src/stm32/stm32_flash.h index 8477cece65..6a67d7b2ce 100644 --- a/arch/arm/src/stm32/stm32_flash.h +++ b/arch/arm/src/stm32/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_flash.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/arch/arm/src/stm32/stm32_fmc.c b/arch/arm/src/stm32/stm32_fmc.c index 287ab22b0a..4f0ac88e2a 100644 --- a/arch/arm/src/stm32/stm32_fmc.c +++ b/arch/arm/src/stm32/stm32_fmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_fmc.h b/arch/arm/src/stm32/stm32_fmc.h index 7aa6300700..9644068d0e 100644 --- a/arch/arm/src/stm32/stm32_fmc.h +++ b/arch/arm/src/stm32/stm32_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fmc.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/arch/arm/src/stm32/stm32_foc.c b/arch/arm/src/stm32/stm32_foc.c index eb4e8cd2a1..3746c59b05 100644 --- a/arch/arm/src/stm32/stm32_foc.c +++ b/arch/arm/src/stm32/stm32_foc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_foc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_foc.h b/arch/arm/src/stm32/stm32_foc.h index 4f31cad87a..bfc145dbda 100644 --- a/arch/arm/src/stm32/stm32_foc.h +++ b/arch/arm/src/stm32/stm32_foc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_foc.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/arch/arm/src/stm32/stm32_freerun.c b/arch/arm/src/stm32/stm32_freerun.c index f5c353167c..59437493b1 100644 --- a/arch/arm/src/stm32/stm32_freerun.c +++ b/arch/arm/src/stm32/stm32_freerun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_freerun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_freerun.h b/arch/arm/src/stm32/stm32_freerun.h index 49a6544c1a..72212f1201 100644 --- a/arch/arm/src/stm32/stm32_freerun.h +++ b/arch/arm/src/stm32/stm32_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_freerun.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/arch/arm/src/stm32/stm32_fsmc.c b/arch/arm/src/stm32/stm32_fsmc.c index f6941b675b..5bfc967a96 100644 --- a/arch/arm/src/stm32/stm32_fsmc.c +++ b/arch/arm/src/stm32/stm32_fsmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fsmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_fsmc.h b/arch/arm/src/stm32/stm32_fsmc.h index 273a90496b..df34076301 100644 --- a/arch/arm/src/stm32/stm32_fsmc.h +++ b/arch/arm/src/stm32/stm32_fsmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_fsmc.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/arch/arm/src/stm32/stm32_gpio.c b/arch/arm/src/stm32/stm32_gpio.c index 1ff25b3f6d..4c02cd5535 100644 --- a/arch/arm/src/stm32/stm32_gpio.c +++ b/arch/arm/src/stm32/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_gpio.h b/arch/arm/src/stm32/stm32_gpio.h index f5c468f7b8..8fc0ef475e 100644 --- a/arch/arm/src/stm32/stm32_gpio.h +++ b/arch/arm/src/stm32/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_gpio.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/arch/arm/src/stm32/stm32_hall3ph.c b/arch/arm/src/stm32/stm32_hall3ph.c index 6600a3a3e2..61dc6bd8e5 100644 --- a/arch/arm/src/stm32/stm32_hall3ph.c +++ b/arch/arm/src/stm32/stm32_hall3ph.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_hall3ph.h b/arch/arm/src/stm32/stm32_hall3ph.h index 7d0ea3b38a..97a7bde16b 100644 --- a/arch/arm/src/stm32/stm32_hall3ph.h +++ b/arch/arm/src/stm32/stm32_hall3ph.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_hall3ph.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/arch/arm/src/stm32/stm32_hciuart.c b/arch/arm/src/stm32/stm32_hciuart.c index e180f751b0..442e6ad113 100644 --- a/arch/arm/src/stm32/stm32_hciuart.c +++ b/arch/arm/src/stm32/stm32_hciuart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_hciuart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_hciuart.h b/arch/arm/src/stm32/stm32_hciuart.h index a8ec296b6d..ccbc7af5f4 100644 --- a/arch/arm/src/stm32/stm32_hciuart.h +++ b/arch/arm/src/stm32/stm32_hciuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_hciuart.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/arch/arm/src/stm32/stm32_hrtim.c b/arch/arm/src/stm32/stm32_hrtim.c index ab3ff7abaa..24a4775fa9 100644 --- a/arch/arm/src/stm32/stm32_hrtim.c +++ b/arch/arm/src/stm32/stm32_hrtim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_hrtim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_hrtim.h b/arch/arm/src/stm32/stm32_hrtim.h index de633a24ba..7934ca14bf 100644 --- a/arch/arm/src/stm32/stm32_hrtim.h +++ b/arch/arm/src/stm32/stm32_hrtim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_hrtim.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/arch/arm/src/stm32/stm32_i2c.c b/arch/arm/src/stm32/stm32_i2c.c index f4a41c0edb..0c7f26676f 100644 --- a/arch/arm/src/stm32/stm32_i2c.c +++ b/arch/arm/src/stm32/stm32_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_i2c.h b/arch/arm/src/stm32/stm32_i2c.h index 7dab949001..3e320f8aec 100644 --- a/arch/arm/src/stm32/stm32_i2c.h +++ b/arch/arm/src/stm32/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_i2c_alt.c b/arch/arm/src/stm32/stm32_i2c_alt.c index afca42617b..0a003dd752 100644 --- a/arch/arm/src/stm32/stm32_i2c_alt.c +++ b/arch/arm/src/stm32/stm32_i2c_alt.c @@ -1,17 +1,14 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_i2c_alt.c - * STM32 I2C Hardware Layer - Device Driver * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions, modifications by: - * - * Copyright (C) 2011-2014, 2016-2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Copyright (C) 2014 Patrizio Simona. All rights reserved. - * Author: Patrizio Simona + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 Patrizio Simona. All rights reserved. + * SPDX-FileCopyrightText: 2011-2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Patrizio Simona * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_i2c_v2.c b/arch/arm/src/stm32/stm32_i2c_v2.c index c9c531228c..d88bd4c6e1 100644 --- a/arch/arm/src/stm32/stm32_i2c_v2.c +++ b/arch/arm/src/stm32/stm32_i2c_v2.c @@ -1,23 +1,16 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_i2c_v2.c - * STM32 I2C IPv2 Hardware Layer - Device Driver ported from STM32F7 * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * Bob Feretich - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Bob Feretich + * SPDX-FileContributor: Doug Vetter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_i2s.c b/arch/arm/src/stm32/stm32_i2s.c index 5deddc97d9..f14b1a083f 100644 --- a/arch/arm/src/stm32/stm32_i2s.c +++ b/arch/arm/src/stm32/stm32_i2s.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_i2s.h b/arch/arm/src/stm32/stm32_i2s.h index 4c3809d52a..5ed3413659 100644 --- a/arch/arm/src/stm32/stm32_i2s.h +++ b/arch/arm/src/stm32/stm32_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_i2s.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/arch/arm/src/stm32/stm32_idle.c b/arch/arm/src/stm32/stm32_idle.c index 280ac8f2fa..e3df4fba0f 100644 --- a/arch/arm/src/stm32/stm32_idle.c +++ b/arch/arm/src/stm32/stm32_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_irq.c b/arch/arm/src/stm32/stm32_irq.c index 7a63323a37..51789e346a 100644 --- a/arch/arm/src/stm32/stm32_irq.c +++ b/arch/arm/src/stm32/stm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_iwdg.c b/arch/arm/src/stm32/stm32_iwdg.c index 77fa9f1101..1d296c151e 100644 --- a/arch/arm/src/stm32/stm32_iwdg.c +++ b/arch/arm/src/stm32/stm32_iwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_iwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_lowputc.c b/arch/arm/src/stm32/stm32_lowputc.c index 51a61d72da..44f65ae662 100644 --- a/arch/arm/src/stm32/stm32_lowputc.c +++ b/arch/arm/src/stm32/stm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_lowputc.h b/arch/arm/src/stm32/stm32_lowputc.h index 6306bb6e1b..76629be9c5 100644 --- a/arch/arm/src/stm32/stm32_lowputc.h +++ b/arch/arm/src/stm32/stm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_lowputc.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/arch/arm/src/stm32/stm32_lse.c b/arch/arm/src/stm32/stm32_lse.c index 6c56e044a5..7f4d215ddc 100644 --- a/arch/arm/src/stm32/stm32_lse.c +++ b/arch/arm/src/stm32/stm32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_lsi.c b/arch/arm/src/stm32/stm32_lsi.c index 09daedfadf..45d15c8fab 100644 --- a/arch/arm/src/stm32/stm32_lsi.c +++ b/arch/arm/src/stm32/stm32_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_ltdc.c b/arch/arm/src/stm32/stm32_ltdc.c index 2460b7d4ed..f2692a5cad 100644 --- a/arch/arm/src/stm32/stm32_ltdc.c +++ b/arch/arm/src/stm32/stm32_ltdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_ltdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_ltdc.h b/arch/arm/src/stm32/stm32_ltdc.h index d2cbeb0231..50e089869e 100644 --- a/arch/arm/src/stm32/stm32_ltdc.h +++ b/arch/arm/src/stm32/stm32_ltdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_ltdc.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/arch/arm/src/stm32/stm32_mpuinit.c b/arch/arm/src/stm32/stm32_mpuinit.c index ed0f4ffbf2..6cc545c825 100644 --- a/arch/arm/src/stm32/stm32_mpuinit.c +++ b/arch/arm/src/stm32/stm32_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_mpuinit.h b/arch/arm/src/stm32/stm32_mpuinit.h index 2cacf7a067..f4af906ef4 100644 --- a/arch/arm/src/stm32/stm32_mpuinit.h +++ b/arch/arm/src/stm32/stm32_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_mpuinit.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/arch/arm/src/stm32/stm32_oneshot.c b/arch/arm/src/stm32/stm32_oneshot.c index 9cc4beeb1f..fad6dc677c 100644 --- a/arch/arm/src/stm32/stm32_oneshot.c +++ b/arch/arm/src/stm32/stm32_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_oneshot.h b/arch/arm/src/stm32/stm32_oneshot.h index 7dc0df59c0..913321fa60 100644 --- a/arch/arm/src/stm32/stm32_oneshot.h +++ b/arch/arm/src/stm32/stm32_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_oneshot.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/arch/arm/src/stm32/stm32_oneshot_lowerhalf.c b/arch/arm/src/stm32/stm32_oneshot_lowerhalf.c index f7ea9ec9dc..f0b6d2ccf9 100644 --- a/arch/arm/src/stm32/stm32_oneshot_lowerhalf.c +++ b/arch/arm/src/stm32/stm32_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_opamp.c b/arch/arm/src/stm32/stm32_opamp.c index 51350e44b5..b82c8798c4 100644 --- a/arch/arm/src/stm32/stm32_opamp.c +++ b/arch/arm/src/stm32/stm32_opamp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_opamp.h b/arch/arm/src/stm32/stm32_opamp.h index 0a25f2b451..b85acb37bf 100644 --- a/arch/arm/src/stm32/stm32_opamp.h +++ b/arch/arm/src/stm32/stm32_opamp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_opamp.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/arch/arm/src/stm32/stm32_otgfs.h b/arch/arm/src/stm32/stm32_otgfs.h index b7305caeb9..42287bc212 100644 --- a/arch/arm/src/stm32/stm32_otgfs.h +++ b/arch/arm/src/stm32/stm32_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_otgfs.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/arch/arm/src/stm32/stm32_otgfsdev.c b/arch/arm/src/stm32/stm32_otgfsdev.c index eb70d8faed..fccf3778a4 100644 --- a/arch/arm/src/stm32/stm32_otgfsdev.c +++ b/arch/arm/src/stm32/stm32_otgfsdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_otgfsdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_otgfshost.c b/arch/arm/src/stm32/stm32_otgfshost.c index 3594448e75..036ae63cef 100644 --- a/arch/arm/src/stm32/stm32_otgfshost.c +++ b/arch/arm/src/stm32/stm32_otgfshost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_otgfshost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_otghs.h b/arch/arm/src/stm32/stm32_otghs.h index 3d36a6408c..68016e3793 100644 --- a/arch/arm/src/stm32/stm32_otghs.h +++ b/arch/arm/src/stm32/stm32_otghs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_otghs.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/arch/arm/src/stm32/stm32_otghsdev.c b/arch/arm/src/stm32/stm32_otghsdev.c index 8e278f45fc..3bee990bc0 100644 --- a/arch/arm/src/stm32/stm32_otghsdev.c +++ b/arch/arm/src/stm32/stm32_otghsdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_otghsdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_otghshost.c b/arch/arm/src/stm32/stm32_otghshost.c index 172b778351..b2753ded09 100644 --- a/arch/arm/src/stm32/stm32_otghshost.c +++ b/arch/arm/src/stm32/stm32_otghshost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_otghshost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_pm.h b/arch/arm/src/stm32/stm32_pm.h index eaf809cec0..7d66d3b209 100644 --- a/arch/arm/src/stm32/stm32_pm.h +++ b/arch/arm/src/stm32/stm32_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_pminitialize.c b/arch/arm/src/stm32/stm32_pminitialize.c index 93be5677a4..2f9883b212 100644 --- a/arch/arm/src/stm32/stm32_pminitialize.c +++ b/arch/arm/src/stm32/stm32_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_pmsleep.c b/arch/arm/src/stm32/stm32_pmsleep.c index a034feca23..5f78cc8626 100644 --- a/arch/arm/src/stm32/stm32_pmsleep.c +++ b/arch/arm/src/stm32/stm32_pmsleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pmsleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_pmstandby.c b/arch/arm/src/stm32/stm32_pmstandby.c index c789fb2abb..d8b9825aed 100644 --- a/arch/arm/src/stm32/stm32_pmstandby.c +++ b/arch/arm/src/stm32/stm32_pmstandby.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pmstandby.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_pmstop.c b/arch/arm/src/stm32/stm32_pmstop.c index 44b06dd32f..9acf05990f 100644 --- a/arch/arm/src/stm32/stm32_pmstop.c +++ b/arch/arm/src/stm32/stm32_pmstop.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pmstop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_pwm.c b/arch/arm/src/stm32/stm32_pwm.c index cc8436fe76..684f6a753d 100644 --- a/arch/arm/src/stm32/stm32_pwm.c +++ b/arch/arm/src/stm32/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_pwm.h b/arch/arm/src/stm32/stm32_pwm.h index b6820740aa..2a0f43500f 100644 --- a/arch/arm/src/stm32/stm32_pwm.h +++ b/arch/arm/src/stm32/stm32_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pwm.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/arch/arm/src/stm32/stm32_pwr.c b/arch/arm/src/stm32/stm32_pwr.c index 518537cd1c..c62500f986 100644 --- a/arch/arm/src/stm32/stm32_pwr.c +++ b/arch/arm/src/stm32/stm32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_pwr.h b/arch/arm/src/stm32/stm32_pwr.h index 08d926ce22..141f81a360 100644 --- a/arch/arm/src/stm32/stm32_pwr.h +++ b/arch/arm/src/stm32/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_pwr.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/arch/arm/src/stm32/stm32_qencoder.c b/arch/arm/src/stm32/stm32_qencoder.c index f9a3c0cd9f..60b83c19b4 100644 --- a/arch/arm/src/stm32/stm32_qencoder.c +++ b/arch/arm/src/stm32/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_qencoder.h b/arch/arm/src/stm32/stm32_qencoder.h index 3b0ababe43..c1be0f04a1 100644 --- a/arch/arm/src/stm32/stm32_qencoder.h +++ b/arch/arm/src/stm32/stm32_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_qencoder.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/arch/arm/src/stm32/stm32_rcc.c b/arch/arm/src/stm32/stm32_rcc.c index dcebf6e36d..a07a8b1174 100644 --- a/arch/arm/src/stm32/stm32_rcc.c +++ b/arch/arm/src/stm32/stm32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_rcc.h b/arch/arm/src/stm32/stm32_rcc.h index 4e49bfaf20..cfead6ee3e 100644 --- a/arch/arm/src/stm32/stm32_rcc.h +++ b/arch/arm/src/stm32/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_rcc.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/arch/arm/src/stm32/stm32_rng.c b/arch/arm/src/stm32/stm32_rng.c index 0391f58657..6b68bf8127 100644 --- a/arch/arm/src/stm32/stm32_rng.c +++ b/arch/arm/src/stm32/stm32_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_rtc.c b/arch/arm/src/stm32/stm32_rtc.c index 31bc91405a..7d191c9882 100644 --- a/arch/arm/src/stm32/stm32_rtc.c +++ b/arch/arm/src/stm32/stm32_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_rtc.h b/arch/arm/src/stm32/stm32_rtc.h index 151f9c986a..3df1ac02a7 100644 --- a/arch/arm/src/stm32/stm32_rtc.h +++ b/arch/arm/src/stm32/stm32_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_rtc.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/arch/arm/src/stm32/stm32_rtc_lowerhalf.c b/arch/arm/src/stm32/stm32_rtc_lowerhalf.c index 2daa841299..f5188e8f64 100644 --- a/arch/arm/src/stm32/stm32_rtc_lowerhalf.c +++ b/arch/arm/src/stm32/stm32_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_rtcc.c b/arch/arm/src/stm32/stm32_rtcc.c index 503d635391..b34dbd55e0 100644 --- a/arch/arm/src/stm32/stm32_rtcc.c +++ b/arch/arm/src/stm32/stm32_rtcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_rtcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_rtcounter.c b/arch/arm/src/stm32/stm32_rtcounter.c index 4ae3aeadf4..441c86c892 100644 --- a/arch/arm/src/stm32/stm32_rtcounter.c +++ b/arch/arm/src/stm32/stm32_rtcounter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_rtcounter.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_sdadc.c b/arch/arm/src/stm32/stm32_sdadc.c index 427e6a873f..bf1ad92743 100644 --- a/arch/arm/src/stm32/stm32_sdadc.c +++ b/arch/arm/src/stm32/stm32_sdadc.c @@ -1,12 +1,12 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_sdadc.c * - * Copyright (C) 2011, 2013, 2015-2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2016 Studelec. All rights reserved. - * Authors: Gregory Nutt - * Marc Rechté - * - * derived from arch/arm/src/stm32/stm32_adc.c + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009, 2011 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Studelec. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Marc Rechté * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_sdadc.h b/arch/arm/src/stm32/stm32_sdadc.h index 204911d61b..75d474efa5 100644 --- a/arch/arm/src/stm32/stm32_sdadc.h +++ b/arch/arm/src/stm32/stm32_sdadc.h @@ -1,10 +1,12 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_sdadc.h * - * Copyright (C) 2009, 2011, 2015 Gregory Nutt. All rights reserved. - * Copyright (C) 2016 Studelec. All rights reserved. - * Authors: Gregory Nutt - * Marc Rechté + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009, 2011 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Studelec. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Marc Rechté * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_sdio.c b/arch/arm/src/stm32/stm32_sdio.c index f345227bca..2a3df2d720 100644 --- a/arch/arm/src/stm32/stm32_sdio.c +++ b/arch/arm/src/stm32/stm32_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_sdio.h b/arch/arm/src/stm32/stm32_sdio.h index f34f2eca5c..d74b3fe398 100644 --- a/arch/arm/src/stm32/stm32_sdio.h +++ b/arch/arm/src/stm32/stm32_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_serial.c b/arch/arm/src/stm32/stm32_serial.c index 5f53144514..529874b1e9 100644 --- a/arch/arm/src/stm32/stm32_serial.c +++ b/arch/arm/src/stm32/stm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_spi.c b/arch/arm/src/stm32/stm32_spi.c index 063bbfcd92..12c3eb9d12 100644 --- a/arch/arm/src/stm32/stm32_spi.c +++ b/arch/arm/src/stm32/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_spi.h b/arch/arm/src/stm32/stm32_spi.h index df23d1b6eb..13a48fb92c 100644 --- a/arch/arm/src/stm32/stm32_spi.h +++ b/arch/arm/src/stm32/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_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/arch/arm/src/stm32/stm32_start.c b/arch/arm/src/stm32/stm32_start.c index 973c752389..ee02757f86 100644 --- a/arch/arm/src/stm32/stm32_start.c +++ b/arch/arm/src/stm32/stm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_start.h b/arch/arm/src/stm32/stm32_start.h index cf4de31d8f..4d0e326dc4 100644 --- a/arch/arm/src/stm32/stm32_start.h +++ b/arch/arm/src/stm32/stm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_start.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/arch/arm/src/stm32/stm32_syscfg.h b/arch/arm/src/stm32/stm32_syscfg.h index 28fb24a39c..74d049711a 100644 --- a/arch/arm/src/stm32/stm32_syscfg.h +++ b/arch/arm/src/stm32/stm32_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_syscfg.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/arch/arm/src/stm32/stm32_tickless.c b/arch/arm/src/stm32/stm32_tickless.c index f4220d71a9..6062912dea 100644 --- a/arch/arm/src/stm32/stm32_tickless.c +++ b/arch/arm/src/stm32/stm32_tickless.c @@ -1,10 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_tickless.c * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2017 Ansync Labs. All rights reserved. - * Authors: Gregory Nutt - * Konstantin Berezenko + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2017 Ansync Labs. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Konstantin Berezenko * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_tim.c b/arch/arm/src/stm32/stm32_tim.c index 0367f6015e..31ddf810c5 100644 --- a/arch/arm/src/stm32/stm32_tim.c +++ b/arch/arm/src/stm32/stm32_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_tim.h b/arch/arm/src/stm32/stm32_tim.h index ef5f0b16da..1916a34399 100644 --- a/arch/arm/src/stm32/stm32_tim.h +++ b/arch/arm/src/stm32/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_tim.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/arch/arm/src/stm32/stm32_tim_lowerhalf.c b/arch/arm/src/stm32/stm32_tim_lowerhalf.c index a17ac9c4a6..14407bdc4f 100644 --- a/arch/arm/src/stm32/stm32_tim_lowerhalf.c +++ b/arch/arm/src/stm32/stm32_tim_lowerhalf.c @@ -1,10 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_tim_lowerhalf.c * - * Copyright (C) 2015 Wail Khemir. All rights reserved. - * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. - * Authors: Wail Khemir - * Paul Alexander Patience + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Wail Khemir. All rights reserved. + * SPDX-FileCopyrightText: 2015 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileContributor: Wail Khemir + * SPDX-FileContributor: Paul Alexander Patience * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_timerisr.c b/arch/arm/src/stm32/stm32_timerisr.c index 32bca309a6..ddbe11e3ca 100644 --- a/arch/arm/src/stm32/stm32_timerisr.c +++ b/arch/arm/src/stm32/stm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_uart.h b/arch/arm/src/stm32/stm32_uart.h index 67d8c88b8c..3723edd4c1 100644 --- a/arch/arm/src/stm32/stm32_uart.h +++ b/arch/arm/src/stm32/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_uart.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/arch/arm/src/stm32/stm32_uid.c b/arch/arm/src/stm32/stm32_uid.c index f4db968089..fa274e1d62 100644 --- a/arch/arm/src/stm32/stm32_uid.c +++ b/arch/arm/src/stm32/stm32_uid.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_uid.h b/arch/arm/src/stm32/stm32_uid.h index 823c232f1c..d820fcee8c 100644 --- a/arch/arm/src/stm32/stm32_uid.h +++ b/arch/arm/src/stm32/stm32_uid.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_uid.h * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32/stm32_usbdev.c b/arch/arm/src/stm32/stm32_usbdev.c index 4e29f81a6c..9cb27c1e62 100644 --- a/arch/arm/src/stm32/stm32_usbdev.c +++ b/arch/arm/src/stm32/stm32_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_usbdev.h b/arch/arm/src/stm32/stm32_usbdev.h index b3839f720d..350bbb234d 100644 --- a/arch/arm/src/stm32/stm32_usbdev.h +++ b/arch/arm/src/stm32/stm32_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbdev.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/arch/arm/src/stm32/stm32_usbfs.c b/arch/arm/src/stm32/stm32_usbfs.c index ca315677fc..9f1b1d4154 100644 --- a/arch/arm/src/stm32/stm32_usbfs.c +++ b/arch/arm/src/stm32/stm32_usbfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_usbfs.h b/arch/arm/src/stm32/stm32_usbfs.h index b4b4af3fda..b9c7ed0405 100644 --- a/arch/arm/src/stm32/stm32_usbfs.h +++ b/arch/arm/src/stm32/stm32_usbfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbfs.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/arch/arm/src/stm32/stm32_usbhost.c b/arch/arm/src/stm32/stm32_usbhost.c index 91e24dbd3a..1314be9c5e 100644 --- a/arch/arm/src/stm32/stm32_usbhost.c +++ b/arch/arm/src/stm32/stm32_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_usbhost.h b/arch/arm/src/stm32/stm32_usbhost.h index 6b94160607..b71a9e46a7 100644 --- a/arch/arm/src/stm32/stm32_usbhost.h +++ b/arch/arm/src/stm32/stm32_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbhost.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/arch/arm/src/stm32/stm32_userspace.c b/arch/arm/src/stm32/stm32_userspace.c index 5edba36d63..92897821b3 100644 --- a/arch/arm/src/stm32/stm32_userspace.c +++ b/arch/arm/src/stm32/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_userspace.h b/arch/arm/src/stm32/stm32_userspace.h index 81bd4d0be5..8cdb47e52f 100644 --- a/arch/arm/src/stm32/stm32_userspace.h +++ b/arch/arm/src/stm32/stm32_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_userspace.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/arch/arm/src/stm32/stm32_waste.c b/arch/arm/src/stm32/stm32_waste.c index 284bab223f..ce40916f4f 100644 --- a/arch/arm/src/stm32/stm32_waste.c +++ b/arch/arm/src/stm32/stm32_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32_waste.h b/arch/arm/src/stm32/stm32_waste.h index cef4eff203..39a9b88893 100644 --- a/arch/arm/src/stm32/stm32_waste.h +++ b/arch/arm/src/stm32/stm32_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_waste.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/arch/arm/src/stm32/stm32_wdg.h b/arch/arm/src/stm32/stm32_wdg.h index fb8d68254e..0ad2d4eb36 100644 --- a/arch/arm/src/stm32/stm32_wdg.h +++ b/arch/arm/src/stm32/stm32_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_wdg.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/arch/arm/src/stm32/stm32_wwdg.c b/arch/arm/src/stm32/stm32_wwdg.c index aac9a289db..09d32996f3 100644 --- a/arch/arm/src/stm32/stm32_wwdg.c +++ b/arch/arm/src/stm32/stm32_wwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_wwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f10xxf30xx_flash.c b/arch/arm/src/stm32/stm32f10xxf30xx_flash.c index 6077564626..162bc08228 100644 --- a/arch/arm/src/stm32/stm32f10xxf30xx_flash.c +++ b/arch/arm/src/stm32/stm32f10xxf30xx_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f10xxf30xx_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/arch/arm/src/stm32/stm32f10xxx_rcc.c b/arch/arm/src/stm32/stm32f10xxx_rcc.c index cd3e346661..00da41a287 100644 --- a/arch/arm/src/stm32/stm32f10xxx_rcc.c +++ b/arch/arm/src/stm32/stm32f10xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f10xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f20xxf40xx_flash.c b/arch/arm/src/stm32/stm32f20xxf40xx_flash.c index 5bee010acc..f8125b7ceb 100644 --- a/arch/arm/src/stm32/stm32f20xxf40xx_flash.c +++ b/arch/arm/src/stm32/stm32f20xxf40xx_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f20xxf40xx_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/arch/arm/src/stm32/stm32f20xxx_rcc.c b/arch/arm/src/stm32/stm32f20xxx_rcc.c index 7fe1f6a39c..b9faec03b4 100644 --- a/arch/arm/src/stm32/stm32f20xxx_rcc.c +++ b/arch/arm/src/stm32/stm32f20xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f20xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f30xxx_rcc.c b/arch/arm/src/stm32/stm32f30xxx_rcc.c index a6daf9dece..36171bfcc4 100644 --- a/arch/arm/src/stm32/stm32f30xxx_rcc.c +++ b/arch/arm/src/stm32/stm32f30xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f30xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f33xxx_rcc.c b/arch/arm/src/stm32/stm32f33xxx_rcc.c index a9245e570d..60d6508bde 100644 --- a/arch/arm/src/stm32/stm32f33xxx_rcc.c +++ b/arch/arm/src/stm32/stm32f33xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f33xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f37xxx_rcc.c b/arch/arm/src/stm32/stm32f37xxx_rcc.c index 08f797d087..54ab48c207 100644 --- a/arch/arm/src/stm32/stm32f37xxx_rcc.c +++ b/arch/arm/src/stm32/stm32f37xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f37xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f40xxx_alarm.h b/arch/arm/src/stm32/stm32f40xxx_alarm.h index 488174724d..98daa796e7 100644 --- a/arch/arm/src/stm32/stm32f40xxx_alarm.h +++ b/arch/arm/src/stm32/stm32f40xxx_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f40xxx_alarm.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/arch/arm/src/stm32/stm32f40xxx_i2c.c b/arch/arm/src/stm32/stm32f40xxx_i2c.c index f23b113488..6331210c64 100644 --- a/arch/arm/src/stm32/stm32f40xxx_i2c.c +++ b/arch/arm/src/stm32/stm32f40xxx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f40xxx_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/arch/arm/src/stm32/stm32f40xxx_rcc.c b/arch/arm/src/stm32/stm32f40xxx_rcc.c index 75a854ddc9..63c5079639 100644 --- a/arch/arm/src/stm32/stm32f40xxx_rcc.c +++ b/arch/arm/src/stm32/stm32f40xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f40xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32f40xxx_rtcc.c b/arch/arm/src/stm32/stm32f40xxx_rtcc.c index 617982e5df..43f13fe414 100644 --- a/arch/arm/src/stm32/stm32f40xxx_rtcc.c +++ b/arch/arm/src/stm32/stm32f40xxx_rtcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32f40xxx_rtcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32g4xxx_flash.c b/arch/arm/src/stm32/stm32g4xxx_flash.c index f47bd9c8ae..55b303eec5 100644 --- a/arch/arm/src/stm32/stm32g4xxx_flash.c +++ b/arch/arm/src/stm32/stm32g4xxx_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32g4xxx_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/arch/arm/src/stm32/stm32g4xxxx_rcc.c b/arch/arm/src/stm32/stm32g4xxxx_rcc.c index 35a029b0b3..790f30d162 100644 --- a/arch/arm/src/stm32/stm32g4xxxx_rcc.c +++ b/arch/arm/src/stm32/stm32g4xxxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32g4xxxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32l15xx_flash.c b/arch/arm/src/stm32/stm32l15xx_flash.c index 011ac8536f..671be53bf7 100644 --- a/arch/arm/src/stm32/stm32l15xx_flash.c +++ b/arch/arm/src/stm32/stm32l15xx_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32l15xx_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/arch/arm/src/stm32/stm32l15xxx_alarm.h b/arch/arm/src/stm32/stm32l15xxx_alarm.h index c6673f9c5c..52267bf83c 100644 --- a/arch/arm/src/stm32/stm32l15xxx_alarm.h +++ b/arch/arm/src/stm32/stm32l15xxx_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32l15xxx_alarm.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/arch/arm/src/stm32/stm32l15xxx_rcc.c b/arch/arm/src/stm32/stm32l15xxx_rcc.c index 8b7b0cb9f5..bce0e29a32 100644 --- a/arch/arm/src/stm32/stm32l15xxx_rcc.c +++ b/arch/arm/src/stm32/stm32l15xxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32l15xxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32/stm32l15xxx_rtcc.c b/arch/arm/src/stm32/stm32l15xxx_rtcc.c index dfb650bd4e..ca8023f058 100644 --- a/arch/arm/src/stm32/stm32l15xxx_rtcc.c +++ b/arch/arm/src/stm32/stm32l15xxx_rtcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32/stm32l15xxx_rtcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/CMakeLists.txt b/arch/arm/src/stm32f0l0g0/CMakeLists.txt index 7ebe8f808d..04bf3aa905 100644 --- a/arch/arm/src/stm32f0l0g0/CMakeLists.txt +++ b/arch/arm/src/stm32f0l0g0/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/stm32f0l0g0/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/arch/arm/src/stm32f0l0g0/Make.defs b/arch/arm/src/stm32f0l0g0/Make.defs index 2b63457ada..18b3681849 100644 --- a/arch/arm/src/stm32f0l0g0/Make.defs +++ b/arch/arm/src/stm32f0l0g0/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32f0l0g0/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/arch/arm/src/stm32f0l0g0/chip.h b/arch/arm/src/stm32f0l0g0/chip.h index 74bbce9571..b496c6b202 100644 --- a/arch/arm/src/stm32f0l0g0/chip.h +++ b/arch/arm/src/stm32f0l0g0/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/chip.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/arch/arm/src/stm32f0l0g0/hardware/stm32_adc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_adc.h index 8672f1fc71..fc49038f19 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_adc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_adc.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/arch/arm/src/stm32f0l0g0/hardware/stm32_aes.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_aes.h index 00d05b5ec5..d49e402abb 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_aes.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_aes.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/arch/arm/src/stm32f0l0g0/hardware/stm32_can.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_can.h index d4d07058b9..774855c7f8 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_can.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_can.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/arch/arm/src/stm32f0l0g0/hardware/stm32_comp.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_comp.h index 04d6af8140..5d96fe86f4 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_comp.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_comp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_comp.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/arch/arm/src/stm32f0l0g0/hardware/stm32_crc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_crc.h index a09ef6ad24..49b9a97d4a 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_crc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_crc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_crc.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/arch/arm/src/stm32f0l0g0/hardware/stm32_crs.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_crs.h index 437a361c05..58a106bd8b 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_crs.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_crs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_crs.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/arch/arm/src/stm32f0l0g0/hardware/stm32_dac.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_dac.h index 9f580e2d0e..7b5262432c 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_dac.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_dac.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/arch/arm/src/stm32f0l0g0/hardware/stm32_dma_v1.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_dma_v1.h index 97fc968f33..bfae9f3a37 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_dma_v1.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_dma_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_dma_v1.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/arch/arm/src/stm32f0l0g0/hardware/stm32_dmamux.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_dmamux.h index e9582e1317..cd7a3ad8c1 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_dmamux.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_dmamux.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/arch/arm/src/stm32f0l0g0/hardware/stm32_exti.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_exti.h index 95ada1cf43..ba41b0d828 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_exti.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_exti.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/arch/arm/src/stm32f0l0g0/hardware/stm32_flash.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_flash.h index 05094cac19..ce87eae83b 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_flash.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_flash.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/arch/arm/src/stm32f0l0g0/hardware/stm32_gpio.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_gpio.h index 171254d355..82db5a959b 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_gpio.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_gpio.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/arch/arm/src/stm32f0l0g0/hardware/stm32_i2c.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_i2c.h index cc35608246..aa10265f4a 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_i2c.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_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/arch/arm/src/stm32f0l0g0/hardware/stm32_memorymap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_memorymap.h index 52384d9edb..f5d77010c3 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_memorymap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_memorymap.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/arch/arm/src/stm32f0l0g0/hardware/stm32_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_pinmap.h index abdc3cb4ca..d74aec0ca2 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_pinmap.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/arch/arm/src/stm32f0l0g0/hardware/stm32_pwr.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_pwr.h index f192c1ba38..77b0014d34 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_pwr.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_pwr.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/arch/arm/src/stm32f0l0g0/hardware/stm32_rcc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_rcc.h index 2207a2e152..6a90b37d9c 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_rcc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_rcc.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/arch/arm/src/stm32f0l0g0/hardware/stm32_rng.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_rng.h index 274eb2c3a6..7155e94758 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_rng.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_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/arch/arm/src/stm32f0l0g0/hardware/stm32_rtcc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_rtcc.h index 4be76b2e40..78145ffc5c 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_rtcc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_rtcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_rtcc.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/arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h index 67bc9826f6..583ed23f93 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_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/arch/arm/src/stm32f0l0g0/hardware/stm32_syscfg.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_syscfg.h index e3bb8d9cf9..f8966bbbcb 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_syscfg.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_syscfg.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/arch/arm/src/stm32f0l0g0/hardware/stm32_tim.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_tim.h index ceb057d572..d505239eb4 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_tim.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_tim.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/arch/arm/src/stm32f0l0g0/hardware/stm32_uart.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_uart.h index 8db20b353a..576fcddc3e 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_uart.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_uart.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/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v1.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v1.h index b5c356a08c..41bc90b3ae 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v1.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v1.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/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v2.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v2.h index 60766a7d7d..82dbcfdcc2 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v2.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_uart_v2.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/arch/arm/src/stm32f0l0g0/hardware/stm32_usbdev.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_usbdev.h index 2282ca516d..9b1c6c78ce 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_usbdev.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_usbdev.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/arch/arm/src/stm32f0l0g0/hardware/stm32_wdt.h b/arch/arm/src/stm32f0l0g0/hardware/stm32_wdt.h index 1521ccaf9d..54c6a345b3 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32_wdt.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32_wdt.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/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_memorymap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_memorymap.h index a5083157b9..eb93e8350b 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_memorymap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f03x_memorymap.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/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap.h index d89136f0ad..1c9bbb9622 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap.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/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap_legacy.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap_legacy.h index 97ad7197a2..aba899d553 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap_legacy.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f03x_pinmap_legacy.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/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap.h index bc9dbf7602..81964a46b9 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap.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/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap_legacy.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap_legacy.h index 10d993a68e..8d49d83b61 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap_legacy.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f05x_pinmap_legacy.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/arch/arm/src/stm32f0l0g0/hardware/stm32f05xf07xf09x_memorymap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f05xf07xf09x_memorymap.h index 2b2e5ccc7e..7d12347931 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f05xf07xf09x_memorymap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f05xf07xf09x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f05xf07xf09x_memorymap.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/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap.h index dd6ebe4f96..2210e67af1 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap.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/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap_legacy.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap_legacy.h index fefd0741d1..a80f14ab5d 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap_legacy.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f07x_pinmap_legacy.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/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap.h index 952ba5408f..b2b2b44cd9 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap.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/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap_legacy.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap_legacy.h index 799f9a1529..39cbaf759a 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap_legacy.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f09x_pinmap_legacy.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/arch/arm/src/stm32f0l0g0/hardware/stm32f0_exti.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_exti.h index 72185c1161..ec2f58f8a1 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f0_exti.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f0_exti.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/arch/arm/src/stm32f0l0g0/hardware/stm32f0_flash.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_flash.h index bf377748c2..fde24890c4 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f0_flash.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f0_flash.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/arch/arm/src/stm32f0l0g0/hardware/stm32f0_pwr.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_pwr.h index 4561fb8135..a2897babc2 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f0_pwr.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f0_pwr.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/arch/arm/src/stm32f0l0g0/hardware/stm32f0_rcc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_rcc.h index 6932830720..63c213b153 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f0_rcc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f0_rcc.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/arch/arm/src/stm32f0l0g0/hardware/stm32f0_syscfg.h b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_syscfg.h index 89f18b4696..63f38bf07c 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32f0_syscfg.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32f0_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32f0_syscfg.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_dmamux.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_dmamux.h index 751663a363..67e3a291b2 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_dmamux.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_dmamux.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_exti.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_exti.h index d9e351cb8c..bfbd880291 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_exti.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_exti.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_flash.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_flash.h index 0cec3d5b2b..4587cd50ef 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_flash.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_flash.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_memorymap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_memorymap.h index 4a1700a397..5c9eb92b55 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_memorymap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_memorymap.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap.h index d0920b46ee..e49cf63e4c 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap.h @@ -1,11 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Mateusz Szafoni - * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Mateusz Szafoni + * SPDX-FileContributor: Daniel Pereira Volpato * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap_legacy.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap_legacy.h index ea47cc881c..3a0bf356e2 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap_legacy.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap_legacy.h @@ -1,11 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_pinmap_legacy.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Mateusz Szafoni - * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Mateusz Szafoni + * SPDX-FileContributor: Daniel Pereira Volpato * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pwr.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pwr.h index 2a22a69092..2965426705 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pwr.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_pwr.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_rcc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_rcc.h index 2e6e4e7fc3..358f9e0b88 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_rcc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_rcc.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/arch/arm/src/stm32f0l0g0/hardware/stm32g0_syscfg.h b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_syscfg.h index 63c0c2ffc1..cb4f9bb9c3 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32g0_syscfg.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32g0_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32g0_syscfg.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_exti.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_exti.h index f07cfaea96..4f246ccd8f 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_exti.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_exti.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_flash.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_flash.h index 2f9b1a9b6a..489d8588f1 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_flash.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_flash.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_memorymap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_memorymap.h index d66e9ab990..85970902b2 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_memorymap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_memorymap.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap.h index 2936ec01ff..a47d0df724 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap_legacy.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap_legacy.h index 4fe0ac1b4f..3f4703a996 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap_legacy.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_pinmap_legacy.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pwr.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pwr.h index 74761e2ee3..8d0097a3cb 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pwr.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_pwr.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_rcc.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_rcc.h index 56f46716c8..42a19e5010 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_rcc.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_rcc.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/arch/arm/src/stm32f0l0g0/hardware/stm32l0_syscfg.h b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_syscfg.h index f816e585ba..85d28dc0ce 100644 --- a/arch/arm/src/stm32f0l0g0/hardware/stm32l0_syscfg.h +++ b/arch/arm/src/stm32f0l0g0/hardware/stm32l0_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/hardware/stm32l0_syscfg.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/arch/arm/src/stm32f0l0g0/stm32.h b/arch/arm/src/stm32f0l0g0/stm32.h index 0e81fe8d2a..c43d655c8b 100644 --- a/arch/arm/src/stm32f0l0g0/stm32.h +++ b/arch/arm/src/stm32f0l0g0/stm32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32.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/arch/arm/src/stm32f0l0g0/stm32_adc.c b/arch/arm/src/stm32f0l0g0/stm32_adc.c index ada6677d89..891c7a2c49 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_adc.c +++ b/arch/arm/src/stm32f0l0g0/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_adc.h b/arch/arm/src/stm32f0l0g0/stm32_adc.h index dc790420a1..ff2b0ed7c3 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_adc.h +++ b/arch/arm/src/stm32f0l0g0/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_adc.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/arch/arm/src/stm32f0l0g0/stm32_aes.c b/arch/arm/src/stm32f0l0g0/stm32_aes.c index 8a1bac4290..4ffe2f5b7c 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_aes.c +++ b/arch/arm/src/stm32f0l0g0/stm32_aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_aes.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_aes.h b/arch/arm/src/stm32f0l0g0/stm32_aes.h index d84c0e5032..f499aa8b95 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_aes.h +++ b/arch/arm/src/stm32f0l0g0/stm32_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_aes.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/arch/arm/src/stm32f0l0g0/stm32_crypto.c b/arch/arm/src/stm32f0l0g0/stm32_crypto.c index e93e4d15aa..9c4840888e 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_crypto.c +++ b/arch/arm/src/stm32f0l0g0/stm32_crypto.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_crypto.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_dma.h b/arch/arm/src/stm32f0l0g0/stm32_dma.h index 3f460fbdfb..971f537f9e 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_dma.h +++ b/arch/arm/src/stm32f0l0g0/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_dma.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/arch/arm/src/stm32f0l0g0/stm32_dma_v1.c b/arch/arm/src/stm32f0l0g0/stm32_dma_v1.c index a0b96db9f7..ce94730313 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_dma_v1.c +++ b/arch/arm/src/stm32f0l0g0/stm32_dma_v1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_dma_v1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_exti.h b/arch/arm/src/stm32f0l0g0/stm32_exti.h index 92b3bd30c0..33156f0dec 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_exti.h +++ b/arch/arm/src/stm32f0l0g0/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_exti.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/arch/arm/src/stm32f0l0g0/stm32_exti_gpio.c b/arch/arm/src/stm32f0l0g0/stm32_exti_gpio.c index 686e3e437a..b8bef1e43d 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_exti_gpio.c +++ b/arch/arm/src/stm32f0l0g0/stm32_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_exti_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/arch/arm/src/stm32f0l0g0/stm32_gpio.c b/arch/arm/src/stm32f0l0g0/stm32_gpio.c index 9271cb9d0b..ce864c3eef 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_gpio.c +++ b/arch/arm/src/stm32f0l0g0/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_gpio.h b/arch/arm/src/stm32f0l0g0/stm32_gpio.h index 68ad753151..d4a90cc571 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_gpio.h +++ b/arch/arm/src/stm32f0l0g0/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_gpio.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/arch/arm/src/stm32f0l0g0/stm32_hsi48.c b/arch/arm/src/stm32f0l0g0/stm32_hsi48.c index 1f5dbea9ae..38513476eb 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_hsi48.c +++ b/arch/arm/src/stm32f0l0g0/stm32_hsi48.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_hsi48.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_hsi48.h b/arch/arm/src/stm32f0l0g0/stm32_hsi48.h index 1631ad239d..cc1bc064ce 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_hsi48.h +++ b/arch/arm/src/stm32f0l0g0/stm32_hsi48.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_hsi48.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/arch/arm/src/stm32f0l0g0/stm32_i2c.c b/arch/arm/src/stm32f0l0g0/stm32_i2c.c index 6f82f2b1c7..1ec684189b 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_i2c.c +++ b/arch/arm/src/stm32f0l0g0/stm32_i2c.c @@ -1,23 +1,16 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_i2c.c - * STM32 I2C IPv2 Hardware Layer - Device Driver ported from STM32F7 * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * Bob Feretich - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Bob Feretich + * SPDX-FileContributor: Doug Vetter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/stm32_i2c.h b/arch/arm/src/stm32f0l0g0/stm32_i2c.h index 9ff74b3bd2..0a52455ba3 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_i2c.h +++ b/arch/arm/src/stm32f0l0g0/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_idle.c b/arch/arm/src/stm32f0l0g0/stm32_idle.c index 56e20e2311..e6f004d609 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_idle.c +++ b/arch/arm/src/stm32f0l0g0/stm32_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_irq.c b/arch/arm/src/stm32f0l0g0/stm32_irq.c index bb12773523..1dde9583b5 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_irq.c +++ b/arch/arm/src/stm32f0l0g0/stm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_lowputc.c b/arch/arm/src/stm32f0l0g0/stm32_lowputc.c index 501c179efa..b15eb7eb39 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_lowputc.c +++ b/arch/arm/src/stm32f0l0g0/stm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_lowputc.h b/arch/arm/src/stm32f0l0g0/stm32_lowputc.h index 734cd6ac9b..8158c50f81 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_lowputc.h +++ b/arch/arm/src/stm32f0l0g0/stm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_lowputc.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/arch/arm/src/stm32f0l0g0/stm32_lowputc_v1.c b/arch/arm/src/stm32f0l0g0/stm32_lowputc_v1.c index 2f98090e39..81bcd23faf 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_lowputc_v1.c +++ b/arch/arm/src/stm32f0l0g0/stm32_lowputc_v1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_lowputc_v1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_lowputc_v2.c b/arch/arm/src/stm32f0l0g0/stm32_lowputc_v2.c index 1ae533806b..db8065517c 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_lowputc_v2.c +++ b/arch/arm/src/stm32f0l0g0/stm32_lowputc_v2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_lowputc_v2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_lse.c b/arch/arm/src/stm32f0l0g0/stm32_lse.c index bf9fbde7b4..5d560839a5 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_lse.c +++ b/arch/arm/src/stm32f0l0g0/stm32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_pwm.c b/arch/arm/src/stm32f0l0g0/stm32_pwm.c index 09847721b7..207e0472db 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_pwm.c +++ b/arch/arm/src/stm32f0l0g0/stm32_pwm.c @@ -1,14 +1,13 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_pwm.c * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato - * Guillherme da Silva amaral - * - * Based on: arch/arm/src/stm32h7/stm32_pwm.c - * Author: Gregory Nutt - * Paul Alexander Patience - * Mateusz Szafoni + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Daniel Pereira Volpato + * SPDX-FileContributor: Guillherme da Silva amaral + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: Mateusz Szafoni * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/stm32_pwm.h b/arch/arm/src/stm32f0l0g0/stm32_pwm.h index 93757a06dc..58ff9e78fd 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_pwm.h +++ b/arch/arm/src/stm32f0l0g0/stm32_pwm.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_pwm.h * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Daniel Pereira Volpato * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/stm32_pwr.c b/arch/arm/src/stm32f0l0g0/stm32_pwr.c index 7e829fa9f7..4150611a0a 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_pwr.c +++ b/arch/arm/src/stm32f0l0g0/stm32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_pwr.h b/arch/arm/src/stm32f0l0g0/stm32_pwr.h index 8c322d128e..21673d02c3 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_pwr.h +++ b/arch/arm/src/stm32f0l0g0/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_pwr.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/arch/arm/src/stm32f0l0g0/stm32_rcc.c b/arch/arm/src/stm32f0l0g0/stm32_rcc.c index 1bb56e196c..10b4adad39 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_rcc.c +++ b/arch/arm/src/stm32f0l0g0/stm32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_rcc.h b/arch/arm/src/stm32f0l0g0/stm32_rcc.h index 47d042383a..41c885599d 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_rcc.h +++ b/arch/arm/src/stm32f0l0g0/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_rcc.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/arch/arm/src/stm32f0l0g0/stm32_rng.c b/arch/arm/src/stm32f0l0g0/stm32_rng.c index 389221760b..1241fc89af 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_rng.c +++ b/arch/arm/src/stm32f0l0g0/stm32_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_serial.c b/arch/arm/src/stm32f0l0g0/stm32_serial.c index 99ef5f7814..a0d8178b52 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_serial.c +++ b/arch/arm/src/stm32f0l0g0/stm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_serial.h b/arch/arm/src/stm32f0l0g0/stm32_serial.h index a88fc1ae7e..725db01e52 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_serial.h +++ b/arch/arm/src/stm32f0l0g0/stm32_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_serial_v1.c b/arch/arm/src/stm32f0l0g0/stm32_serial_v1.c index 7bb31b5dad..34ba005712 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_serial_v1.c +++ b/arch/arm/src/stm32f0l0g0/stm32_serial_v1.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_serial_v1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_serial_v2.c b/arch/arm/src/stm32f0l0g0/stm32_serial_v2.c index 6ccc4ad553..68f14fe934 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_serial_v2.c +++ b/arch/arm/src/stm32f0l0g0/stm32_serial_v2.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_serial_v2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_spi.c b/arch/arm/src/stm32f0l0g0/stm32_spi.c index f72892d2df..920107a914 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_spi.c +++ b/arch/arm/src/stm32f0l0g0/stm32_spi.c @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_spi.c - * copied from arch/arm/src/stm32 + * + * SPDX-License-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/arch/arm/src/stm32f0l0g0/stm32_spi.h b/arch/arm/src/stm32f0l0g0/stm32_spi.h index bfbc594e3c..e6ea4bdc55 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_spi.h +++ b/arch/arm/src/stm32f0l0g0/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_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/arch/arm/src/stm32f0l0g0/stm32_start.c b/arch/arm/src/stm32f0l0g0/stm32_start.c index 4dede6d0f4..aaf204e000 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_start.c +++ b/arch/arm/src/stm32f0l0g0/stm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_start.h b/arch/arm/src/stm32f0l0g0/stm32_start.h index d84600f365..34691d3ac8 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_start.h +++ b/arch/arm/src/stm32f0l0g0/stm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_start.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/arch/arm/src/stm32f0l0g0/stm32_tim.c b/arch/arm/src/stm32f0l0g0/stm32_tim.c index a35b61d9e6..ab2f5633ab 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_tim.c +++ b/arch/arm/src/stm32f0l0g0/stm32_tim.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_tim.c * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Daniel Pereira Volpato * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/stm32_tim.h b/arch/arm/src/stm32f0l0g0/stm32_tim.h index 80b7004486..a5d99347ce 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_tim.h +++ b/arch/arm/src/stm32f0l0g0/stm32_tim.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_tim.h * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Daniel Pereira Volpato * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c b/arch/arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c index efed56a4db..4cbcb0ca7f 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c +++ b/arch/arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c @@ -1,14 +1,13 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c * - * Copyright (C) 2019 Fundação CERTI. All rights reserved. - * Author: Daniel Pereira Volpato - * - * Based on: arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c - * Authors: Wail Khemir - * Paul Alexander Patience - * dev@ziggurat29.com - * Sebastien Lorquet + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Fundação CERTI. All rights reserved. + * SPDX-FileContributor: Daniel Pereira Volpato + * SPDX-FileContributor: Wail Khemir + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: dev@ziggurat29.com + * SPDX-FileContributor: Sebastien Lorquet * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0l0g0/stm32_timerisr.c b/arch/arm/src/stm32f0l0g0/stm32_timerisr.c index 7a8fa57025..8470309b12 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_timerisr.c +++ b/arch/arm/src/stm32f0l0g0/stm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_uart.h b/arch/arm/src/stm32f0l0g0/stm32_uart.h index 163c89e8ea..92e2e7ceb7 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_uart.h +++ b/arch/arm/src/stm32f0l0g0/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_uart.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/arch/arm/src/stm32f0l0g0/stm32_usbdev.c b/arch/arm/src/stm32f0l0g0/stm32_usbdev.c index 0dc1a7f73c..9c84c9371e 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_usbdev.c +++ b/arch/arm/src/stm32f0l0g0/stm32_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32_usbdev.h b/arch/arm/src/stm32f0l0g0/stm32_usbdev.h index 4e415051a9..afa9949045 100644 --- a/arch/arm/src/stm32f0l0g0/stm32_usbdev.h +++ b/arch/arm/src/stm32f0l0g0/stm32_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32_usbdev.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/arch/arm/src/stm32f0l0g0/stm32f0_rcc.c b/arch/arm/src/stm32f0l0g0/stm32f0_rcc.c index 254f888134..e47fab1ba9 100644 --- a/arch/arm/src/stm32f0l0g0/stm32f0_rcc.c +++ b/arch/arm/src/stm32f0l0g0/stm32f0_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32f0_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32f0l0_pwr.c b/arch/arm/src/stm32f0l0g0/stm32f0l0_pwr.c index 9bc833bde8..2936a784e2 100644 --- a/arch/arm/src/stm32f0l0g0/stm32f0l0_pwr.c +++ b/arch/arm/src/stm32f0l0g0/stm32f0l0_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32f0l0_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32g0_pwr.c b/arch/arm/src/stm32f0l0g0/stm32g0_pwr.c index 840653a855..162a715f14 100644 --- a/arch/arm/src/stm32f0l0g0/stm32g0_pwr.c +++ b/arch/arm/src/stm32f0l0g0/stm32g0_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32g0_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32g0_rcc.c b/arch/arm/src/stm32f0l0g0/stm32g0_rcc.c index b4a03bd4eb..023d2bef24 100644 --- a/arch/arm/src/stm32f0l0g0/stm32g0_rcc.c +++ b/arch/arm/src/stm32f0l0g0/stm32g0_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32g0_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f0l0g0/stm32l0_rcc.c b/arch/arm/src/stm32f0l0g0/stm32l0_rcc.c index 5f9300ed31..509154ec34 100644 --- a/arch/arm/src/stm32f0l0g0/stm32l0_rcc.c +++ b/arch/arm/src/stm32f0l0g0/stm32l0_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f0l0g0/stm32l0_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/CMakeLists.txt b/arch/arm/src/stm32f7/CMakeLists.txt index 5b677a6d12..6d6682d90f 100644 --- a/arch/arm/src/stm32f7/CMakeLists.txt +++ b/arch/arm/src/stm32f7/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/stm32f7/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/arch/arm/src/stm32f7/Make.defs b/arch/arm/src/stm32f7/Make.defs index c027b65b91..247a19afc0 100644 --- a/arch/arm/src/stm32f7/Make.defs +++ b/arch/arm/src/stm32f7/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32f7/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/arch/arm/src/stm32f7/chip.h b/arch/arm/src/stm32f7/chip.h index b17d554574..b06c0bc1fe 100644 --- a/arch/arm/src/stm32f7/chip.h +++ b/arch/arm/src/stm32f7/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/chip.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/arch/arm/src/stm32f7/hardware/stm32_adc.h b/arch/arm/src/stm32f7/hardware/stm32_adc.h index a346f63e2a..cabbd5921e 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_adc.h +++ b/arch/arm/src/stm32f7/hardware/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_adc.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/arch/arm/src/stm32f7/hardware/stm32_can.h b/arch/arm/src/stm32f7/hardware/stm32_can.h index deaa49bcd0..c5da101f13 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_can.h +++ b/arch/arm/src/stm32f7/hardware/stm32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_can.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/arch/arm/src/stm32f7/hardware/stm32_dbgmcu.h b/arch/arm/src/stm32f7/hardware/stm32_dbgmcu.h index a4f30013c2..4bc19f87b6 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_dbgmcu.h +++ b/arch/arm/src/stm32f7/hardware/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_dbgmcu.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/arch/arm/src/stm32f7/hardware/stm32_dma.h b/arch/arm/src/stm32f7/hardware/stm32_dma.h index fd98ab0aca..9df147e270 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_dma.h +++ b/arch/arm/src/stm32f7/hardware/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_dma.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/arch/arm/src/stm32f7/hardware/stm32_dma2d.h b/arch/arm/src/stm32f7/hardware/stm32_dma2d.h index b99a1cbcc7..fa266cffd1 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_dma2d.h +++ b/arch/arm/src/stm32f7/hardware/stm32_dma2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_dma2d.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/arch/arm/src/stm32f7/hardware/stm32_ethernet.h b/arch/arm/src/stm32f7/hardware/stm32_ethernet.h index f477b2aeda..ff9a5be351 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_ethernet.h +++ b/arch/arm/src/stm32f7/hardware/stm32_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_ethernet.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/arch/arm/src/stm32f7/hardware/stm32_exti.h b/arch/arm/src/stm32f7/hardware/stm32_exti.h index 2065d15065..b846f19c0f 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_exti.h +++ b/arch/arm/src/stm32f7/hardware/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_exti.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/arch/arm/src/stm32f7/hardware/stm32_flash.h b/arch/arm/src/stm32f7/hardware/stm32_flash.h index 6e93671f13..37551dde1b 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_flash.h +++ b/arch/arm/src/stm32f7/hardware/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_flash.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/arch/arm/src/stm32f7/hardware/stm32_fmc.h b/arch/arm/src/stm32f7/hardware/stm32_fmc.h index 203c4d17b9..49c65579b7 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_fmc.h +++ b/arch/arm/src/stm32f7/hardware/stm32_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_fmc.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/arch/arm/src/stm32f7/hardware/stm32_gpio.h b/arch/arm/src/stm32f7/hardware/stm32_gpio.h index 2c8cb8933e..9449df0fa0 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_gpio.h +++ b/arch/arm/src/stm32f7/hardware/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_gpio.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/arch/arm/src/stm32f7/hardware/stm32_i2c.h b/arch/arm/src/stm32f7/hardware/stm32_i2c.h index 2829ef8733..15456f503b 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_i2c.h +++ b/arch/arm/src/stm32f7/hardware/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_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/arch/arm/src/stm32f7/hardware/stm32_ltdc.h b/arch/arm/src/stm32f7/hardware/stm32_ltdc.h index 264e1f275a..e9b12e3be5 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_ltdc.h +++ b/arch/arm/src/stm32f7/hardware/stm32_ltdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_ltdc.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/arch/arm/src/stm32f7/hardware/stm32_memorymap.h b/arch/arm/src/stm32f7/hardware/stm32_memorymap.h index e2fac2cc08..fe51a5ccc2 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_memorymap.h +++ b/arch/arm/src/stm32f7/hardware/stm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_memorymap.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/arch/arm/src/stm32f7/hardware/stm32_otg.h b/arch/arm/src/stm32f7/hardware/stm32_otg.h index d425370693..b0817a3f4f 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_otg.h +++ b/arch/arm/src/stm32f7/hardware/stm32_otg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_otg.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/arch/arm/src/stm32f7/hardware/stm32_pinmap.h b/arch/arm/src/stm32f7/hardware/stm32_pinmap.h index 3b60aaa97b..9ef3454459 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_pinmap.h +++ b/arch/arm/src/stm32f7/hardware/stm32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_pinmap.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/arch/arm/src/stm32f7/hardware/stm32_pwr.h b/arch/arm/src/stm32f7/hardware/stm32_pwr.h index 45bd7b2442..9eff00fa49 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_pwr.h +++ b/arch/arm/src/stm32f7/hardware/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_pwr.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/arch/arm/src/stm32f7/hardware/stm32_qspi.h b/arch/arm/src/stm32f7/hardware/stm32_qspi.h index 2ad01220fa..31cf04e853 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_qspi.h +++ b/arch/arm/src/stm32f7/hardware/stm32_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_qspi.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/arch/arm/src/stm32f7/hardware/stm32_rcc.h b/arch/arm/src/stm32f7/hardware/stm32_rcc.h index 7f8cf9381a..bc41cad8be 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_rcc.h +++ b/arch/arm/src/stm32f7/hardware/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_rcc.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/arch/arm/src/stm32f7/hardware/stm32_rng.h b/arch/arm/src/stm32f7/hardware/stm32_rng.h index 1dd2d46691..2ab08571e2 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_rng.h +++ b/arch/arm/src/stm32f7/hardware/stm32_rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_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/arch/arm/src/stm32f7/hardware/stm32_rtcc.h b/arch/arm/src/stm32f7/hardware/stm32_rtcc.h index b7beda6a56..55776c6eea 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_rtcc.h +++ b/arch/arm/src/stm32f7/hardware/stm32_rtcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_rtcc.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/arch/arm/src/stm32f7/hardware/stm32_sai.h b/arch/arm/src/stm32f7/hardware/stm32_sai.h index 755d194f81..1256f90385 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_sai.h +++ b/arch/arm/src/stm32f7/hardware/stm32_sai.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_sai.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/arch/arm/src/stm32f7/hardware/stm32_sdmmc.h b/arch/arm/src/stm32f7/hardware/stm32_sdmmc.h index c0065f2813..563818cc6c 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_sdmmc.h +++ b/arch/arm/src/stm32f7/hardware/stm32_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_sdmmc.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/arch/arm/src/stm32f7/hardware/stm32_spi.h b/arch/arm/src/stm32f7/hardware/stm32_spi.h index ae764a4d86..1411319566 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_spi.h +++ b/arch/arm/src/stm32f7/hardware/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_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/arch/arm/src/stm32f7/hardware/stm32_syscfg.h b/arch/arm/src/stm32f7/hardware/stm32_syscfg.h index a974c522c1..5112e47413 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_syscfg.h +++ b/arch/arm/src/stm32f7/hardware/stm32_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_syscfg.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/arch/arm/src/stm32f7/hardware/stm32_tim.h b/arch/arm/src/stm32f7/hardware/stm32_tim.h index 07af33f274..46ffb0f4b1 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_tim.h +++ b/arch/arm/src/stm32f7/hardware/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_tim.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/arch/arm/src/stm32f7/hardware/stm32_uart.h b/arch/arm/src/stm32f7/hardware/stm32_uart.h index 206fbe788c..4ef7a62579 100644 --- a/arch/arm/src/stm32f7/hardware/stm32_uart.h +++ b/arch/arm/src/stm32f7/hardware/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32_uart.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_adc.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_adc.h index 083f66074b..e02cfef5ec 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_adc.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_adc.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dbgmcu.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dbgmcu.h index 4b0b3ffba5..42789d7c5d 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dbgmcu.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dbgmcu.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dma.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dma.h index ebcf5ed8fa..7347b6b06d 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dma.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_dma.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_flash.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_flash.h index dfe1ce0599..a759639739 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_flash.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_flash.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_gpio.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_gpio.h index 82bbfc6d6b..07752be9bf 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_gpio.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_gpio.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_memorymap.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_memorymap.h index 483ea4e479..1e10e0c06b 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_memorymap.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_memorymap.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap.h index 5e2c8c0535..51ef59e85a 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap_legacy.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap_legacy.h index 5789fe543c..e4e5bd3d7e 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap_legacy.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pinmap_legacy.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pwr.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pwr.h index 9c627f024c..b712b40aa6 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pwr.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_pwr.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_rcc.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_rcc.h index 7e496757a5..a9dc161a5a 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_rcc.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_rcc.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_spi.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_spi.h index 13090b0876..cbcba08dbf 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_spi.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_syscfg.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_syscfg.h index a5770d9938..6c206fcebf 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_syscfg.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_syscfg.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_tim.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_tim.h index eb40a0bc8a..ef7f48b9b2 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_tim.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_tim.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/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_uart.h b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_uart.h index 41623fce59..6473f22947 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_uart.h +++ b/arch/arm/src/stm32f7/hardware/stm32f72xx73xx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f72xx73xx_uart.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dbgmcu.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dbgmcu.h index c08ff81b8e..f9814296a3 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dbgmcu.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dbgmcu.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dma.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dma.h index 5febd2c5aa..d82ff66c0a 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dma.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_dma.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_flash.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_flash.h index 390315cad8..23ba0cc2f6 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_flash.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_flash.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_gpio.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_gpio.h index 59bcbdf859..7d40fb94d0 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_gpio.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_gpio.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_memorymap.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_memorymap.h index adda9347a1..350f17cc26 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_memorymap.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_memorymap.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h index 87cffda5df..322f006d44 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap_legacy.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap_legacy.h index 1312db2993..667b5cd4a3 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap_legacy.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap_legacy.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pwr.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pwr.h index 46b02a7096..45fda531bd 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pwr.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pwr.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_rcc.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_rcc.h index 916b180d9a..2af6d33972 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_rcc.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_rcc.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_syscfg.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_syscfg.h index 850fcb0ada..5072c16d68 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_syscfg.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_syscfg.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/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_tim.h b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_tim.h index 2c54ca9aff..7499edcbef 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_tim.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx75xx_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx75xx_tim.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/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_adc.h b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_adc.h index 9b2a598833..4d6e8e3987 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_adc.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx77xx_adc.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/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_i2c.h b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_i2c.h index 85f58edd2d..0194d61ee7 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_i2c.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx77xx_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/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_spi.h b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_spi.h index 2e9dd52df8..dd0d896318 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_spi.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx77xx_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/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_uart.h b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_uart.h index be3e801f0c..6dfbba5177 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_uart.h +++ b/arch/arm/src/stm32f7/hardware/stm32f74xx77xx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f74xx77xx_uart.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dbgmcu.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dbgmcu.h index c325da54f5..e46eea1b70 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dbgmcu.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dbgmcu.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dma.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dma.h index 3db5f24d08..dbe7de5cf2 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dma.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_dma.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_flash.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_flash.h index d3ea257fd2..84e638d078 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_flash.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_flash.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_gpio.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_gpio.h index b9a5f3d440..dc76911406 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_gpio.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_gpio.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_memorymap.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_memorymap.h index 946045b8d7..1f9e1673df 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_memorymap.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_memorymap.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap.h index da6291c52d..f3ee79f961 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap_legacy.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap_legacy.h index 8b6099c1ac..3bc60d1b93 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap_legacy.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pinmap_legacy.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pwr.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pwr.h index 5aff08e16a..54afc5d9d3 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pwr.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_pwr.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_rcc.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_rcc.h index 9e8b7c2ba3..7b72de0e62 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_rcc.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_rcc.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_syscfg.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_syscfg.h index 7549eb9963..11b42882cf 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_syscfg.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_syscfg.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/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_tim.h b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_tim.h index 32bdf8d7a3..f46bec4920 100644 --- a/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_tim.h +++ b/arch/arm/src/stm32f7/hardware/stm32f76xx77xx_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/hardware/stm32f76xx77xx_tim.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/arch/arm/src/stm32f7/stm32_adc.c b/arch/arm/src/stm32f7/stm32_adc.c index f78610ab63..1b3aaade7b 100644 --- a/arch/arm/src/stm32f7/stm32_adc.c +++ b/arch/arm/src/stm32f7/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_adc.h b/arch/arm/src/stm32f7/stm32_adc.h index c33ab8172e..1b4fd6ff01 100644 --- a/arch/arm/src/stm32f7/stm32_adc.h +++ b/arch/arm/src/stm32f7/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_adc.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/arch/arm/src/stm32f7/stm32_alarm.h b/arch/arm/src/stm32f7/stm32_alarm.h index 8bff32ce21..296d3900de 100644 --- a/arch/arm/src/stm32f7/stm32_alarm.h +++ b/arch/arm/src/stm32f7/stm32_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_alarm.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/arch/arm/src/stm32f7/stm32_allocateheap.c b/arch/arm/src/stm32f7/stm32_allocateheap.c index 2c3a71333a..9a25deb6c6 100644 --- a/arch/arm/src/stm32f7/stm32_allocateheap.c +++ b/arch/arm/src/stm32f7/stm32_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_bbsram.c b/arch/arm/src/stm32f7/stm32_bbsram.c index 1bdda6ea17..06b418f36d 100644 --- a/arch/arm/src/stm32f7/stm32_bbsram.c +++ b/arch/arm/src/stm32f7/stm32_bbsram.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_bbsram.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_bbsram.h b/arch/arm/src/stm32f7/stm32_bbsram.h index 99b1720082..4d080578c4 100644 --- a/arch/arm/src/stm32f7/stm32_bbsram.h +++ b/arch/arm/src/stm32f7/stm32_bbsram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_bbsram.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/arch/arm/src/stm32f7/stm32_can.c b/arch/arm/src/stm32f7/stm32_can.c index 4dad6cf795..742f279935 100644 --- a/arch/arm/src/stm32f7/stm32_can.c +++ b/arch/arm/src/stm32f7/stm32_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_can.h b/arch/arm/src/stm32f7/stm32_can.h index 601bb7c9f2..05dbe1e10c 100644 --- a/arch/arm/src/stm32f7/stm32_can.h +++ b/arch/arm/src/stm32f7/stm32_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_can.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/arch/arm/src/stm32f7/stm32_can_sock.c b/arch/arm/src/stm32f7/stm32_can_sock.c index 34141f7602..6f4d5b4990 100644 --- a/arch/arm/src/stm32f7/stm32_can_sock.c +++ b/arch/arm/src/stm32f7/stm32_can_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_can_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_capture.c b/arch/arm/src/stm32f7/stm32_capture.c index ba7146c109..ea3784ff85 100644 --- a/arch/arm/src/stm32f7/stm32_capture.c +++ b/arch/arm/src/stm32f7/stm32_capture.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_capture.h b/arch/arm/src/stm32f7/stm32_capture.h index 5fccd75a26..e5614788cb 100644 --- a/arch/arm/src/stm32f7/stm32_capture.h +++ b/arch/arm/src/stm32f7/stm32_capture.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_capture.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/arch/arm/src/stm32f7/stm32_config.h b/arch/arm/src/stm32f7/stm32_config.h index 10e9225871..9bec9e5870 100644 --- a/arch/arm/src/stm32f7/stm32_config.h +++ b/arch/arm/src/stm32f7/stm32_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_config.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/arch/arm/src/stm32f7/stm32_dbgmcu.h b/arch/arm/src/stm32f7/stm32_dbgmcu.h index dc97b88b60..a01feec49a 100644 --- a/arch/arm/src/stm32f7/stm32_dbgmcu.h +++ b/arch/arm/src/stm32f7/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dbgmcu.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/arch/arm/src/stm32f7/stm32_dma.c b/arch/arm/src/stm32f7/stm32_dma.c index 41cca37cfb..1a75efd4c7 100644 --- a/arch/arm/src/stm32f7/stm32_dma.c +++ b/arch/arm/src/stm32f7/stm32_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_dma.h b/arch/arm/src/stm32f7/stm32_dma.h index c85218a5f8..d858a62c14 100644 --- a/arch/arm/src/stm32f7/stm32_dma.h +++ b/arch/arm/src/stm32f7/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dma.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/arch/arm/src/stm32f7/stm32_dma2d.c b/arch/arm/src/stm32f7/stm32_dma2d.c index d3cb6fc867..eacfe7460c 100644 --- a/arch/arm/src/stm32f7/stm32_dma2d.c +++ b/arch/arm/src/stm32f7/stm32_dma2d.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dma2d.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_dma2d.h b/arch/arm/src/stm32f7/stm32_dma2d.h index 122db3e56c..0f84a7732b 100644 --- a/arch/arm/src/stm32f7/stm32_dma2d.h +++ b/arch/arm/src/stm32f7/stm32_dma2d.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dma2d.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/arch/arm/src/stm32f7/stm32_dtcm.c b/arch/arm/src/stm32f7/stm32_dtcm.c index 8bf2085604..3cb2d22b05 100644 --- a/arch/arm/src/stm32f7/stm32_dtcm.c +++ b/arch/arm/src/stm32f7/stm32_dtcm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dtcm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_dtcm.h b/arch/arm/src/stm32f7/stm32_dtcm.h index ec680402bf..980add5f69 100644 --- a/arch/arm/src/stm32f7/stm32_dtcm.h +++ b/arch/arm/src/stm32f7/stm32_dtcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dtcm.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/arch/arm/src/stm32f7/stm32_dumpgpio.c b/arch/arm/src/stm32f7/stm32_dumpgpio.c index bf14735c4b..34aede53a2 100644 --- a/arch/arm/src/stm32f7/stm32_dumpgpio.c +++ b/arch/arm/src/stm32f7/stm32_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_ethernet.c b/arch/arm/src/stm32f7/stm32_ethernet.c index 9771561a20..979e99e27e 100644 --- a/arch/arm/src/stm32f7/stm32_ethernet.c +++ b/arch/arm/src/stm32f7/stm32_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_ethernet.h b/arch/arm/src/stm32f7/stm32_ethernet.h index 88cb67e940..26d0e98ab8 100644 --- a/arch/arm/src/stm32f7/stm32_ethernet.h +++ b/arch/arm/src/stm32f7/stm32_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_ethernet.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/arch/arm/src/stm32f7/stm32_exti.h b/arch/arm/src/stm32f7/stm32_exti.h index 8f1c2ccd3d..5f6b502179 100644 --- a/arch/arm/src/stm32f7/stm32_exti.h +++ b/arch/arm/src/stm32f7/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_exti.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/arch/arm/src/stm32f7/stm32_exti_alarm.c b/arch/arm/src/stm32f7/stm32_exti_alarm.c index 824c0c1fe0..e0c228c189 100644 --- a/arch/arm/src/stm32f7/stm32_exti_alarm.c +++ b/arch/arm/src/stm32f7/stm32_exti_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_exti_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/arch/arm/src/stm32f7/stm32_exti_gpio.c b/arch/arm/src/stm32f7/stm32_exti_gpio.c index 92c374b32e..4aa448a1c0 100644 --- a/arch/arm/src/stm32f7/stm32_exti_gpio.c +++ b/arch/arm/src/stm32f7/stm32_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_exti_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/arch/arm/src/stm32f7/stm32_exti_pwr.c b/arch/arm/src/stm32f7/stm32_exti_pwr.c index 66f28d26b1..f93a6c5074 100644 --- a/arch/arm/src/stm32f7/stm32_exti_pwr.c +++ b/arch/arm/src/stm32f7/stm32_exti_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_exti_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_exti_pwr.h b/arch/arm/src/stm32f7/stm32_exti_pwr.h index b6ef6ea2b0..9bc624b5a3 100644 --- a/arch/arm/src/stm32f7/stm32_exti_pwr.h +++ b/arch/arm/src/stm32f7/stm32_exti_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_exti_pwr.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/arch/arm/src/stm32f7/stm32_exti_wakeup.c b/arch/arm/src/stm32f7/stm32_exti_wakeup.c index d15685ead8..077cd640c1 100644 --- a/arch/arm/src/stm32f7/stm32_exti_wakeup.c +++ b/arch/arm/src/stm32f7/stm32_exti_wakeup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_exti_wakeup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_flash.c b/arch/arm/src/stm32f7/stm32_flash.c index 61c29ecbe6..f421804e91 100644 --- a/arch/arm/src/stm32f7/stm32_flash.c +++ b/arch/arm/src/stm32f7/stm32_flash.c @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_flash.c * - * Copyright (C) 2018 Wolpike LLC. All rights reserved. - * Author: Evgeniy Bobkov - * - * Ported from stm32f20xxf40xx_flash.c, this is the original license: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Wolpike LLC. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Evgeniy Bobkov + * SPDX-FileContributor: Uros Platise * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f7/stm32_fmc.c b/arch/arm/src/stm32f7/stm32_fmc.c index 4a6e72fa95..d7e8a5b231 100644 --- a/arch/arm/src/stm32f7/stm32_fmc.c +++ b/arch/arm/src/stm32f7/stm32_fmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_fmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_fmc.h b/arch/arm/src/stm32f7/stm32_fmc.h index f488e6760a..9e6119b3f3 100644 --- a/arch/arm/src/stm32f7/stm32_fmc.h +++ b/arch/arm/src/stm32f7/stm32_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_fmc.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/arch/arm/src/stm32f7/stm32_foc.c b/arch/arm/src/stm32f7/stm32_foc.c index 0e6cdfa0ae..b74b558616 100644 --- a/arch/arm/src/stm32f7/stm32_foc.c +++ b/arch/arm/src/stm32f7/stm32_foc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_foc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_foc.h b/arch/arm/src/stm32f7/stm32_foc.h index f8f1282337..32129ec8ca 100644 --- a/arch/arm/src/stm32f7/stm32_foc.h +++ b/arch/arm/src/stm32f7/stm32_foc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_foc.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/arch/arm/src/stm32f7/stm32_gpio.c b/arch/arm/src/stm32f7/stm32_gpio.c index f07555a0f8..53cfe5b2f2 100644 --- a/arch/arm/src/stm32f7/stm32_gpio.c +++ b/arch/arm/src/stm32f7/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_gpio.h b/arch/arm/src/stm32f7/stm32_gpio.h index 07a2ab4b86..00fee28b71 100644 --- a/arch/arm/src/stm32f7/stm32_gpio.h +++ b/arch/arm/src/stm32f7/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_gpio.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/arch/arm/src/stm32f7/stm32_i2c.c b/arch/arm/src/stm32f7/stm32_i2c.c index c4ef5cfb27..4802bcc0f4 100644 --- a/arch/arm/src/stm32f7/stm32_i2c.c +++ b/arch/arm/src/stm32f7/stm32_i2c.c @@ -1,23 +1,16 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_i2c.c - * STM32 I2C Hardware Layer - Device Driver * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * Bob Feretich - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Bob Feretich + * SPDX-FileContributor: Doug Vetter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f7/stm32_i2c.h b/arch/arm/src/stm32f7/stm32_i2c.h index 8c309c564b..e9bb1656b2 100644 --- a/arch/arm/src/stm32f7/stm32_i2c.h +++ b/arch/arm/src/stm32f7/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_i2s.c b/arch/arm/src/stm32f7/stm32_i2s.c index ae589abc30..928e8466fa 100644 --- a/arch/arm/src/stm32f7/stm32_i2s.c +++ b/arch/arm/src/stm32f7/stm32_i2s.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_i2s.h b/arch/arm/src/stm32f7/stm32_i2s.h index 66d124ca76..fa37a3537c 100644 --- a/arch/arm/src/stm32f7/stm32_i2s.h +++ b/arch/arm/src/stm32f7/stm32_i2s.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_i2s.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/arch/arm/src/stm32f7/stm32_irq.c b/arch/arm/src/stm32f7/stm32_irq.c index 6131e37ec0..43aa5b5387 100644 --- a/arch/arm/src/stm32f7/stm32_irq.c +++ b/arch/arm/src/stm32f7/stm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_lowputc.c b/arch/arm/src/stm32f7/stm32_lowputc.c index f8b7cf8e4e..f88ac13460 100644 --- a/arch/arm/src/stm32f7/stm32_lowputc.c +++ b/arch/arm/src/stm32f7/stm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_lowputc.h b/arch/arm/src/stm32f7/stm32_lowputc.h index 02ae838765..31f2abd33e 100644 --- a/arch/arm/src/stm32f7/stm32_lowputc.h +++ b/arch/arm/src/stm32f7/stm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_lowputc.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/arch/arm/src/stm32f7/stm32_lse.c b/arch/arm/src/stm32f7/stm32_lse.c index 0829686a82..1f8a6bad80 100644 --- a/arch/arm/src/stm32f7/stm32_lse.c +++ b/arch/arm/src/stm32f7/stm32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_lsi.c b/arch/arm/src/stm32f7/stm32_lsi.c index a0b39a9efc..cc5e46b4fb 100644 --- a/arch/arm/src/stm32f7/stm32_lsi.c +++ b/arch/arm/src/stm32f7/stm32_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_ltdc.c b/arch/arm/src/stm32f7/stm32_ltdc.c index 094eebc902..993c609b1e 100644 --- a/arch/arm/src/stm32f7/stm32_ltdc.c +++ b/arch/arm/src/stm32f7/stm32_ltdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_ltdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_ltdc.h b/arch/arm/src/stm32f7/stm32_ltdc.h index 12b2b097f2..d7a432a01c 100644 --- a/arch/arm/src/stm32f7/stm32_ltdc.h +++ b/arch/arm/src/stm32f7/stm32_ltdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_ltdc.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/arch/arm/src/stm32f7/stm32_mpuinit.c b/arch/arm/src/stm32f7/stm32_mpuinit.c index e05b57dba8..37d6f05178 100644 --- a/arch/arm/src/stm32f7/stm32_mpuinit.c +++ b/arch/arm/src/stm32f7/stm32_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_mpuinit.h b/arch/arm/src/stm32f7/stm32_mpuinit.h index e44e566900..ea522ede34 100644 --- a/arch/arm/src/stm32f7/stm32_mpuinit.h +++ b/arch/arm/src/stm32f7/stm32_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_mpuinit.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/arch/arm/src/stm32f7/stm32_otg.h b/arch/arm/src/stm32f7/stm32_otg.h index 64a6780fa0..a0d5426727 100644 --- a/arch/arm/src/stm32f7/stm32_otg.h +++ b/arch/arm/src/stm32f7/stm32_otg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_otg.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/arch/arm/src/stm32f7/stm32_otgdev.c b/arch/arm/src/stm32f7/stm32_otgdev.c index 58df564890..fd094c8fbe 100644 --- a/arch/arm/src/stm32f7/stm32_otgdev.c +++ b/arch/arm/src/stm32f7/stm32_otgdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_otgdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_otghost.c b/arch/arm/src/stm32f7/stm32_otghost.c index 4c5141002e..5c7c67783d 100644 --- a/arch/arm/src/stm32f7/stm32_otghost.c +++ b/arch/arm/src/stm32f7/stm32_otghost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_otghost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_pm.h b/arch/arm/src/stm32f7/stm32_pm.h index 83ca38f4b5..32f6998942 100644 --- a/arch/arm/src/stm32f7/stm32_pm.h +++ b/arch/arm/src/stm32f7/stm32_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_pminitialize.c b/arch/arm/src/stm32f7/stm32_pminitialize.c index ac9bd0dc58..9f02fa536a 100644 --- a/arch/arm/src/stm32f7/stm32_pminitialize.c +++ b/arch/arm/src/stm32f7/stm32_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_pmsleep.c b/arch/arm/src/stm32f7/stm32_pmsleep.c index 509b7c42e7..fedf5c0bc0 100644 --- a/arch/arm/src/stm32f7/stm32_pmsleep.c +++ b/arch/arm/src/stm32f7/stm32_pmsleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pmsleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_pmstandby.c b/arch/arm/src/stm32f7/stm32_pmstandby.c index f510d035d1..a7bea6c2c5 100644 --- a/arch/arm/src/stm32f7/stm32_pmstandby.c +++ b/arch/arm/src/stm32f7/stm32_pmstandby.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pmstandby.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_pmstop.c b/arch/arm/src/stm32f7/stm32_pmstop.c index 24b1ac569b..c672db0936 100644 --- a/arch/arm/src/stm32f7/stm32_pmstop.c +++ b/arch/arm/src/stm32f7/stm32_pmstop.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pmstop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_pwm.c b/arch/arm/src/stm32f7/stm32_pwm.c index d1d3d76bc2..b8e131702e 100644 --- a/arch/arm/src/stm32f7/stm32_pwm.c +++ b/arch/arm/src/stm32f7/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_pwm.h b/arch/arm/src/stm32f7/stm32_pwm.h index 21ebe7cb43..461a81969e 100644 --- a/arch/arm/src/stm32f7/stm32_pwm.h +++ b/arch/arm/src/stm32f7/stm32_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pwm.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/arch/arm/src/stm32f7/stm32_pwr.c b/arch/arm/src/stm32f7/stm32_pwr.c index 83b5ecb8eb..c86b70a247 100644 --- a/arch/arm/src/stm32f7/stm32_pwr.c +++ b/arch/arm/src/stm32f7/stm32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_pwr.h b/arch/arm/src/stm32f7/stm32_pwr.h index 446514470c..5b4f4a0e4b 100644 --- a/arch/arm/src/stm32f7/stm32_pwr.h +++ b/arch/arm/src/stm32f7/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_pwr.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/arch/arm/src/stm32f7/stm32_qencoder.c b/arch/arm/src/stm32f7/stm32_qencoder.c index 60f7740ed2..13add4b14e 100644 --- a/arch/arm/src/stm32f7/stm32_qencoder.c +++ b/arch/arm/src/stm32f7/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_qencoder.h b/arch/arm/src/stm32f7/stm32_qencoder.h index d39e4812e5..8c95b056e2 100644 --- a/arch/arm/src/stm32f7/stm32_qencoder.h +++ b/arch/arm/src/stm32f7/stm32_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_qencoder.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/arch/arm/src/stm32f7/stm32_qspi.c b/arch/arm/src/stm32f7/stm32_qspi.c index a024f6351c..7de2e82511 100644 --- a/arch/arm/src/stm32f7/stm32_qspi.c +++ b/arch/arm/src/stm32f7/stm32_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_qspi.h b/arch/arm/src/stm32f7/stm32_qspi.h index 560513ae54..018bf0c117 100644 --- a/arch/arm/src/stm32f7/stm32_qspi.h +++ b/arch/arm/src/stm32f7/stm32_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_qspi.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/arch/arm/src/stm32f7/stm32_rcc.c b/arch/arm/src/stm32f7/stm32_rcc.c index 3605bb6327..337a134c11 100644 --- a/arch/arm/src/stm32f7/stm32_rcc.c +++ b/arch/arm/src/stm32f7/stm32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_rcc.h b/arch/arm/src/stm32f7/stm32_rcc.h index 47e34a0111..b1c7aaefe3 100644 --- a/arch/arm/src/stm32f7/stm32_rcc.h +++ b/arch/arm/src/stm32f7/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_rcc.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/arch/arm/src/stm32f7/stm32_rng.c b/arch/arm/src/stm32f7/stm32_rng.c index 2e3cd632b1..11666ea462 100644 --- a/arch/arm/src/stm32f7/stm32_rng.c +++ b/arch/arm/src/stm32f7/stm32_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_rtc.c b/arch/arm/src/stm32f7/stm32_rtc.c index 207fa19588..f2ac41a4b1 100644 --- a/arch/arm/src/stm32f7/stm32_rtc.c +++ b/arch/arm/src/stm32f7/stm32_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_rtc.h b/arch/arm/src/stm32f7/stm32_rtc.h index 0d13136e69..91ce504952 100644 --- a/arch/arm/src/stm32f7/stm32_rtc.h +++ b/arch/arm/src/stm32f7/stm32_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_rtc.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/arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c b/arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c index 6f7c88b995..e91502eb48 100644 --- a/arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c +++ b/arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_sai.c b/arch/arm/src/stm32f7/stm32_sai.c index 8b08fa06cc..ca7126347f 100644 --- a/arch/arm/src/stm32f7/stm32_sai.c +++ b/arch/arm/src/stm32f7/stm32_sai.c @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_sai.c * - * Copyright (C) 2013-2014, 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * Copyright (c) 2016 Motorola Mobility, LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. All rights reserved. + * SPDX-FileCopyrightText: 2013-2014 Gregory Nutt. All rights reserved. + * 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/arch/arm/src/stm32f7/stm32_sai.h b/arch/arm/src/stm32f7/stm32_sai.h index 23ff0f8741..046bc0e802 100644 --- a/arch/arm/src/stm32f7/stm32_sai.h +++ b/arch/arm/src/stm32f7/stm32_sai.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_sai.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Copyright (c) 2016 Motorola Mobility, LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. 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/arch/arm/src/stm32f7/stm32_sdmmc.c b/arch/arm/src/stm32f7/stm32_sdmmc.c index be4de99a18..cc45433146 100644 --- a/arch/arm/src/stm32f7/stm32_sdmmc.c +++ b/arch/arm/src/stm32f7/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_sdmmc.h b/arch/arm/src/stm32f7/stm32_sdmmc.h index 6d1f3c29af..4c9647eca9 100644 --- a/arch/arm/src/stm32f7/stm32_sdmmc.h +++ b/arch/arm/src/stm32f7/stm32_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_sdmmc.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/arch/arm/src/stm32f7/stm32_serial.c b/arch/arm/src/stm32f7/stm32_serial.c index 894a0e48bb..458db8f274 100644 --- a/arch/arm/src/stm32f7/stm32_serial.c +++ b/arch/arm/src/stm32f7/stm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_spi.c b/arch/arm/src/stm32f7/stm32_spi.c index 99b9efe2b5..74dc09a1c9 100644 --- a/arch/arm/src/stm32f7/stm32_spi.c +++ b/arch/arm/src/stm32f7/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_spi.h b/arch/arm/src/stm32f7/stm32_spi.h index 36a8922983..f4adbac6a5 100644 --- a/arch/arm/src/stm32f7/stm32_spi.h +++ b/arch/arm/src/stm32f7/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_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/arch/arm/src/stm32f7/stm32_start.c b/arch/arm/src/stm32f7/stm32_start.c index a37e63e7e2..070f93b35f 100644 --- a/arch/arm/src/stm32f7/stm32_start.c +++ b/arch/arm/src/stm32f7/stm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_start.h b/arch/arm/src/stm32f7/stm32_start.h index 40e0be430b..694c530c17 100644 --- a/arch/arm/src/stm32f7/stm32_start.h +++ b/arch/arm/src/stm32f7/stm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_start.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/arch/arm/src/stm32f7/stm32_tickless.c b/arch/arm/src/stm32f7/stm32_tickless.c index 6d19c01824..cd2306799e 100644 --- a/arch/arm/src/stm32f7/stm32_tickless.c +++ b/arch/arm/src/stm32f7/stm32_tickless.c @@ -1,10 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_tickless.c * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2017 Ansync Labs. All rights reserved. - * Authors: Gregory Nutt - * Konstantin Berezenko + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2017 Ansync Labs. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Konstantin Berezenko * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f7/stm32_tim.c b/arch/arm/src/stm32f7/stm32_tim.c index cf86149f52..5e4724a150 100644 --- a/arch/arm/src/stm32f7/stm32_tim.c +++ b/arch/arm/src/stm32f7/stm32_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_tim.h b/arch/arm/src/stm32f7/stm32_tim.h index 3f789c11dd..d4dc454ea5 100644 --- a/arch/arm/src/stm32f7/stm32_tim.h +++ b/arch/arm/src/stm32f7/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_tim.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/arch/arm/src/stm32f7/stm32_tim_lowerhalf.c b/arch/arm/src/stm32f7/stm32_tim_lowerhalf.c index d6c5a6f1bc..f0f5dda38f 100644 --- a/arch/arm/src/stm32f7/stm32_tim_lowerhalf.c +++ b/arch/arm/src/stm32f7/stm32_tim_lowerhalf.c @@ -1,10 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_tim_lowerhalf.c * - * Copyright (C) 2015 Wail Khemir. All rights reserved. - * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. - * Authors: Wail Khemir - * Paul Alexander Patience + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Wail Khemir. All rights reserved. + * SPDX-FileCopyrightText: 2015 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileContributor: Wail Khemir + * SPDX-FileContributor: Paul Alexander Patience * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f7/stm32_timerisr.c b/arch/arm/src/stm32f7/stm32_timerisr.c index 8c70d1c3c2..28cdd2236b 100644 --- a/arch/arm/src/stm32f7/stm32_timerisr.c +++ b/arch/arm/src/stm32f7/stm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_uart.h b/arch/arm/src/stm32f7/stm32_uart.h index 2c6f27ac0f..447a020e51 100644 --- a/arch/arm/src/stm32f7/stm32_uart.h +++ b/arch/arm/src/stm32f7/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_uart.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/arch/arm/src/stm32f7/stm32_uid.c b/arch/arm/src/stm32f7/stm32_uid.c index a9cbd27a46..e1f64404cd 100644 --- a/arch/arm/src/stm32f7/stm32_uid.c +++ b/arch/arm/src/stm32f7/stm32_uid.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f7/stm32_uid.h b/arch/arm/src/stm32f7/stm32_uid.h index 667cec3b52..8e92f0219a 100644 --- a/arch/arm/src/stm32f7/stm32_uid.h +++ b/arch/arm/src/stm32f7/stm32_uid.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_uid.h * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f7/stm32_usbhost.c b/arch/arm/src/stm32f7/stm32_usbhost.c index 4f88f4b5a1..9d9ab37749 100644 --- a/arch/arm/src/stm32f7/stm32_usbhost.c +++ b/arch/arm/src/stm32f7/stm32_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_usbhost.h b/arch/arm/src/stm32f7/stm32_usbhost.h index 6f94c2e5af..7ae4f8e9d2 100644 --- a/arch/arm/src/stm32f7/stm32_usbhost.h +++ b/arch/arm/src/stm32f7/stm32_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_usbhost.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/arch/arm/src/stm32f7/stm32_userspace.c b/arch/arm/src/stm32f7/stm32_userspace.c index 97506ff078..b82f163ced 100644 --- a/arch/arm/src/stm32f7/stm32_userspace.c +++ b/arch/arm/src/stm32f7/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_userspace.h b/arch/arm/src/stm32f7/stm32_userspace.h index e2394f8931..f513c4b22d 100644 --- a/arch/arm/src/stm32f7/stm32_userspace.h +++ b/arch/arm/src/stm32f7/stm32_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_userspace.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/arch/arm/src/stm32f7/stm32_waste.c b/arch/arm/src/stm32f7/stm32_waste.c index 495c331be8..5bbc052d87 100644 --- a/arch/arm/src/stm32f7/stm32_waste.c +++ b/arch/arm/src/stm32f7/stm32_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32_waste.h b/arch/arm/src/stm32f7/stm32_waste.h index c83044026e..96eb7e6b40 100644 --- a/arch/arm/src/stm32f7/stm32_waste.h +++ b/arch/arm/src/stm32f7/stm32_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32_waste.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/arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c b/arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c index 589488ee78..7137aadc42 100644 --- a/arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c +++ b/arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c b/arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c index d27bd83c4e..f4a42c53b7 100644 --- a/arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c +++ b/arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32f74xx75xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c b/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c index 35167d3838..4771020fd4 100644 --- a/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c +++ b/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/Make.defs b/arch/arm/src/stm32h5/Make.defs index f7ec1a3de7..5412779139 100644 --- a/arch/arm/src/stm32h5/Make.defs +++ b/arch/arm/src/stm32h5/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/arm/src/stm32h5/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/arch/arm/src/stm32h5/chip.h b/arch/arm/src/stm32h5/chip.h index ae1c420297..2784ec1f0d 100644 --- a/arch/arm/src/stm32h5/chip.h +++ b/arch/arm/src/stm32h5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/chip.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/arch/arm/src/stm32h5/hardware/stm32_crs.h b/arch/arm/src/stm32h5/hardware/stm32_crs.h index 89b1b4e8d6..8c63e1cb87 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_crs.h +++ b/arch/arm/src/stm32h5/hardware/stm32_crs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_crs.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/arch/arm/src/stm32h5/hardware/stm32_dbgmcu.h b/arch/arm/src/stm32h5/hardware/stm32_dbgmcu.h index 6865afbfca..99be4ab197 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_dbgmcu.h +++ b/arch/arm/src/stm32h5/hardware/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_dbgmcu.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/arch/arm/src/stm32h5/hardware/stm32_ethernet.h b/arch/arm/src/stm32h5/hardware/stm32_ethernet.h index df6a03ce5f..d49863c560 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_ethernet.h +++ b/arch/arm/src/stm32h5/hardware/stm32_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_ethernet.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/arch/arm/src/stm32h5/hardware/stm32_fdcan.h b/arch/arm/src/stm32h5/hardware/stm32_fdcan.h index d85c621af0..43e04646f5 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_fdcan.h +++ b/arch/arm/src/stm32h5/hardware/stm32_fdcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_fdcan.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/arch/arm/src/stm32h5/hardware/stm32_flash.h b/arch/arm/src/stm32h5/hardware/stm32_flash.h index 0042a88cee..f49c7d02d9 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_flash.h +++ b/arch/arm/src/stm32h5/hardware/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_flash.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/arch/arm/src/stm32h5/hardware/stm32_gpio.h b/arch/arm/src/stm32h5/hardware/stm32_gpio.h index e33ee8a7d3..0218cb5042 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_gpio.h +++ b/arch/arm/src/stm32h5/hardware/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_gpio.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/arch/arm/src/stm32h5/hardware/stm32_i2c.h b/arch/arm/src/stm32h5/hardware/stm32_i2c.h index 66750e4971..0969c2732d 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_i2c.h +++ b/arch/arm/src/stm32h5/hardware/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_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/arch/arm/src/stm32h5/hardware/stm32_memorymap.h b/arch/arm/src/stm32h5/hardware/stm32_memorymap.h index 4734a1c4d0..2900aff29c 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_memorymap.h +++ b/arch/arm/src/stm32h5/hardware/stm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_memorymap.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/arch/arm/src/stm32h5/hardware/stm32_pinmap.h b/arch/arm/src/stm32h5/hardware/stm32_pinmap.h index f936851268..40b57ccf9e 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_pinmap.h +++ b/arch/arm/src/stm32h5/hardware/stm32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_pinmap.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/arch/arm/src/stm32h5/hardware/stm32_pwr.h b/arch/arm/src/stm32h5/hardware/stm32_pwr.h index a365e908bb..1d4ec63869 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_pwr.h +++ b/arch/arm/src/stm32h5/hardware/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_pwr.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/arch/arm/src/stm32h5/hardware/stm32_rcc.h b/arch/arm/src/stm32h5/hardware/stm32_rcc.h index 0429c434e4..239af8377f 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_rcc.h +++ b/arch/arm/src/stm32h5/hardware/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_rcc.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/arch/arm/src/stm32h5/hardware/stm32_sbs.h b/arch/arm/src/stm32h5/hardware/stm32_sbs.h index b2df175fa4..2093831910 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_sbs.h +++ b/arch/arm/src/stm32h5/hardware/stm32_sbs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_sbs.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/arch/arm/src/stm32h5/hardware/stm32_uart.h b/arch/arm/src/stm32h5/hardware/stm32_uart.h index 8a2df6176b..9ee7d1e137 100644 --- a/arch/arm/src/stm32h5/hardware/stm32_uart.h +++ b/arch/arm/src/stm32h5/hardware/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32_uart.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/arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h b/arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h index 9a1cb9cd8c..7326250fda 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h +++ b/arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.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/arch/arm/src/stm32h5/hardware/stm32h5xxx_flash.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_flash.h index ad5aaa24f2..e565187cef 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_flash.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_flash.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/arch/arm/src/stm32h5/hardware/stm32h5xxx_gpio.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_gpio.h index 8a47eb2637..915d6b4d4b 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_gpio.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_gpio.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/arch/arm/src/stm32h5/hardware/stm32h5xxx_i2c.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_i2c.h index 7e2a9c8df5..eb36e1b58c 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_i2c.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_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/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h index eb421f5311..af352c628b 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.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/arch/arm/src/stm32h5/hardware/stm32h5xxx_pwr.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_pwr.h index 9927f47ef9..1329727d65 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_pwr.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_pwr.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/arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.h index 465431ba99..3ef1f75ad8 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.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/arch/arm/src/stm32h5/hardware/stm32h5xxx_spi.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_spi.h index b7f179c93d..1ef4fae584 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_spi.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_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/arch/arm/src/stm32h5/hardware/stm32h5xxx_uart.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_uart.h index 9762785af0..74d23099c0 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_uart.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/hardware/stm32h5xxx_uart.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/arch/arm/src/stm32h5/stm32.h b/arch/arm/src/stm32h5/stm32.h index 13aa6742bc..2a42f10176 100644 --- a/arch/arm/src/stm32h5/stm32.h +++ b/arch/arm/src/stm32h5/stm32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32.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/arch/arm/src/stm32h5/stm32_adc.c b/arch/arm/src/stm32h5/stm32_adc.c index 8d52d1c86d..4b0280eece 100644 --- a/arch/arm/src/stm32h5/stm32_adc.c +++ b/arch/arm/src/stm32h5/stm32_adc.c @@ -3,6 +3,8 @@ * * SPDX-License-Identifier: Apache-2.0 * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_dbgmcu.h b/arch/arm/src/stm32h5/stm32_dbgmcu.h index 5de96b2ed1..48d61c970b 100644 --- a/arch/arm/src/stm32h5/stm32_dbgmcu.h +++ b/arch/arm/src/stm32h5/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_dbgmcu.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/arch/arm/src/stm32h5/stm32_flash.h b/arch/arm/src/stm32h5/stm32_flash.h index e29644df5e..97fae634f4 100644 --- a/arch/arm/src/stm32h5/stm32_flash.h +++ b/arch/arm/src/stm32h5/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_flash.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/arch/arm/src/stm32h5/stm32_gpio.c b/arch/arm/src/stm32h5/stm32_gpio.c index af2165fc17..1a2739745c 100644 --- a/arch/arm/src/stm32h5/stm32_gpio.c +++ b/arch/arm/src/stm32h5/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_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/arch/arm/src/stm32h5/stm32_gpio.h b/arch/arm/src/stm32h5/stm32_gpio.h index 3a028443d6..9b3552cedc 100644 --- a/arch/arm/src/stm32h5/stm32_gpio.h +++ b/arch/arm/src/stm32h5/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_gpio.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/arch/arm/src/stm32h5/stm32_hsi48.c b/arch/arm/src/stm32h5/stm32_hsi48.c index 6eaed8d347..261de4ca7a 100644 --- a/arch/arm/src/stm32h5/stm32_hsi48.c +++ b/arch/arm/src/stm32h5/stm32_hsi48.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_hsi48.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_hsi48.h b/arch/arm/src/stm32h5/stm32_hsi48.h index 3b934f7736..6d931f539e 100644 --- a/arch/arm/src/stm32h5/stm32_hsi48.h +++ b/arch/arm/src/stm32h5/stm32_hsi48.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_hsi48.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/arch/arm/src/stm32h5/stm32_i2c.c b/arch/arm/src/stm32h5/stm32_i2c.c index b0eabc8d50..b3c011c7f2 100644 --- a/arch/arm/src/stm32h5/stm32_i2c.c +++ b/arch/arm/src/stm32h5/stm32_i2c.c @@ -1,30 +1,19 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_i2c.c - * STM32 I2C Hardware Layer - Device Driver * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * Bob Feretich - * Modified for STM32H7 by Mateusz Szafoni - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter - * - * Major rewrite of setclock to dynamically determine TIMINGR. - * Written by: - * - * Copyright (c) 2024 Kyle Wilson. All rights reserved. - * Author: Kyle Wilson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2024 Kyle Wilson. All rights reserved. + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Bob Feretich + * SPDX-FileContributor: Doug Vetter + * SPDX-FileContributor: Kyle Wilson + * SPDX-FileContributor: Mateusz Szafoni * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h5/stm32_i2c.h b/arch/arm/src/stm32h5/stm32_i2c.h index 8f37a558f1..ceb6a7091c 100644 --- a/arch/arm/src/stm32h5/stm32_i2c.h +++ b/arch/arm/src/stm32h5/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_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/arch/arm/src/stm32h5/stm32_idle.c b/arch/arm/src/stm32h5/stm32_idle.c index a68292725c..33c98e17eb 100644 --- a/arch/arm/src/stm32h5/stm32_idle.c +++ b/arch/arm/src/stm32h5/stm32_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_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/arch/arm/src/stm32h5/stm32_irq.c b/arch/arm/src/stm32h5/stm32_irq.c index 4f5c18cb05..f035808dfb 100644 --- a/arch/arm/src/stm32h5/stm32_irq.c +++ b/arch/arm/src/stm32h5/stm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_lowputc.c b/arch/arm/src/stm32h5/stm32_lowputc.c index 63639b44ef..4ad64eb4c9 100644 --- a/arch/arm/src/stm32h5/stm32_lowputc.c +++ b/arch/arm/src/stm32h5/stm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_lowputc.h b/arch/arm/src/stm32h5/stm32_lowputc.h index bae3d0017b..962497d142 100644 --- a/arch/arm/src/stm32h5/stm32_lowputc.h +++ b/arch/arm/src/stm32h5/stm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_lowputc.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/arch/arm/src/stm32h5/stm32_lse.c b/arch/arm/src/stm32h5/stm32_lse.c index e160cc8d1a..9fa5d0bae3 100644 --- a/arch/arm/src/stm32h5/stm32_lse.c +++ b/arch/arm/src/stm32h5/stm32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_lsi.c b/arch/arm/src/stm32h5/stm32_lsi.c index bcc5491a04..463f05cd51 100644 --- a/arch/arm/src/stm32h5/stm32_lsi.c +++ b/arch/arm/src/stm32h5/stm32_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_pwr.c b/arch/arm/src/stm32h5/stm32_pwr.c index ec8526537e..ef0d2ceafc 100644 --- a/arch/arm/src/stm32h5/stm32_pwr.c +++ b/arch/arm/src/stm32h5/stm32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_pwr.h b/arch/arm/src/stm32h5/stm32_pwr.h index 41c37177a0..841d2a0679 100644 --- a/arch/arm/src/stm32h5/stm32_pwr.h +++ b/arch/arm/src/stm32h5/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_pwr.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/arch/arm/src/stm32h5/stm32_rcc.c b/arch/arm/src/stm32h5/stm32_rcc.c index 20ea4ac08f..f1bb8631a4 100644 --- a/arch/arm/src/stm32h5/stm32_rcc.c +++ b/arch/arm/src/stm32h5/stm32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_rcc.h b/arch/arm/src/stm32h5/stm32_rcc.h index be9be1fd37..49ad30b7f1 100644 --- a/arch/arm/src/stm32h5/stm32_rcc.h +++ b/arch/arm/src/stm32h5/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_rcc.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/arch/arm/src/stm32h5/stm32_serial.c b/arch/arm/src/stm32h5/stm32_serial.c index 7ccb37e417..22ea4e08c1 100644 --- a/arch/arm/src/stm32h5/stm32_serial.c +++ b/arch/arm/src/stm32h5/stm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_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/arch/arm/src/stm32h5/stm32_start.c b/arch/arm/src/stm32h5/stm32_start.c index 03c1241c64..348004f1c2 100644 --- a/arch/arm/src/stm32h5/stm32_start.c +++ b/arch/arm/src/stm32h5/stm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_start.h b/arch/arm/src/stm32h5/stm32_start.h index d3d7961bb2..07b08a4419 100644 --- a/arch/arm/src/stm32h5/stm32_start.h +++ b/arch/arm/src/stm32h5/stm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_start.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/arch/arm/src/stm32h5/stm32_timerisr.c b/arch/arm/src/stm32h5/stm32_timerisr.c index fd06e32323..5805790411 100644 --- a/arch/arm/src/stm32h5/stm32_timerisr.c +++ b/arch/arm/src/stm32h5/stm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h5/stm32_uart.h b/arch/arm/src/stm32h5/stm32_uart.h index 831d765255..f84b56394d 100644 --- a/arch/arm/src/stm32h5/stm32_uart.h +++ b/arch/arm/src/stm32h5/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h5/stm32_uart.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/arch/arm/src/stm32h7/CMakeLists.txt b/arch/arm/src/stm32h7/CMakeLists.txt index edc2750717..d5dfd8b2f1 100644 --- a/arch/arm/src/stm32h7/CMakeLists.txt +++ b/arch/arm/src/stm32h7/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/stm32h7/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/arch/arm/src/stm32h7/Make.defs b/arch/arm/src/stm32h7/Make.defs index 33a7c195a3..119a82d3a6 100644 --- a/arch/arm/src/stm32h7/Make.defs +++ b/arch/arm/src/stm32h7/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32h7/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/arch/arm/src/stm32h7/chip.h b/arch/arm/src/stm32h7/chip.h index 26d5af1359..b1952cd9f2 100644 --- a/arch/arm/src/stm32h7/chip.h +++ b/arch/arm/src/stm32h7/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/chip.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/arch/arm/src/stm32h7/hardware/stm32_adc.h b/arch/arm/src/stm32h7/hardware/stm32_adc.h index 3bc11973e7..56aa31684b 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_adc.h +++ b/arch/arm/src/stm32h7/hardware/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_adc.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/arch/arm/src/stm32h7/hardware/stm32_axi.h b/arch/arm/src/stm32h7/hardware/stm32_axi.h index fb4ce52c5e..354a35bb94 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_axi.h +++ b/arch/arm/src/stm32h7/hardware/stm32_axi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_axi.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/arch/arm/src/stm32h7/hardware/stm32_bdma.h b/arch/arm/src/stm32h7/hardware/stm32_bdma.h index 2e55baf484..6df8eb425b 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_bdma.h +++ b/arch/arm/src/stm32h7/hardware/stm32_bdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_bdma.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/arch/arm/src/stm32h7/hardware/stm32_dac.h b/arch/arm/src/stm32h7/hardware/stm32_dac.h index a04928190a..563a0557af 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_dac.h +++ b/arch/arm/src/stm32h7/hardware/stm32_dac.h @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_dac.h - * Definitions for stm32H7 dac + * + * SPDX-License-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/arch/arm/src/stm32h7/hardware/stm32_dma.h b/arch/arm/src/stm32h7/hardware/stm32_dma.h index eb00eb43fb..a24e0bf8a4 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_dma.h +++ b/arch/arm/src/stm32h7/hardware/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_dma.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/arch/arm/src/stm32h7/hardware/stm32_dmamux.h b/arch/arm/src/stm32h7/hardware/stm32_dmamux.h index f00f6f6321..31555d761f 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_dmamux.h +++ b/arch/arm/src/stm32h7/hardware/stm32_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_dmamux.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/arch/arm/src/stm32h7/hardware/stm32_ethernet.h b/arch/arm/src/stm32h7/hardware/stm32_ethernet.h index ce5e72c5d1..62e74173cc 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_ethernet.h +++ b/arch/arm/src/stm32h7/hardware/stm32_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_ethernet.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/arch/arm/src/stm32h7/hardware/stm32_exti.h b/arch/arm/src/stm32h7/hardware/stm32_exti.h index fda6790e81..708cfc241e 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_exti.h +++ b/arch/arm/src/stm32h7/hardware/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_exti.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/arch/arm/src/stm32h7/hardware/stm32_fdcan.h b/arch/arm/src/stm32h7/hardware/stm32_fdcan.h index 9b2e8efb0b..da076a81a8 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_fdcan.h +++ b/arch/arm/src/stm32h7/hardware/stm32_fdcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_fdcan.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/arch/arm/src/stm32h7/hardware/stm32_flash.h b/arch/arm/src/stm32h7/hardware/stm32_flash.h index fc5b1a869a..932b3399b6 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_flash.h +++ b/arch/arm/src/stm32h7/hardware/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_flash.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/arch/arm/src/stm32h7/hardware/stm32_fmc.h b/arch/arm/src/stm32h7/hardware/stm32_fmc.h index 55329aa58b..5f5c951741 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_fmc.h +++ b/arch/arm/src/stm32h7/hardware/stm32_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_fmc.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/arch/arm/src/stm32h7/hardware/stm32_gpio.h b/arch/arm/src/stm32h7/hardware/stm32_gpio.h index 74350654e2..eaa5f8cf3c 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_gpio.h +++ b/arch/arm/src/stm32h7/hardware/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_gpio.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/arch/arm/src/stm32h7/hardware/stm32_hsem.h b/arch/arm/src/stm32h7/hardware/stm32_hsem.h index 9aa13fe9c3..6cb0d6f9cf 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_hsem.h +++ b/arch/arm/src/stm32h7/hardware/stm32_hsem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_hsem.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/arch/arm/src/stm32h7/hardware/stm32_i2c.h b/arch/arm/src/stm32h7/hardware/stm32_i2c.h index 4d17cfc4de..bcf8a5d2a1 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_i2c.h +++ b/arch/arm/src/stm32h7/hardware/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_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/arch/arm/src/stm32h7/hardware/stm32_lptim.h b/arch/arm/src/stm32h7/hardware/stm32_lptim.h index 5acc5b0a6d..a0fe9ee9ab 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_lptim.h +++ b/arch/arm/src/stm32h7/hardware/stm32_lptim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_lptim.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/arch/arm/src/stm32h7/hardware/stm32_ltdc.h b/arch/arm/src/stm32h7/hardware/stm32_ltdc.h index 190f63e947..a765349803 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_ltdc.h +++ b/arch/arm/src/stm32h7/hardware/stm32_ltdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_ltdc.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/arch/arm/src/stm32h7/hardware/stm32_mdma.h b/arch/arm/src/stm32h7/hardware/stm32_mdma.h index d3b487602e..477375d9a5 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_mdma.h +++ b/arch/arm/src/stm32h7/hardware/stm32_mdma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_mdma.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/arch/arm/src/stm32h7/hardware/stm32_memorymap.h b/arch/arm/src/stm32h7/hardware/stm32_memorymap.h index c162ed731a..a2435a1678 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_memorymap.h +++ b/arch/arm/src/stm32h7/hardware/stm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_memorymap.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/arch/arm/src/stm32h7/hardware/stm32_otg.h b/arch/arm/src/stm32h7/hardware/stm32_otg.h index a56080291e..e009b6706a 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_otg.h +++ b/arch/arm/src/stm32h7/hardware/stm32_otg.h @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_otg.h - * based on stm32f7/chip/stm32_otg.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 diff --git a/arch/arm/src/stm32h7/hardware/stm32_pinmap.h b/arch/arm/src/stm32h7/hardware/stm32_pinmap.h index e3c1a241d2..18e8478ca9 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_pinmap.h +++ b/arch/arm/src/stm32h7/hardware/stm32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_pinmap.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/arch/arm/src/stm32h7/hardware/stm32_pwr.h b/arch/arm/src/stm32h7/hardware/stm32_pwr.h index 8f7ffe9522..49bfa8e2f9 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_pwr.h +++ b/arch/arm/src/stm32h7/hardware/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_pwr.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/arch/arm/src/stm32h7/hardware/stm32_qspi.h b/arch/arm/src/stm32h7/hardware/stm32_qspi.h index 5e4ab9e5c7..dcc4e882cd 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_qspi.h +++ b/arch/arm/src/stm32h7/hardware/stm32_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_qspi.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/arch/arm/src/stm32h7/hardware/stm32_rcc.h b/arch/arm/src/stm32h7/hardware/stm32_rcc.h index 61527969f0..6c91f2e748 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_rcc.h +++ b/arch/arm/src/stm32h7/hardware/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_rcc.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/arch/arm/src/stm32h7/hardware/stm32_rtcc.h b/arch/arm/src/stm32h7/hardware/stm32_rtcc.h index 9dda495cab..52dafd8d3c 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_rtcc.h +++ b/arch/arm/src/stm32h7/hardware/stm32_rtcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_rtcc.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/arch/arm/src/stm32h7/hardware/stm32_sdmmc.h b/arch/arm/src/stm32h7/hardware/stm32_sdmmc.h index b40ecc4a28..13aaa70b89 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_sdmmc.h +++ b/arch/arm/src/stm32h7/hardware/stm32_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_sdmmc.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/arch/arm/src/stm32h7/hardware/stm32_spi.h b/arch/arm/src/stm32h7/hardware/stm32_spi.h index e38c591cc1..5ab4328757 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_spi.h +++ b/arch/arm/src/stm32h7/hardware/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_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/arch/arm/src/stm32h7/hardware/stm32_syscfg.h b/arch/arm/src/stm32h7/hardware/stm32_syscfg.h index 9d9ca16dbe..c4823e7716 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_syscfg.h +++ b/arch/arm/src/stm32h7/hardware/stm32_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_syscfg.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/arch/arm/src/stm32h7/hardware/stm32_tim.h b/arch/arm/src/stm32h7/hardware/stm32_tim.h index fa4d583949..b360f7cf9c 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_tim.h +++ b/arch/arm/src/stm32h7/hardware/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_tim.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/arch/arm/src/stm32h7/hardware/stm32_uart.h b/arch/arm/src/stm32h7/hardware/stm32_uart.h index f1677f194a..c84725cbf2 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_uart.h +++ b/arch/arm/src/stm32h7/hardware/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_uart.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/arch/arm/src/stm32h7/hardware/stm32_wdg.h b/arch/arm/src/stm32h7/hardware/stm32_wdg.h index fe88debd32..e19008048b 100644 --- a/arch/arm/src/stm32h7/hardware/stm32_wdg.h +++ b/arch/arm/src/stm32h7/hardware/stm32_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32_wdg.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/arch/arm/src/stm32h7/hardware/stm32h7b3xx_flash.h b/arch/arm/src/stm32h7/hardware/stm32h7b3xx_flash.h index a8dbb90e74..ef677bd98f 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7b3xx_flash.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7b3xx_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7b3xx_flash.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_dmamux.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_dmamux.h index ccf0ea0950..2332117643 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_dmamux.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_dmamux.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_flash.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_flash.h index c6a27ab6f8..3c86a48718 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_flash.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_flash.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_gpio.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_gpio.h index cf6449cba1..fc6511cd38 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_gpio.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_gpio.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_i2c.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_i2c.h index 8b02026cb9..bd2e359040 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_i2c.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h index b3780a4ef8..e0f3755e60 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap.h index ae0c89d9d0..4a92b2dc69 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap_legacy.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap_legacy.h index a722d4d28c..76269fbc0d 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap_legacy.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_pinmap_legacy.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.h index 1a56723a61..977f1c4135 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_rcc.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_rcc.h index 1c88a5cb13..8124fbd9c7 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_rcc.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_rcc.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_sdmmc.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_sdmmc.h index 71a96ac77b..5d83e72ada 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_sdmmc.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_sdmmc.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_spi.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_spi.h index 8a3fd1a70d..1252fdef6b 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_spi.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_syscfg.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_syscfg.h index cbfb85034e..e259beff59 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_syscfg.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_syscfg.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/arch/arm/src/stm32h7/hardware/stm32h7x3xx_uart.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_uart.h index 579f070c02..da66a2f133 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_uart.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7x3xx_uart.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/arch/arm/src/stm32h7/hardware/stm32h7xxx_dbgmcu.h b/arch/arm/src/stm32h7/hardware/stm32h7xxx_dbgmcu.h index 77515b3352..e8c8ffa4f9 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7xxx_dbgmcu.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7xxx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/hardware/stm32h7xxx_dbgmcu.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/arch/arm/src/stm32h7/stm32.h b/arch/arm/src/stm32h7/stm32.h index 5d2003560d..fa614de2da 100644 --- a/arch/arm/src/stm32h7/stm32.h +++ b/arch/arm/src/stm32h7/stm32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32.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/arch/arm/src/stm32h7/stm32_adc.c b/arch/arm/src/stm32h7/stm32_adc.c index e4d608bb68..0e9f664bba 100644 --- a/arch/arm/src/stm32h7/stm32_adc.c +++ b/arch/arm/src/stm32h7/stm32_adc.c @@ -1,15 +1,16 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_adc.c * - * Copyright (C) 2017, 2019 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 Motorola Mobility, LLC. All rights reserved. - * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. - * Authors: Gregory Nutt - * Diego Sanchez - * Paul Alexander Patience - * Mateusz Szafoni - * Juha Niskanen - * David Sidrane + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017, 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 Motorola Mobility, LLC. All rights reserved. + * SPDX-FileCopyrightText: 2015 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Diego Sanchez + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: Mateusz Szafoni + * SPDX-FileContributor: Juha Niskanen + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32_adc.h b/arch/arm/src/stm32h7/stm32_adc.h index 6983431723..df7e5132e0 100644 --- a/arch/arm/src/stm32h7/stm32_adc.h +++ b/arch/arm/src/stm32h7/stm32_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_adc.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/arch/arm/src/stm32h7/stm32_alarm.h b/arch/arm/src/stm32h7/stm32_alarm.h index 8a672dcdb6..f98966c81a 100644 --- a/arch/arm/src/stm32h7/stm32_alarm.h +++ b/arch/arm/src/stm32h7/stm32_alarm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_alarm.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/arch/arm/src/stm32h7/stm32_allocateheap.c b/arch/arm/src/stm32h7/stm32_allocateheap.c index d584e78323..c90451e832 100644 --- a/arch/arm/src/stm32h7/stm32_allocateheap.c +++ b/arch/arm/src/stm32h7/stm32_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_bbsram.c b/arch/arm/src/stm32h7/stm32_bbsram.c index cded900c1e..7bea7fd69e 100644 --- a/arch/arm/src/stm32h7/stm32_bbsram.c +++ b/arch/arm/src/stm32h7/stm32_bbsram.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_bbsram.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_bbsram.h b/arch/arm/src/stm32h7/stm32_bbsram.h index 6271fabdc1..c9d41f73cc 100644 --- a/arch/arm/src/stm32h7/stm32_bbsram.h +++ b/arch/arm/src/stm32h7/stm32_bbsram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_bbsram.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/arch/arm/src/stm32h7/stm32_dbgmcu.h b/arch/arm/src/stm32h7/stm32_dbgmcu.h index 0aeaa84dad..5ef337a226 100644 --- a/arch/arm/src/stm32h7/stm32_dbgmcu.h +++ b/arch/arm/src/stm32h7/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_dbgmcu.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/arch/arm/src/stm32h7/stm32_dma.c b/arch/arm/src/stm32h7/stm32_dma.c index bc58194faa..922096e848 100644 --- a/arch/arm/src/stm32h7/stm32_dma.c +++ b/arch/arm/src/stm32h7/stm32_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_dma.h b/arch/arm/src/stm32h7/stm32_dma.h index eba240a54e..d8cfdc3524 100644 --- a/arch/arm/src/stm32h7/stm32_dma.h +++ b/arch/arm/src/stm32h7/stm32_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_dma.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/arch/arm/src/stm32h7/stm32_dtcm.c b/arch/arm/src/stm32h7/stm32_dtcm.c index b26dadc63e..bbefff710f 100644 --- a/arch/arm/src/stm32h7/stm32_dtcm.c +++ b/arch/arm/src/stm32h7/stm32_dtcm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_dtcm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_dtcm.h b/arch/arm/src/stm32h7/stm32_dtcm.h index e6aa22b7a5..aba8232648 100644 --- a/arch/arm/src/stm32h7/stm32_dtcm.h +++ b/arch/arm/src/stm32h7/stm32_dtcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_dtcm.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/arch/arm/src/stm32h7/stm32_dualcore.c b/arch/arm/src/stm32h7/stm32_dualcore.c index 5cae087375..5288a3f220 100644 --- a/arch/arm/src/stm32h7/stm32_dualcore.c +++ b/arch/arm/src/stm32h7/stm32_dualcore.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_dualcore.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_dualcore.h b/arch/arm/src/stm32h7/stm32_dualcore.h index 3e78764669..ab0524de3b 100644 --- a/arch/arm/src/stm32h7/stm32_dualcore.h +++ b/arch/arm/src/stm32h7/stm32_dualcore.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_dualcore.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/arch/arm/src/stm32h7/stm32_ethernet.c b/arch/arm/src/stm32h7/stm32_ethernet.c index 7425c65525..1eba295f0b 100644 --- a/arch/arm/src/stm32h7/stm32_ethernet.c +++ b/arch/arm/src/stm32h7/stm32_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_ethernet.h b/arch/arm/src/stm32h7/stm32_ethernet.h index 96f6505483..6f7026baca 100644 --- a/arch/arm/src/stm32h7/stm32_ethernet.h +++ b/arch/arm/src/stm32h7/stm32_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_ethernet.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/arch/arm/src/stm32h7/stm32_exti.h b/arch/arm/src/stm32h7/stm32_exti.h index 6aff605d51..fe162e4d56 100644 --- a/arch/arm/src/stm32h7/stm32_exti.h +++ b/arch/arm/src/stm32h7/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_exti.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/arch/arm/src/stm32h7/stm32_exti_alarm.c b/arch/arm/src/stm32h7/stm32_exti_alarm.c index 5a5456b44e..605c8736ce 100644 --- a/arch/arm/src/stm32h7/stm32_exti_alarm.c +++ b/arch/arm/src/stm32h7/stm32_exti_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_exti_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/arch/arm/src/stm32h7/stm32_exti_gpio.c b/arch/arm/src/stm32h7/stm32_exti_gpio.c index d73d64bd69..cc901cdf02 100644 --- a/arch/arm/src/stm32h7/stm32_exti_gpio.c +++ b/arch/arm/src/stm32h7/stm32_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_exti_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/arch/arm/src/stm32h7/stm32_exti_wakeup.c b/arch/arm/src/stm32h7/stm32_exti_wakeup.c index 1fa006d861..dad47fe939 100644 --- a/arch/arm/src/stm32h7/stm32_exti_wakeup.c +++ b/arch/arm/src/stm32h7/stm32_exti_wakeup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_exti_wakeup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_fdcan_sock.c b/arch/arm/src/stm32h7/stm32_fdcan_sock.c index ad7bb1fae6..af9de4013a 100644 --- a/arch/arm/src/stm32h7/stm32_fdcan_sock.c +++ b/arch/arm/src/stm32h7/stm32_fdcan_sock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_fdcan_sock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_fdcan_sock.h b/arch/arm/src/stm32h7/stm32_fdcan_sock.h index 8325cb3418..0c92ea109a 100644 --- a/arch/arm/src/stm32h7/stm32_fdcan_sock.h +++ b/arch/arm/src/stm32h7/stm32_fdcan_sock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_fdcan_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/arch/arm/src/stm32h7/stm32_flash.c b/arch/arm/src/stm32h7/stm32_flash.c index 582625efc8..75fa899d2a 100644 --- a/arch/arm/src/stm32h7/stm32_flash.c +++ b/arch/arm/src/stm32h7/stm32_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_flash.h b/arch/arm/src/stm32h7/stm32_flash.h index ff7e153680..39481210dd 100644 --- a/arch/arm/src/stm32h7/stm32_flash.h +++ b/arch/arm/src/stm32h7/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_flash.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/arch/arm/src/stm32h7/stm32_fmc.c b/arch/arm/src/stm32h7/stm32_fmc.c index 1d4198e6dc..79808eee54 100644 --- a/arch/arm/src/stm32h7/stm32_fmc.c +++ b/arch/arm/src/stm32h7/stm32_fmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_fmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_fmc.h b/arch/arm/src/stm32h7/stm32_fmc.h index 938e8c6ab5..f1b7ece614 100644 --- a/arch/arm/src/stm32h7/stm32_fmc.h +++ b/arch/arm/src/stm32h7/stm32_fmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_fmc.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/arch/arm/src/stm32h7/stm32_gpio.c b/arch/arm/src/stm32h7/stm32_gpio.c index 71cabaa6d4..81e2098368 100644 --- a/arch/arm/src/stm32h7/stm32_gpio.c +++ b/arch/arm/src/stm32h7/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_gpio.h b/arch/arm/src/stm32h7/stm32_gpio.h index 9b90cb6e6c..02a644c329 100644 --- a/arch/arm/src/stm32h7/stm32_gpio.h +++ b/arch/arm/src/stm32h7/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_gpio.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/arch/arm/src/stm32h7/stm32_hsem.c b/arch/arm/src/stm32h7/stm32_hsem.c index a691d81d2f..c5043899e5 100644 --- a/arch/arm/src/stm32h7/stm32_hsem.c +++ b/arch/arm/src/stm32h7/stm32_hsem.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_hsem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_hsem.h b/arch/arm/src/stm32h7/stm32_hsem.h index 7cd1c36380..7e6fb92412 100644 --- a/arch/arm/src/stm32h7/stm32_hsem.h +++ b/arch/arm/src/stm32h7/stm32_hsem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_hsem.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/arch/arm/src/stm32h7/stm32_i2c.c b/arch/arm/src/stm32h7/stm32_i2c.c index 52cf760f48..99ace3cbf0 100644 --- a/arch/arm/src/stm32h7/stm32_i2c.c +++ b/arch/arm/src/stm32h7/stm32_i2c.c @@ -1,24 +1,16 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_i2c.c - * STM32 I2C Hardware Layer - Device Driver * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * Bob Feretich - * Modified for STM32H7 by Mateusz Szafoni - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Bob Feretich + * SPDX-FileContributor: Doug Vetter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32_i2c.h b/arch/arm/src/stm32h7/stm32_i2c.h index 141b5ec19e..ae507efe60 100644 --- a/arch/arm/src/stm32h7/stm32_i2c.h +++ b/arch/arm/src/stm32h7/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_irq.c b/arch/arm/src/stm32h7/stm32_irq.c index ff78a45874..b80f5f9210 100644 --- a/arch/arm/src/stm32h7/stm32_irq.c +++ b/arch/arm/src/stm32h7/stm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_iwdg.c b/arch/arm/src/stm32h7/stm32_iwdg.c index 99fe68dae2..7b0b717a9e 100644 --- a/arch/arm/src/stm32h7/stm32_iwdg.c +++ b/arch/arm/src/stm32h7/stm32_iwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_iwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_lowputc.c b/arch/arm/src/stm32h7/stm32_lowputc.c index f00c7a6ac5..e0c1c62d3e 100644 --- a/arch/arm/src/stm32h7/stm32_lowputc.c +++ b/arch/arm/src/stm32h7/stm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_lowputc.h b/arch/arm/src/stm32h7/stm32_lowputc.h index b4206c6094..b0c2dba3aa 100644 --- a/arch/arm/src/stm32h7/stm32_lowputc.h +++ b/arch/arm/src/stm32h7/stm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_lowputc.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/arch/arm/src/stm32h7/stm32_lptim.c b/arch/arm/src/stm32h7/stm32_lptim.c index 0fae434858..a6fcaae53f 100644 --- a/arch/arm/src/stm32h7/stm32_lptim.c +++ b/arch/arm/src/stm32h7/stm32_lptim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_lptim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_lptim.h b/arch/arm/src/stm32h7/stm32_lptim.h index 487306b8cb..ec23a2aa6a 100644 --- a/arch/arm/src/stm32h7/stm32_lptim.h +++ b/arch/arm/src/stm32h7/stm32_lptim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_lptim.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/arch/arm/src/stm32h7/stm32_lse.c b/arch/arm/src/stm32h7/stm32_lse.c index 8f8446f366..a9d7cfb4fa 100644 --- a/arch/arm/src/stm32h7/stm32_lse.c +++ b/arch/arm/src/stm32h7/stm32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_lsi.c b/arch/arm/src/stm32h7/stm32_lsi.c index 2eb3fcc8bf..abfa0c0d8d 100644 --- a/arch/arm/src/stm32h7/stm32_lsi.c +++ b/arch/arm/src/stm32h7/stm32_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_ltdc.c b/arch/arm/src/stm32h7/stm32_ltdc.c index f69be45110..58b3ebb963 100644 --- a/arch/arm/src/stm32h7/stm32_ltdc.c +++ b/arch/arm/src/stm32h7/stm32_ltdc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_ltdc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_ltdc.h b/arch/arm/src/stm32h7/stm32_ltdc.h index 043b5c5ba7..53a73da7d0 100644 --- a/arch/arm/src/stm32h7/stm32_ltdc.h +++ b/arch/arm/src/stm32h7/stm32_ltdc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_ltdc.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/arch/arm/src/stm32h7/stm32_mpuinit.c b/arch/arm/src/stm32h7/stm32_mpuinit.c index a42fdc8ad0..91d78295bb 100644 --- a/arch/arm/src/stm32h7/stm32_mpuinit.c +++ b/arch/arm/src/stm32h7/stm32_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_mpuinit.h b/arch/arm/src/stm32h7/stm32_mpuinit.h index fb63bd42e9..fa9616e5e8 100644 --- a/arch/arm/src/stm32h7/stm32_mpuinit.h +++ b/arch/arm/src/stm32h7/stm32_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_mpuinit.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/arch/arm/src/stm32h7/stm32_oneshot.c b/arch/arm/src/stm32h7/stm32_oneshot.c index 8ea9642c96..e74abf20d5 100644 --- a/arch/arm/src/stm32h7/stm32_oneshot.c +++ b/arch/arm/src/stm32h7/stm32_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_oneshot.h b/arch/arm/src/stm32h7/stm32_oneshot.h index 9daf22dbea..412f901e16 100644 --- a/arch/arm/src/stm32h7/stm32_oneshot.h +++ b/arch/arm/src/stm32h7/stm32_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_oneshot.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/arch/arm/src/stm32h7/stm32_oneshot_lowerhalf.c b/arch/arm/src/stm32h7/stm32_oneshot_lowerhalf.c index 71ef4ebdff..545f4ebdcf 100644 --- a/arch/arm/src/stm32h7/stm32_oneshot_lowerhalf.c +++ b/arch/arm/src/stm32h7/stm32_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_otg.h b/arch/arm/src/stm32h7/stm32_otg.h index 7218234e8e..131be78c42 100644 --- a/arch/arm/src/stm32h7/stm32_otg.h +++ b/arch/arm/src/stm32h7/stm32_otg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_otg.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/arch/arm/src/stm32h7/stm32_otgdev.c b/arch/arm/src/stm32h7/stm32_otgdev.c index 45c851fc72..90b57cd979 100644 --- a/arch/arm/src/stm32h7/stm32_otgdev.c +++ b/arch/arm/src/stm32h7/stm32_otgdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_otgdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_otghost.c b/arch/arm/src/stm32h7/stm32_otghost.c index 97900ab742..35492f1598 100644 --- a/arch/arm/src/stm32h7/stm32_otghost.c +++ b/arch/arm/src/stm32h7/stm32_otghost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_otghost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_pm.h b/arch/arm/src/stm32h7/stm32_pm.h index 9a1158a946..00fb6fb962 100644 --- a/arch/arm/src/stm32h7/stm32_pm.h +++ b/arch/arm/src/stm32h7/stm32_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_pminitialize.c b/arch/arm/src/stm32h7/stm32_pminitialize.c index a457e72a0b..ddf3fb117a 100644 --- a/arch/arm/src/stm32h7/stm32_pminitialize.c +++ b/arch/arm/src/stm32h7/stm32_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_pmsleep.c b/arch/arm/src/stm32h7/stm32_pmsleep.c index f4465b4c23..457b84e916 100644 --- a/arch/arm/src/stm32h7/stm32_pmsleep.c +++ b/arch/arm/src/stm32h7/stm32_pmsleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pmsleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_pmstandby.c b/arch/arm/src/stm32h7/stm32_pmstandby.c index 01b3a543ff..872c1395b1 100644 --- a/arch/arm/src/stm32h7/stm32_pmstandby.c +++ b/arch/arm/src/stm32h7/stm32_pmstandby.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pmstandby.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_pmstop.c b/arch/arm/src/stm32h7/stm32_pmstop.c index 817b35f616..1c04990e64 100644 --- a/arch/arm/src/stm32h7/stm32_pmstop.c +++ b/arch/arm/src/stm32h7/stm32_pmstop.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pmstop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_pwm.c b/arch/arm/src/stm32h7/stm32_pwm.c index a208f0cd53..5cfd41f536 100644 --- a/arch/arm/src/stm32h7/stm32_pwm.c +++ b/arch/arm/src/stm32h7/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_pwm.h b/arch/arm/src/stm32h7/stm32_pwm.h index 30405f197c..51018b7c79 100644 --- a/arch/arm/src/stm32h7/stm32_pwm.h +++ b/arch/arm/src/stm32h7/stm32_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pwm.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/arch/arm/src/stm32h7/stm32_pwr.c b/arch/arm/src/stm32h7/stm32_pwr.c index 0419c413be..88675cadab 100644 --- a/arch/arm/src/stm32h7/stm32_pwr.c +++ b/arch/arm/src/stm32h7/stm32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_pwr.h b/arch/arm/src/stm32h7/stm32_pwr.h index 0404f8b0c1..fbf8a67492 100644 --- a/arch/arm/src/stm32h7/stm32_pwr.h +++ b/arch/arm/src/stm32h7/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_pwr.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/arch/arm/src/stm32h7/stm32_qencoder.c b/arch/arm/src/stm32h7/stm32_qencoder.c index ed98e89da1..01d96a5b00 100644 --- a/arch/arm/src/stm32h7/stm32_qencoder.c +++ b/arch/arm/src/stm32h7/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_qencoder.h b/arch/arm/src/stm32h7/stm32_qencoder.h index 8738acc7b8..66b9d23d71 100644 --- a/arch/arm/src/stm32h7/stm32_qencoder.h +++ b/arch/arm/src/stm32h7/stm32_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_qencoder.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/arch/arm/src/stm32h7/stm32_qspi.c b/arch/arm/src/stm32h7/stm32_qspi.c index da9c983083..709cd3d6aa 100644 --- a/arch/arm/src/stm32h7/stm32_qspi.c +++ b/arch/arm/src/stm32h7/stm32_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_qspi.h b/arch/arm/src/stm32h7/stm32_qspi.h index 272f1cd9b9..93f0380702 100644 --- a/arch/arm/src/stm32h7/stm32_qspi.h +++ b/arch/arm/src/stm32h7/stm32_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_qspi.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/arch/arm/src/stm32h7/stm32_rcc.c b/arch/arm/src/stm32h7/stm32_rcc.c index 55e6b9cbf8..0355e19163 100644 --- a/arch/arm/src/stm32h7/stm32_rcc.c +++ b/arch/arm/src/stm32h7/stm32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_rcc.h b/arch/arm/src/stm32h7/stm32_rcc.h index c15b4fee8c..786bb7064d 100644 --- a/arch/arm/src/stm32h7/stm32_rcc.h +++ b/arch/arm/src/stm32h7/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_rcc.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/arch/arm/src/stm32h7/stm32_rptun.c b/arch/arm/src/stm32h7/stm32_rptun.c index 46a66789ef..f0f03e2c66 100644 --- a/arch/arm/src/stm32h7/stm32_rptun.c +++ b/arch/arm/src/stm32h7/stm32_rptun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_rptun.h b/arch/arm/src/stm32h7/stm32_rptun.h index 9f9e12f2d7..9e4c3d26a2 100644 --- a/arch/arm/src/stm32h7/stm32_rptun.h +++ b/arch/arm/src/stm32h7/stm32_rptun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_rptun.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/arch/arm/src/stm32h7/stm32_rtc.c b/arch/arm/src/stm32h7/stm32_rtc.c index ea865a1665..bfe637cbfc 100644 --- a/arch/arm/src/stm32h7/stm32_rtc.c +++ b/arch/arm/src/stm32h7/stm32_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_rtc.h b/arch/arm/src/stm32h7/stm32_rtc.h index bc4ed385c5..e3b3f69096 100644 --- a/arch/arm/src/stm32h7/stm32_rtc.h +++ b/arch/arm/src/stm32h7/stm32_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_rtc.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/arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c b/arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c index 6eeecf314e..e739f720b2 100644 --- a/arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c +++ b/arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_sdmmc.c b/arch/arm/src/stm32h7/stm32_sdmmc.c index fe780234ca..8ccd767f4e 100644 --- a/arch/arm/src/stm32h7/stm32_sdmmc.c +++ b/arch/arm/src/stm32h7/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_sdmmc.h b/arch/arm/src/stm32h7/stm32_sdmmc.h index 9409fd659e..ac11229987 100644 --- a/arch/arm/src/stm32h7/stm32_sdmmc.h +++ b/arch/arm/src/stm32h7/stm32_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_sdmmc.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/arch/arm/src/stm32h7/stm32_serial.c b/arch/arm/src/stm32h7/stm32_serial.c index 164aef0276..97e7285444 100644 --- a/arch/arm/src/stm32h7/stm32_serial.c +++ b/arch/arm/src/stm32h7/stm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_spi.c b/arch/arm/src/stm32h7/stm32_spi.c index d128f884a9..5c95b25f61 100644 --- a/arch/arm/src/stm32h7/stm32_spi.c +++ b/arch/arm/src/stm32h7/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_spi.h b/arch/arm/src/stm32h7/stm32_spi.h index 5e800e8787..a9b0532e07 100644 --- a/arch/arm/src/stm32h7/stm32_spi.h +++ b/arch/arm/src/stm32h7/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_spi_slave.c b/arch/arm/src/stm32h7/stm32_spi_slave.c index a320c80c2f..2e30e097ae 100644 --- a/arch/arm/src/stm32h7/stm32_spi_slave.c +++ b/arch/arm/src/stm32h7/stm32_spi_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_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/arch/arm/src/stm32h7/stm32_start.c b/arch/arm/src/stm32h7/stm32_start.c index 7bd4013e48..1cc0fc600a 100644 --- a/arch/arm/src/stm32h7/stm32_start.c +++ b/arch/arm/src/stm32h7/stm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_start.h b/arch/arm/src/stm32h7/stm32_start.h index 2cbd96229c..553e22b0b6 100644 --- a/arch/arm/src/stm32h7/stm32_start.h +++ b/arch/arm/src/stm32h7/stm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_start.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/arch/arm/src/stm32h7/stm32_tickless.c b/arch/arm/src/stm32h7/stm32_tickless.c index 09baf13fae..df430af24d 100644 --- a/arch/arm/src/stm32h7/stm32_tickless.c +++ b/arch/arm/src/stm32h7/stm32_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_tim.c b/arch/arm/src/stm32h7/stm32_tim.c index c657daed5b..76c499a61e 100644 --- a/arch/arm/src/stm32h7/stm32_tim.c +++ b/arch/arm/src/stm32h7/stm32_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_tim.h b/arch/arm/src/stm32h7/stm32_tim.h index 536c704d98..38fbd04f7a 100644 --- a/arch/arm/src/stm32h7/stm32_tim.h +++ b/arch/arm/src/stm32h7/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_tim.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/arch/arm/src/stm32h7/stm32_tim_lowerhalf.c b/arch/arm/src/stm32h7/stm32_tim_lowerhalf.c index f360a0b960..895e54e7a2 100644 --- a/arch/arm/src/stm32h7/stm32_tim_lowerhalf.c +++ b/arch/arm/src/stm32h7/stm32_tim_lowerhalf.c @@ -1,12 +1,13 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_tim_lowerhalf.c * - * Copyright (C) 2023 Max Kriegleder. All rights reserved. - * Copyright (C) 2015 Wail Khemir. All rights reserved. - * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. - * Authors: Wail Khemir - * Paul Alexander Patience - * Max Kriegleder + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2023 Max Kriegleder. All rights reserved. + * SPDX-FileCopyrightText: 2015 Wail Khemir. All rights reserved. + * SPDX-FileCopyrightText: 2015 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileContributor: Wail Khemir + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: Max Kriegleder * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32_timerisr.c b/arch/arm/src/stm32h7/stm32_timerisr.c index 2bfac34d0d..420b1bdee9 100644 --- a/arch/arm/src/stm32h7/stm32_timerisr.c +++ b/arch/arm/src/stm32h7/stm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_uart.h b/arch/arm/src/stm32h7/stm32_uart.h index 99d24f25d4..92234cb4c4 100644 --- a/arch/arm/src/stm32h7/stm32_uart.h +++ b/arch/arm/src/stm32h7/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_uart.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/arch/arm/src/stm32h7/stm32_uid.c b/arch/arm/src/stm32h7/stm32_uid.c index 988c137798..a69edbe389 100644 --- a/arch/arm/src/stm32h7/stm32_uid.c +++ b/arch/arm/src/stm32h7/stm32_uid.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Authors: Marawan Ragab - * David Sidrane + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32_uid.h b/arch/arm/src/stm32h7/stm32_uid.h index 12d3231254..4946a910be 100644 --- a/arch/arm/src/stm32h7/stm32_uid.h +++ b/arch/arm/src/stm32h7/stm32_uid.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_uid.h * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Authors: Marawan Ragab - * David Sidrane + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32_usbhost.c b/arch/arm/src/stm32h7/stm32_usbhost.c index a43a00e7a2..6d6890f828 100644 --- a/arch/arm/src/stm32h7/stm32_usbhost.c +++ b/arch/arm/src/stm32h7/stm32_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_usbhost.h b/arch/arm/src/stm32h7/stm32_usbhost.h index fa721f7a36..031b66ad22 100644 --- a/arch/arm/src/stm32h7/stm32_usbhost.h +++ b/arch/arm/src/stm32h7/stm32_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_usbhost.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/arch/arm/src/stm32h7/stm32_userspace.c b/arch/arm/src/stm32h7/stm32_userspace.c index 1d2447c47f..0acb6ae565 100644 --- a/arch/arm/src/stm32h7/stm32_userspace.c +++ b/arch/arm/src/stm32h7/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32_userspace.h b/arch/arm/src/stm32h7/stm32_userspace.h index 4ccfaf73fa..ecb7efd727 100644 --- a/arch/arm/src/stm32h7/stm32_userspace.h +++ b/arch/arm/src/stm32h7/stm32_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_userspace.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/arch/arm/src/stm32h7/stm32_wdg.h b/arch/arm/src/stm32h7/stm32_wdg.h index 0c885bc0f2..f869669264 100644 --- a/arch/arm/src/stm32h7/stm32_wdg.h +++ b/arch/arm/src/stm32h7/stm32_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_wdg.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/arch/arm/src/stm32h7/stm32_wwdg.c b/arch/arm/src/stm32h7/stm32_wwdg.c index 11a77bfaaa..888ad15eba 100644 --- a/arch/arm/src/stm32h7/stm32_wwdg.c +++ b/arch/arm/src/stm32h7/stm32_wwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32_wwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32h743xx_flash.c b/arch/arm/src/stm32h7/stm32h743xx_flash.c index 0f7c5da3c2..67fddaa712 100644 --- a/arch/arm/src/stm32h7/stm32h743xx_flash.c +++ b/arch/arm/src/stm32h7/stm32h743xx_flash.c @@ -1,19 +1,14 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32h743xx_flash.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * David Sidrane - * - * Ported from stm32f7_flash.c, this is the original license: - * - * Copyright (C) 2018 Wolpike LLC. All rights reserved. - * Author: Evgeniy Bobkov - * - * Ported from stm32f20xxf40xx_flash.c, this is the original license: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2018 Wolpike LLC. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Evgeniy Bobkov + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32h7b3xx_flash.c b/arch/arm/src/stm32h7/stm32h7b3xx_flash.c index 4d9a801df9..7390ac0e70 100644 --- a/arch/arm/src/stm32h7/stm32h7b3xx_flash.c +++ b/arch/arm/src/stm32h7/stm32h7b3xx_flash.c @@ -1,19 +1,14 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32h7b3xx_flash.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * David Sidrane - * - * Ported from stm32f7_flash.c, this is the original license: - * - * Copyright (C) 2018 Wolpike LLC. All rights reserved. - * Author: Evgeniy Bobkov - * - * Ported from stm32h743xx_flash.c, this is the original license: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2018 Wolpike LLC. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Evgeniy Bobkov + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32h7/stm32h7x3xx_rcc.c b/arch/arm/src/stm32h7/stm32h7x3xx_rcc.c index 917badee51..3fba9aeb19 100644 --- a/arch/arm/src/stm32h7/stm32h7x3xx_rcc.c +++ b/arch/arm/src/stm32h7/stm32h7x3xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32h7x3xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32h7/stm32h7x7xx_rcc.c b/arch/arm/src/stm32h7/stm32h7x7xx_rcc.c index 27a0eb7596..a6c80b93c6 100644 --- a/arch/arm/src/stm32h7/stm32h7x7xx_rcc.c +++ b/arch/arm/src/stm32h7/stm32h7x7xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32h7/stm32h7x7xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/Make.defs b/arch/arm/src/stm32l4/Make.defs index 0c17139830..b2a675e6d9 100644 --- a/arch/arm/src/stm32l4/Make.defs +++ b/arch/arm/src/stm32l4/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32l4/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/arch/arm/src/stm32l4/chip.h b/arch/arm/src/stm32l4/chip.h index 04d8fa71eb..fb3a0d2202 100644 --- a/arch/arm/src/stm32l4/chip.h +++ b/arch/arm/src/stm32l4/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/chip.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/arch/arm/src/stm32l4/hardware/stm32l4_adc.h b/arch/arm/src/stm32l4/hardware/stm32l4_adc.h index bb6803da71..c78b9f598d 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_adc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_adc.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/arch/arm/src/stm32l4/hardware/stm32l4_can.h b/arch/arm/src/stm32l4/hardware/stm32l4_can.h index 83bd2d2ffd..ac0338cd86 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_can.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_can.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/arch/arm/src/stm32l4/hardware/stm32l4_comp.h b/arch/arm/src/stm32l4/hardware/stm32l4_comp.h index 2e54727c47..4c9694ab78 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_comp.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_comp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_comp.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/arch/arm/src/stm32l4/hardware/stm32l4_crs.h b/arch/arm/src/stm32l4/hardware/stm32l4_crs.h index 55c87331d7..50bbad5d0a 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_crs.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_crs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_crs.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/arch/arm/src/stm32l4/hardware/stm32l4_dac.h b/arch/arm/src/stm32l4/hardware/stm32l4_dac.h index 570c0e7e74..d8d613212d 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_dac.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_dac.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/arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.h b/arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.h index 7c99962835..85546d55bc 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_dfsdm.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/arch/arm/src/stm32l4/hardware/stm32l4_exti.h b/arch/arm/src/stm32l4/hardware/stm32l4_exti.h index 2d3c0a6c50..f6295dc9c4 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_exti.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_exti.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/arch/arm/src/stm32l4/hardware/stm32l4_flash.h b/arch/arm/src/stm32l4/hardware/stm32l4_flash.h index 64cb63516f..8af1c073dc 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_flash.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_flash.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/arch/arm/src/stm32l4/hardware/stm32l4_gpio.h b/arch/arm/src/stm32l4/hardware/stm32l4_gpio.h index 053d09bbf8..8938d7d983 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_gpio.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_gpio.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/arch/arm/src/stm32l4/hardware/stm32l4_i2c.h b/arch/arm/src/stm32l4/hardware/stm32l4_i2c.h index a0f911b37f..9ec04ef430 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_i2c.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_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/arch/arm/src/stm32l4/hardware/stm32l4_lptim.h b/arch/arm/src/stm32l4/hardware/stm32l4_lptim.h index 39f8ac1984..1da51068e5 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_lptim.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_lptim.h @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_lptim.h * - * Copyright (C) 2016 Motorola Mobility, LLC. All rights reserved. - * Copyright (C) 2009, 2011-2012, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. All rights reserved. + * SPDX-FileCopyrightText: 2009, 2011-2012 Gregory Nutt. All rights reserved. + * 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/arch/arm/src/stm32l4/hardware/stm32l4_memorymap.h b/arch/arm/src/stm32l4/hardware/stm32l4_memorymap.h index aafb605505..0cb4e62cac 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_memorymap.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_memorymap.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/arch/arm/src/stm32l4/hardware/stm32l4_pinmap.h b/arch/arm/src/stm32l4/hardware/stm32l4_pinmap.h index 63a61c1f05..3d17bde225 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_pinmap.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_pinmap.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/arch/arm/src/stm32l4/hardware/stm32l4_pwr.h b/arch/arm/src/stm32l4/hardware/stm32l4_pwr.h index 213448b8f7..ab598f0c70 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_pwr.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_pwr.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/arch/arm/src/stm32l4/hardware/stm32l4_qspi.h b/arch/arm/src/stm32l4/hardware/stm32l4_qspi.h index 5b2152d08b..3a1b8214d2 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_qspi.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_qspi.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/arch/arm/src/stm32l4/hardware/stm32l4_rng.h b/arch/arm/src/stm32l4/hardware/stm32l4_rng.h index 317d0b69fa..387776eb2a 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_rng.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_rng.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_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/arch/arm/src/stm32l4/hardware/stm32l4_rtcc.h b/arch/arm/src/stm32l4/hardware/stm32l4_rtcc.h index 9c10c13539..d2f1ad30b0 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_rtcc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_rtcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_rtcc.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/arch/arm/src/stm32l4/hardware/stm32l4_sai.h b/arch/arm/src/stm32l4/hardware/stm32l4_sai.h index 17cd5d620d..a87eac7fac 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_sai.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_sai.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_sai.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/arch/arm/src/stm32l4/hardware/stm32l4_sdmmc.h b/arch/arm/src/stm32l4/hardware/stm32l4_sdmmc.h index 2e7c7f7ed5..00cebe249d 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_sdmmc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_sdmmc.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/arch/arm/src/stm32l4/hardware/stm32l4_spi.h b/arch/arm/src/stm32l4/hardware/stm32l4_spi.h index 1932c84345..6098c3949d 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_spi.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_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/arch/arm/src/stm32l4/hardware/stm32l4_syscfg.h b/arch/arm/src/stm32l4/hardware/stm32l4_syscfg.h index d1b4106ddf..a038906b33 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_syscfg.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_syscfg.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/arch/arm/src/stm32l4/hardware/stm32l4_tim.h b/arch/arm/src/stm32l4/hardware/stm32l4_tim.h index 2e6e20c815..b643e79014 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_tim.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_tim.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/arch/arm/src/stm32l4/hardware/stm32l4_uart.h b/arch/arm/src/stm32l4/hardware/stm32l4_uart.h index cbd7e7c9d5..c904dba002 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_uart.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_uart.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/arch/arm/src/stm32l4/hardware/stm32l4_usbdev.h b/arch/arm/src/stm32l4/hardware/stm32l4_usbdev.h index 58c43efcf1..acea9cc7e3 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_usbdev.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_usbdev.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/arch/arm/src/stm32l4/hardware/stm32l4_wdg.h b/arch/arm/src/stm32l4/hardware/stm32l4_wdg.h index 99c2797eef..3350865920 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4_wdg.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4_wdg.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dbgmcu.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dbgmcu.h index e8f104cb27..3e440c64c9 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dbgmcu.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_dbgmcu.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dma.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dma.h index 3a44d41bf4..bc4070f7df 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dma.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_dma.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_firewall.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_firewall.h index 0018f61964..153953e705 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_firewall.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_firewall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_firewall.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap.h index dda29d2ac8..af6610c585 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap_legacy.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap_legacy.h index b67330c67b..0a031e6849 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap_legacy.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_pinmap_legacy.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_rcc.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_rcc.h index 2eab55f609..73fcb28351 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_rcc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_rcc.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/arch/arm/src/stm32l4/hardware/stm32l4x3xx_syscfg.h b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_syscfg.h index b257ec34f0..968eddee74 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x3xx_syscfg.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x3xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x3xx_syscfg.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dbgmcu.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dbgmcu.h index a05b44c105..dc17c65f84 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dbgmcu.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_dbgmcu.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dma.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dma.h index 68a9b53239..b56cb00fc7 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dma.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_dma.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_firewall.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_firewall.h index b1025d75b1..6ca4fea847 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_firewall.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_firewall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_firewall.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_otgfs.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_otgfs.h index 219135e822..9ca5ed2dbe 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_otgfs.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_otgfs.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap.h index 023877439c..db90bed1b8 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap_legacy.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap_legacy.h index 21493fe52e..49171e9cf9 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap_legacy.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_pinmap_legacy.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_rcc.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_rcc.h index 29e87eb505..218ac07c4b 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_rcc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_rcc.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/arch/arm/src/stm32l4/hardware/stm32l4x5xx_syscfg.h b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_syscfg.h index f223120362..c092d69675 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x5xx_syscfg.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x5xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x5xx_syscfg.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dbgmcu.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dbgmcu.h index a70665db86..34509ed766 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dbgmcu.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_dbgmcu.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dma.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dma.h index 0ed636863f..48c9a9d1d9 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dma.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_dma.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_firewall.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_firewall.h index efa2fd2233..4272f345b7 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_firewall.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_firewall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_firewall.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_otgfs.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_otgfs.h index e95d413e88..12288d4b39 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_otgfs.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_otgfs.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap.h index f700460c88..a6d2e6111c 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap_legacy.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap_legacy.h index 943b917930..1b579e22e1 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap_legacy.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_pinmap_legacy.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_rcc.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_rcc.h index 07ada5ba21..991c152975 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_rcc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_rcc.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/arch/arm/src/stm32l4/hardware/stm32l4x6xx_syscfg.h b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_syscfg.h index 99313841dd..1bf04c71f6 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4x6xx_syscfg.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4x6xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4x6xx_syscfg.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dbgmcu.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dbgmcu.h index 413f4f40bd..62ae6326ed 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dbgmcu.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_dbgmcu.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dma.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dma.h index 4cb02d7a36..8229ac0413 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dma.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_dma.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dmamux.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dmamux.h index 9e91506ba9..c0572faa6b 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dmamux.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_dmamux.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_firewall.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_firewall.h index 2bae7eb5c8..9c2f082d50 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_firewall.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_firewall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_firewall.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap.h index 0276ef943c..06878cfff1 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap_legacy.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap_legacy.h index 50dc87f025..10338fe07c 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap_legacy.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_pinmap_legacy.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_rcc.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_rcc.h index 7e909e7f92..c2bc0db32b 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_rcc.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_rcc.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/arch/arm/src/stm32l4/hardware/stm32l4xrxx_syscfg.h b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_syscfg.h index 06b5f485b2..d95a8e7536 100644 --- a/arch/arm/src/stm32l4/hardware/stm32l4xrxx_syscfg.h +++ b/arch/arm/src/stm32l4/hardware/stm32l4xrxx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/hardware/stm32l4xrxx_syscfg.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/arch/arm/src/stm32l4/stm32l4.h b/arch/arm/src/stm32l4/stm32l4.h index c512277c1b..8aeee5c686 100644 --- a/arch/arm/src/stm32l4/stm32l4.h +++ b/arch/arm/src/stm32l4/stm32l4.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4.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/arch/arm/src/stm32l4/stm32l4_1wire.c b/arch/arm/src/stm32l4/stm32l4_1wire.c index 593eb86478..afd948a732 100644 --- a/arch/arm/src/stm32l4/stm32l4_1wire.c +++ b/arch/arm/src/stm32l4/stm32l4_1wire.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_1wire.h b/arch/arm/src/stm32l4/stm32l4_1wire.h index ee2d83c02a..b196230e65 100644 --- a/arch/arm/src/stm32l4/stm32l4_1wire.h +++ b/arch/arm/src/stm32l4/stm32l4_1wire.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_1wire.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/arch/arm/src/stm32l4/stm32l4_adc.c b/arch/arm/src/stm32l4/stm32l4_adc.c index a49559d8eb..5c2212d730 100644 --- a/arch/arm/src/stm32l4/stm32l4_adc.c +++ b/arch/arm/src/stm32l4/stm32l4_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_adc.h b/arch/arm/src/stm32l4/stm32l4_adc.h index f90da52ca4..b2f2c16b7f 100644 --- a/arch/arm/src/stm32l4/stm32l4_adc.h +++ b/arch/arm/src/stm32l4/stm32l4_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_adc.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/arch/arm/src/stm32l4/stm32l4_allocateheap.c b/arch/arm/src/stm32l4/stm32l4_allocateheap.c index 194d66fdd5..91b60a213e 100644 --- a/arch/arm/src/stm32l4/stm32l4_allocateheap.c +++ b/arch/arm/src/stm32l4/stm32l4_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_can.c b/arch/arm/src/stm32l4/stm32l4_can.c index c9939ae91f..64dbd10461 100644 --- a/arch/arm/src/stm32l4/stm32l4_can.c +++ b/arch/arm/src/stm32l4/stm32l4_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_can.h b/arch/arm/src/stm32l4/stm32l4_can.h index a25e5a48be..8328d9a13f 100644 --- a/arch/arm/src/stm32l4/stm32l4_can.h +++ b/arch/arm/src/stm32l4/stm32l4_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_can.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/arch/arm/src/stm32l4/stm32l4_comp.c b/arch/arm/src/stm32l4/stm32l4_comp.c index 12b6fed49e..9042c113b6 100644 --- a/arch/arm/src/stm32l4/stm32l4_comp.c +++ b/arch/arm/src/stm32l4/stm32l4_comp.c @@ -1,11 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_comp.c * - * Copyright (c) 2017 Gregory Nutt. All rights reserved. - * - * Based on COMP driver from the Motorola MDK: - * - * Copyright (c) 2016 Motorola Mobility, LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. 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/arch/arm/src/stm32l4/stm32l4_comp.h b/arch/arm/src/stm32l4/stm32l4_comp.h index b8ee6f920a..d862d14a9e 100644 --- a/arch/arm/src/stm32l4/stm32l4_comp.h +++ b/arch/arm/src/stm32l4/stm32l4_comp.h @@ -1,8 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_comp.h * - * Copyright (c) 2016 Motorola Mobility, LLC. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. 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/arch/arm/src/stm32l4/stm32l4_dac.c b/arch/arm/src/stm32l4/stm32l4_dac.c index 088bda79c1..04185b375c 100644 --- a/arch/arm/src/stm32l4/stm32l4_dac.c +++ b/arch/arm/src/stm32l4/stm32l4_dac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_dac.h b/arch/arm/src/stm32l4/stm32l4_dac.h index f8421d4d6e..6bf30f75ab 100644 --- a/arch/arm/src/stm32l4/stm32l4_dac.h +++ b/arch/arm/src/stm32l4/stm32l4_dac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dac.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/arch/arm/src/stm32l4/stm32l4_dbgmcu.h b/arch/arm/src/stm32l4/stm32l4_dbgmcu.h index 95b3a1897c..5e460f9060 100644 --- a/arch/arm/src/stm32l4/stm32l4_dbgmcu.h +++ b/arch/arm/src/stm32l4/stm32l4_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dbgmcu.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/arch/arm/src/stm32l4/stm32l4_dfsdm.c b/arch/arm/src/stm32l4/stm32l4_dfsdm.c index 8f163420fc..46526c8d78 100644 --- a/arch/arm/src/stm32l4/stm32l4_dfsdm.c +++ b/arch/arm/src/stm32l4/stm32l4_dfsdm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dfsdm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_dfsdm.h b/arch/arm/src/stm32l4/stm32l4_dfsdm.h index 6309531635..6039443f5a 100644 --- a/arch/arm/src/stm32l4/stm32l4_dfsdm.h +++ b/arch/arm/src/stm32l4/stm32l4_dfsdm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dfsdm.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/arch/arm/src/stm32l4/stm32l4_dfumode.c b/arch/arm/src/stm32l4/stm32l4_dfumode.c index 228081056e..2fbdbe22b5 100644 --- a/arch/arm/src/stm32l4/stm32l4_dfumode.c +++ b/arch/arm/src/stm32l4/stm32l4_dfumode.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dfumode.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_dfumode.h b/arch/arm/src/stm32l4/stm32l4_dfumode.h index 14199fb864..67cd03b0db 100644 --- a/arch/arm/src/stm32l4/stm32l4_dfumode.h +++ b/arch/arm/src/stm32l4/stm32l4_dfumode.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dfumode.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/arch/arm/src/stm32l4/stm32l4_dma.c b/arch/arm/src/stm32l4/stm32l4_dma.c index a2664d7e0b..5c2b8826ac 100644 --- a/arch/arm/src/stm32l4/stm32l4_dma.c +++ b/arch/arm/src/stm32l4/stm32l4_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_dma.h b/arch/arm/src/stm32l4/stm32l4_dma.h index a4185848a6..5044edb200 100644 --- a/arch/arm/src/stm32l4/stm32l4_dma.h +++ b/arch/arm/src/stm32l4/stm32l4_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dma.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/arch/arm/src/stm32l4/stm32l4_dumpgpio.c b/arch/arm/src/stm32l4/stm32l4_dumpgpio.c index 4a4169afff..7991615e38 100644 --- a/arch/arm/src/stm32l4/stm32l4_dumpgpio.c +++ b/arch/arm/src/stm32l4/stm32l4_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_exti.h b/arch/arm/src/stm32l4/stm32l4_exti.h index 5af364c5b4..212fab58d3 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti.h +++ b/arch/arm/src/stm32l4/stm32l4_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti.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/arch/arm/src/stm32l4/stm32l4_exti_alarm.c b/arch/arm/src/stm32l4/stm32l4_exti_alarm.c index 9fa42d3ad8..c67451e443 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti_alarm.c +++ b/arch/arm/src/stm32l4/stm32l4_exti_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti_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/arch/arm/src/stm32l4/stm32l4_exti_comp.c b/arch/arm/src/stm32l4/stm32l4_exti_comp.c index c86768ac3d..b3b39ce340 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti_comp.c +++ b/arch/arm/src/stm32l4/stm32l4_exti_comp.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti_comp.c * - * Copyright (c) 2017 Gregory Nutt. All rights reserved - * Copyright (c) 2016 Motorola Mobility, LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. 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/arch/arm/src/stm32l4/stm32l4_exti_gpio.c b/arch/arm/src/stm32l4/stm32l4_exti_gpio.c index 2c69789886..7ae4561f9a 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti_gpio.c +++ b/arch/arm/src/stm32l4/stm32l4_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti_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/arch/arm/src/stm32l4/stm32l4_exti_pwr.c b/arch/arm/src/stm32l4/stm32l4_exti_pwr.c index 7cd114d34c..b18efc39ef 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti_pwr.c +++ b/arch/arm/src/stm32l4/stm32l4_exti_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_exti_pwr.h b/arch/arm/src/stm32l4/stm32l4_exti_pwr.h index 2ff74a2df7..a9d6b3f0ec 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti_pwr.h +++ b/arch/arm/src/stm32l4/stm32l4_exti_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti_pwr.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/arch/arm/src/stm32l4/stm32l4_exti_wakeup.c b/arch/arm/src/stm32l4/stm32l4_exti_wakeup.c index 1f18453a7f..24f4e00b30 100644 --- a/arch/arm/src/stm32l4/stm32l4_exti_wakeup.c +++ b/arch/arm/src/stm32l4/stm32l4_exti_wakeup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_exti_wakeup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_firewall.c b/arch/arm/src/stm32l4/stm32l4_firewall.c index fcae603898..56b92cf9b0 100644 --- a/arch/arm/src/stm32l4/stm32l4_firewall.c +++ b/arch/arm/src/stm32l4/stm32l4_firewall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_firewall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_firewall.h b/arch/arm/src/stm32l4/stm32l4_firewall.h index f79d946e02..6e69bddca2 100644 --- a/arch/arm/src/stm32l4/stm32l4_firewall.h +++ b/arch/arm/src/stm32l4/stm32l4_firewall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_firewall.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/arch/arm/src/stm32l4/stm32l4_flash.c b/arch/arm/src/stm32l4/stm32l4_flash.c index 1862f5839f..b74f8fef18 100644 --- a/arch/arm/src/stm32l4/stm32l4_flash.c +++ b/arch/arm/src/stm32l4/stm32l4_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_flash.h b/arch/arm/src/stm32l4/stm32l4_flash.h index a4247e92cb..89cf22190f 100644 --- a/arch/arm/src/stm32l4/stm32l4_flash.h +++ b/arch/arm/src/stm32l4/stm32l4_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_flash.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/arch/arm/src/stm32l4/stm32l4_freerun.c b/arch/arm/src/stm32l4/stm32l4_freerun.c index 7fe11ae611..54be46f540 100644 --- a/arch/arm/src/stm32l4/stm32l4_freerun.c +++ b/arch/arm/src/stm32l4/stm32l4_freerun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_freerun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_freerun.h b/arch/arm/src/stm32l4/stm32l4_freerun.h index 6a84b4a11c..cf5fc1ba19 100644 --- a/arch/arm/src/stm32l4/stm32l4_freerun.h +++ b/arch/arm/src/stm32l4/stm32l4_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_freerun.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/arch/arm/src/stm32l4/stm32l4_gpio.c b/arch/arm/src/stm32l4/stm32l4_gpio.c index d4195eadab..9a1cba4837 100644 --- a/arch/arm/src/stm32l4/stm32l4_gpio.c +++ b/arch/arm/src/stm32l4/stm32l4_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_gpio.h b/arch/arm/src/stm32l4/stm32l4_gpio.h index 083c02569e..2df58191ee 100644 --- a/arch/arm/src/stm32l4/stm32l4_gpio.h +++ b/arch/arm/src/stm32l4/stm32l4_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_gpio.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/arch/arm/src/stm32l4/stm32l4_hsi48.c b/arch/arm/src/stm32l4/stm32l4_hsi48.c index ebf33752f1..e96b3cf369 100644 --- a/arch/arm/src/stm32l4/stm32l4_hsi48.c +++ b/arch/arm/src/stm32l4/stm32l4_hsi48.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_hsi48.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_hsi48.h b/arch/arm/src/stm32l4/stm32l4_hsi48.h index ecc600709f..d038664727 100644 --- a/arch/arm/src/stm32l4/stm32l4_hsi48.h +++ b/arch/arm/src/stm32l4/stm32l4_hsi48.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_hsi48.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/arch/arm/src/stm32l4/stm32l4_i2c.c b/arch/arm/src/stm32l4/stm32l4_i2c.c index 7ed781c1ca..a886a2edec 100644 --- a/arch/arm/src/stm32l4/stm32l4_i2c.c +++ b/arch/arm/src/stm32l4/stm32l4_i2c.c @@ -1,37 +1,19 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_i2c.c - * STM32L4 I2C driver - based on STM32F7 I2C Hardware Layer - Device Driver * - * Original STM32L4 I2C driver: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * Copyright (C) 2011-2013, 2016-2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * Author: John Wharington - * Author: Sebastien Lorquet - * Author: dev@ziggurat29.com - * - * STM32L4 I2C driver based on STM32F7 I2C driver: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter - * - * Port from STM32F7 to STM32L4: - * Author: Jussi Kivilinna + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011-2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Doug Vetter + * SPDX-FileContributor: Sebastien Lorquet + * SPDX-FileContributor: dev@ziggurat29.com + * SPDX-FileContributor: Jussi Kivilinna * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32l4/stm32l4_i2c.h b/arch/arm/src/stm32l4/stm32l4_i2c.h index f72768ce4d..9381a16923 100644 --- a/arch/arm/src/stm32l4/stm32l4_i2c.h +++ b/arch/arm/src/stm32l4/stm32l4_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_idle.c b/arch/arm/src/stm32l4/stm32l4_idle.c index 91a9434ef9..8cf68e8844 100644 --- a/arch/arm/src/stm32l4/stm32l4_idle.c +++ b/arch/arm/src/stm32l4/stm32l4_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_irq.c b/arch/arm/src/stm32l4/stm32l4_irq.c index 8499204741..24cd7f0bea 100644 --- a/arch/arm/src/stm32l4/stm32l4_irq.c +++ b/arch/arm/src/stm32l4/stm32l4_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_iwdg.c b/arch/arm/src/stm32l4/stm32l4_iwdg.c index 316909ac88..c7962c5fb2 100644 --- a/arch/arm/src/stm32l4/stm32l4_iwdg.c +++ b/arch/arm/src/stm32l4/stm32l4_iwdg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_iwdg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_lowputc.c b/arch/arm/src/stm32l4/stm32l4_lowputc.c index 705d062cf4..56a8fc0391 100644 --- a/arch/arm/src/stm32l4/stm32l4_lowputc.c +++ b/arch/arm/src/stm32l4/stm32l4_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_lowputc.h b/arch/arm/src/stm32l4/stm32l4_lowputc.h index 4678501ec2..b28b6d9757 100644 --- a/arch/arm/src/stm32l4/stm32l4_lowputc.h +++ b/arch/arm/src/stm32l4/stm32l4_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_lowputc.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/arch/arm/src/stm32l4/stm32l4_lptim.c b/arch/arm/src/stm32l4/stm32l4_lptim.c index 79b18f71c9..0426016bd4 100644 --- a/arch/arm/src/stm32l4/stm32l4_lptim.c +++ b/arch/arm/src/stm32l4/stm32l4_lptim.c @@ -1,14 +1,12 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_lptim.c * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With modifications and updates by: - * - * Copyright (C) 2016 Motorola Mobility, LLC. All rights reserved. - * Copyright (C) 2011-2012, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. All rights reserved. + * SPDX-FileCopyrightText: 2011-2012, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Uros Platise * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32l4/stm32l4_lptim.h b/arch/arm/src/stm32l4/stm32l4_lptim.h index 8098443b4f..1f57f6ac9e 100644 --- a/arch/arm/src/stm32l4/stm32l4_lptim.h +++ b/arch/arm/src/stm32l4/stm32l4_lptim.h @@ -1,14 +1,12 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_lptim.h * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With modifications and updates by: - * - * Copyright (C) 2016 Motorola Mobility, LLC. All rights reserved. - * Copyright (C) 2011-2012, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. All rights reserved. + * SPDX-FileCopyrightText: 2011-2012, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Uros Platise * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32l4/stm32l4_lse.c b/arch/arm/src/stm32l4/stm32l4_lse.c index 61ea594d6c..19914bc5b0 100644 --- a/arch/arm/src/stm32l4/stm32l4_lse.c +++ b/arch/arm/src/stm32l4/stm32l4_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_lsi.c b/arch/arm/src/stm32l4/stm32l4_lsi.c index 167a4af47a..fb26a31ba1 100644 --- a/arch/arm/src/stm32l4/stm32l4_lsi.c +++ b/arch/arm/src/stm32l4/stm32l4_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_mpuinit.c b/arch/arm/src/stm32l4/stm32l4_mpuinit.c index 6d4bfaff87..fe22ca17d4 100644 --- a/arch/arm/src/stm32l4/stm32l4_mpuinit.c +++ b/arch/arm/src/stm32l4/stm32l4_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_mpuinit.h b/arch/arm/src/stm32l4/stm32l4_mpuinit.h index 6652861150..986554b2ba 100644 --- a/arch/arm/src/stm32l4/stm32l4_mpuinit.h +++ b/arch/arm/src/stm32l4/stm32l4_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_mpuinit.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/arch/arm/src/stm32l4/stm32l4_oneshot.c b/arch/arm/src/stm32l4/stm32l4_oneshot.c index e27aad746d..393b2f0559 100644 --- a/arch/arm/src/stm32l4/stm32l4_oneshot.c +++ b/arch/arm/src/stm32l4/stm32l4_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_oneshot.h b/arch/arm/src/stm32l4/stm32l4_oneshot.h index cf28db3a31..0a7d2ff34d 100644 --- a/arch/arm/src/stm32l4/stm32l4_oneshot.h +++ b/arch/arm/src/stm32l4/stm32l4_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_oneshot.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/arch/arm/src/stm32l4/stm32l4_oneshot_lowerhalf.c b/arch/arm/src/stm32l4/stm32l4_oneshot_lowerhalf.c index 24ea072634..61e75d04ff 100644 --- a/arch/arm/src/stm32l4/stm32l4_oneshot_lowerhalf.c +++ b/arch/arm/src/stm32l4/stm32l4_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_otgfs.h b/arch/arm/src/stm32l4/stm32l4_otgfs.h index c98b832c0b..bce7dcc074 100644 --- a/arch/arm/src/stm32l4/stm32l4_otgfs.h +++ b/arch/arm/src/stm32l4/stm32l4_otgfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_otgfs.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/arch/arm/src/stm32l4/stm32l4_otgfsdev.c b/arch/arm/src/stm32l4/stm32l4_otgfsdev.c index efcaee10f2..ec5c564878 100644 --- a/arch/arm/src/stm32l4/stm32l4_otgfsdev.c +++ b/arch/arm/src/stm32l4/stm32l4_otgfsdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_otgfsdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_otgfshost.c b/arch/arm/src/stm32l4/stm32l4_otgfshost.c index 45b6e67428..57b67c5a1f 100644 --- a/arch/arm/src/stm32l4/stm32l4_otgfshost.c +++ b/arch/arm/src/stm32l4/stm32l4_otgfshost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_otgfshost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_pm.h b/arch/arm/src/stm32l4/stm32l4_pm.h index 59f21f4b24..d8f276e282 100644 --- a/arch/arm/src/stm32l4/stm32l4_pm.h +++ b/arch/arm/src/stm32l4/stm32l4_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_pminitialize.c b/arch/arm/src/stm32l4/stm32l4_pminitialize.c index 84ac58717c..e1410e01c9 100644 --- a/arch/arm/src/stm32l4/stm32l4_pminitialize.c +++ b/arch/arm/src/stm32l4/stm32l4_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_pmlpr.c b/arch/arm/src/stm32l4/stm32l4_pmlpr.c index 99d7158441..100de46b5d 100644 --- a/arch/arm/src/stm32l4/stm32l4_pmlpr.c +++ b/arch/arm/src/stm32l4/stm32l4_pmlpr.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pmlpr.c * - * Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 Motorola Mobility, LLC. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 Motorola Mobility LLC. All rights reserved. + * 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/arch/arm/src/stm32l4/stm32l4_pmsleep.c b/arch/arm/src/stm32l4/stm32l4_pmsleep.c index 7885bdc873..24e4170a62 100644 --- a/arch/arm/src/stm32l4/stm32l4_pmsleep.c +++ b/arch/arm/src/stm32l4/stm32l4_pmsleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pmsleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_pmstandby.c b/arch/arm/src/stm32l4/stm32l4_pmstandby.c index 113227af2b..da50343ec3 100644 --- a/arch/arm/src/stm32l4/stm32l4_pmstandby.c +++ b/arch/arm/src/stm32l4/stm32l4_pmstandby.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pmstandby.c * - * Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 Motorola Mobility, LLC. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 Motorola Mobility LLC. All rights reserved. + * 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/arch/arm/src/stm32l4/stm32l4_pmstop.c b/arch/arm/src/stm32l4/stm32l4_pmstop.c index 5b06770ff1..8718d57532 100644 --- a/arch/arm/src/stm32l4/stm32l4_pmstop.c +++ b/arch/arm/src/stm32l4/stm32l4_pmstop.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pmstop.c * - * Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 Motorola Mobility, LLC. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 Motorola Mobility LLC. All rights reserved. + * 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/arch/arm/src/stm32l4/stm32l4_pwm.c b/arch/arm/src/stm32l4/stm32l4_pwm.c index eb23e83f49..efd5dc8055 100644 --- a/arch/arm/src/stm32l4/stm32l4_pwm.c +++ b/arch/arm/src/stm32l4/stm32l4_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_pwm.h b/arch/arm/src/stm32l4/stm32l4_pwm.h index 9061dd61d6..14c75affd5 100644 --- a/arch/arm/src/stm32l4/stm32l4_pwm.h +++ b/arch/arm/src/stm32l4/stm32l4_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pwm.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/arch/arm/src/stm32l4/stm32l4_pwr.c b/arch/arm/src/stm32l4/stm32l4_pwr.c index 6e683720bc..cd78d8d6d4 100644 --- a/arch/arm/src/stm32l4/stm32l4_pwr.c +++ b/arch/arm/src/stm32l4/stm32l4_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_pwr.h b/arch/arm/src/stm32l4/stm32l4_pwr.h index 4bbe661aac..0208128cae 100644 --- a/arch/arm/src/stm32l4/stm32l4_pwr.h +++ b/arch/arm/src/stm32l4/stm32l4_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_pwr.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/arch/arm/src/stm32l4/stm32l4_qencoder.c b/arch/arm/src/stm32l4/stm32l4_qencoder.c index 0e592f1963..598490f520 100644 --- a/arch/arm/src/stm32l4/stm32l4_qencoder.c +++ b/arch/arm/src/stm32l4/stm32l4_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_qencoder.h b/arch/arm/src/stm32l4/stm32l4_qencoder.h index 1f094263e0..34d4d7c618 100644 --- a/arch/arm/src/stm32l4/stm32l4_qencoder.h +++ b/arch/arm/src/stm32l4/stm32l4_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_qencoder.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/arch/arm/src/stm32l4/stm32l4_qspi.c b/arch/arm/src/stm32l4/stm32l4_qspi.c index 7c8148dc30..04c814a72c 100644 --- a/arch/arm/src/stm32l4/stm32l4_qspi.c +++ b/arch/arm/src/stm32l4/stm32l4_qspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_qspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_qspi.h b/arch/arm/src/stm32l4/stm32l4_qspi.h index 65cc0f8b2d..f2e7fd119a 100644 --- a/arch/arm/src/stm32l4/stm32l4_qspi.h +++ b/arch/arm/src/stm32l4/stm32l4_qspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_qspi.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/arch/arm/src/stm32l4/stm32l4_rcc.c b/arch/arm/src/stm32l4/stm32l4_rcc.c index f00882afc1..ac3c887e82 100644 --- a/arch/arm/src/stm32l4/stm32l4_rcc.c +++ b/arch/arm/src/stm32l4/stm32l4_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_rcc.h b/arch/arm/src/stm32l4/stm32l4_rcc.h index c3fcdde622..29c8257c00 100644 --- a/arch/arm/src/stm32l4/stm32l4_rcc.h +++ b/arch/arm/src/stm32l4/stm32l4_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_rcc.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/arch/arm/src/stm32l4/stm32l4_rng.c b/arch/arm/src/stm32l4/stm32l4_rng.c index 365688d30d..6a82188ae7 100644 --- a/arch/arm/src/stm32l4/stm32l4_rng.c +++ b/arch/arm/src/stm32l4/stm32l4_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_rtc.c b/arch/arm/src/stm32l4/stm32l4_rtc.c index ebc5060c9f..71b1a1cbfe 100644 --- a/arch/arm/src/stm32l4/stm32l4_rtc.c +++ b/arch/arm/src/stm32l4/stm32l4_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_rtc.h b/arch/arm/src/stm32l4/stm32l4_rtc.h index a1802aa4bb..b89807b7c0 100644 --- a/arch/arm/src/stm32l4/stm32l4_rtc.h +++ b/arch/arm/src/stm32l4/stm32l4_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_rtc.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/arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c b/arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c index a56201a6d2..bac80beef6 100644 --- a/arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c +++ b/arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_sai.c b/arch/arm/src/stm32l4/stm32l4_sai.c index 2f62990f37..89deec5fb4 100644 --- a/arch/arm/src/stm32l4/stm32l4_sai.c +++ b/arch/arm/src/stm32l4/stm32l4_sai.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_sai.c * - * Copyright (C) 2013-2014, 2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * Copyright (c) 2016 Motorola Mobility, LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. All rights reserved. + * 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/arch/arm/src/stm32l4/stm32l4_sai.h b/arch/arm/src/stm32l4/stm32l4_sai.h index 2e4e7e1220..69c305ba8b 100644 --- a/arch/arm/src/stm32l4/stm32l4_sai.h +++ b/arch/arm/src/stm32l4/stm32l4_sai.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_sai.h * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Copyright (c) 2016 Motorola Mobility, LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Motorola Mobility LLC. 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/arch/arm/src/stm32l4/stm32l4_sdmmc.c b/arch/arm/src/stm32l4/stm32l4_sdmmc.c index ac815010d3..2b2ed6aef2 100644 --- a/arch/arm/src/stm32l4/stm32l4_sdmmc.c +++ b/arch/arm/src/stm32l4/stm32l4_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_sdmmc.h b/arch/arm/src/stm32l4/stm32l4_sdmmc.h index a91055b32b..0f955d3316 100644 --- a/arch/arm/src/stm32l4/stm32l4_sdmmc.h +++ b/arch/arm/src/stm32l4/stm32l4_sdmmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_sdmmc.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/arch/arm/src/stm32l4/stm32l4_serial.c b/arch/arm/src/stm32l4/stm32l4_serial.c index 8e030d02ee..69d35bc7f8 100644 --- a/arch/arm/src/stm32l4/stm32l4_serial.c +++ b/arch/arm/src/stm32l4/stm32l4_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_spi.c b/arch/arm/src/stm32l4/stm32l4_spi.c index fd7d1e748f..898db640fe 100644 --- a/arch/arm/src/stm32l4/stm32l4_spi.c +++ b/arch/arm/src/stm32l4/stm32l4_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_spi.h b/arch/arm/src/stm32l4/stm32l4_spi.h index 747091fd60..b946487353 100644 --- a/arch/arm/src/stm32l4/stm32l4_spi.h +++ b/arch/arm/src/stm32l4/stm32l4_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_start.c b/arch/arm/src/stm32l4/stm32l4_start.c index 7b5b9a7977..05f0d18de5 100644 --- a/arch/arm/src/stm32l4/stm32l4_start.c +++ b/arch/arm/src/stm32l4/stm32l4_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_start.h b/arch/arm/src/stm32l4/stm32l4_start.h index 45eb18df98..60f19e7a16 100644 --- a/arch/arm/src/stm32l4/stm32l4_start.h +++ b/arch/arm/src/stm32l4/stm32l4_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_start.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/arch/arm/src/stm32l4/stm32l4_tickless.c b/arch/arm/src/stm32l4/stm32l4_tickless.c index 51af3e3031..de6172ea04 100644 --- a/arch/arm/src/stm32l4/stm32l4_tickless.c +++ b/arch/arm/src/stm32l4/stm32l4_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_tim.c b/arch/arm/src/stm32l4/stm32l4_tim.c index 378a857339..e51f756439 100644 --- a/arch/arm/src/stm32l4/stm32l4_tim.c +++ b/arch/arm/src/stm32l4/stm32l4_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_tim.h b/arch/arm/src/stm32l4/stm32l4_tim.h index 9013efdfa7..06a800a351 100644 --- a/arch/arm/src/stm32l4/stm32l4_tim.h +++ b/arch/arm/src/stm32l4/stm32l4_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_tim.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/arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c b/arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c index 2e8ff3608f..0f2d6376b2 100644 --- a/arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c +++ b/arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c @@ -1,13 +1,14 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_tim_lowerhalf.c * - * Copyright (C) 2015 Wail Khemir. All rights reserved. - * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. - * Copyright (C) 2016 Sebastien Lorquet All rights reserved. - * Authors: Wail Khemir - * Paul Alexander Patience - * dev@ziggurat29.com - * Sebastien Lorquet + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Wail Khemir. All rights reserved. + * SPDX-FileCopyrightText: 2015 Omni Hoverboards Inc. All rights reserved. + * SPDX-FileCopyrightText: 2016 Sebastien Lorquet All rights reserved. + * SPDX-FileContributor: Wail Khemir + * SPDX-FileContributor: Paul Alexander Patience + * SPDX-FileContributor: dev@ziggurat29.com + * SPDX-FileContributor: Sebastien Lorquet * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32l4/stm32l4_timerisr.c b/arch/arm/src/stm32l4/stm32l4_timerisr.c index c1dc26c2df..d91d36b9f8 100644 --- a/arch/arm/src/stm32l4/stm32l4_timerisr.c +++ b/arch/arm/src/stm32l4/stm32l4_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_uart.h b/arch/arm/src/stm32l4/stm32l4_uart.h index f1d8829b17..4aa9468634 100644 --- a/arch/arm/src/stm32l4/stm32l4_uart.h +++ b/arch/arm/src/stm32l4/stm32l4_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_uart.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/arch/arm/src/stm32l4/stm32l4_uid.c b/arch/arm/src/stm32l4/stm32l4_uid.c index 162f63ee8b..ef9d52da06 100644 --- a/arch/arm/src/stm32l4/stm32l4_uid.c +++ b/arch/arm/src/stm32l4/stm32l4_uid.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab - * dev@ziggurat9.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: dev@ziggurat9.com * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32l4/stm32l4_uid.h b/arch/arm/src/stm32l4/stm32l4_uid.h index c624c166df..a9b1cf4027 100644 --- a/arch/arm/src/stm32l4/stm32l4_uid.h +++ b/arch/arm/src/stm32l4/stm32l4_uid.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_uid.h * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab - * dev@ziggurat9.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: dev@ziggurat9.com * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32l4/stm32l4_usbdev.c b/arch/arm/src/stm32l4/stm32l4_usbdev.c index be41b557f6..03776e2ba5 100644 --- a/arch/arm/src/stm32l4/stm32l4_usbdev.c +++ b/arch/arm/src/stm32l4/stm32l4_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_usbdev.h b/arch/arm/src/stm32l4/stm32l4_usbdev.h index 7e25b5e470..97492ddf7d 100644 --- a/arch/arm/src/stm32l4/stm32l4_usbdev.h +++ b/arch/arm/src/stm32l4/stm32l4_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_usbdev.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/arch/arm/src/stm32l4/stm32l4_usbhost.h b/arch/arm/src/stm32l4/stm32l4_usbhost.h index be1695408e..f0446e960d 100644 --- a/arch/arm/src/stm32l4/stm32l4_usbhost.h +++ b/arch/arm/src/stm32l4/stm32l4_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_usbhost.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/arch/arm/src/stm32l4/stm32l4_usbhost_trace.c b/arch/arm/src/stm32l4/stm32l4_usbhost_trace.c index e2d802426e..178beee45e 100644 --- a/arch/arm/src/stm32l4/stm32l4_usbhost_trace.c +++ b/arch/arm/src/stm32l4/stm32l4_usbhost_trace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_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/arch/arm/src/stm32l4/stm32l4_userspace.c b/arch/arm/src/stm32l4/stm32l4_userspace.c index 3dd259eb04..e6e181f9e1 100644 --- a/arch/arm/src/stm32l4/stm32l4_userspace.c +++ b/arch/arm/src/stm32l4/stm32l4_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_userspace.h b/arch/arm/src/stm32l4/stm32l4_userspace.h index bffd432db6..f965dc09ff 100644 --- a/arch/arm/src/stm32l4/stm32l4_userspace.h +++ b/arch/arm/src/stm32l4/stm32l4_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_userspace.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/arch/arm/src/stm32l4/stm32l4_waste.c b/arch/arm/src/stm32l4/stm32l4_waste.c index 57c814c49f..1335005e75 100644 --- a/arch/arm/src/stm32l4/stm32l4_waste.c +++ b/arch/arm/src/stm32l4/stm32l4_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4_waste.h b/arch/arm/src/stm32l4/stm32l4_waste.h index 276807b2dd..bc24eff6c3 100644 --- a/arch/arm/src/stm32l4/stm32l4_waste.h +++ b/arch/arm/src/stm32l4/stm32l4_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_waste.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/arch/arm/src/stm32l4/stm32l4_wdg.h b/arch/arm/src/stm32l4/stm32l4_wdg.h index 45e7cb94e6..1e2a8e1dbd 100644 --- a/arch/arm/src/stm32l4/stm32l4_wdg.h +++ b/arch/arm/src/stm32l4/stm32l4_wdg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4_wdg.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/arch/arm/src/stm32l4/stm32l4x3xx_rcc.c b/arch/arm/src/stm32l4/stm32l4x3xx_rcc.c index b9ae1891eb..b88f064b7b 100644 --- a/arch/arm/src/stm32l4/stm32l4x3xx_rcc.c +++ b/arch/arm/src/stm32l4/stm32l4x3xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4x3xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4x5xx_rcc.c b/arch/arm/src/stm32l4/stm32l4x5xx_rcc.c index 3317109edb..0036eebd29 100644 --- a/arch/arm/src/stm32l4/stm32l4x5xx_rcc.c +++ b/arch/arm/src/stm32l4/stm32l4x5xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4x5xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4x6xx_dma.c b/arch/arm/src/stm32l4/stm32l4x6xx_dma.c index f11d7f79ba..2150b8f661 100644 --- a/arch/arm/src/stm32l4/stm32l4x6xx_dma.c +++ b/arch/arm/src/stm32l4/stm32l4x6xx_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4x6xx_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/arch/arm/src/stm32l4/stm32l4x6xx_rcc.c b/arch/arm/src/stm32l4/stm32l4x6xx_rcc.c index 66b8cd6f64..f77c853138 100644 --- a/arch/arm/src/stm32l4/stm32l4x6xx_rcc.c +++ b/arch/arm/src/stm32l4/stm32l4x6xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4x6xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l4/stm32l4xrxx_dma.c b/arch/arm/src/stm32l4/stm32l4xrxx_dma.c index 90e3782024..73edd6c4d6 100644 --- a/arch/arm/src/stm32l4/stm32l4xrxx_dma.c +++ b/arch/arm/src/stm32l4/stm32l4xrxx_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4xrxx_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/arch/arm/src/stm32l4/stm32l4xrxx_rcc.c b/arch/arm/src/stm32l4/stm32l4xrxx_rcc.c index 433f63eb04..38bb416c56 100644 --- a/arch/arm/src/stm32l4/stm32l4xrxx_rcc.c +++ b/arch/arm/src/stm32l4/stm32l4xrxx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l4/stm32l4xrxx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/Make.defs b/arch/arm/src/stm32l5/Make.defs index e31d3004ad..e9f17420e4 100644 --- a/arch/arm/src/stm32l5/Make.defs +++ b/arch/arm/src/stm32l5/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/arm/src/stm32l5/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/arch/arm/src/stm32l5/chip.h b/arch/arm/src/stm32l5/chip.h index 3b2082515a..a8a0ea5139 100644 --- a/arch/arm/src/stm32l5/chip.h +++ b/arch/arm/src/stm32l5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/chip.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/arch/arm/src/stm32l5/hardware/stm32l562xx_dbgmcu.h b/arch/arm/src/stm32l5/hardware/stm32l562xx_dbgmcu.h index 7a17e0d5b3..2c6709a8e0 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l562xx_dbgmcu.h +++ b/arch/arm/src/stm32l5/hardware/stm32l562xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l562xx_dbgmcu.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/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.h b/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.h index 42130b7fb9..3965384ff1 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.h +++ b/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap.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/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap_legacy.h b/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap_legacy.h index c178b0fe27..c6fb33cec0 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap_legacy.h +++ b/arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l562xx_pinmap_legacy.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/arch/arm/src/stm32l5/hardware/stm32l562xx_rcc.h b/arch/arm/src/stm32l5/hardware/stm32l562xx_rcc.h index a7be5abb4f..9f1f886562 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l562xx_rcc.h +++ b/arch/arm/src/stm32l5/hardware/stm32l562xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l562xx_rcc.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/arch/arm/src/stm32l5/hardware/stm32l562xx_syscfg.h b/arch/arm/src/stm32l5/hardware/stm32l562xx_syscfg.h index 0f244370b7..db365f9497 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l562xx_syscfg.h +++ b/arch/arm/src/stm32l5/hardware/stm32l562xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l562xx_syscfg.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/arch/arm/src/stm32l5/hardware/stm32l5_exti.h b/arch/arm/src/stm32l5/hardware/stm32l5_exti.h index b0b6f0266a..b321ad3f4c 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_exti.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_exti.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/arch/arm/src/stm32l5/hardware/stm32l5_flash.h b/arch/arm/src/stm32l5/hardware/stm32l5_flash.h index d8b2f765d0..3f9c343e0e 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_flash.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_flash.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/arch/arm/src/stm32l5/hardware/stm32l5_gpio.h b/arch/arm/src/stm32l5/hardware/stm32l5_gpio.h index 5d856bdfa1..0037ae1ad0 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_gpio.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_gpio.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/arch/arm/src/stm32l5/hardware/stm32l5_memorymap.h b/arch/arm/src/stm32l5/hardware/stm32l5_memorymap.h index 3d190e8966..4fefb89201 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_memorymap.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_memorymap.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/arch/arm/src/stm32l5/hardware/stm32l5_pinmap.h b/arch/arm/src/stm32l5/hardware/stm32l5_pinmap.h index f31373612d..9827d40ea1 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_pinmap.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_pinmap.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/arch/arm/src/stm32l5/hardware/stm32l5_pwr.h b/arch/arm/src/stm32l5/hardware/stm32l5_pwr.h index ba4e851cca..44cbde1b59 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_pwr.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_pwr.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/arch/arm/src/stm32l5/hardware/stm32l5_spi.h b/arch/arm/src/stm32l5/hardware/stm32l5_spi.h index b2445b23c3..91b92dc5a6 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_spi.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_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/arch/arm/src/stm32l5/hardware/stm32l5_syscfg.h b/arch/arm/src/stm32l5/hardware/stm32l5_syscfg.h index dd37c70a88..c7ad325055 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_syscfg.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_syscfg.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/arch/arm/src/stm32l5/hardware/stm32l5_tim.h b/arch/arm/src/stm32l5/hardware/stm32l5_tim.h index e673f9c0af..d5877904ad 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_tim.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_tim.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/arch/arm/src/stm32l5/hardware/stm32l5_uart.h b/arch/arm/src/stm32l5/hardware/stm32l5_uart.h index 44d97aa6d8..b987bc4392 100644 --- a/arch/arm/src/stm32l5/hardware/stm32l5_uart.h +++ b/arch/arm/src/stm32l5/hardware/stm32l5_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/hardware/stm32l5_uart.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/arch/arm/src/stm32l5/stm32l5.h b/arch/arm/src/stm32l5/stm32l5.h index 8ce4711905..7cedda9b78 100644 --- a/arch/arm/src/stm32l5/stm32l5.h +++ b/arch/arm/src/stm32l5/stm32l5.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5.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/arch/arm/src/stm32l5/stm32l562xx_rcc.c b/arch/arm/src/stm32l5/stm32l562xx_rcc.c index c75edfcc40..fdc1a3e285 100644 --- a/arch/arm/src/stm32l5/stm32l562xx_rcc.c +++ b/arch/arm/src/stm32l5/stm32l562xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l562xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_allocateheap.c b/arch/arm/src/stm32l5/stm32l5_allocateheap.c index 752b02b307..6c988ae44c 100644 --- a/arch/arm/src/stm32l5/stm32l5_allocateheap.c +++ b/arch/arm/src/stm32l5/stm32l5_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_dbgmcu.h b/arch/arm/src/stm32l5/stm32l5_dbgmcu.h index 7c9f9a8d6a..a6b73b00ad 100644 --- a/arch/arm/src/stm32l5/stm32l5_dbgmcu.h +++ b/arch/arm/src/stm32l5/stm32l5_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_dbgmcu.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/arch/arm/src/stm32l5/stm32l5_dumpgpio.c b/arch/arm/src/stm32l5/stm32l5_dumpgpio.c index 675ce10243..dc66f92f09 100644 --- a/arch/arm/src/stm32l5/stm32l5_dumpgpio.c +++ b/arch/arm/src/stm32l5/stm32l5_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_exti.h b/arch/arm/src/stm32l5/stm32l5_exti.h index 0925c15b3d..7093f76a75 100644 --- a/arch/arm/src/stm32l5/stm32l5_exti.h +++ b/arch/arm/src/stm32l5/stm32l5_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_exti.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/arch/arm/src/stm32l5/stm32l5_exti_gpio.c b/arch/arm/src/stm32l5/stm32l5_exti_gpio.c index cefff67fed..60f32c7e00 100644 --- a/arch/arm/src/stm32l5/stm32l5_exti_gpio.c +++ b/arch/arm/src/stm32l5/stm32l5_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_exti_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/arch/arm/src/stm32l5/stm32l5_flash.c b/arch/arm/src/stm32l5/stm32l5_flash.c index 653a31c34b..0604b83398 100644 --- a/arch/arm/src/stm32l5/stm32l5_flash.c +++ b/arch/arm/src/stm32l5/stm32l5_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_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/arch/arm/src/stm32l5/stm32l5_flash.h b/arch/arm/src/stm32l5/stm32l5_flash.h index e6cc3c468a..0a3f7076c9 100644 --- a/arch/arm/src/stm32l5/stm32l5_flash.h +++ b/arch/arm/src/stm32l5/stm32l5_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_flash.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/arch/arm/src/stm32l5/stm32l5_gpio.c b/arch/arm/src/stm32l5/stm32l5_gpio.c index ba8ca6bb44..ac33822c75 100644 --- a/arch/arm/src/stm32l5/stm32l5_gpio.c +++ b/arch/arm/src/stm32l5/stm32l5_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_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/arch/arm/src/stm32l5/stm32l5_gpio.h b/arch/arm/src/stm32l5/stm32l5_gpio.h index 8b11fc6c8c..e14436202a 100644 --- a/arch/arm/src/stm32l5/stm32l5_gpio.h +++ b/arch/arm/src/stm32l5/stm32l5_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_gpio.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/arch/arm/src/stm32l5/stm32l5_idle.c b/arch/arm/src/stm32l5/stm32l5_idle.c index ea1f09d9bb..04cb577226 100644 --- a/arch/arm/src/stm32l5/stm32l5_idle.c +++ b/arch/arm/src/stm32l5/stm32l5_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_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/arch/arm/src/stm32l5/stm32l5_irq.c b/arch/arm/src/stm32l5/stm32l5_irq.c index 03f178e678..f459bd63c9 100644 --- a/arch/arm/src/stm32l5/stm32l5_irq.c +++ b/arch/arm/src/stm32l5/stm32l5_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_lowputc.c b/arch/arm/src/stm32l5/stm32l5_lowputc.c index 1f0ef09c13..09ba40ad9a 100644 --- a/arch/arm/src/stm32l5/stm32l5_lowputc.c +++ b/arch/arm/src/stm32l5/stm32l5_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_lowputc.h b/arch/arm/src/stm32l5/stm32l5_lowputc.h index 2d28cea845..29e808377c 100644 --- a/arch/arm/src/stm32l5/stm32l5_lowputc.h +++ b/arch/arm/src/stm32l5/stm32l5_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_lowputc.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/arch/arm/src/stm32l5/stm32l5_lse.c b/arch/arm/src/stm32l5/stm32l5_lse.c index 486ecf84af..791c7ca474 100644 --- a/arch/arm/src/stm32l5/stm32l5_lse.c +++ b/arch/arm/src/stm32l5/stm32l5_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_lsi.c b/arch/arm/src/stm32l5/stm32l5_lsi.c index c854130419..507e7a1a8b 100644 --- a/arch/arm/src/stm32l5/stm32l5_lsi.c +++ b/arch/arm/src/stm32l5/stm32l5_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_mpuinit.c b/arch/arm/src/stm32l5/stm32l5_mpuinit.c index 311fc29e5e..94d42c795a 100644 --- a/arch/arm/src/stm32l5/stm32l5_mpuinit.c +++ b/arch/arm/src/stm32l5/stm32l5_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_mpuinit.h b/arch/arm/src/stm32l5/stm32l5_mpuinit.h index 9e7a80f822..94ee60dc28 100644 --- a/arch/arm/src/stm32l5/stm32l5_mpuinit.h +++ b/arch/arm/src/stm32l5/stm32l5_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_mpuinit.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/arch/arm/src/stm32l5/stm32l5_pwr.c b/arch/arm/src/stm32l5/stm32l5_pwr.c index bb0fc3446f..925be6f7c9 100644 --- a/arch/arm/src/stm32l5/stm32l5_pwr.c +++ b/arch/arm/src/stm32l5/stm32l5_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_pwr.h b/arch/arm/src/stm32l5/stm32l5_pwr.h index 70d30f04a6..304c7389d9 100644 --- a/arch/arm/src/stm32l5/stm32l5_pwr.h +++ b/arch/arm/src/stm32l5/stm32l5_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_pwr.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/arch/arm/src/stm32l5/stm32l5_rcc.c b/arch/arm/src/stm32l5/stm32l5_rcc.c index 86fb78a567..b2c0ff1c26 100644 --- a/arch/arm/src/stm32l5/stm32l5_rcc.c +++ b/arch/arm/src/stm32l5/stm32l5_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_rcc.h b/arch/arm/src/stm32l5/stm32l5_rcc.h index 872732541a..b756d9656d 100644 --- a/arch/arm/src/stm32l5/stm32l5_rcc.h +++ b/arch/arm/src/stm32l5/stm32l5_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_rcc.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/arch/arm/src/stm32l5/stm32l5_serial.c b/arch/arm/src/stm32l5/stm32l5_serial.c index 960b29db45..69b43cce85 100644 --- a/arch/arm/src/stm32l5/stm32l5_serial.c +++ b/arch/arm/src/stm32l5/stm32l5_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_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/arch/arm/src/stm32l5/stm32l5_spi.c b/arch/arm/src/stm32l5/stm32l5_spi.c index 07b9645a89..fbadb39b98 100644 --- a/arch/arm/src/stm32l5/stm32l5_spi.c +++ b/arch/arm/src/stm32l5/stm32l5_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_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/arch/arm/src/stm32l5/stm32l5_spi.h b/arch/arm/src/stm32l5/stm32l5_spi.h index 129092227e..c13661243a 100644 --- a/arch/arm/src/stm32l5/stm32l5_spi.h +++ b/arch/arm/src/stm32l5/stm32l5_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_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/arch/arm/src/stm32l5/stm32l5_start.c b/arch/arm/src/stm32l5/stm32l5_start.c index 47efcf57e7..48ef04e502 100644 --- a/arch/arm/src/stm32l5/stm32l5_start.c +++ b/arch/arm/src/stm32l5/stm32l5_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_start.h b/arch/arm/src/stm32l5/stm32l5_start.h index e4f5f9866f..11f34ab293 100644 --- a/arch/arm/src/stm32l5/stm32l5_start.h +++ b/arch/arm/src/stm32l5/stm32l5_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_start.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/arch/arm/src/stm32l5/stm32l5_tim.c b/arch/arm/src/stm32l5/stm32l5_tim.c index 5aa0f93f07..1de30f9914 100644 --- a/arch/arm/src/stm32l5/stm32l5_tim.c +++ b/arch/arm/src/stm32l5/stm32l5_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_tim.h b/arch/arm/src/stm32l5/stm32l5_tim.h index 536a952117..903bb5cd80 100644 --- a/arch/arm/src/stm32l5/stm32l5_tim.h +++ b/arch/arm/src/stm32l5/stm32l5_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_tim.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/arch/arm/src/stm32l5/stm32l5_tim_lowerhalf.c b/arch/arm/src/stm32l5/stm32l5_tim_lowerhalf.c index 465e84cec9..0d21c17b04 100644 --- a/arch/arm/src/stm32l5/stm32l5_tim_lowerhalf.c +++ b/arch/arm/src/stm32l5/stm32l5_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_timerisr.c b/arch/arm/src/stm32l5/stm32l5_timerisr.c index bd05e580b1..112c7aa5bf 100644 --- a/arch/arm/src/stm32l5/stm32l5_timerisr.c +++ b/arch/arm/src/stm32l5/stm32l5_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_uart.h b/arch/arm/src/stm32l5/stm32l5_uart.h index 326c943d12..07fb79ab2b 100644 --- a/arch/arm/src/stm32l5/stm32l5_uart.h +++ b/arch/arm/src/stm32l5/stm32l5_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_uart.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/arch/arm/src/stm32l5/stm32l5_uid.c b/arch/arm/src/stm32l5/stm32l5_uid.c index 980f20c4d5..e8242cd559 100644 --- a/arch/arm/src/stm32l5/stm32l5_uid.c +++ b/arch/arm/src/stm32l5/stm32l5_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_uid.h b/arch/arm/src/stm32l5/stm32l5_uid.h index f6c15d53e0..6113ef1edd 100644 --- a/arch/arm/src/stm32l5/stm32l5_uid.h +++ b/arch/arm/src/stm32l5/stm32l5_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_uid.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/arch/arm/src/stm32l5/stm32l5_userspace.c b/arch/arm/src/stm32l5/stm32l5_userspace.c index b8eee531c6..7b97d5b6b6 100644 --- a/arch/arm/src/stm32l5/stm32l5_userspace.c +++ b/arch/arm/src/stm32l5/stm32l5_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_userspace.h b/arch/arm/src/stm32l5/stm32l5_userspace.h index 822eae68c3..0e6d63d68a 100644 --- a/arch/arm/src/stm32l5/stm32l5_userspace.h +++ b/arch/arm/src/stm32l5/stm32l5_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_userspace.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/arch/arm/src/stm32l5/stm32l5_waste.c b/arch/arm/src/stm32l5/stm32l5_waste.c index e0bc816465..7a6a60bc8e 100644 --- a/arch/arm/src/stm32l5/stm32l5_waste.c +++ b/arch/arm/src/stm32l5/stm32l5_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32l5/stm32l5_waste.h b/arch/arm/src/stm32l5/stm32l5_waste.h index ad710a2263..e9fe2209df 100644 --- a/arch/arm/src/stm32l5/stm32l5_waste.h +++ b/arch/arm/src/stm32l5/stm32l5_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32l5/stm32l5_waste.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/arch/arm/src/stm32u5/CMakeLists.txt b/arch/arm/src/stm32u5/CMakeLists.txt index a84f3aca8b..73e7173695 100644 --- a/arch/arm/src/stm32u5/CMakeLists.txt +++ b/arch/arm/src/stm32u5/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/stm32u5/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/arch/arm/src/stm32u5/Make.defs b/arch/arm/src/stm32u5/Make.defs index e69eec8b2d..5247b22d5d 100644 --- a/arch/arm/src/stm32u5/Make.defs +++ b/arch/arm/src/stm32u5/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/arm/src/stm32u5/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/arch/arm/src/stm32u5/chip.h b/arch/arm/src/stm32u5/chip.h index 6a30de2efe..95117db4fd 100644 --- a/arch/arm/src/stm32u5/chip.h +++ b/arch/arm/src/stm32u5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/chip.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/arch/arm/src/stm32u5/hardware/stm32_exti.h b/arch/arm/src/stm32u5/hardware/stm32_exti.h index 5aad61980d..14d231b859 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_exti.h +++ b/arch/arm/src/stm32u5/hardware/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_exti.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/arch/arm/src/stm32u5/hardware/stm32_flash.h b/arch/arm/src/stm32u5/hardware/stm32_flash.h index 74a43dd348..8d201546ad 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_flash.h +++ b/arch/arm/src/stm32u5/hardware/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_flash.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/arch/arm/src/stm32u5/hardware/stm32_gpio.h b/arch/arm/src/stm32u5/hardware/stm32_gpio.h index 5d67400315..fa36d63cba 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_gpio.h +++ b/arch/arm/src/stm32u5/hardware/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_gpio.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/arch/arm/src/stm32u5/hardware/stm32_i2c.h b/arch/arm/src/stm32u5/hardware/stm32_i2c.h index c9dfc7d7fb..5a786536ce 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_i2c.h +++ b/arch/arm/src/stm32u5/hardware/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_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/arch/arm/src/stm32u5/hardware/stm32_memorymap.h b/arch/arm/src/stm32u5/hardware/stm32_memorymap.h index 140b343a87..616cb5e855 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_memorymap.h +++ b/arch/arm/src/stm32u5/hardware/stm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_memorymap.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/arch/arm/src/stm32u5/hardware/stm32_pinmap.h b/arch/arm/src/stm32u5/hardware/stm32_pinmap.h index 3b15599b34..b289ebb0c4 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_pinmap.h +++ b/arch/arm/src/stm32u5/hardware/stm32_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_pinmap.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/arch/arm/src/stm32u5/hardware/stm32_pwr.h b/arch/arm/src/stm32u5/hardware/stm32_pwr.h index d0a52c820f..2792c34e9d 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_pwr.h +++ b/arch/arm/src/stm32u5/hardware/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_pwr.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/arch/arm/src/stm32u5/hardware/stm32_spi.h b/arch/arm/src/stm32u5/hardware/stm32_spi.h index 0a4df276d9..b13c066423 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_spi.h +++ b/arch/arm/src/stm32u5/hardware/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_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/arch/arm/src/stm32u5/hardware/stm32_syscfg.h b/arch/arm/src/stm32u5/hardware/stm32_syscfg.h index 9825980f82..120cbc4f58 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_syscfg.h +++ b/arch/arm/src/stm32u5/hardware/stm32_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_syscfg.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/arch/arm/src/stm32u5/hardware/stm32_tim.h b/arch/arm/src/stm32u5/hardware/stm32_tim.h index 86bc60776c..e721b05314 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_tim.h +++ b/arch/arm/src/stm32u5/hardware/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_tim.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/arch/arm/src/stm32u5/hardware/stm32_uart.h b/arch/arm/src/stm32u5/hardware/stm32_uart.h index 91bec370fc..3f05eea45d 100644 --- a/arch/arm/src/stm32u5/hardware/stm32_uart.h +++ b/arch/arm/src/stm32u5/hardware/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32_uart.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/arch/arm/src/stm32u5/hardware/stm32u5xx_dbgmcu.h b/arch/arm/src/stm32u5/hardware/stm32u5xx_dbgmcu.h index 765d0f8994..76660d1769 100644 --- a/arch/arm/src/stm32u5/hardware/stm32u5xx_dbgmcu.h +++ b/arch/arm/src/stm32u5/hardware/stm32u5xx_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32u5xx_dbgmcu.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/arch/arm/src/stm32u5/hardware/stm32u5xx_pinmap.h b/arch/arm/src/stm32u5/hardware/stm32u5xx_pinmap.h index 10921cf3de..c2a69c312d 100644 --- a/arch/arm/src/stm32u5/hardware/stm32u5xx_pinmap.h +++ b/arch/arm/src/stm32u5/hardware/stm32u5xx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32u5xx_pinmap.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/arch/arm/src/stm32u5/hardware/stm32u5xx_rcc.h b/arch/arm/src/stm32u5/hardware/stm32u5xx_rcc.h index 82860a9504..5608b178e0 100644 --- a/arch/arm/src/stm32u5/hardware/stm32u5xx_rcc.h +++ b/arch/arm/src/stm32u5/hardware/stm32u5xx_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32u5xx_rcc.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/arch/arm/src/stm32u5/hardware/stm32u5xx_spi.h b/arch/arm/src/stm32u5/hardware/stm32u5xx_spi.h index ab6e249538..7b00c1bcc2 100644 --- a/arch/arm/src/stm32u5/hardware/stm32u5xx_spi.h +++ b/arch/arm/src/stm32u5/hardware/stm32u5xx_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32u5xx_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/arch/arm/src/stm32u5/hardware/stm32u5xx_syscfg.h b/arch/arm/src/stm32u5/hardware/stm32u5xx_syscfg.h index 75baf4ee7d..f47743b2fa 100644 --- a/arch/arm/src/stm32u5/hardware/stm32u5xx_syscfg.h +++ b/arch/arm/src/stm32u5/hardware/stm32u5xx_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/hardware/stm32u5xx_syscfg.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/arch/arm/src/stm32u5/stm32.h b/arch/arm/src/stm32u5/stm32.h index d3a7002564..b53e091765 100644 --- a/arch/arm/src/stm32u5/stm32.h +++ b/arch/arm/src/stm32u5/stm32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32.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/arch/arm/src/stm32u5/stm32_allocateheap.c b/arch/arm/src/stm32u5/stm32_allocateheap.c index ba636c6cdc..7ecfbadc8f 100644 --- a/arch/arm/src/stm32u5/stm32_allocateheap.c +++ b/arch/arm/src/stm32u5/stm32_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_dbgmcu.h b/arch/arm/src/stm32u5/stm32_dbgmcu.h index 0cc7575f20..0db98b7196 100644 --- a/arch/arm/src/stm32u5/stm32_dbgmcu.h +++ b/arch/arm/src/stm32u5/stm32_dbgmcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_dbgmcu.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/arch/arm/src/stm32u5/stm32_dumpgpio.c b/arch/arm/src/stm32u5/stm32_dumpgpio.c index 57aa7697ce..d4c041ece3 100644 --- a/arch/arm/src/stm32u5/stm32_dumpgpio.c +++ b/arch/arm/src/stm32u5/stm32_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_exti.h b/arch/arm/src/stm32u5/stm32_exti.h index a2126eed3f..dd31b1946e 100644 --- a/arch/arm/src/stm32u5/stm32_exti.h +++ b/arch/arm/src/stm32u5/stm32_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_exti.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/arch/arm/src/stm32u5/stm32_exti_gpio.c b/arch/arm/src/stm32u5/stm32_exti_gpio.c index c9081531af..701f6ca633 100644 --- a/arch/arm/src/stm32u5/stm32_exti_gpio.c +++ b/arch/arm/src/stm32u5/stm32_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_exti_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/arch/arm/src/stm32u5/stm32_flash.c b/arch/arm/src/stm32u5/stm32_flash.c index 29fd142ac9..2c47873516 100644 --- a/arch/arm/src/stm32u5/stm32_flash.c +++ b/arch/arm/src/stm32u5/stm32_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_flash.h b/arch/arm/src/stm32u5/stm32_flash.h index 1f7c602f92..4ec579fc31 100644 --- a/arch/arm/src/stm32u5/stm32_flash.h +++ b/arch/arm/src/stm32u5/stm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_flash.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/arch/arm/src/stm32u5/stm32_gpio.c b/arch/arm/src/stm32u5/stm32_gpio.c index e7040378fe..300f1a7f4d 100644 --- a/arch/arm/src/stm32u5/stm32_gpio.c +++ b/arch/arm/src/stm32u5/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_gpio.h b/arch/arm/src/stm32u5/stm32_gpio.h index f5fa9e8f36..ad41d5f41b 100644 --- a/arch/arm/src/stm32u5/stm32_gpio.h +++ b/arch/arm/src/stm32u5/stm32_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_gpio.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/arch/arm/src/stm32u5/stm32_i2c.c b/arch/arm/src/stm32u5/stm32_i2c.c index c47cbf6a68..e1dfda92a7 100644 --- a/arch/arm/src/stm32u5/stm32_i2c.c +++ b/arch/arm/src/stm32u5/stm32_i2c.c @@ -1,37 +1,20 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_i2c.c - * STM32U5 I2C driver - based on STM32F7 I2C Hardware Layer - Device Driver * - * Original STM32U5 I2C driver: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * Copyright (C) 2011-2013, 2016-2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * Author: John Wharington - * Author: Sebastien Lorquet - * Author: dev@ziggurat29.com - * - * STM32U5 I2C driver based on STM32F7 I2C driver: - * - * Copyright (C) 2011 Uros Platise. All rights reserved. - * Author: Uros Platise - * - * With extensions and modifications for the F1, F2, and F4 by: - * - * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * John Wharington - * David Sidrane - * - * Major rewrite of ISR and supporting methods, including support - * for NACK and RELOAD by: - * - * Copyright (c) 2016 Doug Vetter. All rights reserved. - * Author: Doug Vetter - * - * Port from STM32F7 to STM32U5: - * Author: Jussi Kivilinna + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2024 Kyle Wilson. All rights reserved. + * SPDX-FileCopyrightText: 2016-2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2016 Doug Vetter. All rights reserved. + * SPDX-FileCopyrightText: 2011-2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Uros Platise. All rights reserved. + * SPDX-FileContributor: Uros Platise + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: John Wharington + * SPDX-FileContributor: David Sidrane + * SPDX-FileContributor: Doug Vetter + * SPDX-FileContributor: Sebastien Lorquet + * SPDX-FileContributor: dev@ziggurat29.com + * SPDX-FileContributor: Jussi Kivilinna * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32u5/stm32_i2c.h b/arch/arm/src/stm32u5/stm32_i2c.h index 0fd602450e..5f31f8995a 100644 --- a/arch/arm/src/stm32u5/stm32_i2c.h +++ b/arch/arm/src/stm32u5/stm32_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_idle.c b/arch/arm/src/stm32u5/stm32_idle.c index 4a83f45f3a..3cc960e642 100644 --- a/arch/arm/src/stm32u5/stm32_idle.c +++ b/arch/arm/src/stm32u5/stm32_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_irq.c b/arch/arm/src/stm32u5/stm32_irq.c index 2931c14d51..1a9dbcd86e 100644 --- a/arch/arm/src/stm32u5/stm32_irq.c +++ b/arch/arm/src/stm32u5/stm32_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_lowputc.c b/arch/arm/src/stm32u5/stm32_lowputc.c index 18e0dc4425..8d7aa40276 100644 --- a/arch/arm/src/stm32u5/stm32_lowputc.c +++ b/arch/arm/src/stm32u5/stm32_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_lowputc.h b/arch/arm/src/stm32u5/stm32_lowputc.h index f99b25676f..73d4b18eec 100644 --- a/arch/arm/src/stm32u5/stm32_lowputc.h +++ b/arch/arm/src/stm32u5/stm32_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_lowputc.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/arch/arm/src/stm32u5/stm32_lse.c b/arch/arm/src/stm32u5/stm32_lse.c index 6729eed399..65efe64cfd 100644 --- a/arch/arm/src/stm32u5/stm32_lse.c +++ b/arch/arm/src/stm32u5/stm32_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_lsi.c b/arch/arm/src/stm32u5/stm32_lsi.c index 4c83e505de..34e53e22ac 100644 --- a/arch/arm/src/stm32u5/stm32_lsi.c +++ b/arch/arm/src/stm32u5/stm32_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_mpuinit.c b/arch/arm/src/stm32u5/stm32_mpuinit.c index 7e6901aa19..6dfe9c3c16 100644 --- a/arch/arm/src/stm32u5/stm32_mpuinit.c +++ b/arch/arm/src/stm32u5/stm32_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_mpuinit.h b/arch/arm/src/stm32u5/stm32_mpuinit.h index 16c0868976..f479ceee26 100644 --- a/arch/arm/src/stm32u5/stm32_mpuinit.h +++ b/arch/arm/src/stm32u5/stm32_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_mpuinit.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/arch/arm/src/stm32u5/stm32_pwr.c b/arch/arm/src/stm32u5/stm32_pwr.c index 62ee3e1159..3f137423a8 100644 --- a/arch/arm/src/stm32u5/stm32_pwr.c +++ b/arch/arm/src/stm32u5/stm32_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_pwr.h b/arch/arm/src/stm32u5/stm32_pwr.h index 3b7ea55673..6d27f6cc6f 100644 --- a/arch/arm/src/stm32u5/stm32_pwr.h +++ b/arch/arm/src/stm32u5/stm32_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_pwr.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/arch/arm/src/stm32u5/stm32_rcc.c b/arch/arm/src/stm32u5/stm32_rcc.c index e7f2067ffe..58625b9294 100644 --- a/arch/arm/src/stm32u5/stm32_rcc.c +++ b/arch/arm/src/stm32u5/stm32_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_rcc.h b/arch/arm/src/stm32u5/stm32_rcc.h index b1e35f24b3..b788f167de 100644 --- a/arch/arm/src/stm32u5/stm32_rcc.h +++ b/arch/arm/src/stm32u5/stm32_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_rcc.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/arch/arm/src/stm32u5/stm32_serial.c b/arch/arm/src/stm32u5/stm32_serial.c index b5ddb511a6..d5e864947b 100644 --- a/arch/arm/src/stm32u5/stm32_serial.c +++ b/arch/arm/src/stm32u5/stm32_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_spi.c b/arch/arm/src/stm32u5/stm32_spi.c index 6b052f3ecc..365d2b0190 100644 --- a/arch/arm/src/stm32u5/stm32_spi.c +++ b/arch/arm/src/stm32u5/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_spi.h b/arch/arm/src/stm32u5/stm32_spi.h index 8ee58e45d0..9734b18924 100644 --- a/arch/arm/src/stm32u5/stm32_spi.h +++ b/arch/arm/src/stm32u5/stm32_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_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/arch/arm/src/stm32u5/stm32_start.c b/arch/arm/src/stm32u5/stm32_start.c index 2f4572325e..a3888313f9 100644 --- a/arch/arm/src/stm32u5/stm32_start.c +++ b/arch/arm/src/stm32u5/stm32_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_start.h b/arch/arm/src/stm32u5/stm32_start.h index de91866107..79d7ba5f33 100644 --- a/arch/arm/src/stm32u5/stm32_start.h +++ b/arch/arm/src/stm32u5/stm32_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_start.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/arch/arm/src/stm32u5/stm32_tim.c b/arch/arm/src/stm32u5/stm32_tim.c index 23f028c4a1..8f79b2aeb5 100644 --- a/arch/arm/src/stm32u5/stm32_tim.c +++ b/arch/arm/src/stm32u5/stm32_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_tim.h b/arch/arm/src/stm32u5/stm32_tim.h index f7b41964c1..ea82cbae0d 100644 --- a/arch/arm/src/stm32u5/stm32_tim.h +++ b/arch/arm/src/stm32u5/stm32_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_tim.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/arch/arm/src/stm32u5/stm32_tim_lowerhalf.c b/arch/arm/src/stm32u5/stm32_tim_lowerhalf.c index b8bf845a2e..92e5739a23 100644 --- a/arch/arm/src/stm32u5/stm32_tim_lowerhalf.c +++ b/arch/arm/src/stm32u5/stm32_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_timerisr.c b/arch/arm/src/stm32u5/stm32_timerisr.c index 3722db7682..2285fb56aa 100644 --- a/arch/arm/src/stm32u5/stm32_timerisr.c +++ b/arch/arm/src/stm32u5/stm32_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_uart.h b/arch/arm/src/stm32u5/stm32_uart.h index 2da3a1c76d..198ef1e36a 100644 --- a/arch/arm/src/stm32u5/stm32_uart.h +++ b/arch/arm/src/stm32u5/stm32_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_uart.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/arch/arm/src/stm32u5/stm32_uid.c b/arch/arm/src/stm32u5/stm32_uid.c index 0ce9a80527..55b3aa8e82 100644 --- a/arch/arm/src/stm32u5/stm32_uid.c +++ b/arch/arm/src/stm32u5/stm32_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_uid.h b/arch/arm/src/stm32u5/stm32_uid.h index 0f3e9993a3..f306f2759a 100644 --- a/arch/arm/src/stm32u5/stm32_uid.h +++ b/arch/arm/src/stm32u5/stm32_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_uid.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/arch/arm/src/stm32u5/stm32_userspace.c b/arch/arm/src/stm32u5/stm32_userspace.c index 1720befbc7..ffac1a0d75 100644 --- a/arch/arm/src/stm32u5/stm32_userspace.c +++ b/arch/arm/src/stm32u5/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_userspace.h b/arch/arm/src/stm32u5/stm32_userspace.h index f7e89e51c1..055c7b4c28 100644 --- a/arch/arm/src/stm32u5/stm32_userspace.h +++ b/arch/arm/src/stm32u5/stm32_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_userspace.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/arch/arm/src/stm32u5/stm32_waste.c b/arch/arm/src/stm32u5/stm32_waste.c index 1baf90282e..da56c6755e 100644 --- a/arch/arm/src/stm32u5/stm32_waste.c +++ b/arch/arm/src/stm32u5/stm32_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32u5/stm32_waste.h b/arch/arm/src/stm32u5/stm32_waste.h index 2cc78dbd11..ab5a5c8a89 100644 --- a/arch/arm/src/stm32u5/stm32_waste.h +++ b/arch/arm/src/stm32u5/stm32_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32_waste.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/arch/arm/src/stm32u5/stm32u5xx_rcc.c b/arch/arm/src/stm32u5/stm32u5xx_rcc.c index 716ee0472d..4e7e56f556 100644 --- a/arch/arm/src/stm32u5/stm32u5xx_rcc.c +++ b/arch/arm/src/stm32u5/stm32u5xx_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32u5/stm32u5xx_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/Make.defs b/arch/arm/src/stm32wb/Make.defs index f6cc5a77bd..a8ff0d7afa 100644 --- a/arch/arm/src/stm32wb/Make.defs +++ b/arch/arm/src/stm32wb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32wb/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/arch/arm/src/stm32wb/chip.h b/arch/arm/src/stm32wb/chip.h index cc5fdc7633..1c263402e6 100644 --- a/arch/arm/src/stm32wb/chip.h +++ b/arch/arm/src/stm32wb/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/chip.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/arch/arm/src/stm32wb/hardware/stm32wb_crs.h b/arch/arm/src/stm32wb/hardware/stm32wb_crs.h index 240a51e864..fcac2dde6d 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_crs.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_crs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_crs.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/arch/arm/src/stm32wb/hardware/stm32wb_dma.h b/arch/arm/src/stm32wb/hardware/stm32wb_dma.h index 1d6f075bea..dfd6e1050d 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_dma.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_dma.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/arch/arm/src/stm32wb/hardware/stm32wb_dmamux.h b/arch/arm/src/stm32wb/hardware/stm32wb_dmamux.h index bbc39cbf1f..f4a8b5d47c 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_dmamux.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_dmamux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_dmamux.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/arch/arm/src/stm32wb/hardware/stm32wb_exti.h b/arch/arm/src/stm32wb/hardware/stm32wb_exti.h index c4053c0736..1169438501 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_exti.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_exti.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/arch/arm/src/stm32wb/hardware/stm32wb_flash.h b/arch/arm/src/stm32wb/hardware/stm32wb_flash.h index 8f794207d5..8f2fe45b9d 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_flash.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_flash.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/arch/arm/src/stm32wb/hardware/stm32wb_gpio.h b/arch/arm/src/stm32wb/hardware/stm32wb_gpio.h index dc6ff3cad5..cc3b862168 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_gpio.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_gpio.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/arch/arm/src/stm32wb/hardware/stm32wb_i2c.h b/arch/arm/src/stm32wb/hardware/stm32wb_i2c.h index d4f6a53b6b..0e86bb6467 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_i2c.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_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/arch/arm/src/stm32wb/hardware/stm32wb_ipcc.h b/arch/arm/src/stm32wb/hardware/stm32wb_ipcc.h index 178ccd90a6..6e1d597ff1 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_ipcc.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_ipcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_ipcc.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/arch/arm/src/stm32wb/hardware/stm32wb_memorymap.h b/arch/arm/src/stm32wb/hardware/stm32wb_memorymap.h index 2d85c6580c..58d3d249b6 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_memorymap.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_memorymap.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/arch/arm/src/stm32wb/hardware/stm32wb_pinmap.h b/arch/arm/src/stm32wb/hardware/stm32wb_pinmap.h index 896c027d74..0f18e8ed42 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_pinmap.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_pinmap.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/arch/arm/src/stm32wb/hardware/stm32wb_pwr.h b/arch/arm/src/stm32wb/hardware/stm32wb_pwr.h index fe9ef2117c..8e161735c0 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_pwr.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_pwr.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/arch/arm/src/stm32wb/hardware/stm32wb_rcc.h b/arch/arm/src/stm32wb/hardware/stm32wb_rcc.h index 6a2e518ead..2f861e3fed 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_rcc.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_rcc.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/arch/arm/src/stm32wb/hardware/stm32wb_rtc.h b/arch/arm/src/stm32wb/hardware/stm32wb_rtc.h index 918d4a6ac9..b02dfbcd95 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_rtc.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_rtc.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/arch/arm/src/stm32wb/hardware/stm32wb_spi.h b/arch/arm/src/stm32wb/hardware/stm32wb_spi.h index 13469262c1..62851ed763 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_spi.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_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/arch/arm/src/stm32wb/hardware/stm32wb_syscfg.h b/arch/arm/src/stm32wb/hardware/stm32wb_syscfg.h index 64a5eb7b73..a4cfa54632 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_syscfg.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_syscfg.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/arch/arm/src/stm32wb/hardware/stm32wb_tim.h b/arch/arm/src/stm32wb/hardware/stm32wb_tim.h index 385f1dd170..6e646a6dc2 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_tim.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_tim.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/arch/arm/src/stm32wb/hardware/stm32wb_uart.h b/arch/arm/src/stm32wb/hardware/stm32wb_uart.h index 39624fd724..2ce1c1b626 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wb_uart.h +++ b/arch/arm/src/stm32wb/hardware/stm32wb_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wb_uart.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/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap.h b/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap.h index fb2cf588fb..ab8255bba6 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap.h +++ b/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap.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/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap_legacy.h b/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap_legacy.h index ba1105b71e..99706bc69e 100644 --- a/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap_legacy.h +++ b/arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap_legacy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/hardware/stm32wbxx_pinmap_legacy.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/arch/arm/src/stm32wb/stm32wb.h b/arch/arm/src/stm32wb/stm32wb.h index 4e86f4f84f..25327d74d9 100644 --- a/arch/arm/src/stm32wb/stm32wb.h +++ b/arch/arm/src/stm32wb/stm32wb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb.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/arch/arm/src/stm32wb/stm32wb_allocateheap.c b/arch/arm/src/stm32wb/stm32wb_allocateheap.c index 9cba74e993..75f4f8dd2a 100644 --- a/arch/arm/src/stm32wb/stm32wb_allocateheap.c +++ b/arch/arm/src/stm32wb/stm32wb_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_blehci.c b/arch/arm/src/stm32wb/stm32wb_blehci.c index 6865295c40..d43d93aa8a 100644 --- a/arch/arm/src/stm32wb/stm32wb_blehci.c +++ b/arch/arm/src/stm32wb/stm32wb_blehci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_blehci.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_blehci.h b/arch/arm/src/stm32wb/stm32wb_blehci.h index 84a679ab80..a8d5f6229d 100644 --- a/arch/arm/src/stm32wb/stm32wb_blehci.h +++ b/arch/arm/src/stm32wb/stm32wb_blehci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_blehci.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/arch/arm/src/stm32wb/stm32wb_dma.c b/arch/arm/src/stm32wb/stm32wb_dma.c index 97d4119329..ce2939de79 100644 --- a/arch/arm/src/stm32wb/stm32wb_dma.c +++ b/arch/arm/src/stm32wb/stm32wb_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_dma.h b/arch/arm/src/stm32wb/stm32wb_dma.h index 547beac1f4..6caff11690 100644 --- a/arch/arm/src/stm32wb/stm32wb_dma.h +++ b/arch/arm/src/stm32wb/stm32wb_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_dma.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/arch/arm/src/stm32wb/stm32wb_dumpgpio.c b/arch/arm/src/stm32wb/stm32wb_dumpgpio.c index 12f0714b84..f37085a82f 100644 --- a/arch/arm/src/stm32wb/stm32wb_dumpgpio.c +++ b/arch/arm/src/stm32wb/stm32wb_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_dumpgpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_exti.h b/arch/arm/src/stm32wb/stm32wb_exti.h index 9b1e20f605..4049422399 100644 --- a/arch/arm/src/stm32wb/stm32wb_exti.h +++ b/arch/arm/src/stm32wb/stm32wb_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_exti.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/arch/arm/src/stm32wb/stm32wb_exti_alarm.c b/arch/arm/src/stm32wb/stm32wb_exti_alarm.c index 23b73a80b7..a0076663db 100644 --- a/arch/arm/src/stm32wb/stm32wb_exti_alarm.c +++ b/arch/arm/src/stm32wb/stm32wb_exti_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_exti_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/arch/arm/src/stm32wb/stm32wb_exti_gpio.c b/arch/arm/src/stm32wb/stm32wb_exti_gpio.c index e908346747..a7328f5e93 100644 --- a/arch/arm/src/stm32wb/stm32wb_exti_gpio.c +++ b/arch/arm/src/stm32wb/stm32wb_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_exti_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/arch/arm/src/stm32wb/stm32wb_exti_pwr.c b/arch/arm/src/stm32wb/stm32wb_exti_pwr.c index 4827a5ac95..d470837ff4 100644 --- a/arch/arm/src/stm32wb/stm32wb_exti_pwr.c +++ b/arch/arm/src/stm32wb/stm32wb_exti_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_exti_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_exti_wakeup.c b/arch/arm/src/stm32wb/stm32wb_exti_wakeup.c index b952049b32..eae587fda8 100644 --- a/arch/arm/src/stm32wb/stm32wb_exti_wakeup.c +++ b/arch/arm/src/stm32wb/stm32wb_exti_wakeup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_exti_wakeup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_flash.c b/arch/arm/src/stm32wb/stm32wb_flash.c index bf6e423558..7c480a29af 100644 --- a/arch/arm/src/stm32wb/stm32wb_flash.c +++ b/arch/arm/src/stm32wb/stm32wb_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_flash.h b/arch/arm/src/stm32wb/stm32wb_flash.h index ae119f2c57..36077d8b0f 100644 --- a/arch/arm/src/stm32wb/stm32wb_flash.h +++ b/arch/arm/src/stm32wb/stm32wb_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_flash.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/arch/arm/src/stm32wb/stm32wb_freerun.c b/arch/arm/src/stm32wb/stm32wb_freerun.c index 28f4068f42..9b3a195f70 100644 --- a/arch/arm/src/stm32wb/stm32wb_freerun.c +++ b/arch/arm/src/stm32wb/stm32wb_freerun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_freerun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_freerun.h b/arch/arm/src/stm32wb/stm32wb_freerun.h index e2fbff7dc0..366622150d 100644 --- a/arch/arm/src/stm32wb/stm32wb_freerun.h +++ b/arch/arm/src/stm32wb/stm32wb_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_freerun.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/arch/arm/src/stm32wb/stm32wb_gpio.c b/arch/arm/src/stm32wb/stm32wb_gpio.c index c4bff8eff9..525a13dd8d 100644 --- a/arch/arm/src/stm32wb/stm32wb_gpio.c +++ b/arch/arm/src/stm32wb/stm32wb_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_gpio.h b/arch/arm/src/stm32wb/stm32wb_gpio.h index b9aa297176..befb722c0e 100644 --- a/arch/arm/src/stm32wb/stm32wb_gpio.h +++ b/arch/arm/src/stm32wb/stm32wb_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_gpio.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/arch/arm/src/stm32wb/stm32wb_i2c.c b/arch/arm/src/stm32wb/stm32wb_i2c.c index bda98847bb..c92bda3c3c 100644 --- a/arch/arm/src/stm32wb/stm32wb_i2c.c +++ b/arch/arm/src/stm32wb/stm32wb_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_i2c.h b/arch/arm/src/stm32wb/stm32wb_i2c.h index d337a28d2c..3c9ea62455 100644 --- a/arch/arm/src/stm32wb/stm32wb_i2c.h +++ b/arch/arm/src/stm32wb/stm32wb_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_idle.c b/arch/arm/src/stm32wb/stm32wb_idle.c index b29edbf10f..977ff29709 100644 --- a/arch/arm/src/stm32wb/stm32wb_idle.c +++ b/arch/arm/src/stm32wb/stm32wb_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_ipcc.c b/arch/arm/src/stm32wb/stm32wb_ipcc.c index 9d211acf0c..a9999bdcd1 100644 --- a/arch/arm/src/stm32wb/stm32wb_ipcc.c +++ b/arch/arm/src/stm32wb/stm32wb_ipcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_ipcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_ipcc.h b/arch/arm/src/stm32wb/stm32wb_ipcc.h index 8f92e3f5e9..1d8ae70afa 100644 --- a/arch/arm/src/stm32wb/stm32wb_ipcc.h +++ b/arch/arm/src/stm32wb/stm32wb_ipcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_ipcc.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/arch/arm/src/stm32wb/stm32wb_irq.c b/arch/arm/src/stm32wb/stm32wb_irq.c index 1756a57544..6551bcba49 100644 --- a/arch/arm/src/stm32wb/stm32wb_irq.c +++ b/arch/arm/src/stm32wb/stm32wb_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_lowputc.c b/arch/arm/src/stm32wb/stm32wb_lowputc.c index 8dd558639f..7d73b1afd1 100644 --- a/arch/arm/src/stm32wb/stm32wb_lowputc.c +++ b/arch/arm/src/stm32wb/stm32wb_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_lowputc.h b/arch/arm/src/stm32wb/stm32wb_lowputc.h index 11827b252f..8a8ca85b33 100644 --- a/arch/arm/src/stm32wb/stm32wb_lowputc.h +++ b/arch/arm/src/stm32wb/stm32wb_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_lowputc.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/arch/arm/src/stm32wb/stm32wb_mbox.c b/arch/arm/src/stm32wb/stm32wb_mbox.c index f99a175594..28f4683ebb 100644 --- a/arch/arm/src/stm32wb/stm32wb_mbox.c +++ b/arch/arm/src/stm32wb/stm32wb_mbox.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_mbox.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_mbox.h b/arch/arm/src/stm32wb/stm32wb_mbox.h index 210bf1c6b0..f67821fa5c 100644 --- a/arch/arm/src/stm32wb/stm32wb_mbox.h +++ b/arch/arm/src/stm32wb/stm32wb_mbox.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_mbox.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/arch/arm/src/stm32wb/stm32wb_mbox_list.h b/arch/arm/src/stm32wb/stm32wb_mbox_list.h index 6081476022..4208da7fbe 100644 --- a/arch/arm/src/stm32wb/stm32wb_mbox_list.h +++ b/arch/arm/src/stm32wb/stm32wb_mbox_list.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_mbox_list.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/arch/arm/src/stm32wb/stm32wb_mbox_shci.h b/arch/arm/src/stm32wb/stm32wb_mbox_shci.h index 7ca109fda5..68536c3cfc 100644 --- a/arch/arm/src/stm32wb/stm32wb_mbox_shci.h +++ b/arch/arm/src/stm32wb/stm32wb_mbox_shci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_mbox_shci.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/arch/arm/src/stm32wb/stm32wb_mpuinit.c b/arch/arm/src/stm32wb/stm32wb_mpuinit.c index b9e13873f4..b9d878aadd 100644 --- a/arch/arm/src/stm32wb/stm32wb_mpuinit.c +++ b/arch/arm/src/stm32wb/stm32wb_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_mpuinit.h b/arch/arm/src/stm32wb/stm32wb_mpuinit.h index 1cda83e061..1cc8d755c3 100644 --- a/arch/arm/src/stm32wb/stm32wb_mpuinit.h +++ b/arch/arm/src/stm32wb/stm32wb_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_mpuinit.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/arch/arm/src/stm32wb/stm32wb_oneshot.c b/arch/arm/src/stm32wb/stm32wb_oneshot.c index d2d78a74d9..b1138c78b6 100644 --- a/arch/arm/src/stm32wb/stm32wb_oneshot.c +++ b/arch/arm/src/stm32wb/stm32wb_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_oneshot.h b/arch/arm/src/stm32wb/stm32wb_oneshot.h index 6ac8755061..37d45ac8ed 100644 --- a/arch/arm/src/stm32wb/stm32wb_oneshot.h +++ b/arch/arm/src/stm32wb/stm32wb_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_oneshot.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/arch/arm/src/stm32wb/stm32wb_oneshot_lowerhalf.c b/arch/arm/src/stm32wb/stm32wb_oneshot_lowerhalf.c index e794020e81..2df58ee753 100644 --- a/arch/arm/src/stm32wb/stm32wb_oneshot_lowerhalf.c +++ b/arch/arm/src/stm32wb/stm32wb_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pm.h b/arch/arm/src/stm32wb/stm32wb_pm.h index 84ee139ec0..3876288bc1 100644 --- a/arch/arm/src/stm32wb/stm32wb_pm.h +++ b/arch/arm/src/stm32wb/stm32wb_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_pminitialize.c b/arch/arm/src/stm32wb/stm32wb_pminitialize.c index f899267187..3e18101721 100644 --- a/arch/arm/src/stm32wb/stm32wb_pminitialize.c +++ b/arch/arm/src/stm32wb/stm32wb_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pminitialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pmlpr.c b/arch/arm/src/stm32wb/stm32wb_pmlpr.c index 2727a9d226..c81179f8c6 100644 --- a/arch/arm/src/stm32wb/stm32wb_pmlpr.c +++ b/arch/arm/src/stm32wb/stm32wb_pmlpr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pmlpr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pmsleep.c b/arch/arm/src/stm32wb/stm32wb_pmsleep.c index b68b0d0f3b..b9b64dd940 100644 --- a/arch/arm/src/stm32wb/stm32wb_pmsleep.c +++ b/arch/arm/src/stm32wb/stm32wb_pmsleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pmsleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pmstandby.c b/arch/arm/src/stm32wb/stm32wb_pmstandby.c index 480aea1017..d1fd88ac03 100644 --- a/arch/arm/src/stm32wb/stm32wb_pmstandby.c +++ b/arch/arm/src/stm32wb/stm32wb_pmstandby.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pmstandby.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pmstop.c b/arch/arm/src/stm32wb/stm32wb_pmstop.c index ef69533d12..683af0cd07 100644 --- a/arch/arm/src/stm32wb/stm32wb_pmstop.c +++ b/arch/arm/src/stm32wb/stm32wb_pmstop.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pmstop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pwr.c b/arch/arm/src/stm32wb/stm32wb_pwr.c index b04c707253..c13ca0b148 100644 --- a/arch/arm/src/stm32wb/stm32wb_pwr.c +++ b/arch/arm/src/stm32wb/stm32wb_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_pwr.h b/arch/arm/src/stm32wb/stm32wb_pwr.h index 9276abc514..e9dea014de 100644 --- a/arch/arm/src/stm32wb/stm32wb_pwr.h +++ b/arch/arm/src/stm32wb/stm32wb_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_pwr.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/arch/arm/src/stm32wb/stm32wb_rcc.c b/arch/arm/src/stm32wb/stm32wb_rcc.c index 44b3fe4e10..cc288a327b 100644 --- a/arch/arm/src/stm32wb/stm32wb_rcc.c +++ b/arch/arm/src/stm32wb/stm32wb_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_rcc.h b/arch/arm/src/stm32wb/stm32wb_rcc.h index cfe2c6dc78..5a3eb33784 100644 --- a/arch/arm/src/stm32wb/stm32wb_rcc.h +++ b/arch/arm/src/stm32wb/stm32wb_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rcc.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/arch/arm/src/stm32wb/stm32wb_rcc_hsi48.c b/arch/arm/src/stm32wb/stm32wb_rcc_hsi48.c index 2e4e9ad33e..2bd8eb5e8a 100644 --- a/arch/arm/src/stm32wb/stm32wb_rcc_hsi48.c +++ b/arch/arm/src/stm32wb/stm32wb_rcc_hsi48.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rcc_hsi48.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_rcc_lse.c b/arch/arm/src/stm32wb/stm32wb_rcc_lse.c index f0c0712d59..4927de6dec 100644 --- a/arch/arm/src/stm32wb/stm32wb_rcc_lse.c +++ b/arch/arm/src/stm32wb/stm32wb_rcc_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rcc_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_rcc_lsi.c b/arch/arm/src/stm32wb/stm32wb_rcc_lsi.c index d051b272f1..32597118fb 100644 --- a/arch/arm/src/stm32wb/stm32wb_rcc_lsi.c +++ b/arch/arm/src/stm32wb/stm32wb_rcc_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rcc_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_rtc.c b/arch/arm/src/stm32wb/stm32wb_rtc.c index 3b1a332576..ff1ccc4742 100644 --- a/arch/arm/src/stm32wb/stm32wb_rtc.c +++ b/arch/arm/src/stm32wb/stm32wb_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_rtc.h b/arch/arm/src/stm32wb/stm32wb_rtc.h index a7181cf9d6..6868b14ddc 100644 --- a/arch/arm/src/stm32wb/stm32wb_rtc.h +++ b/arch/arm/src/stm32wb/stm32wb_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rtc.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/arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c b/arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c index fd2b51cb74..009ead5cea 100644 --- a/arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c +++ b/arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_serial.c b/arch/arm/src/stm32wb/stm32wb_serial.c index 69804719e7..1f6cdc2214 100644 --- a/arch/arm/src/stm32wb/stm32wb_serial.c +++ b/arch/arm/src/stm32wb/stm32wb_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_spi.c b/arch/arm/src/stm32wb/stm32wb_spi.c index e1aff781d6..9619a7cbf1 100644 --- a/arch/arm/src/stm32wb/stm32wb_spi.c +++ b/arch/arm/src/stm32wb/stm32wb_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_spi.h b/arch/arm/src/stm32wb/stm32wb_spi.h index 5a0046603b..f7998c56b6 100644 --- a/arch/arm/src/stm32wb/stm32wb_spi.h +++ b/arch/arm/src/stm32wb/stm32wb_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_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/arch/arm/src/stm32wb/stm32wb_start.c b/arch/arm/src/stm32wb/stm32wb_start.c index 2f829f8d03..f2db187752 100644 --- a/arch/arm/src/stm32wb/stm32wb_start.c +++ b/arch/arm/src/stm32wb/stm32wb_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_start.h b/arch/arm/src/stm32wb/stm32wb_start.h index 7c38e170f3..e59d2843c5 100644 --- a/arch/arm/src/stm32wb/stm32wb_start.h +++ b/arch/arm/src/stm32wb/stm32wb_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_start.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/arch/arm/src/stm32wb/stm32wb_tickless.c b/arch/arm/src/stm32wb/stm32wb_tickless.c index 1e2b8d9f68..fc24296d3a 100644 --- a/arch/arm/src/stm32wb/stm32wb_tickless.c +++ b/arch/arm/src/stm32wb/stm32wb_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_tickless.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_tim.c b/arch/arm/src/stm32wb/stm32wb_tim.c index 99c2db297b..4cac285947 100644 --- a/arch/arm/src/stm32wb/stm32wb_tim.c +++ b/arch/arm/src/stm32wb/stm32wb_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_tim.h b/arch/arm/src/stm32wb/stm32wb_tim.h index 3f50061d70..a1257fbee5 100644 --- a/arch/arm/src/stm32wb/stm32wb_tim.h +++ b/arch/arm/src/stm32wb/stm32wb_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_tim.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/arch/arm/src/stm32wb/stm32wb_tim_lowerhalf.c b/arch/arm/src/stm32wb/stm32wb_tim_lowerhalf.c index 25600bfd23..ef7af07926 100644 --- a/arch/arm/src/stm32wb/stm32wb_tim_lowerhalf.c +++ b/arch/arm/src/stm32wb/stm32wb_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_timerisr.c b/arch/arm/src/stm32wb/stm32wb_timerisr.c index 880a071e3d..21bb7bae1c 100644 --- a/arch/arm/src/stm32wb/stm32wb_timerisr.c +++ b/arch/arm/src/stm32wb/stm32wb_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_uart.h b/arch/arm/src/stm32wb/stm32wb_uart.h index 31b915ea3c..dc4e2dadff 100644 --- a/arch/arm/src/stm32wb/stm32wb_uart.h +++ b/arch/arm/src/stm32wb/stm32wb_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_uart.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/arch/arm/src/stm32wb/stm32wb_uid.c b/arch/arm/src/stm32wb/stm32wb_uid.c index 9f78f2bf40..22e781f8c6 100644 --- a/arch/arm/src/stm32wb/stm32wb_uid.c +++ b/arch/arm/src/stm32wb/stm32wb_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_uid.h b/arch/arm/src/stm32wb/stm32wb_uid.h index 5431df1c6c..e1f01292df 100644 --- a/arch/arm/src/stm32wb/stm32wb_uid.h +++ b/arch/arm/src/stm32wb/stm32wb_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_uid.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/arch/arm/src/stm32wb/stm32wb_userspace.c b/arch/arm/src/stm32wb/stm32wb_userspace.c index 20f61aa226..6f9a3451e6 100644 --- a/arch/arm/src/stm32wb/stm32wb_userspace.c +++ b/arch/arm/src/stm32wb/stm32wb_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_userspace.h b/arch/arm/src/stm32wb/stm32wb_userspace.h index 48519baba1..4a428e9b7c 100644 --- a/arch/arm/src/stm32wb/stm32wb_userspace.h +++ b/arch/arm/src/stm32wb/stm32wb_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_userspace.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/arch/arm/src/stm32wb/stm32wb_waste.c b/arch/arm/src/stm32wb/stm32wb_waste.c index 224422afd6..48f022c7d4 100644 --- a/arch/arm/src/stm32wb/stm32wb_waste.c +++ b/arch/arm/src/stm32wb/stm32wb_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wb/stm32wb_waste.h b/arch/arm/src/stm32wb/stm32wb_waste.h index 1c687ef119..97660bf160 100644 --- a/arch/arm/src/stm32wb/stm32wb_waste.h +++ b/arch/arm/src/stm32wb/stm32wb_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wb/stm32wb_waste.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/arch/arm/src/stm32wl5/Make.defs b/arch/arm/src/stm32wl5/Make.defs index a4a5ea5ca7..fc265b697a 100644 --- a/arch/arm/src/stm32wl5/Make.defs +++ b/arch/arm/src/stm32wl5/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/stm32wl5/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/arch/arm/src/stm32wl5/chip.h b/arch/arm/src/stm32wl5/chip.h index 3688e6b330..b9f0208954 100644 --- a/arch/arm/src/stm32wl5/chip.h +++ b/arch/arm/src/stm32wl5/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/chip.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/arch/arm/src/stm32wl5/hardware/stm32wl5_exti.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_exti.h index 75273550bb..1c0b4b51f9 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_exti.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_exti.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/arch/arm/src/stm32wl5/hardware/stm32wl5_flash.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_flash.h index 26ca718fe4..83ac471444 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_flash.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_flash.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/arch/arm/src/stm32wl5/hardware/stm32wl5_gpio.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_gpio.h index 35eb196329..9f76cb4efa 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_gpio.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_gpio.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/arch/arm/src/stm32wl5/hardware/stm32wl5_ipcc.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_ipcc.h index 47466253c1..56632c5a93 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_ipcc.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_ipcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_ipcc.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/arch/arm/src/stm32wl5/hardware/stm32wl5_memorymap.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_memorymap.h index b6ececc4e9..89df326775 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_memorymap.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_memorymap.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/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h index 3423400f2f..b38799ada8 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_pinmap.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/arch/arm/src/stm32wl5/hardware/stm32wl5_pwr.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_pwr.h index ecd3860685..d86d8b2c69 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_pwr.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_pwr.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/arch/arm/src/stm32wl5/hardware/stm32wl5_rcc.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_rcc.h index df9c46636f..3f7309342f 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_rcc.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_rcc.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/arch/arm/src/stm32wl5/hardware/stm32wl5_spi.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_spi.h index 415518ac49..22c61af23a 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_spi.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_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/arch/arm/src/stm32wl5/hardware/stm32wl5_syscfg.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_syscfg.h index 8f6a96ff0e..eaf17d3ad0 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_syscfg.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_syscfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_syscfg.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/arch/arm/src/stm32wl5/hardware/stm32wl5_tim.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_tim.h index fdc46a6493..fb6120fe9a 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_tim.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_tim.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/arch/arm/src/stm32wl5/hardware/stm32wl5_uart.h b/arch/arm/src/stm32wl5/hardware/stm32wl5_uart.h index f0d5d20074..5eb2450e7a 100644 --- a/arch/arm/src/stm32wl5/hardware/stm32wl5_uart.h +++ b/arch/arm/src/stm32wl5/hardware/stm32wl5_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/hardware/stm32wl5_uart.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/arch/arm/src/stm32wl5/stm32wl5.h b/arch/arm/src/stm32wl5/stm32wl5.h index 7407096f50..5b7eb44043 100644 --- a/arch/arm/src/stm32wl5/stm32wl5.h +++ b/arch/arm/src/stm32wl5/stm32wl5.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5.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/arch/arm/src/stm32wl5/stm32wl5_allocateheap.c b/arch/arm/src/stm32wl5/stm32wl5_allocateheap.c index f7ef7a93ad..625e396de7 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_allocateheap.c +++ b/arch/arm/src/stm32wl5/stm32wl5_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_exti.h b/arch/arm/src/stm32wl5/stm32wl5_exti.h index 91f2bb1384..9535111414 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_exti.h +++ b/arch/arm/src/stm32wl5/stm32wl5_exti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_exti.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/arch/arm/src/stm32wl5/stm32wl5_exti_gpio.c b/arch/arm/src/stm32wl5/stm32wl5_exti_gpio.c index 153a409996..25503bfbd6 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_exti_gpio.c +++ b/arch/arm/src/stm32wl5/stm32wl5_exti_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_exti_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/arch/arm/src/stm32wl5/stm32wl5_flash.c b/arch/arm/src/stm32wl5/stm32wl5_flash.c index 34a5f25f45..955ae59915 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_flash.c +++ b/arch/arm/src/stm32wl5/stm32wl5_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_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/arch/arm/src/stm32wl5/stm32wl5_flash.h b/arch/arm/src/stm32wl5/stm32wl5_flash.h index a4f70df674..87f0abbdeb 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_flash.h +++ b/arch/arm/src/stm32wl5/stm32wl5_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_flash.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/arch/arm/src/stm32wl5/stm32wl5_gpio.c b/arch/arm/src/stm32wl5/stm32wl5_gpio.c index 122ca63fd7..acfd51ac8f 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_gpio.c +++ b/arch/arm/src/stm32wl5/stm32wl5_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_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/arch/arm/src/stm32wl5/stm32wl5_gpio.h b/arch/arm/src/stm32wl5/stm32wl5_gpio.h index a666686198..86480eb193 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_gpio.h +++ b/arch/arm/src/stm32wl5/stm32wl5_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_gpio.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/arch/arm/src/stm32wl5/stm32wl5_idle.c b/arch/arm/src/stm32wl5/stm32wl5_idle.c index cebad64ad7..6c66057a07 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_idle.c +++ b/arch/arm/src/stm32wl5/stm32wl5_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_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/arch/arm/src/stm32wl5/stm32wl5_ipcc.c b/arch/arm/src/stm32wl5/stm32wl5_ipcc.c index b0a8b3085b..ecf768d14c 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_ipcc.c +++ b/arch/arm/src/stm32wl5/stm32wl5_ipcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_ipcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_ipcc.h b/arch/arm/src/stm32wl5/stm32wl5_ipcc.h index 2d2a221fa0..e37da7b0f7 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_ipcc.h +++ b/arch/arm/src/stm32wl5/stm32wl5_ipcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_ipcc.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/arch/arm/src/stm32wl5/stm32wl5_irq.c b/arch/arm/src/stm32wl5/stm32wl5_irq.c index 47740528fe..48656c0e0f 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_irq.c +++ b/arch/arm/src/stm32wl5/stm32wl5_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_lowputc.c b/arch/arm/src/stm32wl5/stm32wl5_lowputc.c index b7c8717d1f..eacbe6ac86 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_lowputc.c +++ b/arch/arm/src/stm32wl5/stm32wl5_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_lowputc.h b/arch/arm/src/stm32wl5/stm32wl5_lowputc.h index 28a9e972b3..3ab795bc58 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_lowputc.h +++ b/arch/arm/src/stm32wl5/stm32wl5_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_lowputc.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/arch/arm/src/stm32wl5/stm32wl5_lse.c b/arch/arm/src/stm32wl5/stm32wl5_lse.c index 1035d49df6..27f67a216e 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_lse.c +++ b/arch/arm/src/stm32wl5/stm32wl5_lse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_lse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_lsi.c b/arch/arm/src/stm32wl5/stm32wl5_lsi.c index 03aab52bbd..ea4495ddbd 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_lsi.c +++ b/arch/arm/src/stm32wl5/stm32wl5_lsi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_lsi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_mpuinit.c b/arch/arm/src/stm32wl5/stm32wl5_mpuinit.c index 55aae6bb07..beab699c02 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_mpuinit.c +++ b/arch/arm/src/stm32wl5/stm32wl5_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_mpuinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_mpuinit.h b/arch/arm/src/stm32wl5/stm32wl5_mpuinit.h index 0d04603796..46968b5add 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_mpuinit.h +++ b/arch/arm/src/stm32wl5/stm32wl5_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_mpuinit.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/arch/arm/src/stm32wl5/stm32wl5_pwr.c b/arch/arm/src/stm32wl5/stm32wl5_pwr.c index 58ec08cb17..e1a1644ed5 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_pwr.c +++ b/arch/arm/src/stm32wl5/stm32wl5_pwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_pwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_pwr.h b/arch/arm/src/stm32wl5/stm32wl5_pwr.h index 5cfb6e4519..7ad5243285 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_pwr.h +++ b/arch/arm/src/stm32wl5/stm32wl5_pwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_pwr.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/arch/arm/src/stm32wl5/stm32wl5_rcc.c b/arch/arm/src/stm32wl5/stm32wl5_rcc.c index 380d14a50b..dd6bf1e397 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_rcc.c +++ b/arch/arm/src/stm32wl5/stm32wl5_rcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_rcc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_rcc.h b/arch/arm/src/stm32wl5/stm32wl5_rcc.h index 4e3d621961..1989f237af 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_rcc.h +++ b/arch/arm/src/stm32wl5/stm32wl5_rcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_rcc.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/arch/arm/src/stm32wl5/stm32wl5_serial.c b/arch/arm/src/stm32wl5/stm32wl5_serial.c index 604dd3993d..434323f9d6 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_serial.c +++ b/arch/arm/src/stm32wl5/stm32wl5_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_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/arch/arm/src/stm32wl5/stm32wl5_spi.c b/arch/arm/src/stm32wl5/stm32wl5_spi.c index e8c438b967..867cdddbde 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_spi.c +++ b/arch/arm/src/stm32wl5/stm32wl5_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_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/arch/arm/src/stm32wl5/stm32wl5_spi.h b/arch/arm/src/stm32wl5/stm32wl5_spi.h index af6fd854cf..17071c7fa3 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_spi.h +++ b/arch/arm/src/stm32wl5/stm32wl5_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_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/arch/arm/src/stm32wl5/stm32wl5_start.c b/arch/arm/src/stm32wl5/stm32wl5_start.c index d7ddc49069..a5075eaac0 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_start.c +++ b/arch/arm/src/stm32wl5/stm32wl5_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_start.h b/arch/arm/src/stm32wl5/stm32wl5_start.h index 714805a84e..b36f7600b6 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_start.h +++ b/arch/arm/src/stm32wl5/stm32wl5_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_start.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/arch/arm/src/stm32wl5/stm32wl5_tim.c b/arch/arm/src/stm32wl5/stm32wl5_tim.c index e0f4ba0bc1..1657b24cf4 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_tim.c +++ b/arch/arm/src/stm32wl5/stm32wl5_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_tim.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_tim.h b/arch/arm/src/stm32wl5/stm32wl5_tim.h index c63b9c73b9..3d7161c3b6 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_tim.h +++ b/arch/arm/src/stm32wl5/stm32wl5_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_tim.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/arch/arm/src/stm32wl5/stm32wl5_tim_lowerhalf.c b/arch/arm/src/stm32wl5/stm32wl5_tim_lowerhalf.c index 9be2e0fb54..572c4c95c2 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_tim_lowerhalf.c +++ b/arch/arm/src/stm32wl5/stm32wl5_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_timerisr.c b/arch/arm/src/stm32wl5/stm32wl5_timerisr.c index 37a9e19636..cd1efb1736 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_timerisr.c +++ b/arch/arm/src/stm32wl5/stm32wl5_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_uart.h b/arch/arm/src/stm32wl5/stm32wl5_uart.h index 26bdfa834a..8abf47c83c 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_uart.h +++ b/arch/arm/src/stm32wl5/stm32wl5_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_uart.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/arch/arm/src/stm32wl5/stm32wl5_uid.c b/arch/arm/src/stm32wl5/stm32wl5_uid.c index a44d89e429..b8fa93730b 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_uid.c +++ b/arch/arm/src/stm32wl5/stm32wl5_uid.c @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab - * dev@ziggurat9.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: dev@ziggurat9.com * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32wl5/stm32wl5_uid.h b/arch/arm/src/stm32wl5/stm32wl5_uid.h index e1ab3ceae2..6992f84b9c 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_uid.h +++ b/arch/arm/src/stm32wl5/stm32wl5_uid.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_uid.h * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Author: Marawan Ragab - * dev@ziggurat9.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: dev@ziggurat9.com * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32wl5/stm32wl5_userspace.c b/arch/arm/src/stm32wl5/stm32wl5_userspace.c index 489e523dfc..345a6f0f45 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_userspace.c +++ b/arch/arm/src/stm32wl5/stm32wl5_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_userspace.h b/arch/arm/src/stm32wl5/stm32wl5_userspace.h index ab3e08336f..3ca2fdf521 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_userspace.h +++ b/arch/arm/src/stm32wl5/stm32wl5_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_userspace.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/arch/arm/src/stm32wl5/stm32wl5_waste.c b/arch/arm/src/stm32wl5/stm32wl5_waste.c index 84a065015c..96f0e621cf 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_waste.c +++ b/arch/arm/src/stm32wl5/stm32wl5_waste.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_waste.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/stm32wl5/stm32wl5_waste.h b/arch/arm/src/stm32wl5/stm32wl5_waste.h index 01534495a0..348469b498 100644 --- a/arch/arm/src/stm32wl5/stm32wl5_waste.h +++ b/arch/arm/src/stm32wl5/stm32wl5_waste.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/stm32wl5/stm32wl5_waste.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/arch/arm/src/str71x/Make.defs b/arch/arm/src/str71x/Make.defs index 4d38b40360..4111304aca 100644 --- a/arch/arm/src/str71x/Make.defs +++ b/arch/arm/src/str71x/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/arm/src/str71x/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/arch/arm/src/str71x/chip.h b/arch/arm/src/str71x/chip.h index a8dd18182f..0f622d910b 100644 --- a/arch/arm/src/str71x/chip.h +++ b/arch/arm/src/str71x/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/chip.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/arch/arm/src/str71x/str71x.h b/arch/arm/src/str71x/str71x.h index 8d9bd0dec2..9049e80262 100644 --- a/arch/arm/src/str71x/str71x.h +++ b/arch/arm/src/str71x/str71x.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x.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/arch/arm/src/str71x/str71x_adc12.h b/arch/arm/src/str71x/str71x_adc12.h index 9580bff331..dd0f7884a0 100644 --- a/arch/arm/src/str71x/str71x_adc12.h +++ b/arch/arm/src/str71x/str71x_adc12.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_adc12.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/arch/arm/src/str71x/str71x_apb.h b/arch/arm/src/str71x/str71x_apb.h index 62a06606a4..7538b154e2 100644 --- a/arch/arm/src/str71x/str71x_apb.h +++ b/arch/arm/src/str71x/str71x_apb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_apb.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/arch/arm/src/str71x/str71x_bspi.h b/arch/arm/src/str71x/str71x_bspi.h index e6818964b3..f4e6878321 100644 --- a/arch/arm/src/str71x/str71x_bspi.h +++ b/arch/arm/src/str71x/str71x_bspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_bspi.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/arch/arm/src/str71x/str71x_can.h b/arch/arm/src/str71x/str71x_can.h index f085b7c6b8..401b2d66d9 100644 --- a/arch/arm/src/str71x/str71x_can.h +++ b/arch/arm/src/str71x/str71x_can.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_can.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/arch/arm/src/str71x/str71x_decodeirq.c b/arch/arm/src/str71x/str71x_decodeirq.c index 44b19937d8..0e45cc6d40 100644 --- a/arch/arm/src/str71x/str71x_decodeirq.c +++ b/arch/arm/src/str71x/str71x_decodeirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_decodeirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_eic.h b/arch/arm/src/str71x/str71x_eic.h index cad6372b07..eaa2d42531 100644 --- a/arch/arm/src/str71x/str71x_eic.h +++ b/arch/arm/src/str71x/str71x_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_eic.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/arch/arm/src/str71x/str71x_emi.h b/arch/arm/src/str71x/str71x_emi.h index 353bd4619c..d61b30d985 100644 --- a/arch/arm/src/str71x/str71x_emi.h +++ b/arch/arm/src/str71x/str71x_emi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_emi.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/arch/arm/src/str71x/str71x_flash.h b/arch/arm/src/str71x/str71x_flash.h index 1af978dd2c..05a80235ec 100644 --- a/arch/arm/src/str71x/str71x_flash.h +++ b/arch/arm/src/str71x/str71x_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_flash.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/arch/arm/src/str71x/str71x_gpio.h b/arch/arm/src/str71x/str71x_gpio.h index 9c4d87591f..2b0cd7867c 100644 --- a/arch/arm/src/str71x/str71x_gpio.h +++ b/arch/arm/src/str71x/str71x_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_gpio.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/arch/arm/src/str71x/str71x_head.S b/arch/arm/src/str71x/str71x_head.S index e2df8cac76..b74c821dd3 100644 --- a/arch/arm/src/str71x/str71x_head.S +++ b/arch/arm/src/str71x/str71x_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_head.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_i2c.h b/arch/arm/src/str71x/str71x_i2c.h index 35289d704d..908a80c2eb 100644 --- a/arch/arm/src/str71x/str71x_i2c.h +++ b/arch/arm/src/str71x/str71x_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_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/arch/arm/src/str71x/str71x_irq.c b/arch/arm/src/str71x/str71x_irq.c index eeaef6e0cc..81405f5583 100644 --- a/arch/arm/src/str71x/str71x_irq.c +++ b/arch/arm/src/str71x/str71x_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_lowputc.c b/arch/arm/src/str71x/str71x_lowputc.c index f9e8e2289c..66cc99cb68 100644 --- a/arch/arm/src/str71x/str71x_lowputc.c +++ b/arch/arm/src/str71x/str71x_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_map.h b/arch/arm/src/str71x/str71x_map.h index 597520a7b8..307858468f 100644 --- a/arch/arm/src/str71x/str71x_map.h +++ b/arch/arm/src/str71x/str71x_map.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_map.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/arch/arm/src/str71x/str71x_pcu.h b/arch/arm/src/str71x/str71x_pcu.h index cff6163250..f438731c0c 100644 --- a/arch/arm/src/str71x/str71x_pcu.h +++ b/arch/arm/src/str71x/str71x_pcu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_pcu.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/arch/arm/src/str71x/str71x_prccu.c b/arch/arm/src/str71x/str71x_prccu.c index 1fd08bcd4e..d50355aba5 100644 --- a/arch/arm/src/str71x/str71x_prccu.c +++ b/arch/arm/src/str71x/str71x_prccu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_prccu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_rccu.h b/arch/arm/src/str71x/str71x_rccu.h index 6c5247cb32..2f59fdabd6 100644 --- a/arch/arm/src/str71x/str71x_rccu.h +++ b/arch/arm/src/str71x/str71x_rccu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_rccu.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/arch/arm/src/str71x/str71x_rtc.h b/arch/arm/src/str71x/str71x_rtc.h index 04dc21f744..204344c4bc 100644 --- a/arch/arm/src/str71x/str71x_rtc.h +++ b/arch/arm/src/str71x/str71x_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_rtc.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/arch/arm/src/str71x/str71x_serial.c b/arch/arm/src/str71x/str71x_serial.c index 53ddaddadd..c37ecbfa5c 100644 --- a/arch/arm/src/str71x/str71x_serial.c +++ b/arch/arm/src/str71x/str71x_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_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/arch/arm/src/str71x/str71x_timer.h b/arch/arm/src/str71x/str71x_timer.h index db2898c57f..bbb57390dc 100644 --- a/arch/arm/src/str71x/str71x_timer.h +++ b/arch/arm/src/str71x/str71x_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_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/arch/arm/src/str71x/str71x_timerisr.c b/arch/arm/src/str71x/str71x_timerisr.c index cb2ef4d4ad..bf53e095f9 100644 --- a/arch/arm/src/str71x/str71x_timerisr.c +++ b/arch/arm/src/str71x/str71x_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_timerisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_uart.h b/arch/arm/src/str71x/str71x_uart.h index 5324e4d00d..501d6ca08a 100644 --- a/arch/arm/src/str71x/str71x_uart.h +++ b/arch/arm/src/str71x/str71x_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_uart.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/arch/arm/src/str71x/str71x_usb.h b/arch/arm/src/str71x/str71x_usb.h index 62215e3536..8fed746b4b 100644 --- a/arch/arm/src/str71x/str71x_usb.h +++ b/arch/arm/src/str71x/str71x_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_usb.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/arch/arm/src/str71x/str71x_wdog.h b/arch/arm/src/str71x/str71x_wdog.h index 49c3bcd96d..b0a65ac632 100644 --- a/arch/arm/src/str71x/str71x_wdog.h +++ b/arch/arm/src/str71x/str71x_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_wdog.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/arch/arm/src/str71x/str71x_xti.c b/arch/arm/src/str71x/str71x_xti.c index 832d189821..a023121ae4 100644 --- a/arch/arm/src/str71x/str71x_xti.c +++ b/arch/arm/src/str71x/str71x_xti.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_xti.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/str71x/str71x_xti.h b/arch/arm/src/str71x/str71x_xti.h index 007ab25992..66cc1c5864 100644 --- a/arch/arm/src/str71x/str71x_xti.h +++ b/arch/arm/src/str71x/str71x_xti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/str71x/str71x_xti.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