From d368c0cc04e753561bcab30d79bb1956448d6b19 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Fri, 6 Dec 2024 13:32:48 +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/src/tiva/CMakeLists.txt | 2 ++ arch/arm/src/tiva/Make.defs | 2 ++ arch/arm/src/tiva/cc13xx/cc13x0_rom.c | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13x0_rom.h | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13x0_trim.c | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c | 13 ++++------- arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h | 12 ++++------ .../src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c | 12 ++++------ .../src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h | 12 ++++------ .../src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_gpio.c | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_gpio.h | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_gpioirq.c | 2 ++ arch/arm/src/tiva/cc13xx/cc13xx_prcm.c | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13xx_prcm.h | 12 ++++------ arch/arm/src/tiva/cc13xx/cc13xx_start.c | 2 ++ arch/arm/src/tiva/chip.h | 2 ++ arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c | 2 ++ .../src/tiva/common/lmxx_tm4c_enableclks.h | 2 ++ .../arm/src/tiva/common/lmxx_tm4c_enablepwr.h | 2 ++ arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c | 2 ++ arch/arm/src/tiva/common/lmxx_tm4c_start.c | 2 ++ arch/arm/src/tiva/common/tiva_adclib.c | 13 ++++------- arch/arm/src/tiva/common/tiva_adclow.c | 17 +++++--------- arch/arm/src/tiva/common/tiva_allocateheap.c | 2 ++ arch/arm/src/tiva/common/tiva_can.c | 3 ++- arch/arm/src/tiva/common/tiva_dumpgpio.c | 2 ++ arch/arm/src/tiva/common/tiva_eeprom.c | 2 ++ arch/arm/src/tiva/common/tiva_flash.c | 2 ++ arch/arm/src/tiva/common/tiva_hciuart.c | 2 ++ arch/arm/src/tiva/common/tiva_i2c.c | 2 ++ arch/arm/src/tiva/common/tiva_idle.c | 2 ++ arch/arm/src/tiva/common/tiva_irq.c | 2 ++ arch/arm/src/tiva/common/tiva_lowputc.c | 2 ++ arch/arm/src/tiva/common/tiva_mpuinit.c | 2 ++ arch/arm/src/tiva/common/tiva_pwm.c | 13 +++++------ arch/arm/src/tiva/common/tiva_qencoder.c | 15 +++++-------- arch/arm/src/tiva/common/tiva_serial.c | 2 ++ arch/arm/src/tiva/common/tiva_sock_can.c | 3 ++- arch/arm/src/tiva/common/tiva_ssi.c | 2 ++ arch/arm/src/tiva/common/tiva_timerisr.c | 2 ++ arch/arm/src/tiva/common/tiva_timerlib.c | 2 ++ arch/arm/src/tiva/common/tiva_timerlow32.c | 2 ++ arch/arm/src/tiva/common/tiva_userspace.c | 2 ++ .../tiva/hardware/cc13x0/cc13x0_adi2_refsys.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_adi3_refsys.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_adi4_aux.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_aon_batmon.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_aon_sysctl.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_aux_smph.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_ccfg.h | 12 ++++------ .../arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_ddi0_osc.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_fcfg1.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_flash.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_gpio.h | 12 ++++------ .../arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h | 12 ++++------ .../arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h | 12 ++++------ .../tiva/hardware/cc13x0/cc13x0_memorymap.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_prcm.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_smph.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_timer.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_uart.h | 12 ++++------ .../src/tiva/hardware/cc13x0/cc13x0_vims.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_ddi.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_flash.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_gpio.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_i2c.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_ioc.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_prcm.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_smph.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_timer.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_uart.h | 12 ++++------ .../cc13x2_cc26x2/cc13x2_cc26x2_vims.h | 12 ++++------ arch/arm/src/tiva/hardware/lm/lm3s_ethernet.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm3s_flash.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm3s_gpio.h | 2 ++ .../arm/src/tiva/hardware/lm/lm3s_memorymap.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm3s_pinmap.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm3s_sysctrl.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm3s_timer.h | 22 ++++++------------- arch/arm/src/tiva/hardware/lm/lm4f_gpio.h | 2 ++ .../arm/src/tiva/hardware/lm/lm4f_memorymap.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm4f_pinmap.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm4f_sysctrl.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm4f_timer.h | 22 ++++++------------- arch/arm/src/tiva/hardware/lm/lm_i2c.h | 2 ++ arch/arm/src/tiva/hardware/lm/lm_uart.h | 2 ++ arch/arm/src/tiva/hardware/tiva_adc.h | 5 +++-- arch/arm/src/tiva/hardware/tiva_adi2_refsys.h | 2 ++ arch/arm/src/tiva/hardware/tiva_adi3_refsys.h | 2 ++ arch/arm/src/tiva/hardware/tiva_adi4_aux.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aon_batmon.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aon_ioc.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aon_pmctl.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aon_rtc.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aon_sysctl.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aon_wuc.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aux_smph.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aux_sysif.h | 2 ++ arch/arm/src/tiva/hardware/tiva_aux_wuc.h | 2 ++ arch/arm/src/tiva/hardware/tiva_can.h | 16 +++----------- arch/arm/src/tiva/hardware/tiva_ccfg.h | 2 ++ arch/arm/src/tiva/hardware/tiva_ddi.h | 2 ++ arch/arm/src/tiva/hardware/tiva_ddi0_osc.h | 2 ++ arch/arm/src/tiva/hardware/tiva_eeprom.h | 2 ++ arch/arm/src/tiva/hardware/tiva_epi.h | 5 +++-- arch/arm/src/tiva/hardware/tiva_ethernet.h | 2 ++ arch/arm/src/tiva/hardware/tiva_fcfg1.h | 2 ++ arch/arm/src/tiva/hardware/tiva_flash.h | 2 ++ arch/arm/src/tiva/hardware/tiva_gpio.h | 2 ++ arch/arm/src/tiva/hardware/tiva_i2c.h | 2 ++ arch/arm/src/tiva/hardware/tiva_ioc.h | 2 ++ arch/arm/src/tiva/hardware/tiva_memorymap.h | 2 ++ arch/arm/src/tiva/hardware/tiva_pinmap.h | 2 ++ arch/arm/src/tiva/hardware/tiva_prcm.h | 2 ++ arch/arm/src/tiva/hardware/tiva_pwm.h | 5 +++-- arch/arm/src/tiva/hardware/tiva_qencoder.h | 5 +++-- arch/arm/src/tiva/hardware/tiva_smph.h | 2 ++ arch/arm/src/tiva/hardware/tiva_ssi.h | 2 ++ arch/arm/src/tiva/hardware/tiva_sysctrl.h | 2 ++ arch/arm/src/tiva/hardware/tiva_timer.h | 2 ++ arch/arm/src/tiva/hardware/tiva_uart.h | 2 ++ arch/arm/src/tiva/hardware/tiva_vims.h | 2 ++ arch/arm/src/tiva/hardware/tiva_wdt.h | 2 ++ .../arm/src/tiva/hardware/tm4c/tm4c123_gpio.h | 2 ++ arch/arm/src/tiva/hardware/tm4c/tm4c123_i2c.h | 2 ++ .../src/tiva/hardware/tm4c/tm4c123_sysctrl.h | 2 ++ .../src/tiva/hardware/tm4c/tm4c123_timer.h | 22 ++++++------------- .../arm/src/tiva/hardware/tm4c/tm4c129_gpio.h | 2 ++ arch/arm/src/tiva/hardware/tm4c/tm4c129_i2c.h | 2 ++ .../src/tiva/hardware/tm4c/tm4c129_sysctrl.h | 2 ++ .../src/tiva/hardware/tm4c/tm4c129_timer.h | 22 ++++++------------- .../src/tiva/hardware/tm4c/tm4c_ethernet.h | 12 +++++----- arch/arm/src/tiva/hardware/tm4c/tm4c_flash.h | 12 +++++----- .../src/tiva/hardware/tm4c/tm4c_memorymap.h | 2 ++ arch/arm/src/tiva/hardware/tm4c/tm4c_pinmap.h | 2 ++ arch/arm/src/tiva/hardware/tm4c/tm4c_uart.h | 2 ++ arch/arm/src/tiva/lm/lm3s_ethernet.c | 2 ++ arch/arm/src/tiva/lm/lm3s_gpio.c | 2 ++ arch/arm/src/tiva/lm/lm3s_gpio.h | 2 ++ arch/arm/src/tiva/lm/lm4f_gpio.c | 2 ++ arch/arm/src/tiva/lm/lm4f_gpio.h | 2 ++ arch/arm/src/tiva/tiva_adc.h | 5 +++-- arch/arm/src/tiva/tiva_can.h | 3 ++- arch/arm/src/tiva/tiva_chipinfo.h | 12 ++++------ arch/arm/src/tiva/tiva_eeprom.h | 2 ++ arch/arm/src/tiva/tiva_enableclks.h | 2 ++ arch/arm/src/tiva/tiva_enablepwr.h | 2 ++ arch/arm/src/tiva/tiva_ethernet.h | 2 ++ arch/arm/src/tiva/tiva_flash.h | 2 ++ arch/arm/src/tiva/tiva_gpio.h | 2 ++ arch/arm/src/tiva/tiva_hciuart.h | 2 ++ arch/arm/src/tiva/tiva_i2c.h | 2 ++ arch/arm/src/tiva/tiva_lowputc.h | 2 ++ arch/arm/src/tiva/tiva_mpuinit.h | 2 ++ arch/arm/src/tiva/tiva_periphrdy.h | 2 ++ arch/arm/src/tiva/tiva_pwm.h | 5 +++-- arch/arm/src/tiva/tiva_qencoder.h | 5 +++-- arch/arm/src/tiva/tiva_ssi.h | 2 ++ arch/arm/src/tiva/tiva_start.h | 2 ++ arch/arm/src/tiva/tiva_sysctrl.h | 2 ++ arch/arm/src/tiva/tiva_timer.h | 2 ++ arch/arm/src/tiva/tiva_userspace.h | 2 ++ arch/arm/src/tiva/tm4c/tm4c129_sysctrl.c | 2 ++ arch/arm/src/tiva/tm4c/tm4c_ethernet.c | 2 ++ arch/arm/src/tiva/tm4c/tm4c_gpio.c | 2 ++ arch/arm/src/tiva/tm4c/tm4c_gpio.h | 2 ++ arch/arm/src/tlsr82/Make.defs | 2 ++ arch/arm/src/tlsr82/Toolchain.defs | 2 ++ arch/arm/src/tlsr82/chip.h | 2 ++ .../src/tlsr82/chip/b87/boot/cstartup_flash.S | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_adc.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_aes.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_analog.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_clock.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_dfifo.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_dma.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_gpio.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_irq.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_mspi.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_pwm.h | 2 ++ .../arm/src/tlsr82/hardware/tlsr82_register.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_spi.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_timer.h | 2 ++ arch/arm/src/tlsr82/hardware/tlsr82_uart.h | 2 ++ arch/arm/src/tlsr82/tc32/Make.defs | 2 ++ arch/arm/src/tlsr82/tc32/div_mod.S | 2 ++ arch/arm/src/tlsr82/tc32/tc32.h | 2 ++ arch/arm/src/tlsr82/tc32/tc32_backtrace.c | 2 ++ arch/arm/src/tlsr82/tc32/tc32_doirq.c | 2 ++ arch/arm/src/tlsr82/tc32/tc32_exception.S | 2 ++ .../src/tlsr82/tc32/tc32_fullcontextrestore.S | 2 ++ arch/arm/src/tlsr82/tc32/tc32_initialstate.c | 2 ++ .../src/tlsr82/tc32/tc32_saveusercontext.S | 2 ++ .../src/tlsr82/tc32/tc32_schedulesigaction.c | 2 ++ arch/arm/src/tlsr82/tc32/tc32_switchcontext.S | 2 ++ arch/arm/src/tlsr82/tc32/tc32_syscall.c | 2 ++ arch/arm/src/tlsr82/tc32/tc32_udelay.c | 2 ++ arch/arm/src/tlsr82/tlsr82_adc.c | 2 ++ arch/arm/src/tlsr82/tlsr82_adc.h | 2 ++ arch/arm/src/tlsr82/tlsr82_aes.c | 2 ++ arch/arm/src/tlsr82/tlsr82_analog.c | 2 ++ arch/arm/src/tlsr82/tlsr82_analog.h | 2 ++ arch/arm/src/tlsr82/tlsr82_clock.c | 2 ++ arch/arm/src/tlsr82/tlsr82_clock.h | 2 ++ arch/arm/src/tlsr82/tlsr82_cpu.c | 2 ++ arch/arm/src/tlsr82/tlsr82_cpu.h | 2 ++ arch/arm/src/tlsr82/tlsr82_flash.c | 2 ++ arch/arm/src/tlsr82/tlsr82_flash.h | 2 ++ arch/arm/src/tlsr82/tlsr82_flash_mtd.c | 2 ++ arch/arm/src/tlsr82/tlsr82_flash_mtd.h | 2 ++ arch/arm/src/tlsr82/tlsr82_gpio.c | 2 ++ arch/arm/src/tlsr82/tlsr82_gpio.h | 2 ++ arch/arm/src/tlsr82/tlsr82_gpio_cfg.c | 2 ++ arch/arm/src/tlsr82/tlsr82_gpio_cfg.h | 2 ++ arch/arm/src/tlsr82/tlsr82_gpio_default.h | 2 ++ arch/arm/src/tlsr82/tlsr82_irq.c | 2 ++ arch/arm/src/tlsr82/tlsr82_mspi.c | 2 ++ arch/arm/src/tlsr82/tlsr82_mspi.h | 2 ++ arch/arm/src/tlsr82/tlsr82_pwm.c | 2 ++ arch/arm/src/tlsr82/tlsr82_pwm.h | 2 ++ arch/arm/src/tlsr82/tlsr82_serial.c | 2 ++ arch/arm/src/tlsr82/tlsr82_serial.h | 2 ++ arch/arm/src/tlsr82/tlsr82_spi_console.c | 2 ++ arch/arm/src/tlsr82/tlsr82_spi_console.h | 2 ++ arch/arm/src/tlsr82/tlsr82_start.c | 2 ++ arch/arm/src/tlsr82/tlsr82_timer.c | 2 ++ arch/arm/src/tlsr82/tlsr82_timer.h | 2 ++ arch/arm/src/tlsr82/tlsr82_timer_isr.c | 2 ++ arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.c | 2 ++ arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.h | 2 ++ arch/arm/src/tlsr82/tlsr82_watchdog.c | 2 ++ arch/arm/src/tlsr82/tlsr82_watchdog.h | 2 ++ arch/arm/src/tms570/CMakeLists.txt | 2 ++ arch/arm/src/tms570/Make.defs | 2 ++ arch/arm/src/tms570/chip.h | 2 ++ arch/arm/src/tms570/hardware/tms570_esm.h | 2 ++ arch/arm/src/tms570/hardware/tms570_flash.h | 2 ++ arch/arm/src/tms570/hardware/tms570_gio.h | 2 ++ arch/arm/src/tms570/hardware/tms570_iomm.h | 2 ++ .../src/tms570/hardware/tms570_memorymap.h | 2 ++ arch/arm/src/tms570/hardware/tms570_pbist.h | 2 ++ arch/arm/src/tms570/hardware/tms570_pcr.h | 2 ++ arch/arm/src/tms570/hardware/tms570_pinmux.h | 2 ++ arch/arm/src/tms570/hardware/tms570_rti.h | 2 ++ arch/arm/src/tms570/hardware/tms570_sci.h | 2 ++ arch/arm/src/tms570/hardware/tms570_sys.h | 2 ++ arch/arm/src/tms570/hardware/tms570_sys2.h | 2 ++ arch/arm/src/tms570/hardware/tms570_vim.h | 2 ++ .../hardware/tms570ls04x03x_memorymap.h | 2 ++ .../tms570/hardware/tms570ls04x03x_pinmux.h | 2 ++ arch/arm/src/tms570/tms570_boot.c | 13 ++++------- arch/arm/src/tms570/tms570_boot.h | 2 ++ arch/arm/src/tms570/tms570_clockconfig.c | 12 ++++------ arch/arm/src/tms570/tms570_clockconfig.h | 2 ++ arch/arm/src/tms570/tms570_esm.c | 12 ++++------ arch/arm/src/tms570/tms570_esm.h | 2 ++ arch/arm/src/tms570/tms570_gio.c | 2 ++ arch/arm/src/tms570/tms570_gio.h | 2 ++ arch/arm/src/tms570/tms570_gioirq.c | 2 ++ arch/arm/src/tms570/tms570_irq.c | 2 ++ arch/arm/src/tms570/tms570_irq.h | 2 ++ arch/arm/src/tms570/tms570_lowputc.c | 12 ++++------ arch/arm/src/tms570/tms570_lowputc.h | 2 ++ arch/arm/src/tms570/tms570_selftest.c | 12 ++++------ arch/arm/src/tms570/tms570_selftest.h | 2 ++ arch/arm/src/tms570/tms570_serial.c | 2 ++ arch/arm/src/tms570/tms570_timerisr.c | 2 ++ arch/arm/src/xmc4/CMakeLists.txt | 2 ++ arch/arm/src/xmc4/Make.defs | 2 ++ arch/arm/src/xmc4/chip.h | 2 ++ arch/arm/src/xmc4/hardware/xmc4_eru_pinmap.h | 2 ++ arch/arm/src/xmc4/hardware/xmc4_pinmux.h | 2 ++ arch/arm/src/xmc4/hardware/xmc4_posif.h | 2 ++ arch/arm/src/xmc4/hardware/xmc4_vadc.h | 2 ++ arch/arm/src/xmc4/xmc4_allocateheap.c | 2 ++ arch/arm/src/xmc4/xmc4_ccu4.c | 2 ++ arch/arm/src/xmc4/xmc4_ccu4.h | 2 ++ arch/arm/src/xmc4/xmc4_clockconfig.h | 2 ++ arch/arm/src/xmc4/xmc4_clrpend.c | 2 ++ arch/arm/src/xmc4/xmc4_config.h | 2 ++ arch/arm/src/xmc4/xmc4_dma.h | 2 ++ arch/arm/src/xmc4/xmc4_ecat.c | 2 ++ arch/arm/src/xmc4/xmc4_ecat.h | 2 ++ arch/arm/src/xmc4/xmc4_flash.c | 2 ++ arch/arm/src/xmc4/xmc4_flash.h | 2 ++ arch/arm/src/xmc4/xmc4_gpio.c | 2 ++ arch/arm/src/xmc4/xmc4_gpio.h | 2 ++ arch/arm/src/xmc4/xmc4_i2c.c | 2 ++ arch/arm/src/xmc4/xmc4_i2c.h | 2 ++ arch/arm/src/xmc4/xmc4_idle.c | 2 ++ arch/arm/src/xmc4/xmc4_irq.c | 2 ++ arch/arm/src/xmc4/xmc4_lowputc.c | 2 ++ arch/arm/src/xmc4/xmc4_lowputc.h | 2 ++ arch/arm/src/xmc4/xmc4_mpuinit.c | 2 ++ arch/arm/src/xmc4/xmc4_mpuinit.h | 2 ++ arch/arm/src/xmc4/xmc4_pwm.c | 2 ++ arch/arm/src/xmc4/xmc4_pwm.h | 2 ++ arch/arm/src/xmc4/xmc4_serial.c | 2 ++ arch/arm/src/xmc4/xmc4_spi.c | 2 ++ arch/arm/src/xmc4/xmc4_spi.h | 2 ++ arch/arm/src/xmc4/xmc4_start.c | 2 ++ arch/arm/src/xmc4/xmc4_start.h | 2 ++ arch/arm/src/xmc4/xmc4_tickless.c | 2 ++ arch/arm/src/xmc4/xmc4_timerisr.c | 2 ++ arch/arm/src/xmc4/xmc4_userspace.c | 2 ++ arch/arm/src/xmc4/xmc4_userspace.h | 2 ++ arch/arm/src/xmc4/xmc4_usic.h | 2 ++ 333 files changed, 845 insertions(+), 671 deletions(-) diff --git a/arch/arm/src/tiva/CMakeLists.txt b/arch/arm/src/tiva/CMakeLists.txt index 9bc18f4949..d50b85c005 100644 --- a/arch/arm/src/tiva/CMakeLists.txt +++ b/arch/arm/src/tiva/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/tiva/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/tiva/Make.defs b/arch/arm/src/tiva/Make.defs index 4b73d350d6..914850234f 100644 --- a/arch/arm/src/tiva/Make.defs +++ b/arch/arm/src/tiva/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/tiva/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/tiva/cc13xx/cc13x0_rom.c b/arch/arm/src/tiva/cc13xx/cc13x0_rom.c index 71f530dfe6..393a1cad88 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x0_rom.c +++ b/arch/arm/src/tiva/cc13xx/cc13x0_rom.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x0_rom.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's setup_rom.c file which has a fully compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x0_rom.h b/arch/arm/src/tiva/cc13xx/cc13x0_rom.h index 2b5bf851e7..8a40896b27 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x0_rom.h +++ b/arch/arm/src/tiva/cc13xx/cc13x0_rom.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x0_rom.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's setup_rom.h file which has a fully compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x0_trim.c b/arch/arm/src/tiva/cc13xx/cc13x0_trim.c index ad73488878..91a736d22f 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x0_trim.c +++ b/arch/arm/src/tiva/cc13xx/cc13x0_trim.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x0_trim.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's setup.c file (revision 49363) which has a fully - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c b/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c index 0dce2a3cba..b45f0dc45c 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c +++ b/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c @@ -1,15 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.c - * Driver for the AUX System Interface * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI aux_sysif.c file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x2_aux_sysif.h b/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h index d65db2314e..291da1bfe6 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h +++ b/arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_aux_sysif.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's aux_sysif.h file which has a fully compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c b/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c index fdb742001e..8ccc905f2f 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c +++ b/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's setup_rom.c file which has a fully compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h b/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h index 150b2d4d72..cc4e946170 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h +++ b/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v1_rom.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's rom.h file which has a fully compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h b/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h index 5998e77835..1891dee089 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h +++ b/arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's rom.h file which has a fully compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13x2_v1_trim.c b/arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c index 31f090b80c..876fb41077 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c +++ b/arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_v1_trim.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's setup.c file (revision 49363) which has a fully - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c b/arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c index a46b2e6d93..a5e4c84ce4 100644 --- a/arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c +++ b/arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13x2_v2_trim.c * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's setup.c file (revision 49363) which has a fully - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c b/arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c index cf1288ac0b..e695bb3818 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_chipinfo.c * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13xx_enableclks.c b/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c index 9d13d96784..db6ea3741e 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_enableclks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h b/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h index a7f04d549d..419d4f163d 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h +++ b/arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_enableclks.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c b/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c index 8f461b052c..f933ce4dc6 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h b/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h index 46e6f33300..b9541ab56f 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h +++ b/arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_enablepwr.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/cc13xx/cc13xx_gpio.c b/arch/arm/src/tiva/cc13xx/cc13xx_gpio.c index fcac27cd49..fd7c3161e2 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_gpio.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_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/tiva/cc13xx/cc13xx_gpio.h b/arch/arm/src/tiva/cc13xx/cc13xx_gpio.h index 0b495b3f35..da68d0785b 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_gpio.h +++ b/arch/arm/src/tiva/cc13xx/cc13xx_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_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/tiva/cc13xx/cc13xx_gpioirq.c b/arch/arm/src/tiva/cc13xx/cc13xx_gpioirq.c index dd41de12d9..ad0102a698 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_gpioirq.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_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/tiva/cc13xx/cc13xx_prcm.c b/arch/arm/src/tiva/cc13xx/cc13xx_prcm.c index ffd5bfb3f3..9b15b639ef 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_prcm.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_prcm.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_prcm.c * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a port of TI's prcm.c file (revision 49363) which has a fully - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/tiva/cc13xx/cc13xx_prcm.h b/arch/arm/src/tiva/cc13xx/cc13xx_prcm.h index 1adad523d0..b1a775c327 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_prcm.h +++ b/arch/arm/src/tiva/cc13xx/cc13xx_prcm.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_prcm.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Includes definitions from TI's prcm.c file which has a fully compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/cc13xx/cc13xx_start.c b/arch/arm/src/tiva/cc13xx/cc13xx_start.c index 37b5e03331..25d1946d35 100644 --- a/arch/arm/src/tiva/cc13xx/cc13xx_start.c +++ b/arch/arm/src/tiva/cc13xx/cc13xx_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/cc13xx/cc13xx_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/tiva/chip.h b/arch/arm/src/tiva/chip.h index 4d8b747ea6..922e8d7689 100644 --- a/arch/arm/src/tiva/chip.h +++ b/arch/arm/src/tiva/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/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/src/tiva/common/lm4xx_tm3c_sysctrl.c b/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c index 22703e4f82..a5f18fce1a 100644 --- a/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c +++ b/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h b/arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h index f66df12f3c..ee587d73c6 100644 --- a/arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h +++ b/arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/lmxx_tm4c_enableclks.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h b/arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h index 4c2a0d513d..629c6ef68c 100644 --- a/arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h +++ b/arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/lmxx_tm4c_enablepwr.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c b/arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c index 2f8df29b98..1c32649429 100644 --- a/arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c +++ b/arch/arm/src/tiva/common/lmxx_tm4c_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/lmxx_tm4c_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/tiva/common/lmxx_tm4c_start.c b/arch/arm/src/tiva/common/lmxx_tm4c_start.c index ed7e6b8955..c071653f0b 100644 --- a/arch/arm/src/tiva/common/lmxx_tm4c_start.c +++ b/arch/arm/src/tiva/common/lmxx_tm4c_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/lmxx_tm4c_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/tiva/common/tiva_adclib.c b/arch/arm/src/tiva/common/tiva_adclib.c index ca0ac9976e..eee701280d 100644 --- a/arch/arm/src/tiva/common/tiva_adclib.c +++ b/arch/arm/src/tiva/common/tiva_adclib.c @@ -1,15 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_adclib.c * - * Copyright (C) 2015 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis - * - * The Tivaware sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2005-2014 Texas Instruments Incorporated. - * All rights reserved. - * Software License Agreement + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 TRD2 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2005-2014 Texas Instruments Incorporated. + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/common/tiva_adclow.c b/arch/arm/src/tiva/common/tiva_adclow.c index a72f35a26e..4081c3b8c7 100644 --- a/arch/arm/src/tiva/common/tiva_adclow.c +++ b/arch/arm/src/tiva/common/tiva_adclow.c @@ -1,17 +1,12 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_adclow.c * - * Copyright (C) 2016-2018 Gregory Nutt. All rights reserved. - * Copyright (C) 2015 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis - * Gregory Nutt - * - * The Tivaware sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2005-2014 Texas Instruments Incorporated. - * All rights reserved. - * Software License Agreement + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015 TRD2 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2005-2014 Texas Instruments Incorporated. + * SPDX-FileContributor: Calvin Maguranis + * 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/tiva/common/tiva_allocateheap.c b/arch/arm/src/tiva/common/tiva_allocateheap.c index cf17413e09..711883fff1 100644 --- a/arch/arm/src/tiva/common/tiva_allocateheap.c +++ b/arch/arm/src/tiva/common/tiva_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_can.c b/arch/arm/src/tiva/common/tiva_can.c index 761ea89215..581c3fa373 100644 --- a/arch/arm/src/tiva/common/tiva_can.c +++ b/arch/arm/src/tiva/common/tiva_can.c @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_can.c - * Classic (character-device) lower-half driver for the Tiva CAN modules. + * + * SPDX-License-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/tiva/common/tiva_dumpgpio.c b/arch/arm/src/tiva/common/tiva_dumpgpio.c index 84c0946e42..8193c30688 100644 --- a/arch/arm/src/tiva/common/tiva_dumpgpio.c +++ b/arch/arm/src/tiva/common/tiva_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_eeprom.c b/arch/arm/src/tiva/common/tiva_eeprom.c index d18d66c1a3..5b9555e10f 100644 --- a/arch/arm/src/tiva/common/tiva_eeprom.c +++ b/arch/arm/src/tiva/common/tiva_eeprom.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_eeprom.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/tiva_flash.c b/arch/arm/src/tiva/common/tiva_flash.c index ddc732cfa5..62168102b9 100644 --- a/arch/arm/src/tiva/common/tiva_flash.c +++ b/arch/arm/src/tiva/common/tiva_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_hciuart.c b/arch/arm/src/tiva/common/tiva_hciuart.c index 51c7eb3a7a..25eb023232 100644 --- a/arch/arm/src/tiva/common/tiva_hciuart.c +++ b/arch/arm/src/tiva/common/tiva_hciuart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_i2c.c b/arch/arm/src/tiva/common/tiva_i2c.c index 3c943373dc..93c901f725 100644 --- a/arch/arm/src/tiva/common/tiva_i2c.c +++ b/arch/arm/src/tiva/common/tiva_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_idle.c b/arch/arm/src/tiva/common/tiva_idle.c index df9db19959..6db015567f 100644 --- a/arch/arm/src/tiva/common/tiva_idle.c +++ b/arch/arm/src/tiva/common/tiva_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_irq.c b/arch/arm/src/tiva/common/tiva_irq.c index e049a1b2a1..8077d056dd 100644 --- a/arch/arm/src/tiva/common/tiva_irq.c +++ b/arch/arm/src/tiva/common/tiva_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_lowputc.c b/arch/arm/src/tiva/common/tiva_lowputc.c index 26f766cb5d..fc55e73708 100644 --- a/arch/arm/src/tiva/common/tiva_lowputc.c +++ b/arch/arm/src/tiva/common/tiva_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_mpuinit.c b/arch/arm/src/tiva/common/tiva_mpuinit.c index b9b1f7bfb9..654bad4d19 100644 --- a/arch/arm/src/tiva/common/tiva_mpuinit.c +++ b/arch/arm/src/tiva/common/tiva_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_pwm.c b/arch/arm/src/tiva/common/tiva_pwm.c index 1bb0e85a74..cad0e05ce9 100644 --- a/arch/arm/src/tiva/common/tiva_pwm.c +++ b/arch/arm/src/tiva/common/tiva_pwm.c @@ -1,14 +1,11 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_pwm.c * - * Copyright (C) 2016 Young Mu. All rights reserved. - * Author: Young Mu - * - * The basic structure of this driver derives in spirit (if nothing more) - * from the NuttX SAM PWM driver which has: - * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved. + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Young Mu + * 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/tiva/common/tiva_qencoder.c b/arch/arm/src/tiva/common/tiva_qencoder.c index 557c817e89..0a9a841471 100644 --- a/arch/arm/src/tiva/common/tiva_qencoder.c +++ b/arch/arm/src/tiva/common/tiva_qencoder.c @@ -1,15 +1,12 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_qencoder.c * - * Copyright (C) 2016 Young Mu. All rights reserved. - * Author: Young Mu - * - * The basic structure of this driver derives in spirit (if nothing more) - * from the NuttX STM32 QEI driver which has: - * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * Diego Sanchez + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved. + * SPDX-FileCopyrightText: 2012 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Young Mu + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Diego Sanchez * * 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/tiva/common/tiva_serial.c b/arch/arm/src/tiva/common/tiva_serial.c index 9b05adf72d..eb9e733b1f 100644 --- a/arch/arm/src/tiva/common/tiva_serial.c +++ b/arch/arm/src/tiva/common/tiva_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_sock_can.c b/arch/arm/src/tiva/common/tiva_sock_can.c index c365ca793c..33ddd0b70e 100644 --- a/arch/arm/src/tiva/common/tiva_sock_can.c +++ b/arch/arm/src/tiva/common/tiva_sock_can.c @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_sock_can.c - * SocketCAN driver implementation for Tiva. Based on the chardev driver. + * + * SPDX-License-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/tiva/common/tiva_ssi.c b/arch/arm/src/tiva/common/tiva_ssi.c index 8168bbd5e6..dff19db509 100644 --- a/arch/arm/src/tiva/common/tiva_ssi.c +++ b/arch/arm/src/tiva/common/tiva_ssi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_ssi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/tiva_timerisr.c b/arch/arm/src/tiva/common/tiva_timerisr.c index 2e3dbda6b6..3877882732 100644 --- a/arch/arm/src/tiva/common/tiva_timerisr.c +++ b/arch/arm/src/tiva/common/tiva_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/common/tiva_timerlib.c b/arch/arm/src/tiva/common/tiva_timerlib.c index a520332939..656dc48107 100644 --- a/arch/arm/src/tiva/common/tiva_timerlib.c +++ b/arch/arm/src/tiva/common/tiva_timerlib.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_timerlib.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/tiva_timerlow32.c b/arch/arm/src/tiva/common/tiva_timerlow32.c index 9811ade3e8..e03e0607c7 100644 --- a/arch/arm/src/tiva/common/tiva_timerlow32.c +++ b/arch/arm/src/tiva/common/tiva_timerlow32.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_timerlow32.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/common/tiva_userspace.c b/arch/arm/src/tiva/common/tiva_userspace.c index ad742d8003..4a1491c2ee 100644 --- a/arch/arm/src/tiva/common/tiva_userspace.c +++ b/arch/arm/src/tiva/common/tiva_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/common/tiva_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/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h index af04ad585a..6a2d9a0d15 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi2_refsys.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h index 7cb4bed1b0..4ce4d5a852 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi3_refsys.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_adi4_aux.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi4_aux.h index 6eec2852f7..ff84fd6269 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi4_aux.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi4_aux.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_adi4_aux.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aon_batmon.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_batmon.h index 3b8ef15228..bc540fac08 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_batmon.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_batmon.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_batmon.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aon_ioc.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h index 6caca56060..0346b29122 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_ioc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aon_rtc.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h index db68ac8e03..fd2f9e37c0 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_rtc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h index dd4e278288..85c443e28a 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_sysctl.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aon_wuc.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h index efdfb64cac..9559b03946 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aon_wuc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aux_smph.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_smph.h index 8776683954..a0d0acc300 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_smph.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_smph.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_smph.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_aux_wuc.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h index cbedf16088..6a5b7f8496 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_aux_wuc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_ccfg.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ccfg.h index 79f4e1617b..76e2267c19 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ccfg.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ccfg.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_ccfg.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_ddi.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h index 263131c2d2..e7d9175a94 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h index ea25a12576..f184202a87 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_ddi0_osc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_fcfg1.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h index fa51b85c6c..6d4e28e9d4 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_flash.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_flash.h index 5280b41af1..b5905d40e7 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_flash.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_flash.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_flash.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_gpio.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h index e72ba755a0..687cdaa68d 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_i2c.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h index 9bae6c5f7c..23b4d22a82 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_i2c.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_ioc.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h index c67a595e4e..b60bb2b571 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_ioc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_memorymap.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_memorymap.h index c309ac14cd..c14dba6670 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_memorymap.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_memorymap.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_memorymap.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h index cade8f7a0e..4a33ff23df 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_prcm.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_smph.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_smph.h index 85863cd0a2..4210c9e752 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_smph.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_smph.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_smph.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_timer.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_timer.h index ed9d2ab16d..d9b840648a 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_timer.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_timer.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_timer.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_uart.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_uart.h index 9cc681b4d4..630088f26a 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_uart.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_uart.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_uart.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x0/cc13x0_vims.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_vims.h index bcedd87948..f4f628cf63 100644 --- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_vims.h +++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_vims.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x0/cc13x0_vims.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h index 2cceba71c5..3042ff5515 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi2_refsys.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h index aaa563f7c0..c414e37401 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi3_refsys.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h index ee9582640f..694b858cad 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_adi4_aux.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h index 6ca9ce4298..2857334fc4 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_batmon.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h index 35999b3439..e0789ac5a3 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_ioc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h index 3dd7cef0e6..61b07869ad 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_pmctl.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h index 3878ac79cb..9613c947d3 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aon_rtc.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h index a56db27fd6..917053eaeb 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_smph.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h index c8baa3caa5..cabb6f0e88 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_aux_sysif.h * - * Copyright (C) 2019 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h index 146be20946..e1eb81952b 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ccfg.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h index c95b72ab93..22273f9919 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h index bfd137440f..81b0f29767 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ddi0_osc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a - * compatible BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h index eea8923182..36a7f8636d 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h index e68b86b683..6cfd60e32c 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_flash.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h index 8e9fee51c7..7a4b3b17af 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_gpio.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h index 225d6ba01a..040217d5ab 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_i2c.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h index f139bf1284..e3d90b6411 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_ioc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h index ac0b8f9adf..b95f0d27da 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_memorymap.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h index bef96afe91..b3bb39e500 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_prcm.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h index 46ab0dca19..24a28dcde8 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_smph.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h index 27d7e9f525..c3c47459fc 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_timer.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h index 66b6883f63..d2733ce0fe 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_uart.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h index da5ce40071..2bda42ab7c 100644 --- a/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h +++ b/arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_vims.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible - * BSD license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/hardware/lm/lm3s_ethernet.h b/arch/arm/src/tiva/hardware/lm/lm3s_ethernet.h index 83538a4e68..794cbce9e7 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_ethernet.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_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/tiva/hardware/lm/lm3s_flash.h b/arch/arm/src/tiva/hardware/lm/lm3s_flash.h index 23d0c7248e..b939b98afe 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_flash.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_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/tiva/hardware/lm/lm3s_gpio.h b/arch/arm/src/tiva/hardware/lm/lm3s_gpio.h index 474f00c7d4..dd62b08b23 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_gpio.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_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/tiva/hardware/lm/lm3s_memorymap.h b/arch/arm/src/tiva/hardware/lm/lm3s_memorymap.h index 51b064bce7..1ea490132d 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_memorymap.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_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/tiva/hardware/lm/lm3s_pinmap.h b/arch/arm/src/tiva/hardware/lm/lm3s_pinmap.h index d0562794c0..bd37dd05f1 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_pinmap.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_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/tiva/hardware/lm/lm3s_sysctrl.h b/arch/arm/src/tiva/hardware/lm/lm3s_sysctrl.h index 9a1ef8aef4..653cc5de1b 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_sysctrl.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_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/tiva/hardware/lm/lm3s_timer.h b/arch/arm/src/tiva/hardware/lm/lm3s_timer.h index 26e55b0be7..251b471e6e 100644 --- a/arch/arm/src/tiva/hardware/lm/lm3s_timer.h +++ b/arch/arm/src/tiva/hardware/lm/lm3s_timer.h @@ -1,21 +1,13 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm3s_timer.h * - * Originally: - * - * Copyright (C) 2012, 2014 Max Nekludov. All rights reserved. - * Author: Max Nekludov - * - * Ongoing support and major revision to support the TM4C129 family - * (essentially a full file replacement): - * - * Copyright (C) 2015, 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Some bitfield definitions taken from a header file provided by: - * - * Copyright (C) 2014 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015, 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 TRD2 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2012, 2014 Max Nekludov. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Max Nekludov + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/lm/lm4f_gpio.h b/arch/arm/src/tiva/hardware/lm/lm4f_gpio.h index 114c1ff347..aeaeccadea 100644 --- a/arch/arm/src/tiva/hardware/lm/lm4f_gpio.h +++ b/arch/arm/src/tiva/hardware/lm/lm4f_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm4f_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/tiva/hardware/lm/lm4f_memorymap.h b/arch/arm/src/tiva/hardware/lm/lm4f_memorymap.h index b13c23232c..4703593b59 100644 --- a/arch/arm/src/tiva/hardware/lm/lm4f_memorymap.h +++ b/arch/arm/src/tiva/hardware/lm/lm4f_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm4f_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/tiva/hardware/lm/lm4f_pinmap.h b/arch/arm/src/tiva/hardware/lm/lm4f_pinmap.h index adc63ed257..7a361b6e9d 100644 --- a/arch/arm/src/tiva/hardware/lm/lm4f_pinmap.h +++ b/arch/arm/src/tiva/hardware/lm/lm4f_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm4f_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/tiva/hardware/lm/lm4f_sysctrl.h b/arch/arm/src/tiva/hardware/lm/lm4f_sysctrl.h index 6ae0bb9b40..1529fbb45b 100644 --- a/arch/arm/src/tiva/hardware/lm/lm4f_sysctrl.h +++ b/arch/arm/src/tiva/hardware/lm/lm4f_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm4f_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/tiva/hardware/lm/lm4f_timer.h b/arch/arm/src/tiva/hardware/lm/lm4f_timer.h index 1136f72284..740d208d8a 100644 --- a/arch/arm/src/tiva/hardware/lm/lm4f_timer.h +++ b/arch/arm/src/tiva/hardware/lm/lm4f_timer.h @@ -1,21 +1,13 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm4f_timer.h * - * Originally: - * - * Copyright (C) 2012, 2014 Max Nekludov. All rights reserved. - * Author: Max Nekludov - * - * Ongoing support and major revision to support the TM4C129 family - * (essentially a full file replacement): - * - * Copyright (C) 2015, 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Some bitfield definitions taken from a header file provided by: - * - * Copyright (C) 2014 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015, 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 TRD2 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2012, 2014 Max Nekludov. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Max Nekludov + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/lm/lm_i2c.h b/arch/arm/src/tiva/hardware/lm/lm_i2c.h index 0bfdeb2418..054707321e 100644 --- a/arch/arm/src/tiva/hardware/lm/lm_i2c.h +++ b/arch/arm/src/tiva/hardware/lm/lm_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm_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/tiva/hardware/lm/lm_uart.h b/arch/arm/src/tiva/hardware/lm/lm_uart.h index 2b60e03fe4..3bb82c4d2d 100644 --- a/arch/arm/src/tiva/hardware/lm/lm_uart.h +++ b/arch/arm/src/tiva/hardware/lm/lm_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/lm/lm_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/tiva/hardware/tiva_adc.h b/arch/arm/src/tiva/hardware/tiva_adc.h index c1dc100534..546b50a951 100644 --- a/arch/arm/src/tiva/hardware/tiva_adc.h +++ b/arch/arm/src/tiva/hardware/tiva_adc.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_adc.h * - * Copyright (C) 2015 Calvin Maguranis. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Calvin Maguranis. All rights reserved. + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/tiva_adi2_refsys.h b/arch/arm/src/tiva/hardware/tiva_adi2_refsys.h index 01c0b822ff..846c43df94 100644 --- a/arch/arm/src/tiva/hardware/tiva_adi2_refsys.h +++ b/arch/arm/src/tiva/hardware/tiva_adi2_refsys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_adi2_refsys.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_adi3_refsys.h b/arch/arm/src/tiva/hardware/tiva_adi3_refsys.h index aec15b0631..050d304e98 100644 --- a/arch/arm/src/tiva/hardware/tiva_adi3_refsys.h +++ b/arch/arm/src/tiva/hardware/tiva_adi3_refsys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_adi3_refsys.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_adi4_aux.h b/arch/arm/src/tiva/hardware/tiva_adi4_aux.h index 73ec3167cd..e1a56f5954 100644 --- a/arch/arm/src/tiva/hardware/tiva_adi4_aux.h +++ b/arch/arm/src/tiva/hardware/tiva_adi4_aux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_adi4_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/tiva/hardware/tiva_aon_batmon.h b/arch/arm/src/tiva/hardware/tiva_aon_batmon.h index e26dec935a..19dd37a9db 100644 --- a/arch/arm/src/tiva/hardware/tiva_aon_batmon.h +++ b/arch/arm/src/tiva/hardware/tiva_aon_batmon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aon_batmon.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_aon_ioc.h b/arch/arm/src/tiva/hardware/tiva_aon_ioc.h index 46ab7e147d..8be4ebe781 100644 --- a/arch/arm/src/tiva/hardware/tiva_aon_ioc.h +++ b/arch/arm/src/tiva/hardware/tiva_aon_ioc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aon_ioc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_aon_pmctl.h b/arch/arm/src/tiva/hardware/tiva_aon_pmctl.h index 1efc776791..3e5f0f04db 100644 --- a/arch/arm/src/tiva/hardware/tiva_aon_pmctl.h +++ b/arch/arm/src/tiva/hardware/tiva_aon_pmctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aon_pmctl.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_aon_rtc.h b/arch/arm/src/tiva/hardware/tiva_aon_rtc.h index b25342d5a0..95e54379d3 100644 --- a/arch/arm/src/tiva/hardware/tiva_aon_rtc.h +++ b/arch/arm/src/tiva/hardware/tiva_aon_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aon_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/tiva/hardware/tiva_aon_sysctl.h b/arch/arm/src/tiva/hardware/tiva_aon_sysctl.h index 2be377529b..61ab990299 100644 --- a/arch/arm/src/tiva/hardware/tiva_aon_sysctl.h +++ b/arch/arm/src/tiva/hardware/tiva_aon_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aon_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/tiva/hardware/tiva_aon_wuc.h b/arch/arm/src/tiva/hardware/tiva_aon_wuc.h index df1af7b725..13142d6bf9 100644 --- a/arch/arm/src/tiva/hardware/tiva_aon_wuc.h +++ b/arch/arm/src/tiva/hardware/tiva_aon_wuc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aon_wuc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_aux_smph.h b/arch/arm/src/tiva/hardware/tiva_aux_smph.h index 1651fd8664..11b2e30f57 100644 --- a/arch/arm/src/tiva/hardware/tiva_aux_smph.h +++ b/arch/arm/src/tiva/hardware/tiva_aux_smph.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aux_smph.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_aux_sysif.h b/arch/arm/src/tiva/hardware/tiva_aux_sysif.h index 7baf964e5e..fef65eae6f 100644 --- a/arch/arm/src/tiva/hardware/tiva_aux_sysif.h +++ b/arch/arm/src/tiva/hardware/tiva_aux_sysif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aux_sysif.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_aux_wuc.h b/arch/arm/src/tiva/hardware/tiva_aux_wuc.h index 6cdc5eb8f0..e9a97c544e 100644 --- a/arch/arm/src/tiva/hardware/tiva_aux_wuc.h +++ b/arch/arm/src/tiva/hardware/tiva_aux_wuc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_aux_wuc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_can.h b/arch/arm/src/tiva/hardware/tiva_can.h index fe80c28376..ac17e77808 100644 --- a/arch/arm/src/tiva/hardware/tiva_can.h +++ b/arch/arm/src/tiva/hardware/tiva_can.h @@ -1,19 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_can.h * - * Copyright (C) 2006-2020 Texas Instruments Incorporated. - * All rights reserved. - * Author: Matthew Trescott - * - * From the TivaWare Peripheral Driver Library, with minor changes for - * clarity and style. - * - * The TivaWare sample code has a BSD compatible license that requires this - * copyright notice: - * - * Copyright (c) 2005-2020 Texas Instruments Incorporated. - * All rights reserved. - * Software License Agreement + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006-2020 Texas Instruments Incorporated. + * SPDX-FileContributor: Matthew Trescott * * 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/tiva/hardware/tiva_ccfg.h b/arch/arm/src/tiva/hardware/tiva_ccfg.h index 41ec789990..fae2ac7ff5 100644 --- a/arch/arm/src/tiva/hardware/tiva_ccfg.h +++ b/arch/arm/src/tiva/hardware/tiva_ccfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_ccfg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_ddi.h b/arch/arm/src/tiva/hardware/tiva_ddi.h index e715ae9cec..4301e1f878 100644 --- a/arch/arm/src/tiva/hardware/tiva_ddi.h +++ b/arch/arm/src/tiva/hardware/tiva_ddi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_ddi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_ddi0_osc.h b/arch/arm/src/tiva/hardware/tiva_ddi0_osc.h index c607adf3a3..b2131304ae 100644 --- a/arch/arm/src/tiva/hardware/tiva_ddi0_osc.h +++ b/arch/arm/src/tiva/hardware/tiva_ddi0_osc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_ddi0_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/tiva/hardware/tiva_eeprom.h b/arch/arm/src/tiva/hardware/tiva_eeprom.h index 380ef1ab9f..66c677a351 100644 --- a/arch/arm/src/tiva/hardware/tiva_eeprom.h +++ b/arch/arm/src/tiva/hardware/tiva_eeprom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_epi.h b/arch/arm/src/tiva/hardware/tiva_epi.h index 0c84263917..3654f2acd7 100644 --- a/arch/arm/src/tiva/hardware/tiva_epi.h +++ b/arch/arm/src/tiva/hardware/tiva_epi.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_epi.h * - * Copyright (C) 2009-2013 Max Neklyudov. All rights reserved. - * Author: Max Neklyudov + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2009-2013 Max Neklyudov. All rights reserved. + * SPDX-FileContributor: Max Neklyudov * * 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/tiva/hardware/tiva_ethernet.h b/arch/arm/src/tiva/hardware/tiva_ethernet.h index 65a4d4cdab..ea4f1ebb3a 100644 --- a/arch/arm/src/tiva/hardware/tiva_ethernet.h +++ b/arch/arm/src/tiva/hardware/tiva_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_fcfg1.h b/arch/arm/src/tiva/hardware/tiva_fcfg1.h index 582dbdabe0..d25724eecd 100644 --- a/arch/arm/src/tiva/hardware/tiva_fcfg1.h +++ b/arch/arm/src/tiva/hardware/tiva_fcfg1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_fcfg1.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_flash.h b/arch/arm/src/tiva/hardware/tiva_flash.h index 97c5ec8a67..33be8f4f67 100644 --- a/arch/arm/src/tiva/hardware/tiva_flash.h +++ b/arch/arm/src/tiva/hardware/tiva_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_gpio.h b/arch/arm/src/tiva/hardware/tiva_gpio.h index 5ec6b52442..024714ffa1 100644 --- a/arch/arm/src/tiva/hardware/tiva_gpio.h +++ b/arch/arm/src/tiva/hardware/tiva_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_i2c.h b/arch/arm/src/tiva/hardware/tiva_i2c.h index ea1a906be4..0134b34c30 100644 --- a/arch/arm/src/tiva/hardware/tiva_i2c.h +++ b/arch/arm/src/tiva/hardware/tiva_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_ioc.h b/arch/arm/src/tiva/hardware/tiva_ioc.h index 1685327278..68c736ba05 100644 --- a/arch/arm/src/tiva/hardware/tiva_ioc.h +++ b/arch/arm/src/tiva/hardware/tiva_ioc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_ioc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_memorymap.h b/arch/arm/src/tiva/hardware/tiva_memorymap.h index 63178038a5..2ab4ab1aaf 100644 --- a/arch/arm/src/tiva/hardware/tiva_memorymap.h +++ b/arch/arm/src/tiva/hardware/tiva_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_pinmap.h b/arch/arm/src/tiva/hardware/tiva_pinmap.h index 54a332869f..6cdc89e86e 100644 --- a/arch/arm/src/tiva/hardware/tiva_pinmap.h +++ b/arch/arm/src/tiva/hardware/tiva_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_prcm.h b/arch/arm/src/tiva/hardware/tiva_prcm.h index 0ca46c9b08..8a174cb417 100644 --- a/arch/arm/src/tiva/hardware/tiva_prcm.h +++ b/arch/arm/src/tiva/hardware/tiva_prcm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_pwm.h b/arch/arm/src/tiva/hardware/tiva_pwm.h index b2ff71876d..7aef871b8c 100644 --- a/arch/arm/src/tiva/hardware/tiva_pwm.h +++ b/arch/arm/src/tiva/hardware/tiva_pwm.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_pwm.h * - * Copyright (C) 2016 Young Mu. All rights reserved. - * Author: Young Mu + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved. + * SPDX-FileContributor: Young Mu * * 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/tiva/hardware/tiva_qencoder.h b/arch/arm/src/tiva/hardware/tiva_qencoder.h index 7d5b4b23d2..264adae0fb 100644 --- a/arch/arm/src/tiva/hardware/tiva_qencoder.h +++ b/arch/arm/src/tiva/hardware/tiva_qencoder.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_qencoder.h * - * Copyright (C) 2016 Young Mu. All rights reserved. - * Author: Young Mu + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved. + * SPDX-FileContributor: Young Mu * * 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/tiva/hardware/tiva_smph.h b/arch/arm/src/tiva/hardware/tiva_smph.h index 731ef3eca0..11085d2aea 100644 --- a/arch/arm/src/tiva/hardware/tiva_smph.h +++ b/arch/arm/src/tiva/hardware/tiva_smph.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_smph.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_ssi.h b/arch/arm/src/tiva/hardware/tiva_ssi.h index 78de3f1e12..5d3289d2c4 100644 --- a/arch/arm/src/tiva/hardware/tiva_ssi.h +++ b/arch/arm/src/tiva/hardware/tiva_ssi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_ssi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_sysctrl.h b/arch/arm/src/tiva/hardware/tiva_sysctrl.h index 52bcdfa068..307a02c417 100644 --- a/arch/arm/src/tiva/hardware/tiva_sysctrl.h +++ b/arch/arm/src/tiva/hardware/tiva_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_timer.h b/arch/arm/src/tiva/hardware/tiva_timer.h index 33d511b118..5c040cdb99 100644 --- a/arch/arm/src/tiva/hardware/tiva_timer.h +++ b/arch/arm/src/tiva/hardware/tiva_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_uart.h b/arch/arm/src/tiva/hardware/tiva_uart.h index 4cf03aae1d..a29928c0fe 100644 --- a/arch/arm/src/tiva/hardware/tiva_uart.h +++ b/arch/arm/src/tiva/hardware/tiva_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tiva_vims.h b/arch/arm/src/tiva/hardware/tiva_vims.h index 8e9a4d8f59..df88726b09 100644 --- a/arch/arm/src/tiva/hardware/tiva_vims.h +++ b/arch/arm/src/tiva/hardware/tiva_vims.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_vims.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/hardware/tiva_wdt.h b/arch/arm/src/tiva/hardware/tiva_wdt.h index 2e35540f11..8bacda071a 100644 --- a/arch/arm/src/tiva/hardware/tiva_wdt.h +++ b/arch/arm/src/tiva/hardware/tiva_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tiva_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/tiva/hardware/tm4c/tm4c123_gpio.h b/arch/arm/src/tiva/hardware/tm4c/tm4c123_gpio.h index 397521743b..7739307b17 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c123_gpio.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c123_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c123_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/tiva/hardware/tm4c/tm4c123_i2c.h b/arch/arm/src/tiva/hardware/tm4c/tm4c123_i2c.h index 210210e4de..3005233942 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c123_i2c.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c123_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c123_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/tiva/hardware/tm4c/tm4c123_sysctrl.h b/arch/arm/src/tiva/hardware/tm4c/tm4c123_sysctrl.h index b251b10eba..4eacef2ea6 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c123_sysctrl.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c123_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c123_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/tiva/hardware/tm4c/tm4c123_timer.h b/arch/arm/src/tiva/hardware/tm4c/tm4c123_timer.h index bb6e12ebac..0949a3b187 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c123_timer.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c123_timer.h @@ -1,21 +1,13 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c123_timer.h * - * Originally: - * - * Copyright (C) 2012, 2014 Max Nekludov. All rights reserved. - * Author: Max Nekludov - * - * Ongoing support and major revision to support the TM4C129 family - * (essentially a full file replacement): - * - * Copyright (C) 2015, 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Some bitfield definitions taken from a header file provided by: - * - * Copyright (C) 2014 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015, 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 TRD2 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2012, 2014 Max Nekludov. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Max Nekludov + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/tm4c/tm4c129_gpio.h b/arch/arm/src/tiva/hardware/tm4c/tm4c129_gpio.h index 5302105119..0c91ca93e6 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c129_gpio.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c129_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c129_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/tiva/hardware/tm4c/tm4c129_i2c.h b/arch/arm/src/tiva/hardware/tm4c/tm4c129_i2c.h index 6e41bfa4b8..bf749054a5 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c129_i2c.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c129_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c129_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/tiva/hardware/tm4c/tm4c129_sysctrl.h b/arch/arm/src/tiva/hardware/tm4c/tm4c129_sysctrl.h index 3f0541d0dc..797555c137 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c129_sysctrl.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c129_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c129_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/tiva/hardware/tm4c/tm4c129_timer.h b/arch/arm/src/tiva/hardware/tm4c/tm4c129_timer.h index 191eb9dff9..5fd52dc1c8 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c129_timer.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c129_timer.h @@ -1,21 +1,13 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c129_timer.h * - * Originally: - * - * Copyright (C) 2012, 2014 Max Nekludov. All rights reserved. - * Author: Max Nekludov - * - * Ongoing support and major revision to support the TM4C129 family - * (essentially a full file replacement): - * - * Copyright (C) 2015, 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Some bitfield definitions taken from a header file provided by: - * - * Copyright (C) 2014 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015, 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 TRD2 Inc. All rights reserved. + * SPDX-FileCopyrightText: 2012, 2014 Max Nekludov. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Max Nekludov + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/tm4c/tm4c_ethernet.h b/arch/arm/src/tiva/hardware/tm4c/tm4c_ethernet.h index ab3f521930..e8c095f817 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c_ethernet.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c_ethernet.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c_ethernet.h * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Includes some register bit definitions provided by: - * - * Copyright (C) 2014 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 TRD2 Inc. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/tm4c/tm4c_flash.h b/arch/arm/src/tiva/hardware/tm4c/tm4c_flash.h index 5cc4d1d909..9e6174bf6d 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c_flash.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c_flash.h @@ -1,13 +1,11 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c_flash.h * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Based on register definitions provided by: - * - * Copyright (C) 2014 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 TRD2 Inc. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/hardware/tm4c/tm4c_memorymap.h b/arch/arm/src/tiva/hardware/tm4c/tm4c_memorymap.h index 06687187a3..cbf3f1eaf6 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c_memorymap.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c_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/tiva/hardware/tm4c/tm4c_pinmap.h b/arch/arm/src/tiva/hardware/tm4c/tm4c_pinmap.h index a176127b55..4c8fc07197 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c_pinmap.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c_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/tiva/hardware/tm4c/tm4c_uart.h b/arch/arm/src/tiva/hardware/tm4c/tm4c_uart.h index b6a3b1f7e1..bbdd8f89fe 100644 --- a/arch/arm/src/tiva/hardware/tm4c/tm4c_uart.h +++ b/arch/arm/src/tiva/hardware/tm4c/tm4c_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/hardware/tm4c/tm4c_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/tiva/lm/lm3s_ethernet.c b/arch/arm/src/tiva/lm/lm3s_ethernet.c index 0935f4289f..73be2530e4 100644 --- a/arch/arm/src/tiva/lm/lm3s_ethernet.c +++ b/arch/arm/src/tiva/lm/lm3s_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/lm/lm3s_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/tiva/lm/lm3s_gpio.c b/arch/arm/src/tiva/lm/lm3s_gpio.c index 155058c338..41fa2f1fd4 100644 --- a/arch/arm/src/tiva/lm/lm3s_gpio.c +++ b/arch/arm/src/tiva/lm/lm3s_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/lm/lm3s_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/tiva/lm/lm3s_gpio.h b/arch/arm/src/tiva/lm/lm3s_gpio.h index 6bda43e5b2..27c65e8ead 100644 --- a/arch/arm/src/tiva/lm/lm3s_gpio.h +++ b/arch/arm/src/tiva/lm/lm3s_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/lm/lm3s_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/tiva/lm/lm4f_gpio.c b/arch/arm/src/tiva/lm/lm4f_gpio.c index ae5bc11242..1b1735eb24 100644 --- a/arch/arm/src/tiva/lm/lm4f_gpio.c +++ b/arch/arm/src/tiva/lm/lm4f_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/lm/lm4f_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/tiva/lm/lm4f_gpio.h b/arch/arm/src/tiva/lm/lm4f_gpio.h index c7a164e659..e26fe11bc5 100644 --- a/arch/arm/src/tiva/lm/lm4f_gpio.h +++ b/arch/arm/src/tiva/lm/lm4f_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/lm/lm4f_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/tiva/tiva_adc.h b/arch/arm/src/tiva/tiva_adc.h index d1b5f1d8ad..87d9a219fe 100644 --- a/arch/arm/src/tiva/tiva_adc.h +++ b/arch/arm/src/tiva/tiva_adc.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_adc.h * - * Copyright (C) 2015 TRD2 Inc. All rights reserved. - * Author: Calvin Maguranis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 TRD2 Inc. All rights reserved. + * SPDX-FileContributor: Calvin Maguranis * * 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/tiva/tiva_can.h b/arch/arm/src/tiva/tiva_can.h index d1fa85a581..02f9621271 100644 --- a/arch/arm/src/tiva/tiva_can.h +++ b/arch/arm/src/tiva/tiva_can.h @@ -1,6 +1,7 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_can.h - * Classic (character-device) lower-half driver for the Tiva CAN modules. + * + * SPDX-License-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/tiva/tiva_chipinfo.h b/arch/arm/src/tiva/tiva_chipinfo.h index fb90bd5a25..94fedd8d6f 100644 --- a/arch/arm/src/tiva/tiva_chipinfo.h +++ b/arch/arm/src/tiva/tiva_chipinfo.h @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_chipinfo.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt - * - * Technical content derives from a TI header file that has a compatible BSD - * license: - * - * Copyright (c) 2015-2017, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017, Texas Instruments Incorporated + * 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/tiva/tiva_eeprom.h b/arch/arm/src/tiva/tiva_eeprom.h index 65c5eb6900..619d5b4142 100644 --- a/arch/arm/src/tiva/tiva_eeprom.h +++ b/arch/arm/src/tiva/tiva_eeprom.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_enableclks.h b/arch/arm/src/tiva/tiva_enableclks.h index 5a92514838..fd5a6f5801 100644 --- a/arch/arm/src/tiva/tiva_enableclks.h +++ b/arch/arm/src/tiva/tiva_enableclks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_enableclks.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/tiva_enablepwr.h b/arch/arm/src/tiva/tiva_enablepwr.h index 12e342ea3d..c4a93358a3 100644 --- a/arch/arm/src/tiva/tiva_enablepwr.h +++ b/arch/arm/src/tiva/tiva_enablepwr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_enablepwr.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/tiva_ethernet.h b/arch/arm/src/tiva/tiva_ethernet.h index bb6a5cbfcf..01789fff2a 100644 --- a/arch/arm/src/tiva/tiva_ethernet.h +++ b/arch/arm/src/tiva/tiva_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_flash.h b/arch/arm/src/tiva/tiva_flash.h index d1327f2828..5d1ee24dce 100644 --- a/arch/arm/src/tiva/tiva_flash.h +++ b/arch/arm/src/tiva/tiva_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_gpio.h b/arch/arm/src/tiva/tiva_gpio.h index 4a2919ebac..c485f9246d 100644 --- a/arch/arm/src/tiva/tiva_gpio.h +++ b/arch/arm/src/tiva/tiva_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_hciuart.h b/arch/arm/src/tiva/tiva_hciuart.h index f41415f61c..f0988ee803 100644 --- a/arch/arm/src/tiva/tiva_hciuart.h +++ b/arch/arm/src/tiva/tiva_hciuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_i2c.h b/arch/arm/src/tiva/tiva_i2c.h index 543c9ffbdf..78ae889523 100644 --- a/arch/arm/src/tiva/tiva_i2c.h +++ b/arch/arm/src/tiva/tiva_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_lowputc.h b/arch/arm/src/tiva/tiva_lowputc.h index 902724ae3f..8798fbbea8 100644 --- a/arch/arm/src/tiva/tiva_lowputc.h +++ b/arch/arm/src/tiva/tiva_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_mpuinit.h b/arch/arm/src/tiva/tiva_mpuinit.h index 32141b7f7a..18a983808d 100644 --- a/arch/arm/src/tiva/tiva_mpuinit.h +++ b/arch/arm/src/tiva/tiva_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_periphrdy.h b/arch/arm/src/tiva/tiva_periphrdy.h index 7c01bebe3b..787941d6ff 100644 --- a/arch/arm/src/tiva/tiva_periphrdy.h +++ b/arch/arm/src/tiva/tiva_periphrdy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_periphrdy.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/tiva_pwm.h b/arch/arm/src/tiva/tiva_pwm.h index 46b26bc9d3..82b003b1ae 100644 --- a/arch/arm/src/tiva/tiva_pwm.h +++ b/arch/arm/src/tiva/tiva_pwm.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_pwm.h * - * Copyright (C) 2016 Young Mu. All rights reserved. - * Author: Young Mu + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved. + * SPDX-FileContributor: Young Mu * * 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/tiva/tiva_qencoder.h b/arch/arm/src/tiva/tiva_qencoder.h index 277a12591e..1838c2735d 100644 --- a/arch/arm/src/tiva/tiva_qencoder.h +++ b/arch/arm/src/tiva/tiva_qencoder.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_qencoder.h * - * Copyright (C) 2016 Young Mu. All rights reserved. - * Author: Young Mu + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Young Mu. All rights reserved. + * SPDX-FileContributor: Young Mu * * 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/tiva/tiva_ssi.h b/arch/arm/src/tiva/tiva_ssi.h index 9abf1ce4de..8f0bba0f24 100644 --- a/arch/arm/src/tiva/tiva_ssi.h +++ b/arch/arm/src/tiva/tiva_ssi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_ssi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/tiva_start.h b/arch/arm/src/tiva/tiva_start.h index 35f24e48ae..09fa4bbb49 100644 --- a/arch/arm/src/tiva/tiva_start.h +++ b/arch/arm/src/tiva/tiva_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_sysctrl.h b/arch/arm/src/tiva/tiva_sysctrl.h index 2e2528a438..36fa6b1cd2 100644 --- a/arch/arm/src/tiva/tiva_sysctrl.h +++ b/arch/arm/src/tiva/tiva_sysctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_timer.h b/arch/arm/src/tiva/tiva_timer.h index 0e87c557e2..68d31fce2f 100644 --- a/arch/arm/src/tiva/tiva_timer.h +++ b/arch/arm/src/tiva/tiva_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tiva_userspace.h b/arch/arm/src/tiva/tiva_userspace.h index 508418d256..9269d7ab06 100644 --- a/arch/arm/src/tiva/tiva_userspace.h +++ b/arch/arm/src/tiva/tiva_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tiva_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/tiva/tm4c/tm4c129_sysctrl.c b/arch/arm/src/tiva/tm4c/tm4c129_sysctrl.c index 885aa32e1b..7cb225aba6 100644 --- a/arch/arm/src/tiva/tm4c/tm4c129_sysctrl.c +++ b/arch/arm/src/tiva/tm4c/tm4c129_sysctrl.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tm4c/tm4c129_sysctrl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tiva/tm4c/tm4c_ethernet.c b/arch/arm/src/tiva/tm4c/tm4c_ethernet.c index 86271ba231..a33daf84ed 100644 --- a/arch/arm/src/tiva/tm4c/tm4c_ethernet.c +++ b/arch/arm/src/tiva/tm4c/tm4c_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tm4c/tm4c_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/tiva/tm4c/tm4c_gpio.c b/arch/arm/src/tiva/tm4c/tm4c_gpio.c index 4236b206a2..b191566ec3 100644 --- a/arch/arm/src/tiva/tm4c/tm4c_gpio.c +++ b/arch/arm/src/tiva/tm4c/tm4c_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tm4c/tm4c_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/tiva/tm4c/tm4c_gpio.h b/arch/arm/src/tiva/tm4c/tm4c_gpio.h index a7e0b3bcd8..7a931fb337 100644 --- a/arch/arm/src/tiva/tm4c/tm4c_gpio.h +++ b/arch/arm/src/tiva/tm4c/tm4c_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tiva/tm4c/tm4c_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/tlsr82/Make.defs b/arch/arm/src/tlsr82/Make.defs index 9ae2087055..7a53843891 100644 --- a/arch/arm/src/tlsr82/Make.defs +++ b/arch/arm/src/tlsr82/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/tlsr82/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/tlsr82/Toolchain.defs b/arch/arm/src/tlsr82/Toolchain.defs index 7e665770db..1708a0fee7 100644 --- a/arch/arm/src/tlsr82/Toolchain.defs +++ b/arch/arm/src/tlsr82/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/tlsr82/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/tlsr82/chip.h b/arch/arm/src/tlsr82/chip.h index 18be19cf38..0afe5fd44b 100644 --- a/arch/arm/src/tlsr82/chip.h +++ b/arch/arm/src/tlsr82/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/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/src/tlsr82/chip/b87/boot/cstartup_flash.S b/arch/arm/src/tlsr82/chip/b87/boot/cstartup_flash.S index 1b2a94d264..24e13ee3cd 100644 --- a/arch/arm/src/tlsr82/chip/b87/boot/cstartup_flash.S +++ b/arch/arm/src/tlsr82/chip/b87/boot/cstartup_flash.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/chip/b87/boot/cstartup_flash.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/tlsr82/hardware/tlsr82_adc.h b/arch/arm/src/tlsr82/hardware/tlsr82_adc.h index 950e3c1ad9..5cc0186c9a 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_adc.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_aes.h b/arch/arm/src/tlsr82/hardware/tlsr82_aes.h index 18495f0272..cb036d2351 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_aes.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_analog.h b/arch/arm/src/tlsr82/hardware/tlsr82_analog.h index c9faaa2182..2a0946d937 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_analog.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_analog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_clock.h b/arch/arm/src/tlsr82/hardware/tlsr82_clock.h index ebd23dab40..167545b652 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_clock.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_dfifo.h b/arch/arm/src/tlsr82/hardware/tlsr82_dfifo.h index df78568c3b..8715f34354 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_dfifo.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_dfifo.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_dfifo.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/hardware/tlsr82_dma.h b/arch/arm/src/tlsr82/hardware/tlsr82_dma.h index 1c4055b73c..963d3d4a01 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_dma.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_gpio.h b/arch/arm/src/tlsr82/hardware/tlsr82_gpio.h index fa5241892c..751e95c31f 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_gpio.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_irq.h b/arch/arm/src/tlsr82/hardware/tlsr82_irq.h index 6ba548f4e2..c0a019ab18 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_irq.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/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/src/tlsr82/hardware/tlsr82_mspi.h b/arch/arm/src/tlsr82/hardware/tlsr82_mspi.h index c22abd2f0f..e8329d751d 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_mspi.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_mspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_mspi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/hardware/tlsr82_pwm.h b/arch/arm/src/tlsr82/hardware/tlsr82_pwm.h index e350ce3409..3434f1e54b 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_pwm.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_register.h b/arch/arm/src/tlsr82/hardware/tlsr82_register.h index e989a79c0c..67925d0902 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_register.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_register.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_register.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/hardware/tlsr82_spi.h b/arch/arm/src/tlsr82/hardware/tlsr82_spi.h index d7ac17cd87..e0e9412113 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_spi.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_timer.h b/arch/arm/src/tlsr82/hardware/tlsr82_timer.h index be8da2846f..e14196a201 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_timer.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/hardware/tlsr82_uart.h b/arch/arm/src/tlsr82/hardware/tlsr82_uart.h index 050cd8a202..cee0e6d6e5 100644 --- a/arch/arm/src/tlsr82/hardware/tlsr82_uart.h +++ b/arch/arm/src/tlsr82/hardware/tlsr82_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/hardware/tlsr82_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/tlsr82/tc32/Make.defs b/arch/arm/src/tlsr82/tc32/Make.defs index cee1fc88a4..9df43201dc 100644 --- a/arch/arm/src/tlsr82/tc32/Make.defs +++ b/arch/arm/src/tlsr82/tc32/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/tlsr82/tc32/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/tlsr82/tc32/div_mod.S b/arch/arm/src/tlsr82/tc32/div_mod.S index 3e5ea90ba5..aaa22327fc 100644 --- a/arch/arm/src/tlsr82/tc32/div_mod.S +++ b/arch/arm/src/tlsr82/tc32/div_mod.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/div_mod.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/tlsr82/tc32/tc32.h b/arch/arm/src/tlsr82/tc32/tc32.h index 18952c9017..4e94c6e3e7 100644 --- a/arch/arm/src/tlsr82/tc32/tc32.h +++ b/arch/arm/src/tlsr82/tc32/tc32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tc32/tc32_backtrace.c b/arch/arm/src/tlsr82/tc32/tc32_backtrace.c index 79f58fd89c..76c64aca77 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_backtrace.c +++ b/arch/arm/src/tlsr82/tc32/tc32_backtrace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_backtrace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tc32/tc32_doirq.c b/arch/arm/src/tlsr82/tc32/tc32_doirq.c index d92aba9c75..71474c9273 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_doirq.c +++ b/arch/arm/src/tlsr82/tc32/tc32_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tc32/tc32_exception.S b/arch/arm/src/tlsr82/tc32/tc32_exception.S index 1c5249f9d4..978ba6caff 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_exception.S +++ b/arch/arm/src/tlsr82/tc32/tc32_exception.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tc32/tc32_fullcontextrestore.S b/arch/arm/src/tlsr82/tc32/tc32_fullcontextrestore.S index cb938d91ef..1b5bc4d60e 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_fullcontextrestore.S +++ b/arch/arm/src/tlsr82/tc32/tc32_fullcontextrestore.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_fullcontextrestore.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/tlsr82/tc32/tc32_initialstate.c b/arch/arm/src/tlsr82/tc32/tc32_initialstate.c index 7a36db4523..289c34b75e 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_initialstate.c +++ b/arch/arm/src/tlsr82/tc32/tc32_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tc32/tc32_saveusercontext.S b/arch/arm/src/tlsr82/tc32/tc32_saveusercontext.S index e2750ae7a8..e995cbbbbb 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_saveusercontext.S +++ b/arch/arm/src/tlsr82/tc32/tc32_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tc32/tc32_schedulesigaction.c b/arch/arm/src/tlsr82/tc32/tc32_schedulesigaction.c index cf2176e3ad..2e95c6765f 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_schedulesigaction.c +++ b/arch/arm/src/tlsr82/tc32/tc32_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tc32/tc32_switchcontext.S b/arch/arm/src/tlsr82/tc32/tc32_switchcontext.S index efd4717f4f..1ec6e92ddf 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_switchcontext.S +++ b/arch/arm/src/tlsr82/tc32/tc32_switchcontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_switchcontext.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/tlsr82/tc32/tc32_syscall.c b/arch/arm/src/tlsr82/tc32/tc32_syscall.c index e3733f6e02..c35bb1c2eb 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_syscall.c +++ b/arch/arm/src/tlsr82/tc32/tc32_syscall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tc32/tc32_udelay.c b/arch/arm/src/tlsr82/tc32/tc32_udelay.c index c109314847..b301ffc574 100644 --- a/arch/arm/src/tlsr82/tc32/tc32_udelay.c +++ b/arch/arm/src/tlsr82/tc32/tc32_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tc32/tc32_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/tlsr82/tlsr82_adc.c b/arch/arm/src/tlsr82/tlsr82_adc.c index 71e7221fc8..31c9924c43 100644 --- a/arch/arm/src/tlsr82/tlsr82_adc.c +++ b/arch/arm/src/tlsr82/tlsr82_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_adc.h b/arch/arm/src/tlsr82/tlsr82_adc.h index 0c269af444..d7599e6958 100644 --- a/arch/arm/src/tlsr82/tlsr82_adc.h +++ b/arch/arm/src/tlsr82/tlsr82_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_aes.c b/arch/arm/src/tlsr82/tlsr82_aes.c index 96128cf251..41cbcb3572 100644 --- a/arch/arm/src/tlsr82/tlsr82_aes.c +++ b/arch/arm/src/tlsr82/tlsr82_aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_analog.c b/arch/arm/src/tlsr82/tlsr82_analog.c index f8b69e5ce5..5d521f1ae7 100644 --- a/arch/arm/src/tlsr82/tlsr82_analog.c +++ b/arch/arm/src/tlsr82/tlsr82_analog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_analog.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_analog.h b/arch/arm/src/tlsr82/tlsr82_analog.h index 6a0397c376..4f353e00d4 100644 --- a/arch/arm/src/tlsr82/tlsr82_analog.h +++ b/arch/arm/src/tlsr82/tlsr82_analog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_clock.c b/arch/arm/src/tlsr82/tlsr82_clock.c index cb923bd33a..b9193331b7 100644 --- a/arch/arm/src/tlsr82/tlsr82_clock.c +++ b/arch/arm/src/tlsr82/tlsr82_clock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_clock.h b/arch/arm/src/tlsr82/tlsr82_clock.h index 7da9f7003c..74ac31ac7c 100644 --- a/arch/arm/src/tlsr82/tlsr82_clock.h +++ b/arch/arm/src/tlsr82/tlsr82_clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_cpu.c b/arch/arm/src/tlsr82/tlsr82_cpu.c index f064aa92e2..9832b4fa6e 100644 --- a/arch/arm/src/tlsr82/tlsr82_cpu.c +++ b/arch/arm/src/tlsr82/tlsr82_cpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_cpu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_cpu.h b/arch/arm/src/tlsr82/tlsr82_cpu.h index a76eef7e28..e32f0e7c9e 100644 --- a/arch/arm/src/tlsr82/tlsr82_cpu.h +++ b/arch/arm/src/tlsr82/tlsr82_cpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_cpu.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_flash.c b/arch/arm/src/tlsr82/tlsr82_flash.c index c3ddd04215..26944bf789 100644 --- a/arch/arm/src/tlsr82/tlsr82_flash.c +++ b/arch/arm/src/tlsr82/tlsr82_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_flash.h b/arch/arm/src/tlsr82/tlsr82_flash.h index 7d42b8e82a..0ff76aae40 100644 --- a/arch/arm/src/tlsr82/tlsr82_flash.h +++ b/arch/arm/src/tlsr82/tlsr82_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_flash_mtd.c b/arch/arm/src/tlsr82/tlsr82_flash_mtd.c index ade712de50..923de2f89b 100644 --- a/arch/arm/src/tlsr82/tlsr82_flash_mtd.c +++ b/arch/arm/src/tlsr82/tlsr82_flash_mtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_flash_mtd.h b/arch/arm/src/tlsr82/tlsr82_flash_mtd.h index 9de0f7ece7..937bb40600 100644 --- a/arch/arm/src/tlsr82/tlsr82_flash_mtd.h +++ b/arch/arm/src/tlsr82/tlsr82_flash_mtd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_gpio.c b/arch/arm/src/tlsr82/tlsr82_gpio.c index 30ab2d76b4..4e0fea4499 100644 --- a/arch/arm/src/tlsr82/tlsr82_gpio.c +++ b/arch/arm/src/tlsr82/tlsr82_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_gpio.h b/arch/arm/src/tlsr82/tlsr82_gpio.h index e16f12c984..996c56ef30 100644 --- a/arch/arm/src/tlsr82/tlsr82_gpio.h +++ b/arch/arm/src/tlsr82/tlsr82_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_gpio_cfg.c b/arch/arm/src/tlsr82/tlsr82_gpio_cfg.c index 9567f71fdb..f062043677 100644 --- a/arch/arm/src/tlsr82/tlsr82_gpio_cfg.c +++ b/arch/arm/src/tlsr82/tlsr82_gpio_cfg.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_gpio_cfg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_gpio_cfg.h b/arch/arm/src/tlsr82/tlsr82_gpio_cfg.h index 9013b02046..6e5d556e8f 100644 --- a/arch/arm/src/tlsr82/tlsr82_gpio_cfg.h +++ b/arch/arm/src/tlsr82/tlsr82_gpio_cfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_gpio_cfg.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_gpio_default.h b/arch/arm/src/tlsr82/tlsr82_gpio_default.h index ad9c6a979c..67e7518a2b 100644 --- a/arch/arm/src/tlsr82/tlsr82_gpio_default.h +++ b/arch/arm/src/tlsr82/tlsr82_gpio_default.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_gpio_default.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_irq.c b/arch/arm/src/tlsr82/tlsr82_irq.c index 9d8618fbd2..09d3c0a6ec 100644 --- a/arch/arm/src/tlsr82/tlsr82_irq.c +++ b/arch/arm/src/tlsr82/tlsr82_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_mspi.c b/arch/arm/src/tlsr82/tlsr82_mspi.c index a182396336..8a8530ebf4 100644 --- a/arch/arm/src/tlsr82/tlsr82_mspi.c +++ b/arch/arm/src/tlsr82/tlsr82_mspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_mspi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_mspi.h b/arch/arm/src/tlsr82/tlsr82_mspi.h index 5efbd3a72e..a56daeedb0 100644 --- a/arch/arm/src/tlsr82/tlsr82_mspi.h +++ b/arch/arm/src/tlsr82/tlsr82_mspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_mspi.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_pwm.c b/arch/arm/src/tlsr82/tlsr82_pwm.c index 32c6e341eb..c7f274a932 100644 --- a/arch/arm/src/tlsr82/tlsr82_pwm.c +++ b/arch/arm/src/tlsr82/tlsr82_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_pwm.h b/arch/arm/src/tlsr82/tlsr82_pwm.h index 8fc13f0b7b..b61fb88323 100644 --- a/arch/arm/src/tlsr82/tlsr82_pwm.h +++ b/arch/arm/src/tlsr82/tlsr82_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_serial.c b/arch/arm/src/tlsr82/tlsr82_serial.c index b95551266a..597c3f491d 100644 --- a/arch/arm/src/tlsr82/tlsr82_serial.c +++ b/arch/arm/src/tlsr82/tlsr82_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_serial.h b/arch/arm/src/tlsr82/tlsr82_serial.h index ee754cbe01..2c9e145618 100644 --- a/arch/arm/src/tlsr82/tlsr82_serial.h +++ b/arch/arm/src/tlsr82/tlsr82_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_spi_console.c b/arch/arm/src/tlsr82/tlsr82_spi_console.c index b82a3a705a..8923c28f5b 100644 --- a/arch/arm/src/tlsr82/tlsr82_spi_console.c +++ b/arch/arm/src/tlsr82/tlsr82_spi_console.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_spi_console.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_spi_console.h b/arch/arm/src/tlsr82/tlsr82_spi_console.h index 540c29e614..a610df4440 100644 --- a/arch/arm/src/tlsr82/tlsr82_spi_console.h +++ b/arch/arm/src/tlsr82/tlsr82_spi_console.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_spi_console.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_start.c b/arch/arm/src/tlsr82/tlsr82_start.c index e08b793c9d..f5309d09c1 100644 --- a/arch/arm/src/tlsr82/tlsr82_start.c +++ b/arch/arm/src/tlsr82/tlsr82_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_timer.c b/arch/arm/src/tlsr82/tlsr82_timer.c index bb892e0c3f..6d10b54e7b 100644 --- a/arch/arm/src/tlsr82/tlsr82_timer.c +++ b/arch/arm/src/tlsr82/tlsr82_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_timer.h b/arch/arm/src/tlsr82/tlsr82_timer.h index 3fe0f87b22..c8c969365a 100644 --- a/arch/arm/src/tlsr82/tlsr82_timer.h +++ b/arch/arm/src/tlsr82/tlsr82_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_timer_isr.c b/arch/arm/src/tlsr82/tlsr82_timer_isr.c index df5d8ccbc5..052e5dab86 100644 --- a/arch/arm/src/tlsr82/tlsr82_timer_isr.c +++ b/arch/arm/src/tlsr82/tlsr82_timer_isr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_timer_isr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.c b/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.c index f5221e3bed..c76e4426f7 100644 --- a/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.c +++ b/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_timer_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 args for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.h b/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.h index 50c63b2fe7..4b81f518df 100644 --- a/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.h +++ b/arch/arm/src/tlsr82/tlsr82_timer_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_watchdog.c b/arch/arm/src/tlsr82/tlsr82_watchdog.c index 6e592dd812..3907bd9167 100644 --- a/arch/arm/src/tlsr82/tlsr82_watchdog.c +++ b/arch/arm/src/tlsr82/tlsr82_watchdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tlsr82/tlsr82_watchdog.h b/arch/arm/src/tlsr82/tlsr82_watchdog.h index 68340efc1f..b00b2ec3a2 100644 --- a/arch/arm/src/tlsr82/tlsr82_watchdog.h +++ b/arch/arm/src/tlsr82/tlsr82_watchdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tlsr82/tlsr82_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/tms570/CMakeLists.txt b/arch/arm/src/tms570/CMakeLists.txt index 5f9124bb95..8dea95742e 100644 --- a/arch/arm/src/tms570/CMakeLists.txt +++ b/arch/arm/src/tms570/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/tms570/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/tms570/Make.defs b/arch/arm/src/tms570/Make.defs index 71b6aee472..d6182c9f84 100644 --- a/arch/arm/src/tms570/Make.defs +++ b/arch/arm/src/tms570/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/tms570/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/tms570/chip.h b/arch/arm/src/tms570/chip.h index 11c62adf00..b688d02c58 100644 --- a/arch/arm/src/tms570/chip.h +++ b/arch/arm/src/tms570/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/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/src/tms570/hardware/tms570_esm.h b/arch/arm/src/tms570/hardware/tms570_esm.h index 121ad249e2..bb71d420d3 100644 --- a/arch/arm/src/tms570/hardware/tms570_esm.h +++ b/arch/arm/src/tms570/hardware/tms570_esm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_esm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_flash.h b/arch/arm/src/tms570/hardware/tms570_flash.h index f0068896bb..f851f0578d 100644 --- a/arch/arm/src/tms570/hardware/tms570_flash.h +++ b/arch/arm/src/tms570/hardware/tms570_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_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/tms570/hardware/tms570_gio.h b/arch/arm/src/tms570/hardware/tms570_gio.h index 16dc41ee32..6751e5fd3e 100644 --- a/arch/arm/src/tms570/hardware/tms570_gio.h +++ b/arch/arm/src/tms570/hardware/tms570_gio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_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/tms570/hardware/tms570_iomm.h b/arch/arm/src/tms570/hardware/tms570_iomm.h index 04f3ffe48d..d65024a887 100644 --- a/arch/arm/src/tms570/hardware/tms570_iomm.h +++ b/arch/arm/src/tms570/hardware/tms570_iomm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_iomm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_memorymap.h b/arch/arm/src/tms570/hardware/tms570_memorymap.h index cf67a2adb4..7284970aec 100644 --- a/arch/arm/src/tms570/hardware/tms570_memorymap.h +++ b/arch/arm/src/tms570/hardware/tms570_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_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/tms570/hardware/tms570_pbist.h b/arch/arm/src/tms570/hardware/tms570_pbist.h index c642fb40f8..53ec457ea4 100644 --- a/arch/arm/src/tms570/hardware/tms570_pbist.h +++ b/arch/arm/src/tms570/hardware/tms570_pbist.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_pbist.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_pcr.h b/arch/arm/src/tms570/hardware/tms570_pcr.h index 8b3870c17b..1cc41f100d 100644 --- a/arch/arm/src/tms570/hardware/tms570_pcr.h +++ b/arch/arm/src/tms570/hardware/tms570_pcr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_pcr.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_pinmux.h b/arch/arm/src/tms570/hardware/tms570_pinmux.h index fb2e228046..74e4d6e3a9 100644 --- a/arch/arm/src/tms570/hardware/tms570_pinmux.h +++ b/arch/arm/src/tms570/hardware/tms570_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_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/tms570/hardware/tms570_rti.h b/arch/arm/src/tms570/hardware/tms570_rti.h index 40df27600f..fc54067a89 100644 --- a/arch/arm/src/tms570/hardware/tms570_rti.h +++ b/arch/arm/src/tms570/hardware/tms570_rti.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_rti.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_sci.h b/arch/arm/src/tms570/hardware/tms570_sci.h index 5117cc1442..0782fe57b9 100644 --- a/arch/arm/src/tms570/hardware/tms570_sci.h +++ b/arch/arm/src/tms570/hardware/tms570_sci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_sci.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_sys.h b/arch/arm/src/tms570/hardware/tms570_sys.h index c46cc24f96..ca6b0266b4 100644 --- a/arch/arm/src/tms570/hardware/tms570_sys.h +++ b/arch/arm/src/tms570/hardware/tms570_sys.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_sys.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_sys2.h b/arch/arm/src/tms570/hardware/tms570_sys2.h index d6297e3afe..9f8055dc4d 100644 --- a/arch/arm/src/tms570/hardware/tms570_sys2.h +++ b/arch/arm/src/tms570/hardware/tms570_sys2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_sys2.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570_vim.h b/arch/arm/src/tms570/hardware/tms570_vim.h index 0ba05b2ce7..5a8accabaa 100644 --- a/arch/arm/src/tms570/hardware/tms570_vim.h +++ b/arch/arm/src/tms570/hardware/tms570_vim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570_vim.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/hardware/tms570ls04x03x_memorymap.h b/arch/arm/src/tms570/hardware/tms570ls04x03x_memorymap.h index de0ab1be7f..f4a17fe480 100644 --- a/arch/arm/src/tms570/hardware/tms570ls04x03x_memorymap.h +++ b/arch/arm/src/tms570/hardware/tms570ls04x03x_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570ls04x03x_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/tms570/hardware/tms570ls04x03x_pinmux.h b/arch/arm/src/tms570/hardware/tms570ls04x03x_pinmux.h index 76e7541c8c..a2bf7db422 100644 --- a/arch/arm/src/tms570/hardware/tms570ls04x03x_pinmux.h +++ b/arch/arm/src/tms570/hardware/tms570ls04x03x_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/hardware/tms570ls04x03x_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/tms570/tms570_boot.c b/arch/arm/src/tms570/tms570_boot.c index 51fc8d51bd..80df382fbf 100644 --- a/arch/arm/src/tms570/tms570_boot.c +++ b/arch/arm/src/tms570/tms570_boot.c @@ -1,15 +1,10 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_boot.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is primarily original code. However, some logic in this file was - * inspired/leveraged from TI's Project0 which has a compatible BSD license - * and credit should be given in any case: - * - * Copyright (c) 2012, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Texas Instruments Incorporated + * 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/tms570/tms570_boot.h b/arch/arm/src/tms570/tms570_boot.h index 96cd3f03e3..f0d659aaf7 100644 --- a/arch/arm/src/tms570/tms570_boot.h +++ b/arch/arm/src/tms570/tms570_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/tms570/tms570_clockconfig.c b/arch/arm/src/tms570/tms570_clockconfig.c index f6304edee5..0badf2fea6 100644 --- a/arch/arm/src/tms570/tms570_clockconfig.c +++ b/arch/arm/src/tms570/tms570_clockconfig.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_clockconfig.c * - * Copyright (C) 2015, 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Some logic in this file was inspired/leveraged from TI's Project0 which - * has a compatible BSD license: - * - * Copyright (c) 2012, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015,2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Texas Instruments Incorporated + * 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/tms570/tms570_clockconfig.h b/arch/arm/src/tms570/tms570_clockconfig.h index 95c4b74a4d..356662f026 100644 --- a/arch/arm/src/tms570/tms570_clockconfig.h +++ b/arch/arm/src/tms570/tms570_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/tms570/tms570_esm.c b/arch/arm/src/tms570/tms570_esm.c index 7152d296c3..279c3cd90d 100644 --- a/arch/arm/src/tms570/tms570_esm.c +++ b/arch/arm/src/tms570/tms570_esm.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_esm.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Derives from the TI "Project0" sample code which has a compatible 3- - * clause BSD license: - * - * Copyright (c) 2012, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Texas Instruments Incorporated + * 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/tms570/tms570_esm.h b/arch/arm/src/tms570/tms570_esm.h index c6dea3e3ca..93a82b0dd9 100644 --- a/arch/arm/src/tms570/tms570_esm.h +++ b/arch/arm/src/tms570/tms570_esm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_esm.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/tms570_gio.c b/arch/arm/src/tms570/tms570_gio.c index f905cfe125..0b8a068ec3 100644 --- a/arch/arm/src/tms570/tms570_gio.c +++ b/arch/arm/src/tms570/tms570_gio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_gio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/tms570_gio.h b/arch/arm/src/tms570/tms570_gio.h index c25d584ddc..8313d8ae03 100644 --- a/arch/arm/src/tms570/tms570_gio.h +++ b/arch/arm/src/tms570/tms570_gio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/tms570/tms570_gioirq.c b/arch/arm/src/tms570/tms570_gioirq.c index 95061588d5..b117ad826a 100644 --- a/arch/arm/src/tms570/tms570_gioirq.c +++ b/arch/arm/src/tms570/tms570_gioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_gioirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/tms570_irq.c b/arch/arm/src/tms570/tms570_irq.c index f8cb6ac8a1..f54b00c98b 100644 --- a/arch/arm/src/tms570/tms570_irq.c +++ b/arch/arm/src/tms570/tms570_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/tms570/tms570_irq.h b/arch/arm/src/tms570/tms570_irq.h index 0fad829436..4d693cd500 100644 --- a/arch/arm/src/tms570/tms570_irq.h +++ b/arch/arm/src/tms570/tms570_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/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/src/tms570/tms570_lowputc.c b/arch/arm/src/tms570/tms570_lowputc.c index c5a5695101..8738903597 100644 --- a/arch/arm/src/tms570/tms570_lowputc.c +++ b/arch/arm/src/tms570/tms570_lowputc.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_lowputc.c * - * Copyright (C) 2015, 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Includes some logic from TI sample which has a compatible three-clause - * BSD license and: - * - * Copyright (c) 2012, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015,2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Texas Instruments Incorporated + * 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/tms570/tms570_lowputc.h b/arch/arm/src/tms570/tms570_lowputc.h index 74060fafbe..53f350c151 100644 --- a/arch/arm/src/tms570/tms570_lowputc.h +++ b/arch/arm/src/tms570/tms570_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/tms570/tms570_selftest.c b/arch/arm/src/tms570/tms570_selftest.c index 1d8c49a259..c2d7a8987c 100644 --- a/arch/arm/src/tms570/tms570_selftest.c +++ b/arch/arm/src/tms570/tms570_selftest.c @@ -1,14 +1,10 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_selftest.c * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Most logic in this file was leveraged from TI's Project0 which has a - * compatible BSD license: - * - * Copyright (c) 2012, Texas Instruments Incorporated - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 Texas Instruments Incorporated + * 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/tms570/tms570_selftest.h b/arch/arm/src/tms570/tms570_selftest.h index a0e46bd65f..e9b75add3e 100644 --- a/arch/arm/src/tms570/tms570_selftest.h +++ b/arch/arm/src/tms570/tms570_selftest.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_selftest.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/tms570/tms570_serial.c b/arch/arm/src/tms570/tms570_serial.c index c81cce447c..f39ad502ff 100644 --- a/arch/arm/src/tms570/tms570_serial.c +++ b/arch/arm/src/tms570/tms570_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/tms570/tms570_timerisr.c b/arch/arm/src/tms570/tms570_timerisr.c index e56f290cfc..b1bc144095 100644 --- a/arch/arm/src/tms570/tms570_timerisr.c +++ b/arch/arm/src/tms570/tms570_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/tms570/tms570_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/xmc4/CMakeLists.txt b/arch/arm/src/xmc4/CMakeLists.txt index faa35c3ec2..6572bf8149 100644 --- a/arch/arm/src/xmc4/CMakeLists.txt +++ b/arch/arm/src/xmc4/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/arm/src/xmc4/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/xmc4/Make.defs b/arch/arm/src/xmc4/Make.defs index 832d3c82e2..9e20c17c69 100644 --- a/arch/arm/src/xmc4/Make.defs +++ b/arch/arm/src/xmc4/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/arm/src/xmc4/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/xmc4/chip.h b/arch/arm/src/xmc4/chip.h index a40f701dc0..4c5ecae7d0 100644 --- a/arch/arm/src/xmc4/chip.h +++ b/arch/arm/src/xmc4/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/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/src/xmc4/hardware/xmc4_eru_pinmap.h b/arch/arm/src/xmc4/hardware/xmc4_eru_pinmap.h index dfaf111afe..24fe84bb18 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_eru_pinmap.h +++ b/arch/arm/src/xmc4/hardware/xmc4_eru_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/hardware/xmc4_eru_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/xmc4/hardware/xmc4_pinmux.h b/arch/arm/src/xmc4/hardware/xmc4_pinmux.h index 56f9a322ec..69deccaf5c 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_pinmux.h +++ b/arch/arm/src/xmc4/hardware/xmc4_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/hardware/xmc4_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/xmc4/hardware/xmc4_posif.h b/arch/arm/src/xmc4/hardware/xmc4_posif.h index ccb5f016c0..27a5e19602 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_posif.h +++ b/arch/arm/src/xmc4/hardware/xmc4_posif.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/hardware/xmc4_posif.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/xmc4/hardware/xmc4_vadc.h b/arch/arm/src/xmc4/hardware/xmc4_vadc.h index 8dbcbe0004..22fed1770a 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_vadc.h +++ b/arch/arm/src/xmc4/hardware/xmc4_vadc.h @@ -1,6 +1,8 @@ /****************************************************************************************************************** * arch/arm/src/xmc4/hardware/xmc4_vadc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/xmc4/xmc4_allocateheap.c b/arch/arm/src/xmc4/xmc4_allocateheap.c index be06f0a4b3..ca40e1f5cd 100644 --- a/arch/arm/src/xmc4/xmc4_allocateheap.c +++ b/arch/arm/src/xmc4/xmc4_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_ccu4.c b/arch/arm/src/xmc4/xmc4_ccu4.c index 8d8519d099..9e0a783281 100644 --- a/arch/arm/src/xmc4/xmc4_ccu4.c +++ b/arch/arm/src/xmc4/xmc4_ccu4.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_ccu4.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/xmc4/xmc4_ccu4.h b/arch/arm/src/xmc4/xmc4_ccu4.h index c334d020b3..4af7729ec1 100644 --- a/arch/arm/src/xmc4/xmc4_ccu4.h +++ b/arch/arm/src/xmc4/xmc4_ccu4.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_ccu4.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/xmc4/xmc4_clockconfig.h b/arch/arm/src/xmc4/xmc4_clockconfig.h index 77ccfda046..03584ca894 100644 --- a/arch/arm/src/xmc4/xmc4_clockconfig.h +++ b/arch/arm/src/xmc4/xmc4_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_clrpend.c b/arch/arm/src/xmc4/xmc4_clrpend.c index 2648663a9c..ba6a691a84 100644 --- a/arch/arm/src/xmc4/xmc4_clrpend.c +++ b/arch/arm/src/xmc4/xmc4_clrpend.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_config.h b/arch/arm/src/xmc4/xmc4_config.h index 09ebf2a96d..599b6114c1 100644 --- a/arch/arm/src/xmc4/xmc4_config.h +++ b/arch/arm/src/xmc4/xmc4_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_dma.h b/arch/arm/src/xmc4/xmc4_dma.h index 5fd98aeb07..7c08b0b563 100644 --- a/arch/arm/src/xmc4/xmc4_dma.h +++ b/arch/arm/src/xmc4/xmc4_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_ecat.c b/arch/arm/src/xmc4/xmc4_ecat.c index 821852d550..876a681b6e 100644 --- a/arch/arm/src/xmc4/xmc4_ecat.c +++ b/arch/arm/src/xmc4/xmc4_ecat.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_ecat.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/xmc4/xmc4_ecat.h b/arch/arm/src/xmc4/xmc4_ecat.h index 27e0600e4f..64f4bec8e7 100644 --- a/arch/arm/src/xmc4/xmc4_ecat.h +++ b/arch/arm/src/xmc4/xmc4_ecat.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_ecat.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/arm/src/xmc4/xmc4_flash.c b/arch/arm/src/xmc4/xmc4_flash.c index 1ad04789db..e52867ad8e 100644 --- a/arch/arm/src/xmc4/xmc4_flash.c +++ b/arch/arm/src/xmc4/xmc4_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_flash.h b/arch/arm/src/xmc4/xmc4_flash.h index 19f4d27a11..a70060f80b 100644 --- a/arch/arm/src/xmc4/xmc4_flash.h +++ b/arch/arm/src/xmc4/xmc4_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_gpio.c b/arch/arm/src/xmc4/xmc4_gpio.c index 8b94e1ddd7..557c3903d0 100644 --- a/arch/arm/src/xmc4/xmc4_gpio.c +++ b/arch/arm/src/xmc4/xmc4_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_gpio.h b/arch/arm/src/xmc4/xmc4_gpio.h index bfac508aa9..5360950d73 100644 --- a/arch/arm/src/xmc4/xmc4_gpio.h +++ b/arch/arm/src/xmc4/xmc4_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_i2c.c b/arch/arm/src/xmc4/xmc4_i2c.c index 608b758577..6ae40a73d4 100644 --- a/arch/arm/src/xmc4/xmc4_i2c.c +++ b/arch/arm/src/xmc4/xmc4_i2c.c @@ -1,6 +1,8 @@ /***************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_i2c.h b/arch/arm/src/xmc4/xmc4_i2c.h index c910f03877..ea9c0d2063 100644 --- a/arch/arm/src/xmc4/xmc4_i2c.h +++ b/arch/arm/src/xmc4/xmc4_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_idle.c b/arch/arm/src/xmc4/xmc4_idle.c index 7281db51e3..53b3965a76 100644 --- a/arch/arm/src/xmc4/xmc4_idle.c +++ b/arch/arm/src/xmc4/xmc4_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_irq.c b/arch/arm/src/xmc4/xmc4_irq.c index f58754b023..fa7b263430 100644 --- a/arch/arm/src/xmc4/xmc4_irq.c +++ b/arch/arm/src/xmc4/xmc4_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_lowputc.c b/arch/arm/src/xmc4/xmc4_lowputc.c index 9f4c1a9e3e..b2f701dd03 100644 --- a/arch/arm/src/xmc4/xmc4_lowputc.c +++ b/arch/arm/src/xmc4/xmc4_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_lowputc.h b/arch/arm/src/xmc4/xmc4_lowputc.h index 6a3e1560b6..f70a0f0401 100644 --- a/arch/arm/src/xmc4/xmc4_lowputc.h +++ b/arch/arm/src/xmc4/xmc4_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_mpuinit.c b/arch/arm/src/xmc4/xmc4_mpuinit.c index 2ee32e347e..8df9b2735d 100644 --- a/arch/arm/src/xmc4/xmc4_mpuinit.c +++ b/arch/arm/src/xmc4/xmc4_mpuinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_mpuinit.h b/arch/arm/src/xmc4/xmc4_mpuinit.h index 6eddd08d52..fa4256ee27 100644 --- a/arch/arm/src/xmc4/xmc4_mpuinit.h +++ b/arch/arm/src/xmc4/xmc4_mpuinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_pwm.c b/arch/arm/src/xmc4/xmc4_pwm.c index 261d7ab047..8302f386b0 100644 --- a/arch/arm/src/xmc4/xmc4_pwm.c +++ b/arch/arm/src/xmc4/xmc4_pwm.c @@ -1,6 +1,8 @@ /***************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_pwm.h b/arch/arm/src/xmc4/xmc4_pwm.h index 45e92695d1..c913b6ffe3 100644 --- a/arch/arm/src/xmc4/xmc4_pwm.h +++ b/arch/arm/src/xmc4/xmc4_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_serial.c b/arch/arm/src/xmc4/xmc4_serial.c index 133e780274..18f6d6922a 100644 --- a/arch/arm/src/xmc4/xmc4_serial.c +++ b/arch/arm/src/xmc4/xmc4_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_spi.c b/arch/arm/src/xmc4/xmc4_spi.c index d07b468717..4290860173 100644 --- a/arch/arm/src/xmc4/xmc4_spi.c +++ b/arch/arm/src/xmc4/xmc4_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_spi.h b/arch/arm/src/xmc4/xmc4_spi.h index 5dcac0f3f2..9cad7b7ed2 100644 --- a/arch/arm/src/xmc4/xmc4_spi.h +++ b/arch/arm/src/xmc4/xmc4_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_start.c b/arch/arm/src/xmc4/xmc4_start.c index b40f5502dd..eede7cc8ed 100644 --- a/arch/arm/src/xmc4/xmc4_start.c +++ b/arch/arm/src/xmc4/xmc4_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_start.h b/arch/arm/src/xmc4/xmc4_start.h index d889bb8733..771437cda7 100644 --- a/arch/arm/src/xmc4/xmc4_start.h +++ b/arch/arm/src/xmc4/xmc4_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_tickless.c b/arch/arm/src/xmc4/xmc4_tickless.c index 953c9a56c3..de98114c45 100644 --- a/arch/arm/src/xmc4/xmc4_tickless.c +++ b/arch/arm/src/xmc4/xmc4_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_timerisr.c b/arch/arm/src/xmc4/xmc4_timerisr.c index e431b3ebdf..49264e6e82 100644 --- a/arch/arm/src/xmc4/xmc4_timerisr.c +++ b/arch/arm/src/xmc4/xmc4_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_userspace.c b/arch/arm/src/xmc4/xmc4_userspace.c index 6f918f438a..16a4679390 100644 --- a/arch/arm/src/xmc4/xmc4_userspace.c +++ b/arch/arm/src/xmc4/xmc4_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_userspace.h b/arch/arm/src/xmc4/xmc4_userspace.h index 37c6836663..24da88ff75 100644 --- a/arch/arm/src/xmc4/xmc4_userspace.h +++ b/arch/arm/src/xmc4/xmc4_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_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/xmc4/xmc4_usic.h b/arch/arm/src/xmc4/xmc4_usic.h index f3f158f98a..7dbb823837 100644 --- a/arch/arm/src/xmc4/xmc4_usic.h +++ b/arch/arm/src/xmc4/xmc4_usic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/xmc4/xmc4_usic.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The