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 --- tools/file2c/src/file2c.c | 2 +- tools/gmake_scripts/compiler_gcc.mk | 2 +- tools/gmake_scripts/cpu_armv6.mk | 2 +- tools/gmake_scripts/cpu_at91sam7.mk | 2 +- tools/gmake_scripts/cpu_raspberrypi.mk | 2 +- tools/gmake_scripts/cpu_stm32m1.mk | 2 +- tools/gmake_scripts/cpu_stm32m3.mk | 2 +- tools/gmake_scripts/cpu_stm32m4.mk | 2 +- tools/gmake_scripts/cpu_stm32m7.mk | 2 +- tools/gmake_scripts/cpu_x64.mk | 2 +- tools/gmake_scripts/cpu_x86.mk | 2 +- tools/gmake_scripts/library_ugfx.mk | 2 +- tools/gmake_scripts/os_chibios.mk | 2 +- tools/gmake_scripts/os_chibios_2.mk | 2 +- tools/gmake_scripts/os_chibios_3.mk | 2 +- tools/gmake_scripts/os_chibios_git.mk | 2 +- tools/gmake_scripts/os_ecos.mk | 2 +- tools/gmake_scripts/os_freertos.mk | 2 +- tools/gmake_scripts/os_linux.mk | 2 +- tools/gmake_scripts/os_osx.mk | 2 +- tools/gmake_scripts/os_raw32.mk | 2 +- tools/gmake_scripts/os_win32.chibios.mk | 2 +- tools/gmake_scripts/os_win32.mk | 2 +- tools/gmake_scripts/os_win32.raw32.mk | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) (limited to 'tools') 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 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 -- cgit v1.2.3