Update all files to mention version 3 of the GPL.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 21 Feb 2019 15:34:16 +0000 (16:34 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
commitbed2088d74b9df3242f145f81105531a9968ee99
treedd62f4858401b68034f5925dbecfac34f279ffcf
parent02baa0fa263d5d56e810d6406f83b5707bce2641
Update all files to mention version 3 of the GPL.
82 files changed:
core/bootstrap.c
core/crc_engine.c
core/pio.c
core/rom_helpers.c
core/system.c
core/systick.c
core/user_information_block.c
core/watchdog.c
drivers/adc.c
drivers/countertimers.c
drivers/gpio.c
drivers/i2c.c
drivers/rtc.c
drivers/serial.c
drivers/ssp.c
drivers/timers.c
extdrv/bme280_humidity_sensor.c
extdrv/cc1101.c
extdrv/chirp.c
extdrv/dht11.c
extdrv/eeprom.c
extdrv/epaper.c
extdrv/lcd_char.c
extdrv/max31855_thermocouple.c
extdrv/ncn5120.c
extdrv/rtc_pcf85363a.c
extdrv/ssd130x_oled_buffer.c
extdrv/ssd130x_oled_buffer_s.s
extdrv/ssd130x_oled_driver.c
extdrv/status_led.c
extdrv/tmp101_temp_sensor.c
extdrv/tsl256x_light_sensor.c
extdrv/veml6070_uv_sensor.c
extdrv/ws2812.c
include/core/crc_engine.h
include/core/iap.h
include/core/lpc_core.h
include/core/lpc_regs.h
include/core/pio.h
include/core/system.h
include/core/systick.h
include/core/user_information_block.h
include/core/watchdog.h
include/drivers/adc.h
include/drivers/countertimers.h
include/drivers/gpio.h
include/drivers/i2c.h
include/drivers/rtc.h
include/drivers/serial.h
include/drivers/ssp.h
include/drivers/timers.h
include/extdrv/bme280_humidity_sensor.h
include/extdrv/chirp.h
include/extdrv/dht11.h
include/extdrv/eeprom.h
include/extdrv/epaper.h
include/extdrv/lcd_char.h
include/extdrv/max31855_thermocouple.h
include/extdrv/ncn5120.h
include/extdrv/rtc_pcf85363a.h
include/extdrv/sdmmc.h
include/extdrv/ssd130x_oled_buffer.h
include/extdrv/ssd130x_oled_driver.h
include/extdrv/status_led.h
include/extdrv/tmp101_temp_sensor.h
include/extdrv/tsl256x_light_sensor.h
include/extdrv/veml6070_uv_sensor.h
include/extdrv/ws2812.h
include/lib/errno.h
include/lib/list.h
include/lib/stddef.h
include/lib/stdint.h
include/lib/stdio.h
include/lib/stdlib.h
include/lib/time.h
include/lib/utils.h
lib/protocols/dtplug/slave.c
lib/stdlib.c
lib/time.c
lib/uprintf.c
lib/utils.c
lib/vsprintf.c