aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorTibo Clausen <tibo.clausen@gmail.com>2018-10-01 17:32:39 +0200
committerTibo Clausen <tibo.clausen@gmail.com>2018-10-01 17:34:15 +0200
commit0840c8e7846f86c530e72ea6d3f97db0f27f7063 (patch)
tree91fe7bb09d54b7c49dd67ac0f24bf0a879451759 /src/gos
parent3486e475796b1df79b46dd34119ea72ed74be732 (diff)
downloaduGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip
Update license header
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/gos.h2
-rw-r--r--src/gos/gos.mk2
-rw-r--r--src/gos/gos_arduino.c2
-rw-r--r--src/gos/gos_arduino.h2
-rw-r--r--src/gos/gos_chibios.c2
-rw-r--r--src/gos/gos_chibios.h2
-rw-r--r--src/gos/gos_cmsis.c2
-rw-r--r--src/gos/gos_cmsis.h2
-rw-r--r--src/gos/gos_cmsis2.c2
-rw-r--r--src/gos/gos_cmsis2.h2
-rw-r--r--src/gos/gos_ecos.c2
-rw-r--r--src/gos/gos_ecos.h2
-rw-r--r--src/gos/gos_freertos.c2
-rw-r--r--src/gos/gos_freertos.h2
-rw-r--r--src/gos/gos_keil.h2
-rw-r--r--src/gos/gos_linux.c2
-rw-r--r--src/gos/gos_linux.h2
-rw-r--r--src/gos/gos_mk.c2
-rw-r--r--src/gos/gos_nios.c2
-rw-r--r--src/gos/gos_nios.h2
-rw-r--r--src/gos/gos_options.h2
-rw-r--r--src/gos/gos_osx.c2
-rw-r--r--src/gos/gos_osx.h2
-rw-r--r--src/gos/gos_qt.cpp2
-rw-r--r--src/gos/gos_qt.h2
-rw-r--r--src/gos/gos_raw32.c2
-rw-r--r--src/gos/gos_raw32.h2
-rw-r--r--src/gos/gos_rawrtos.c2
-rw-r--r--src/gos/gos_rtx5.h2
-rw-r--r--src/gos/gos_rules.h2
-rw-r--r--src/gos/gos_win32.c2
-rw-r--r--src/gos/gos_win32.h2
-rw-r--r--src/gos/gos_x_heap.c2
-rw-r--r--src/gos/gos_x_heap.h2
-rw-r--r--src/gos/gos_x_threads.c2
-rw-r--r--src/gos/gos_x_threads.h2
-rw-r--r--src/gos/gos_x_threads_cortexm01.h2
-rw-r--r--src/gos/gos_x_threads_cortexm347.h2
-rw-r--r--src/gos/gos_x_threads_cortexm47fp.h2
-rw-r--r--src/gos/gos_zephyr.c2
-rw-r--r--src/gos/gos_zephyr.h2
41 files changed, 41 insertions, 41 deletions
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