From 0840c8e7846f86c530e72ea6d3f97db0f27f7063 Mon Sep 17 00:00:00 2001 From: Tibo Clausen Date: Mon, 1 Oct 2018 17:32:39 +0200 Subject: Update license header --- drivers/ginput/dial/GADC/ginput_lld_dial_GADC.c | 2 +- drivers/ginput/dial/GADC/ginput_lld_dial_board_template.h | 2 +- drivers/ginput/dial/GADC/ginput_lld_dial_config.h | 2 +- drivers/ginput/toggle/Pal/ginput_lld_toggle_Pal.c | 2 +- drivers/ginput/toggle/Pal/ginput_lld_toggle_board_template.h | 2 +- drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h | 2 +- drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843.c | 2 +- drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h | 2 +- drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200.c | 2 +- drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200_board_template.h | 2 +- drivers/ginput/touch/FT5336/ft5336.h | 2 +- drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c | 2 +- drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h | 2 +- drivers/ginput/touch/FT5x06/ft5x06.h | 2 +- drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c | 2 +- drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06_board_template.h | 2 +- drivers/ginput/touch/FT6x06/ft6x06.h | 2 +- drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06.c | 2 +- drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06_board_template.h | 2 +- drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event.c | 2 +- .../ginput/touch/Linux-Event/gmouse_lld_linux_event_board_template.h | 2 +- drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802.c | 2 +- drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802_board_template.h | 2 +- drivers/ginput/touch/MAX11802/max11802.h | 2 +- drivers/ginput/touch/MCU/gmouse_lld_MCU.c | 2 +- drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h | 2 +- drivers/ginput/touch/QWidget/gmouse_lld_QWidget.c | 2 +- drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c | 2 +- drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610_board_template.h | 2 +- drivers/ginput/touch/STMPE610/stmpe610.h | 2 +- drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811.c | 2 +- drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811_board_template.h | 2 +- drivers/ginput/touch/STMPE811/stmpe811.h | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) (limited to 'drivers/ginput') diff --git a/drivers/ginput/dial/GADC/ginput_lld_dial_GADC.c b/drivers/ginput/dial/GADC/ginput_lld_dial_GADC.c index 49e59a24..99dfe8fd 100644 --- a/drivers/ginput/dial/GADC/ginput_lld_dial_GADC.c +++ b/drivers/ginput/dial/GADC/ginput_lld_dial_GADC.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/dial/GADC/ginput_lld_dial_board_template.h b/drivers/ginput/dial/GADC/ginput_lld_dial_board_template.h index 28f3e258..532beefe 100644 --- a/drivers/ginput/dial/GADC/ginput_lld_dial_board_template.h +++ b/drivers/ginput/dial/GADC/ginput_lld_dial_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_DIAL_BOARD_H diff --git a/drivers/ginput/dial/GADC/ginput_lld_dial_config.h b/drivers/ginput/dial/GADC/ginput_lld_dial_config.h index 45c61c1d..be77ad2a 100644 --- a/drivers/ginput/dial/GADC/ginput_lld_dial_config.h +++ b/drivers/ginput/dial/GADC/ginput_lld_dial_config.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_DIAL_CONFIG_H diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_Pal.c b/drivers/ginput/toggle/Pal/ginput_lld_toggle_Pal.c index 1a16b70f..85ffc294 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_Pal.c +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_Pal.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_template.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_template.h index 049160f5..c686d668 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_template.h +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GDISP_LLD_TOGGLE_BOARD_H diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h index 0ae2aa3f..d7bb341d 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_TOGGLE_CONFIG_H diff --git a/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843.c b/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843.c index fb5e4aec..12176bdf 100644 --- a/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843.c +++ b/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h b/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h index 533b5cb6..7b4bcb58 100644 --- a/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h +++ b/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200.c b/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200.c index 7bd82e36..c7afd0d7 100644 --- a/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200.c +++ b/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200_board_template.h b/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200_board_template.h index 9a2556d3..9cd8eb7d 100644 --- a/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200_board_template.h +++ b/drivers/ginput/touch/EXC7200/gmouse_lld_EXC7200_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/FT5336/ft5336.h b/drivers/ginput/touch/FT5336/ft5336.h index 4940cc42..eb082237 100644 --- a/drivers/ginput/touch/FT5336/ft5336.h +++ b/drivers/ginput/touch/FT5336/ft5336.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _FT5336_H diff --git a/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c b/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c index 3f23cad2..fa24e646 100644 --- a/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c +++ b/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h b/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h index 45331b25..5cbbbd1a 100644 --- a/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h +++ b/drivers/ginput/touch/FT5336/gmouse_lld_FT5336_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/FT5x06/ft5x06.h b/drivers/ginput/touch/FT5x06/ft5x06.h index bfc1d080..044197f6 100644 --- a/drivers/ginput/touch/FT5x06/ft5x06.h +++ b/drivers/ginput/touch/FT5x06/ft5x06.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _FT5x06_H diff --git a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c index bf34654a..01b05f9f 100644 --- a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c +++ b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06_board_template.h b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06_board_template.h index ded7cfb9..45f0a66e 100644 --- a/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06_board_template.h +++ b/drivers/ginput/touch/FT5x06/gmouse_lld_FT5x06_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/FT6x06/ft6x06.h b/drivers/ginput/touch/FT6x06/ft6x06.h index 63545c4b..b12bc58d 100644 --- a/drivers/ginput/touch/FT6x06/ft6x06.h +++ b/drivers/ginput/touch/FT6x06/ft6x06.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _FT6x06_H diff --git a/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06.c b/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06.c index eb563c43..168c136d 100644 --- a/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06.c +++ b/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06_board_template.h b/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06_board_template.h index 3f2c63d2..d81f55f0 100644 --- a/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06_board_template.h +++ b/drivers/ginput/touch/FT6x06/gmouse_lld_FT6x06_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event.c b/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event.c index d1aad3ba..e082a539 100644 --- a/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event.c +++ b/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event_board_template.h b/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event_board_template.h index 9f3acdd3..72941962 100644 --- a/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event_board_template.h +++ b/drivers/ginput/touch/Linux-Event/gmouse_lld_linux_event_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802.c b/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802.c index 034f8e3a..acfe2142 100644 --- a/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802.c +++ b/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802_board_template.h b/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802_board_template.h index cf663cb0..ec5d6982 100644 --- a/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802_board_template.h +++ b/drivers/ginput/touch/MAX11802/gmouse_lld_MAX11802_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/MAX11802/max11802.h b/drivers/ginput/touch/MAX11802/max11802.h index f085aa5f..ccc668f1 100644 --- a/drivers/ginput/touch/MAX11802/max11802.h +++ b/drivers/ginput/touch/MAX11802/max11802.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _MAX11802_H diff --git a/drivers/ginput/touch/MCU/gmouse_lld_MCU.c b/drivers/ginput/touch/MCU/gmouse_lld_MCU.c index 8204e28c..7e230e93 100644 --- a/drivers/ginput/touch/MCU/gmouse_lld_MCU.c +++ b/drivers/ginput/touch/MCU/gmouse_lld_MCU.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h b/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h index bc2917ad..eb744e16 100644 --- a/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h +++ b/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _LLD_GMOUSE_MCU_BOARD_H diff --git a/drivers/ginput/touch/QWidget/gmouse_lld_QWidget.c b/drivers/ginput/touch/QWidget/gmouse_lld_QWidget.c index 13037136..acbc0406 100644 --- a/drivers/ginput/touch/QWidget/gmouse_lld_QWidget.c +++ b/drivers/ginput/touch/QWidget/gmouse_lld_QWidget.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "ugfx/gfx.h" diff --git a/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c b/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c index 39fe0a24..21581077 100644 --- a/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c +++ b/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610_board_template.h b/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610_board_template.h index a821ee7c..d68a0be3 100644 --- a/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610_board_template.h +++ b/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/STMPE610/stmpe610.h b/drivers/ginput/touch/STMPE610/stmpe610.h index c84f1e6a..38270a7e 100644 --- a/drivers/ginput/touch/STMPE610/stmpe610.h +++ b/drivers/ginput/touch/STMPE610/stmpe610.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _STMPE610_H diff --git a/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811.c b/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811.c index dca750c4..ab2c87b4 100644 --- a/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811.c +++ b/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #include "gfx.h" diff --git a/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811_board_template.h b/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811_board_template.h index dfe44ed7..bcc9ab57 100644 --- a/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811_board_template.h +++ b/drivers/ginput/touch/STMPE811/gmouse_lld_STMPE811_board_template.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GINPUT_LLD_MOUSE_BOARD_H diff --git a/drivers/ginput/touch/STMPE811/stmpe811.h b/drivers/ginput/touch/STMPE811/stmpe811.h index df85889f..8b374e1e 100644 --- a/drivers/ginput/touch/STMPE811/stmpe811.h +++ b/drivers/ginput/touch/STMPE811/stmpe811.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * - * http://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _STMPE811_H -- cgit v1.2.3