aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gadc/gadc.c2
-rw-r--r--src/gaudin/gaudin.c2
-rw-r--r--src/gaudout/gaudout.c2
-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
-rw-r--r--src/gevent/gevent.c2
-rw-r--r--src/gfx.c2
-rw-r--r--src/ginput/dial.c2
-rw-r--r--src/ginput/ginput.c2
-rw-r--r--src/ginput/keyboard.c2
-rw-r--r--src/ginput/mouse.c2
-rw-r--r--src/ginput/toggle.c2
-rw-r--r--src/gmisc/arrayops.c2
-rw-r--r--src/gmisc/gmisc.c2
-rw-r--r--src/gmisc/trig.c2
-rw-r--r--src/gos/chibios.c2
-rw-r--r--src/gos/posix.c2
-rw-r--r--src/gos/win32.c2
-rw-r--r--src/gqueue/gqueue.c2
-rw-r--r--src/gtimer/gtimer.c2
-rw-r--r--src/gwin/button.c2
-rw-r--r--src/gwin/checkbox.c2
-rw-r--r--src/gwin/console.c2
-rw-r--r--src/gwin/gimage.c2
-rw-r--r--src/gwin/graph.c2
-rw-r--r--src/gwin/gwidget.c2
-rw-r--r--src/gwin/gwin.c2
-rw-r--r--src/gwin/gwm.c2
-rw-r--r--src/gwin/label.c2
-rw-r--r--src/gwin/list.c2
-rw-r--r--src/gwin/radio.c2
-rw-r--r--src/gwin/slider.c2
-rw-r--r--src/tdisp/tdisp.c2
40 files changed, 40 insertions, 40 deletions
diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c
index f3d99c85..ffd934c1 100644
--- a/src/gadc/gadc.c
+++ b/src/gadc/gadc.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/gaudin/gaudin.c b/src/gaudin/gaudin.c
index 270cd26e..cddab32f 100644
--- a/src/gaudin/gaudin.c
+++ b/src/gaudin/gaudin.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/gaudout/gaudout.c b/src/gaudout/gaudout.c
index 4f8ac759..e05fc360 100644
--- a/src/gaudout/gaudout.c
+++ b/src/gaudout/gaudout.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/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
*/
/**
diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c
index d73a574f..6681fb53 100644
--- a/src/gevent/gevent.c
+++ b/src/gevent/gevent.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/gfx.c b/src/gfx.c
index 1791ef89..92533937 100644
--- a/src/gfx.c
+++ b/src/gfx.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/ginput/dial.c b/src/ginput/dial.c
index d978aa65..a9d1858c 100644
--- a/src/ginput/dial.c
+++ b/src/ginput/dial.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/ginput/ginput.c b/src/ginput/ginput.c
index 4f2e72b0..87c4a668 100644
--- a/src/ginput/ginput.c
+++ b/src/ginput/ginput.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/ginput/keyboard.c b/src/ginput/keyboard.c
index a0f1f2cb..98fad414 100644
--- a/src/ginput/keyboard.c
+++ b/src/ginput/keyboard.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/ginput/mouse.c b/src/ginput/mouse.c
index 11b358f9..28707d8b 100644
--- a/src/ginput/mouse.c
+++ b/src/ginput/mouse.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/ginput/toggle.c b/src/ginput/toggle.c
index fdbfb8ce..ec089ecb 100644
--- a/src/ginput/toggle.c
+++ b/src/ginput/toggle.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/gmisc/arrayops.c b/src/gmisc/arrayops.c
index d433437e..1c4f821a 100644
--- a/src/gmisc/arrayops.c
+++ b/src/gmisc/arrayops.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/gmisc/gmisc.c b/src/gmisc/gmisc.c
index 9573d3a0..38da6bfa 100644
--- a/src/gmisc/gmisc.c
+++ b/src/gmisc/gmisc.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/gmisc/trig.c b/src/gmisc/trig.c
index e49a4c22..510ee597 100644
--- a/src/gmisc/trig.c
+++ b/src/gmisc/trig.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/gos/chibios.c b/src/gos/chibios.c
index 0b501110..aca1a16e 100644
--- a/src/gos/chibios.c
+++ b/src/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gos/posix.c b/src/gos/posix.c
index f48a4caa..e7436311 100644
--- a/src/gos/posix.c
+++ b/src/gos/posix.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/gos/win32.c b/src/gos/win32.c
index 7f0ff037..50be42a5 100644
--- a/src/gos/win32.c
+++ b/src/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/src/gqueue/gqueue.c b/src/gqueue/gqueue.c
index beb42a2e..8b27bd41 100644
--- a/src/gqueue/gqueue.c
+++ b/src/gqueue/gqueue.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/gtimer/gtimer.c b/src/gtimer/gtimer.c
index 3eedc952..e789ee74 100644
--- a/src/gtimer/gtimer.c
+++ b/src/gtimer/gtimer.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/gwin/button.c b/src/gwin/button.c
index e6f628c3..7e026cac 100644
--- a/src/gwin/button.c
+++ b/src/gwin/button.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/gwin/checkbox.c b/src/gwin/checkbox.c
index 84eb3b9f..9121a55b 100644
--- a/src/gwin/checkbox.c
+++ b/src/gwin/checkbox.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/gwin/console.c b/src/gwin/console.c
index 06648e9b..b6a20dea 100644
--- a/src/gwin/console.c
+++ b/src/gwin/console.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/gwin/gimage.c b/src/gwin/gimage.c
index 3f0d7231..64376b4b 100644
--- a/src/gwin/gimage.c
+++ b/src/gwin/gimage.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/gwin/graph.c b/src/gwin/graph.c
index de447f4f..8cab05a4 100644
--- a/src/gwin/graph.c
+++ b/src/gwin/graph.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/gwin/gwidget.c b/src/gwin/gwidget.c
index 8fc6ba77..111777a2 100644
--- a/src/gwin/gwidget.c
+++ b/src/gwin/gwidget.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
*/
#include "gfx.h"
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c
index e5997bc8..f5d78ac6 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.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
*/
#include "gfx.h"
diff --git a/src/gwin/gwm.c b/src/gwin/gwm.c
index f9f56838..a8654089 100644
--- a/src/gwin/gwm.c
+++ b/src/gwin/gwm.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
*/
#include "gfx.h"
diff --git a/src/gwin/label.c b/src/gwin/label.c
index a76c0ec4..a933b3ac 100644
--- a/src/gwin/label.c
+++ b/src/gwin/label.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/gwin/list.c b/src/gwin/list.c
index ea0505dc..eae9bb46 100644
--- a/src/gwin/list.c
+++ b/src/gwin/list.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/gwin/radio.c b/src/gwin/radio.c
index 26ff0b83..c9d089b0 100644
--- a/src/gwin/radio.c
+++ b/src/gwin/radio.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/gwin/slider.c b/src/gwin/slider.c
index 4d9c3510..63a57480 100644
--- a/src/gwin/slider.c
+++ b/src/gwin/slider.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/tdisp/tdisp.c b/src/tdisp/tdisp.c
index 56122f8c..5af75867 100644
--- a/src/tdisp/tdisp.c
+++ b/src/tdisp/tdisp.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
*/
/**