aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp')
-rw-r--r--src/gdisp/fonts.c2
-rw-r--r--src/gdisp/gdisp.c2
-rw-r--r--src/gdisp/gdisp.mk2
-rw-r--r--src/gdisp/image.c2
-rw-r--r--src/gdisp/image_bmp.c2
-rw-r--r--src/gdisp/image_gif.c2
-rw-r--r--src/gdisp/image_jpg.c2
-rw-r--r--src/gdisp/image_native.c2
-rw-r--r--src/gdisp/image_png.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/gdisp/fonts.c b/src/gdisp/fonts.c
index 6c73216c..f7804126 100644
--- a/src/gdisp/fonts.c
+++ b/src/gdisp/fonts.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c
index 5c0f4709..4c005079 100644
--- a/src/gdisp/gdisp.c
+++ b/src/gdisp/gdisp.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/gdisp.mk b/src/gdisp/gdisp.mk
index 84570e9e..caa5f65d 100644
--- a/src/gdisp/gdisp.mk
+++ b/src/gdisp/gdisp.mk
@@ -6,4 +6,4 @@ GFXSRC += $(GFXLIB)/src/gdisp/gdisp.c \
$(GFXLIB)/src/gdisp/image_bmp.c \
$(GFXLIB)/src/gdisp/image_jpg.c \
$(GFXLIB)/src/gdisp/image_png.c
- \ No newline at end of file
+
diff --git a/src/gdisp/image.c b/src/gdisp/image.c
index efeb6ad1..2e56d068 100644
--- a/src/gdisp/image.c
+++ b/src/gdisp/image.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/image_bmp.c b/src/gdisp/image_bmp.c
index 4f50de81..e23d0fb1 100644
--- a/src/gdisp/image_bmp.c
+++ b/src/gdisp/image_bmp.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/image_gif.c b/src/gdisp/image_gif.c
index ed342b4e..502fa3ad 100644
--- a/src/gdisp/image_gif.c
+++ b/src/gdisp/image_gif.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/image_jpg.c b/src/gdisp/image_jpg.c
index 9ffd4b31..2f6a9392 100644
--- a/src/gdisp/image_jpg.c
+++ b/src/gdisp/image_jpg.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/image_native.c b/src/gdisp/image_native.c
index 6bbed3fc..24aed81f 100644
--- a/src/gdisp/image_native.c
+++ b/src/gdisp/image_native.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gdisp/image_png.c b/src/gdisp/image_png.c
index 183b0734..f35174d9 100644
--- a/src/gdisp/image_png.c
+++ b/src/gdisp/image_png.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**