From bed2088d74b9df3242f145f81105531a9968ee99 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 21 Feb 2019 16:34:16 +0100 Subject: [PATCH] Update all files to mention version 3 of the GPL. --- core/bootstrap.c | 2 +- core/crc_engine.c | 2 +- core/pio.c | 2 +- core/rom_helpers.c | 2 +- core/system.c | 2 +- core/systick.c | 2 +- core/user_information_block.c | 2 +- core/watchdog.c | 2 +- drivers/adc.c | 2 +- drivers/countertimers.c | 2 +- drivers/gpio.c | 2 +- drivers/i2c.c | 2 +- drivers/rtc.c | 2 +- drivers/serial.c | 2 +- drivers/ssp.c | 2 +- drivers/timers.c | 2 +- extdrv/bme280_humidity_sensor.c | 2 +- extdrv/cc1101.c | 2 +- extdrv/chirp.c | 2 +- extdrv/dht11.c | 2 +- extdrv/eeprom.c | 2 +- extdrv/epaper.c | 2 +- extdrv/lcd_char.c | 2 +- extdrv/max31855_thermocouple.c | 2 +- extdrv/ncn5120.c | 2 +- extdrv/rtc_pcf85363a.c | 2 +- extdrv/ssd130x_oled_buffer.c | 2 +- extdrv/ssd130x_oled_buffer_s.s | 2 +- extdrv/ssd130x_oled_driver.c | 2 +- extdrv/status_led.c | 2 +- extdrv/tmp101_temp_sensor.c | 2 +- extdrv/tsl256x_light_sensor.c | 2 +- extdrv/veml6070_uv_sensor.c | 2 +- extdrv/ws2812.c | 2 +- include/core/crc_engine.h | 2 +- include/core/iap.h | 2 +- include/core/lpc_core.h | 2 +- include/core/lpc_regs.h | 2 +- include/core/pio.h | 2 +- include/core/system.h | 2 +- include/core/systick.h | 2 +- include/core/user_information_block.h | 2 +- include/core/watchdog.h | 2 +- include/drivers/adc.h | 2 +- include/drivers/countertimers.h | 2 +- include/drivers/gpio.h | 2 +- include/drivers/i2c.h | 2 +- include/drivers/rtc.h | 2 +- include/drivers/serial.h | 2 +- include/drivers/ssp.h | 2 +- include/drivers/timers.h | 2 +- include/extdrv/bme280_humidity_sensor.h | 2 +- include/extdrv/chirp.h | 2 +- include/extdrv/dht11.h | 2 +- include/extdrv/eeprom.h | 2 +- include/extdrv/epaper.h | 2 +- include/extdrv/lcd_char.h | 2 +- include/extdrv/max31855_thermocouple.h | 2 +- include/extdrv/ncn5120.h | 2 +- include/extdrv/rtc_pcf85363a.h | 2 +- include/extdrv/sdmmc.h | 2 +- include/extdrv/ssd130x_oled_buffer.h | 2 +- include/extdrv/ssd130x_oled_driver.h | 2 +- include/extdrv/status_led.h | 2 +- include/extdrv/tmp101_temp_sensor.h | 2 +- include/extdrv/tsl256x_light_sensor.h | 2 +- include/extdrv/veml6070_uv_sensor.h | 2 +- include/extdrv/ws2812.h | 2 +- include/lib/errno.h | 2 +- include/lib/list.h | 2 +- include/lib/stddef.h | 2 +- include/lib/stdint.h | 2 +- include/lib/stdio.h | 2 +- include/lib/stdlib.h | 2 +- include/lib/time.h | 2 +- include/lib/utils.h | 2 +- lib/protocols/dtplug/slave.c | 2 +- lib/stdlib.c | 2 +- lib/time.c | 2 +- lib/uprintf.c | 2 +- lib/utils.c | 2 +- lib/vsprintf.c | 2 +- 82 files changed, 82 insertions(+), 82 deletions(-) diff --git a/core/bootstrap.c b/core/bootstrap.c index ea2505c..46eed52 100644 --- a/core/bootstrap.c +++ b/core/bootstrap.c @@ -15,7 +15,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/crc_engine.c b/core/crc_engine.c index 7cbf534..1cf8a5f 100644 --- a/core/crc_engine.c +++ b/core/crc_engine.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/pio.c b/core/pio.c index 70732be..cc1a490 100644 --- a/core/pio.c +++ b/core/pio.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/rom_helpers.c b/core/rom_helpers.c index 0e27a67..105fb99 100644 --- a/core/rom_helpers.c +++ b/core/rom_helpers.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/system.c b/core/system.c index 02f3f5d..ef38561 100644 --- a/core/system.c +++ b/core/system.c @@ -9,7 +9,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/systick.c b/core/systick.c index b37a69f..78a8dae 100644 --- a/core/systick.c +++ b/core/systick.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/user_information_block.c b/core/user_information_block.c index 3d9df65..32231fe 100644 --- a/core/user_information_block.c +++ b/core/user_information_block.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/core/watchdog.c b/core/watchdog.c index e13013f..7e207b0 100644 --- a/core/watchdog.c +++ b/core/watchdog.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/adc.c b/drivers/adc.c index 04fbc02..dbdc995 100644 --- a/drivers/adc.c +++ b/drivers/adc.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/countertimers.c b/drivers/countertimers.c index a3ac6ff..0113ecf 100644 --- a/drivers/countertimers.c +++ b/drivers/countertimers.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/gpio.c b/drivers/gpio.c index fcecc93..99a49c6 100644 --- a/drivers/gpio.c +++ b/drivers/gpio.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/i2c.c b/drivers/i2c.c index 1812fc9..a9e4ef3 100644 --- a/drivers/i2c.c +++ b/drivers/i2c.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/rtc.c b/drivers/rtc.c index a15f12f..6c29439 100644 --- a/drivers/rtc.c +++ b/drivers/rtc.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/serial.c b/drivers/serial.c index e5ca24e..ebaa2c2 100644 --- a/drivers/serial.c +++ b/drivers/serial.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/ssp.c b/drivers/ssp.c index 4e83d32..190ba1d 100644 --- a/drivers/ssp.c +++ b/drivers/ssp.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/drivers/timers.c b/drivers/timers.c index 727fc9d..8c7f88c 100644 --- a/drivers/timers.c +++ b/drivers/timers.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/bme280_humidity_sensor.c b/extdrv/bme280_humidity_sensor.c index 656b569..18c852f 100644 --- a/extdrv/bme280_humidity_sensor.c +++ b/extdrv/bme280_humidity_sensor.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/cc1101.c b/extdrv/cc1101.c index 9b275cd..2f02651 100644 --- a/extdrv/cc1101.c +++ b/extdrv/cc1101.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/chirp.c b/extdrv/chirp.c index 41da414..a7e6420 100644 --- a/extdrv/chirp.c +++ b/extdrv/chirp.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/dht11.c b/extdrv/dht11.c index e0d3e6c..9fe5b96 100644 --- a/extdrv/dht11.c +++ b/extdrv/dht11.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/eeprom.c b/extdrv/eeprom.c index 91e2c7d..0ae02fe 100644 --- a/extdrv/eeprom.c +++ b/extdrv/eeprom.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/epaper.c b/extdrv/epaper.c index dbe744d..d21a844 100644 --- a/extdrv/epaper.c +++ b/extdrv/epaper.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/lcd_char.c b/extdrv/lcd_char.c index 0e2dc60..c6db1d1 100644 --- a/extdrv/lcd_char.c +++ b/extdrv/lcd_char.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/max31855_thermocouple.c b/extdrv/max31855_thermocouple.c index 450efa9..2d588ea 100644 --- a/extdrv/max31855_thermocouple.c +++ b/extdrv/max31855_thermocouple.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/ncn5120.c b/extdrv/ncn5120.c index 099cea8..22715be 100644 --- a/extdrv/ncn5120.c +++ b/extdrv/ncn5120.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/rtc_pcf85363a.c b/extdrv/rtc_pcf85363a.c index 6b579b3..47d99a1 100644 --- a/extdrv/rtc_pcf85363a.c +++ b/extdrv/rtc_pcf85363a.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/ssd130x_oled_buffer.c b/extdrv/ssd130x_oled_buffer.c index 6c048c2..61bf368 100644 --- a/extdrv/ssd130x_oled_buffer.c +++ b/extdrv/ssd130x_oled_buffer.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/ssd130x_oled_buffer_s.s b/extdrv/ssd130x_oled_buffer_s.s index 91f0805..4c25b09 100644 --- a/extdrv/ssd130x_oled_buffer_s.s +++ b/extdrv/ssd130x_oled_buffer_s.s @@ -7,7 +7,7 @@ @ @ This program is free software: you can redistribute it and/or modify @ it under the terms of the GNU General Public License as published by -@ the Free Software Foundation, either version 2 of the License, or +@ the Free Software Foundation, either version 3 of the License, or @ (at your option) any later version. @ @ This program is distributed in the hope that it will be useful, diff --git a/extdrv/ssd130x_oled_driver.c b/extdrv/ssd130x_oled_driver.c index 1fca0c7..f63fe03 100644 --- a/extdrv/ssd130x_oled_driver.c +++ b/extdrv/ssd130x_oled_driver.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/status_led.c b/extdrv/status_led.c index 8965aee..2823b8e 100644 --- a/extdrv/status_led.c +++ b/extdrv/status_led.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/tmp101_temp_sensor.c b/extdrv/tmp101_temp_sensor.c index 7a85a1f..97263f5 100644 --- a/extdrv/tmp101_temp_sensor.c +++ b/extdrv/tmp101_temp_sensor.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/tsl256x_light_sensor.c b/extdrv/tsl256x_light_sensor.c index dbe4399..50a1d12 100644 --- a/extdrv/tsl256x_light_sensor.c +++ b/extdrv/tsl256x_light_sensor.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/veml6070_uv_sensor.c b/extdrv/veml6070_uv_sensor.c index dc9da17..ccb96de 100644 --- a/extdrv/veml6070_uv_sensor.c +++ b/extdrv/veml6070_uv_sensor.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/extdrv/ws2812.c b/extdrv/ws2812.c index 4c0c300..7720f6e 100644 --- a/extdrv/ws2812.c +++ b/extdrv/ws2812.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/crc_engine.h b/include/core/crc_engine.h index d201a3b..462694e 100644 --- a/include/core/crc_engine.h +++ b/include/core/crc_engine.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/iap.h b/include/core/iap.h index 12869f3..a982c5d 100644 --- a/include/core/iap.h +++ b/include/core/iap.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/lpc_core.h b/include/core/lpc_core.h index 82fcb21..10ae431 100644 --- a/include/core/lpc_core.h +++ b/include/core/lpc_core.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/lpc_regs.h b/include/core/lpc_regs.h index bc67d11..506a0e8 100644 --- a/include/core/lpc_regs.h +++ b/include/core/lpc_regs.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/pio.h b/include/core/pio.h index 74cfafc..73dd0a3 100644 --- a/include/core/pio.h +++ b/include/core/pio.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/system.h b/include/core/system.h index 3959ad9..df886e9 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -9,7 +9,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/systick.h b/include/core/systick.h index d8ae08c..9090a2c 100644 --- a/include/core/systick.h +++ b/include/core/systick.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/user_information_block.h b/include/core/user_information_block.h index 5f61cbb..40ec43e 100644 --- a/include/core/user_information_block.h +++ b/include/core/user_information_block.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/core/watchdog.h b/include/core/watchdog.h index 1b9dcc8..677babf 100644 --- a/include/core/watchdog.h +++ b/include/core/watchdog.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/adc.h b/include/drivers/adc.h index 58feb7f..3e8e98b 100644 --- a/include/drivers/adc.h +++ b/include/drivers/adc.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/countertimers.h b/include/drivers/countertimers.h index 261d4b9..6701937 100644 --- a/include/drivers/countertimers.h +++ b/include/drivers/countertimers.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/gpio.h b/include/drivers/gpio.h index d4bad31..9d6a19b 100644 --- a/include/drivers/gpio.h +++ b/include/drivers/gpio.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/i2c.h b/include/drivers/i2c.h index 19a4a0e..168d650 100644 --- a/include/drivers/i2c.h +++ b/include/drivers/i2c.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/rtc.h b/include/drivers/rtc.h index e2b9a4c..2109786 100644 --- a/include/drivers/rtc.h +++ b/include/drivers/rtc.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/serial.h b/include/drivers/serial.h index fd8884b..35d53ab 100644 --- a/include/drivers/serial.h +++ b/include/drivers/serial.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/ssp.h b/include/drivers/ssp.h index ee1a629..3f765ef 100644 --- a/include/drivers/ssp.h +++ b/include/drivers/ssp.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/drivers/timers.h b/include/drivers/timers.h index 4620a27..1811a68 100644 --- a/include/drivers/timers.h +++ b/include/drivers/timers.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/bme280_humidity_sensor.h b/include/extdrv/bme280_humidity_sensor.h index 23d9cf0..c69f7b5 100644 --- a/include/extdrv/bme280_humidity_sensor.h +++ b/include/extdrv/bme280_humidity_sensor.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/chirp.h b/include/extdrv/chirp.h index a566402..cdb59a5 100644 --- a/include/extdrv/chirp.h +++ b/include/extdrv/chirp.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/dht11.h b/include/extdrv/dht11.h index 21165d7..2156d38 100644 --- a/include/extdrv/dht11.h +++ b/include/extdrv/dht11.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/eeprom.h b/include/extdrv/eeprom.h index 27f079f..31ac99c 100644 --- a/include/extdrv/eeprom.h +++ b/include/extdrv/eeprom.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/epaper.h b/include/extdrv/epaper.h index fc5b6e9..b486756 100644 --- a/include/extdrv/epaper.h +++ b/include/extdrv/epaper.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/lcd_char.h b/include/extdrv/lcd_char.h index 97db7f0..f8aad17 100644 --- a/include/extdrv/lcd_char.h +++ b/include/extdrv/lcd_char.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/max31855_thermocouple.h b/include/extdrv/max31855_thermocouple.h index 2ba762a..b9c1c76 100644 --- a/include/extdrv/max31855_thermocouple.h +++ b/include/extdrv/max31855_thermocouple.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/ncn5120.h b/include/extdrv/ncn5120.h index 1fb849f..32149a7 100644 --- a/include/extdrv/ncn5120.h +++ b/include/extdrv/ncn5120.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/rtc_pcf85363a.h b/include/extdrv/rtc_pcf85363a.h index d3a562f..bb57643 100644 --- a/include/extdrv/rtc_pcf85363a.h +++ b/include/extdrv/rtc_pcf85363a.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/sdmmc.h b/include/extdrv/sdmmc.h index 87e9e2c..b2d4183 100644 --- a/include/extdrv/sdmmc.h +++ b/include/extdrv/sdmmc.h @@ -6,7 +6,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/ssd130x_oled_buffer.h b/include/extdrv/ssd130x_oled_buffer.h index d3b9f49..2f52e10 100644 --- a/include/extdrv/ssd130x_oled_buffer.h +++ b/include/extdrv/ssd130x_oled_buffer.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/ssd130x_oled_driver.h b/include/extdrv/ssd130x_oled_driver.h index d4b0cec..283368b 100644 --- a/include/extdrv/ssd130x_oled_driver.h +++ b/include/extdrv/ssd130x_oled_driver.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/status_led.h b/include/extdrv/status_led.h index 2b79396..5260e6d 100644 --- a/include/extdrv/status_led.h +++ b/include/extdrv/status_led.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/tmp101_temp_sensor.h b/include/extdrv/tmp101_temp_sensor.h index d267e03..8795766 100644 --- a/include/extdrv/tmp101_temp_sensor.h +++ b/include/extdrv/tmp101_temp_sensor.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/tsl256x_light_sensor.h b/include/extdrv/tsl256x_light_sensor.h index 03c5d30..71259cd 100644 --- a/include/extdrv/tsl256x_light_sensor.h +++ b/include/extdrv/tsl256x_light_sensor.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/veml6070_uv_sensor.h b/include/extdrv/veml6070_uv_sensor.h index 7e6e5f6..6b3899f 100644 --- a/include/extdrv/veml6070_uv_sensor.h +++ b/include/extdrv/veml6070_uv_sensor.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/extdrv/ws2812.h b/include/extdrv/ws2812.h index 03f619d..4df842a 100644 --- a/include/extdrv/ws2812.h +++ b/include/extdrv/ws2812.h @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/errno.h b/include/lib/errno.h index 0a3011d..9415566 100644 --- a/include/lib/errno.h +++ b/include/lib/errno.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/list.h b/include/lib/list.h index 1baab39..a41bc12 100644 --- a/include/lib/list.h +++ b/include/lib/list.h @@ -6,7 +6,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/stddef.h b/include/lib/stddef.h index ec72897..c1dd0b5 100644 --- a/include/lib/stddef.h +++ b/include/lib/stddef.h @@ -6,7 +6,7 @@ r * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/stdint.h b/include/lib/stdint.h index f77b81d..bf4a8e0 100644 --- a/include/lib/stdint.h +++ b/include/lib/stdint.h @@ -6,7 +6,7 @@ r * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/stdio.h b/include/lib/stdio.h index 35a1c7c..1a6daeb 100644 --- a/include/lib/stdio.h +++ b/include/lib/stdio.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/stdlib.h b/include/lib/stdlib.h index 9ae275d..e25c1ec 100644 --- a/include/lib/stdlib.h +++ b/include/lib/stdlib.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/time.h b/include/lib/time.h index be9bbc7..c3800a0 100644 --- a/include/lib/time.h +++ b/include/lib/time.h @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/include/lib/utils.h b/include/lib/utils.h index 7620c4e..2219970 100644 --- a/include/lib/utils.h +++ b/include/lib/utils.h @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/lib/protocols/dtplug/slave.c b/lib/protocols/dtplug/slave.c index 5071f14..859ee8e 100644 --- a/lib/protocols/dtplug/slave.c +++ b/lib/protocols/dtplug/slave.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/lib/stdlib.c b/lib/stdlib.c index c0a1991..bcffd6e 100644 --- a/lib/stdlib.c +++ b/lib/stdlib.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/lib/time.c b/lib/time.c index b9bf1b6..d4a1e8b 100644 --- a/lib/time.c +++ b/lib/time.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/lib/uprintf.c b/lib/uprintf.c index 4f9a5bc..23a5050 100644 --- a/lib/uprintf.c +++ b/lib/uprintf.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/lib/utils.c b/lib/utils.c index 42b4453..c9bff81 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -5,7 +5,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/lib/vsprintf.c b/lib/vsprintf.c index def133d..1938c2e 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -7,7 +7,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, -- 2.43.0