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 --- src/gos/gos.h | 2 +- src/gos/gos.mk | 2 +- src/gos/gos_arduino.c | 2 +- src/gos/gos_arduino.h | 2 +- src/gos/gos_chibios.c | 2 +- src/gos/gos_chibios.h | 2 +- src/gos/gos_cmsis.c | 2 +- src/gos/gos_cmsis.h | 2 +- src/gos/gos_cmsis2.c | 2 +- src/gos/gos_cmsis2.h | 2 +- src/gos/gos_ecos.c | 2 +- src/gos/gos_ecos.h | 2 +- src/gos/gos_freertos.c | 2 +- src/gos/gos_freertos.h | 2 +- src/gos/gos_keil.h | 2 +- src/gos/gos_linux.c | 2 +- src/gos/gos_linux.h | 2 +- src/gos/gos_mk.c | 2 +- src/gos/gos_nios.c | 2 +- src/gos/gos_nios.h | 2 +- src/gos/gos_options.h | 2 +- src/gos/gos_osx.c | 2 +- src/gos/gos_osx.h | 2 +- src/gos/gos_qt.cpp | 2 +- src/gos/gos_qt.h | 2 +- src/gos/gos_raw32.c | 2 +- src/gos/gos_raw32.h | 2 +- src/gos/gos_rawrtos.c | 2 +- src/gos/gos_rtx5.h | 2 +- src/gos/gos_rules.h | 2 +- src/gos/gos_win32.c | 2 +- src/gos/gos_win32.h | 2 +- src/gos/gos_x_heap.c | 2 +- src/gos/gos_x_heap.h | 2 +- src/gos/gos_x_threads.c | 2 +- src/gos/gos_x_threads.h | 2 +- src/gos/gos_x_threads_cortexm01.h | 2 +- src/gos/gos_x_threads_cortexm347.h | 2 +- src/gos/gos_x_threads_cortexm47fp.h | 2 +- src/gos/gos_zephyr.c | 2 +- src/gos/gos_zephyr.h | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) (limited to 'src/gos') diff --git a/src/gos/gos.h b/src/gos/gos.h index 1dbdd5f7..d01bc070 100644 --- a/src/gos/gos.h +++ b/src/gos/gos.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 */ /** diff --git a/src/gos/gos.mk b/src/gos/gos.mk index d853cebf..8cf32f49 100644 --- a/src/gos/gos.mk +++ b/src/gos/gos.mk @@ -1,7 +1,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 GFXSRC += $(GFXLIB)/src/gos/gos_chibios.c \ $(GFXLIB)/src/gos/gos_freertos.c \ diff --git a/src/gos/gos_arduino.c b/src/gos/gos_arduino.c index f1e0b340..09241a28 100644 --- a/src/gos/gos_arduino.c +++ b/src/gos/gos_arduino.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/src/gos/gos_arduino.h b/src/gos/gos_arduino.h index 7aadfa75..a5c6aaa0 100644 --- a/src/gos/gos_arduino.h +++ b/src/gos/gos_arduino.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 */ /** diff --git a/src/gos/gos_chibios.c b/src/gos/gos_chibios.c index 3dd84e17..d393251a 100644 --- a/src/gos/gos_chibios.c +++ b/src/gos/gos_chibios.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/src/gos/gos_chibios.h b/src/gos/gos_chibios.h index ac06c5cb..497c6776 100644 --- a/src/gos/gos_chibios.h +++ b/src/gos/gos_chibios.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 _GOS_CHIBIOS_H diff --git a/src/gos/gos_cmsis.c b/src/gos/gos_cmsis.c index 485b2ede..2dcb0d19 100644 --- a/src/gos/gos_cmsis.c +++ b/src/gos/gos_cmsis.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/src/gos/gos_cmsis.h b/src/gos/gos_cmsis.h index fda8934b..17b8c295 100644 --- a/src/gos/gos_cmsis.h +++ b/src/gos/gos_cmsis.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 */ /** diff --git a/src/gos/gos_cmsis2.c b/src/gos/gos_cmsis2.c index a29f60c8..b1dd1dd6 100644 --- a/src/gos/gos_cmsis2.c +++ b/src/gos/gos_cmsis2.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/src/gos/gos_cmsis2.h b/src/gos/gos_cmsis2.h index fb14e414..fd702027 100644 --- a/src/gos/gos_cmsis2.h +++ b/src/gos/gos_cmsis2.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 */ /** diff --git a/src/gos/gos_ecos.c b/src/gos/gos_ecos.c index f458d383..1842acda 100644 --- a/src/gos/gos_ecos.c +++ b/src/gos/gos_ecos.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/src/gos/gos_ecos.h b/src/gos/gos_ecos.h index ff6f5605..e529e88e 100644 --- a/src/gos/gos_ecos.h +++ b/src/gos/gos_ecos.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 _GOS_ECOS_H diff --git a/src/gos/gos_freertos.c b/src/gos/gos_freertos.c index 93e651f0..fee852c9 100644 --- a/src/gos/gos_freertos.c +++ b/src/gos/gos_freertos.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/src/gos/gos_freertos.h b/src/gos/gos_freertos.h index 58cdfd50..1a2e6f99 100644 --- a/src/gos/gos_freertos.h +++ b/src/gos/gos_freertos.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 */ /** diff --git a/src/gos/gos_keil.h b/src/gos/gos_keil.h index 35d6e4e1..aa875624 100644 --- a/src/gos/gos_keil.h +++ b/src/gos/gos_keil.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 */ /** diff --git a/src/gos/gos_linux.c b/src/gos/gos_linux.c index e4a9c0c5..b5754d86 100644 --- a/src/gos/gos_linux.c +++ b/src/gos/gos_linux.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 */ // We need to include stdio.h below. Turn off GFILE_NEED_STDIO just for this file to prevent conflicts diff --git a/src/gos/gos_linux.h b/src/gos/gos_linux.h index da6ca66b..583c0c0f 100644 --- a/src/gos/gos_linux.h +++ b/src/gos/gos_linux.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 _GOS_LINUX_H diff --git a/src/gos/gos_mk.c b/src/gos/gos_mk.c index b1615b8b..13c2786f 100644 --- a/src/gos/gos_mk.c +++ b/src/gos/gos_mk.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 "gos_arduino.c" diff --git a/src/gos/gos_nios.c b/src/gos/gos_nios.c index 90d625fa..154be3d0 100644 --- a/src/gos/gos_nios.c +++ b/src/gos/gos_nios.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/src/gos/gos_nios.h b/src/gos/gos_nios.h index 463607b5..19f2d8a9 100644 --- a/src/gos/gos_nios.h +++ b/src/gos/gos_nios.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 _GOS_NIOS_H diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h index 3f04ca4a..e0187e6a 100644 --- a/src/gos/gos_options.h +++ b/src/gos/gos_options.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 */ /** diff --git a/src/gos/gos_osx.c b/src/gos/gos_osx.c index 850d7127..425e6345 100644 --- a/src/gos/gos_osx.c +++ b/src/gos/gos_osx.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 */ // We need to include stdio.h below. Turn off GFILE_NEED_STDIO just for this file to prevent conflicts diff --git a/src/gos/gos_osx.h b/src/gos/gos_osx.h index 8e55a347..90316f2d 100644 --- a/src/gos/gos_osx.h +++ b/src/gos/gos_osx.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 _GOS_OSX_H diff --git a/src/gos/gos_qt.cpp b/src/gos/gos_qt.cpp index 3790d8ed..2e15fc0f 100644 --- a/src/gos/gos_qt.cpp +++ b/src/gos/gos_qt.cpp @@ -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/src/gos/gos_qt.h b/src/gos/gos_qt.h index d9836e7d..69a3c256 100644 --- a/src/gos/gos_qt.h +++ b/src/gos/gos_qt.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 _GOS_QT_H diff --git a/src/gos/gos_raw32.c b/src/gos/gos_raw32.c index cfaac53f..5351e7df 100644 --- a/src/gos/gos_raw32.c +++ b/src/gos/gos_raw32.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 */ // We need to include stdio.h below for Win32 emulation. Turn off GFILE_NEED_STDIO just for this file to prevent conflicts diff --git a/src/gos/gos_raw32.h b/src/gos/gos_raw32.h index 7a936afe..bffaf4c7 100644 --- a/src/gos/gos_raw32.h +++ b/src/gos/gos_raw32.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 */ /** diff --git a/src/gos/gos_rawrtos.c b/src/gos/gos_rawrtos.c index a5425691..32e19017 100644 --- a/src/gos/gos_rawrtos.c +++ b/src/gos/gos_rawrtos.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/src/gos/gos_rtx5.h b/src/gos/gos_rtx5.h index 9e70d8bb..8c1952e1 100644 --- a/src/gos/gos_rtx5.h +++ b/src/gos/gos_rtx5.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 */ /** diff --git a/src/gos/gos_rules.h b/src/gos/gos_rules.h index 96b4b795..4fd1e383 100644 --- a/src/gos/gos_rules.h +++ b/src/gos/gos_rules.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 */ /** diff --git a/src/gos/gos_win32.c b/src/gos/gos_win32.c index 63a7e387..88936ce8 100644 --- a/src/gos/gos_win32.c +++ b/src/gos/gos_win32.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 */ // We need to include stdio.h below. Turn off GFILE_NEED_STDIO just for this file to prevent conflicts diff --git a/src/gos/gos_win32.h b/src/gos/gos_win32.h index 9c088bd9..f9ac10b4 100644 --- a/src/gos/gos_win32.h +++ b/src/gos/gos_win32.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 */ /** diff --git a/src/gos/gos_x_heap.c b/src/gos/gos_x_heap.c index 813d0199..d7a07537 100644 --- a/src/gos/gos_x_heap.c +++ b/src/gos/gos_x_heap.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/src/gos/gos_x_heap.h b/src/gos/gos_x_heap.h index 1434b991..205591ca 100644 --- a/src/gos/gos_x_heap.h +++ b/src/gos/gos_x_heap.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 _GOS_X_HEAP_H diff --git a/src/gos/gos_x_threads.c b/src/gos/gos_x_threads.c index 55c54917..a07a2feb 100644 --- a/src/gos/gos_x_threads.c +++ b/src/gos/gos_x_threads.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/src/gos/gos_x_threads.h b/src/gos/gos_x_threads.h index e530120d..5b1b7260 100644 --- a/src/gos/gos_x_threads.h +++ b/src/gos/gos_x_threads.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 */ /** diff --git a/src/gos/gos_x_threads_cortexm01.h b/src/gos/gos_x_threads_cortexm01.h index 89a7d383..1ffde0f3 100644 --- a/src/gos/gos_x_threads_cortexm01.h +++ b/src/gos/gos_x_threads_cortexm01.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 */ /** diff --git a/src/gos/gos_x_threads_cortexm347.h b/src/gos/gos_x_threads_cortexm347.h index 489c0f14..6d9cc26d 100644 --- a/src/gos/gos_x_threads_cortexm347.h +++ b/src/gos/gos_x_threads_cortexm347.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 */ /** diff --git a/src/gos/gos_x_threads_cortexm47fp.h b/src/gos/gos_x_threads_cortexm47fp.h index a85615c6..17da8d7a 100644 --- a/src/gos/gos_x_threads_cortexm47fp.h +++ b/src/gos/gos_x_threads_cortexm47fp.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 */ /** diff --git a/src/gos/gos_zephyr.c b/src/gos/gos_zephyr.c index 82660c46..713f8c7b 100644 --- a/src/gos/gos_zephyr.c +++ b/src/gos/gos_zephyr.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/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h index 4eb5c4e0..ebf88a8b 100644 --- a/src/gos/gos_zephyr.h +++ b/src/gos/gos_zephyr.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 _GOS_ZEPHYR_H -- cgit v1.2.3