aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parent3486e475796b1df79b46dd34119ea72ed74be732 (diff)
downloaduGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip
Update license header
Diffstat (limited to 'tools')
-rw-r--r--tools/file2c/src/file2c.c2
-rw-r--r--tools/gmake_scripts/compiler_gcc.mk2
-rw-r--r--tools/gmake_scripts/cpu_armv6.mk2
-rw-r--r--tools/gmake_scripts/cpu_at91sam7.mk2
-rw-r--r--tools/gmake_scripts/cpu_raspberrypi.mk2
-rw-r--r--tools/gmake_scripts/cpu_stm32m1.mk2
-rw-r--r--tools/gmake_scripts/cpu_stm32m3.mk2
-rw-r--r--tools/gmake_scripts/cpu_stm32m4.mk2
-rw-r--r--tools/gmake_scripts/cpu_stm32m7.mk2
-rw-r--r--tools/gmake_scripts/cpu_x64.mk2
-rw-r--r--tools/gmake_scripts/cpu_x86.mk2
-rw-r--r--tools/gmake_scripts/library_ugfx.mk2
-rw-r--r--tools/gmake_scripts/os_chibios.mk2
-rw-r--r--tools/gmake_scripts/os_chibios_2.mk2
-rw-r--r--tools/gmake_scripts/os_chibios_3.mk2
-rw-r--r--tools/gmake_scripts/os_chibios_git.mk2
-rw-r--r--tools/gmake_scripts/os_ecos.mk2
-rw-r--r--tools/gmake_scripts/os_freertos.mk2
-rw-r--r--tools/gmake_scripts/os_linux.mk2
-rw-r--r--tools/gmake_scripts/os_osx.mk2
-rw-r--r--tools/gmake_scripts/os_raw32.mk2
-rw-r--r--tools/gmake_scripts/os_win32.chibios.mk2
-rw-r--r--tools/gmake_scripts/os_win32.mk2
-rw-r--r--tools/gmake_scripts/os_win32.raw32.mk2
24 files changed, 24 insertions, 24 deletions
diff --git a/tools/file2c/src/file2c.c b/tools/file2c/src/file2c.c
index 079b1a59..55087fe3 100644
--- a/tools/file2c/src/file2c.c
+++ b/tools/file2c/src/file2c.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 <stdio.h>
diff --git a/tools/gmake_scripts/compiler_gcc.mk b/tools/gmake_scripts/compiler_gcc.mk
index 07cb8ec8..106e94d8 100644
--- a/tools/gmake_scripts/compiler_gcc.mk
+++ b/tools/gmake_scripts/compiler_gcc.mk
@@ -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/tools/gmake_scripts/cpu_armv6.mk b/tools/gmake_scripts/cpu_armv6.mk
index 0fa5867e..b3d91adc 100644
--- a/tools/gmake_scripts/cpu_armv6.mk
+++ b/tools/gmake_scripts/cpu_armv6.mk
@@ -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/tools/gmake_scripts/cpu_at91sam7.mk b/tools/gmake_scripts/cpu_at91sam7.mk
index fe5d528d..030e8fdc 100644
--- a/tools/gmake_scripts/cpu_at91sam7.mk
+++ b/tools/gmake_scripts/cpu_at91sam7.mk
@@ -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/tools/gmake_scripts/cpu_raspberrypi.mk b/tools/gmake_scripts/cpu_raspberrypi.mk
index b31c35e9..c3ec695a 100644
--- a/tools/gmake_scripts/cpu_raspberrypi.mk
+++ b/tools/gmake_scripts/cpu_raspberrypi.mk
@@ -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/tools/gmake_scripts/cpu_stm32m1.mk b/tools/gmake_scripts/cpu_stm32m1.mk
index 777ae4f2..8258070d 100644
--- a/tools/gmake_scripts/cpu_stm32m1.mk
+++ b/tools/gmake_scripts/cpu_stm32m1.mk
@@ -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/tools/gmake_scripts/cpu_stm32m3.mk b/tools/gmake_scripts/cpu_stm32m3.mk
index b430d7fd..f0cbc0c4 100644
--- a/tools/gmake_scripts/cpu_stm32m3.mk
+++ b/tools/gmake_scripts/cpu_stm32m3.mk
@@ -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/tools/gmake_scripts/cpu_stm32m4.mk b/tools/gmake_scripts/cpu_stm32m4.mk
index db1efd07..046061a3 100644
--- a/tools/gmake_scripts/cpu_stm32m4.mk
+++ b/tools/gmake_scripts/cpu_stm32m4.mk
@@ -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/tools/gmake_scripts/cpu_stm32m7.mk b/tools/gmake_scripts/cpu_stm32m7.mk
index c2d17b72..dc21ed82 100644
--- a/tools/gmake_scripts/cpu_stm32m7.mk
+++ b/tools/gmake_scripts/cpu_stm32m7.mk
@@ -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/tools/gmake_scripts/cpu_x64.mk b/tools/gmake_scripts/cpu_x64.mk
index 5013e260..61960eea 100644
--- a/tools/gmake_scripts/cpu_x64.mk
+++ b/tools/gmake_scripts/cpu_x64.mk
@@ -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/tools/gmake_scripts/cpu_x86.mk b/tools/gmake_scripts/cpu_x86.mk
index 0e3e5af1..18aa7af8 100644
--- a/tools/gmake_scripts/cpu_x86.mk
+++ b/tools/gmake_scripts/cpu_x86.mk
@@ -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/tools/gmake_scripts/library_ugfx.mk b/tools/gmake_scripts/library_ugfx.mk
index 9dabcb69..4210c286 100644
--- a/tools/gmake_scripts/library_ugfx.mk
+++ b/tools/gmake_scripts/library_ugfx.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_chibios.mk b/tools/gmake_scripts/os_chibios.mk
index 82a102d7..22f74c11 100644
--- a/tools/gmake_scripts/os_chibios.mk
+++ b/tools/gmake_scripts/os_chibios.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_chibios_2.mk b/tools/gmake_scripts/os_chibios_2.mk
index ffbbc3f5..c63580a6 100644
--- a/tools/gmake_scripts/os_chibios_2.mk
+++ b/tools/gmake_scripts/os_chibios_2.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_chibios_3.mk b/tools/gmake_scripts/os_chibios_3.mk
index 8e8b139d..7c49c79a 100644
--- a/tools/gmake_scripts/os_chibios_3.mk
+++ b/tools/gmake_scripts/os_chibios_3.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_chibios_git.mk b/tools/gmake_scripts/os_chibios_git.mk
index 8f432ade..d8f1ee44 100644
--- a/tools/gmake_scripts/os_chibios_git.mk
+++ b/tools/gmake_scripts/os_chibios_git.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_ecos.mk b/tools/gmake_scripts/os_ecos.mk
index b1b74554..284de97e 100644
--- a/tools/gmake_scripts/os_ecos.mk
+++ b/tools/gmake_scripts/os_ecos.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_freertos.mk b/tools/gmake_scripts/os_freertos.mk
index 5cbd5be0..fe1c38f5 100644
--- a/tools/gmake_scripts/os_freertos.mk
+++ b/tools/gmake_scripts/os_freertos.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_linux.mk b/tools/gmake_scripts/os_linux.mk
index 0893ca51..5a2ff9c1 100644
--- a/tools/gmake_scripts/os_linux.mk
+++ b/tools/gmake_scripts/os_linux.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_osx.mk b/tools/gmake_scripts/os_osx.mk
index b5f99496..ea43b198 100644
--- a/tools/gmake_scripts/os_osx.mk
+++ b/tools/gmake_scripts/os_osx.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_raw32.mk b/tools/gmake_scripts/os_raw32.mk
index 1c96c8ec..f8b12e4c 100644
--- a/tools/gmake_scripts/os_raw32.mk
+++ b/tools/gmake_scripts/os_raw32.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_win32.chibios.mk b/tools/gmake_scripts/os_win32.chibios.mk
index 0eccf071..7660e648 100644
--- a/tools/gmake_scripts/os_win32.chibios.mk
+++ b/tools/gmake_scripts/os_win32.chibios.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_win32.mk b/tools/gmake_scripts/os_win32.mk
index 07d15c20..eafcec2b 100644
--- a/tools/gmake_scripts/os_win32.mk
+++ b/tools/gmake_scripts/os_win32.mk
@@ -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
#
# See readme.txt for the make API
diff --git a/tools/gmake_scripts/os_win32.raw32.mk b/tools/gmake_scripts/os_win32.raw32.mk
index 8a9cf78b..94deb205 100644
--- a/tools/gmake_scripts/os_win32.raw32.mk
+++ b/tools/gmake_scripts/os_win32.raw32.mk
@@ -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
#
# See readme.txt for the make API