aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-21 22:20:37 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-21 22:20:37 +0200
commit73c5ef26f81cb28cbe2fc29e885ea4eea701de1b (patch)
treecb006a866df4d125b04f9ee3f98c7530f2679865 /include
parenta6758342668712563bd4058160e6f5dc5636ba18 (diff)
downloaduGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.gz
uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.bz2
uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.zip
fixed license headers
Diffstat (limited to 'include')
-rw-r--r--include/gadc/gadc.h2
-rw-r--r--include/gadc/lld/gadc_lld.h2
-rw-r--r--include/gadc/options.h2
-rw-r--r--include/gaudin/gaudin.h2
-rw-r--r--include/gaudin/lld/gaudin_lld.h2
-rw-r--r--include/gaudin/options.h2
-rw-r--r--include/gaudout/gaudout.h2
-rw-r--r--include/gaudout/options.h2
-rw-r--r--include/gdisp/fonts.h2
-rw-r--r--include/gdisp/gdisp.h2
-rw-r--r--include/gdisp/image.h2
-rw-r--r--include/gdisp/lld/emulation.c2
-rw-r--r--include/gdisp/lld/gdisp_lld.h2
-rw-r--r--include/gdisp/lld/gdisp_lld_msgs.h2
-rw-r--r--include/gdisp/options.h2
-rw-r--r--include/gevent/gevent.h2
-rw-r--r--include/gevent/options.h2
-rw-r--r--include/gfx.h2
-rw-r--r--include/gfx_rules.h2
-rw-r--r--include/ginput/dial.h2
-rw-r--r--include/ginput/ginput.h2
-rw-r--r--include/ginput/keyboard.h2
-rw-r--r--include/ginput/lld/dial.h2
-rw-r--r--include/ginput/lld/mouse.h2
-rw-r--r--include/ginput/lld/toggle.h2
-rw-r--r--include/ginput/mouse.h2
-rw-r--r--include/ginput/options.h2
-rw-r--r--include/ginput/toggle.h2
-rw-r--r--include/gmisc/gmisc.h2
-rw-r--r--include/gmisc/options.h2
-rw-r--r--include/gos/chibios.h2
-rw-r--r--include/gos/gos.h2
-rw-r--r--include/gos/options.h2
-rw-r--r--include/gos/posix.h2
-rw-r--r--include/gos/win32.h2
-rw-r--r--include/gqueue/gqueue.h2
-rw-r--r--include/gqueue/options.h2
-rw-r--r--include/gtimer/gtimer.h2
-rw-r--r--include/gtimer/options.h2
-rw-r--r--include/gwin/button.h2
-rw-r--r--include/gwin/checkbox.h2
-rw-r--r--include/gwin/class_gwin.h2
-rw-r--r--include/gwin/console.h2
-rw-r--r--include/gwin/graph.h2
-rw-r--r--include/gwin/gwidget.h2
-rw-r--r--include/gwin/gwin.h2
-rw-r--r--include/gwin/image.h2
-rw-r--r--include/gwin/label.h2
-rw-r--r--include/gwin/list.h2
-rw-r--r--include/gwin/options.h2
-rw-r--r--include/gwin/radio.h2
-rw-r--r--include/gwin/slider.h2
-rw-r--r--include/tdisp/lld/tdisp_lld.h2
-rw-r--r--include/tdisp/options.h2
-rw-r--r--include/tdisp/tdisp.h2
55 files changed, 55 insertions, 55 deletions
diff --git a/include/gadc/gadc.h b/include/gadc/gadc.h
index f3595f99..1ad5ecb8 100644
--- a/include/gadc/gadc.h
+++ b/include/gadc/gadc.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gadc/lld/gadc_lld.h b/include/gadc/lld/gadc_lld.h
index 5c0b4a3b..3de39d9a 100644
--- a/include/gadc/lld/gadc_lld.h
+++ b/include/gadc/lld/gadc_lld.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gadc/options.h b/include/gadc/options.h
index 4c83fa5c..9c3988fc 100644
--- a/include/gadc/options.h
+++ b/include/gadc/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gaudin/gaudin.h b/include/gaudin/gaudin.h
index f50499a6..c9150f6d 100644
--- a/include/gaudin/gaudin.h
+++ b/include/gaudin/gaudin.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gaudin/lld/gaudin_lld.h b/include/gaudin/lld/gaudin_lld.h
index 77357ccf..ee4bbd3b 100644
--- a/include/gaudin/lld/gaudin_lld.h
+++ b/include/gaudin/lld/gaudin_lld.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gaudin/options.h b/include/gaudin/options.h
index d5064b90..a2c9ab5c 100644
--- a/include/gaudin/options.h
+++ b/include/gaudin/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gaudout/gaudout.h b/include/gaudout/gaudout.h
index ab46e9c5..9e89ccc2 100644
--- a/include/gaudout/gaudout.h
+++ b/include/gaudout/gaudout.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gaudout/options.h b/include/gaudout/options.h
index 3a590b08..3a42429e 100644
--- a/include/gaudout/options.h
+++ b/include/gaudout/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gdisp/fonts.h b/include/gdisp/fonts.h
index 2a0db5d0..76bd0926 100644
--- a/include/gdisp/fonts.h
+++ b/include/gdisp/fonts.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index 931a87cd..ac741d3b 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gdisp/image.h b/include/gdisp/image.h
index ea8a02d4..32100dc9 100644
--- a/include/gdisp/image.h
+++ b/include/gdisp/image.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gdisp/lld/emulation.c b/include/gdisp/lld/emulation.c
index 49a26697..c897a92d 100644
--- a/include/gdisp/lld/emulation.c
+++ b/include/gdisp/lld/emulation.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/include/gdisp/lld/gdisp_lld.h b/include/gdisp/lld/gdisp_lld.h
index faeee858..afd166ae 100644
--- a/include/gdisp/lld/gdisp_lld.h
+++ b/include/gdisp/lld/gdisp_lld.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gdisp/lld/gdisp_lld_msgs.h b/include/gdisp/lld/gdisp_lld_msgs.h
index 4c91d880..f2e0e66e 100644
--- a/include/gdisp/lld/gdisp_lld_msgs.h
+++ b/include/gdisp/lld/gdisp_lld_msgs.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gdisp/options.h b/include/gdisp/options.h
index 48b96aa1..30587530 100644
--- a/include/gdisp/options.h
+++ b/include/gdisp/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gevent/gevent.h b/include/gevent/gevent.h
index 7fb3c7ca..3e3544a2 100644
--- a/include/gevent/gevent.h
+++ b/include/gevent/gevent.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gevent/options.h b/include/gevent/options.h
index 02a7c60b..75b7a749 100644
--- a/include/gevent/options.h
+++ b/include/gevent/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gfx.h b/include/gfx.h
index 951149ad..4959e8c9 100644
--- a/include/gfx.h
+++ b/include/gfx.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gfx_rules.h b/include/gfx_rules.h
index 214a327b..c0f1e6d6 100644
--- a/include/gfx_rules.h
+++ b/include/gfx_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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/dial.h b/include/ginput/dial.h
index 38568994..a90b5e46 100644
--- a/include/ginput/dial.h
+++ b/include/ginput/dial.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/ginput.h b/include/ginput/ginput.h
index a372cc6f..3b2e37f5 100644
--- a/include/ginput/ginput.h
+++ b/include/ginput/ginput.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/keyboard.h b/include/ginput/keyboard.h
index b9c902f6..d2bebeb8 100644
--- a/include/ginput/keyboard.h
+++ b/include/ginput/keyboard.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/lld/dial.h b/include/ginput/lld/dial.h
index 09013af7..a7ce19ad 100644
--- a/include/ginput/lld/dial.h
+++ b/include/ginput/lld/dial.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h
index 0aea6bb4..4da338dc 100644
--- a/include/ginput/lld/mouse.h
+++ b/include/ginput/lld/mouse.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h
index 02bc5eb7..c7809342 100644
--- a/include/ginput/lld/toggle.h
+++ b/include/ginput/lld/toggle.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/mouse.h b/include/ginput/mouse.h
index a67812eb..93537329 100644
--- a/include/ginput/mouse.h
+++ b/include/ginput/mouse.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/options.h b/include/ginput/options.h
index 21d7b075..5d903b07 100644
--- a/include/ginput/options.h
+++ b/include/ginput/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/ginput/toggle.h b/include/ginput/toggle.h
index d9b848d3..73cf1e27 100644
--- a/include/ginput/toggle.h
+++ b/include/ginput/toggle.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gmisc/gmisc.h b/include/gmisc/gmisc.h
index 382fc867..998dda50 100644
--- a/include/gmisc/gmisc.h
+++ b/include/gmisc/gmisc.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gmisc/options.h b/include/gmisc/options.h
index fe8288ae..d5cf5898 100644
--- a/include/gmisc/options.h
+++ b/include/gmisc/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gos/chibios.h b/include/gos/chibios.h
index cfbc049e..aa98c645 100644
--- a/include/gos/chibios.h
+++ b/include/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gos/gos.h b/include/gos/gos.h
index e3d524d7..32e0b654 100644
--- a/include/gos/gos.h
+++ b/include/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gos/options.h b/include/gos/options.h
index 2ac15926..ac48e144 100644
--- a/include/gos/options.h
+++ b/include/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gos/posix.h b/include/gos/posix.h
index 732a7de3..2f344169 100644
--- a/include/gos/posix.h
+++ b/include/gos/posix.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gos/win32.h b/include/gos/win32.h
index a8dd6d6f..766be3af 100644
--- a/include/gos/win32.h
+++ b/include/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gqueue/gqueue.h b/include/gqueue/gqueue.h
index 68cfdc2f..44a42247 100644
--- a/include/gqueue/gqueue.h
+++ b/include/gqueue/gqueue.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gqueue/options.h b/include/gqueue/options.h
index b9103a6b..5ad6bf37 100644
--- a/include/gqueue/options.h
+++ b/include/gqueue/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gtimer/gtimer.h b/include/gtimer/gtimer.h
index 2b3991ec..14de352f 100644
--- a/include/gtimer/gtimer.h
+++ b/include/gtimer/gtimer.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gtimer/options.h b/include/gtimer/options.h
index f4b047c6..958f89e4 100644
--- a/include/gtimer/options.h
+++ b/include/gtimer/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/button.h b/include/gwin/button.h
index a78a0a71..13b135a3 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/checkbox.h b/include/gwin/checkbox.h
index fcd0549d..29ebe96e 100644
--- a/include/gwin/checkbox.h
+++ b/include/gwin/checkbox.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/class_gwin.h b/include/gwin/class_gwin.h
index 02ffdf52..b3f630e3 100644
--- a/include/gwin/class_gwin.h
+++ b/include/gwin/class_gwin.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/console.h b/include/gwin/console.h
index b32c3628..c05c4ad2 100644
--- a/include/gwin/console.h
+++ b/include/gwin/console.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/graph.h b/include/gwin/graph.h
index 8bc33edf..fd99458d 100644
--- a/include/gwin/graph.h
+++ b/include/gwin/graph.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/gwidget.h b/include/gwin/gwidget.h
index 0dea41ba..b760dd41 100644
--- a/include/gwin/gwidget.h
+++ b/include/gwin/gwidget.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index e09fd2e8..372ece9c 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/image.h b/include/gwin/image.h
index 55d086bc..00b6bf30 100644
--- a/include/gwin/image.h
+++ b/include/gwin/image.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/label.h b/include/gwin/label.h
index 6fc14c1a..c11b5c72 100644
--- a/include/gwin/label.h
+++ b/include/gwin/label.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/list.h b/include/gwin/list.h
index 8aa46b0c..0b525b03 100644
--- a/include/gwin/list.h
+++ b/include/gwin/list.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/options.h b/include/gwin/options.h
index be46c3ee..6e39d54d 100644
--- a/include/gwin/options.h
+++ b/include/gwin/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/radio.h b/include/gwin/radio.h
index 81243da4..e59c526e 100644
--- a/include/gwin/radio.h
+++ b/include/gwin/radio.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/gwin/slider.h b/include/gwin/slider.h
index f4ab8750..b037a621 100644
--- a/include/gwin/slider.h
+++ b/include/gwin/slider.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/tdisp/lld/tdisp_lld.h b/include/tdisp/lld/tdisp_lld.h
index 65b5c38d..93c293b4 100644
--- a/include/tdisp/lld/tdisp_lld.h
+++ b/include/tdisp/lld/tdisp_lld.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/tdisp/options.h b/include/tdisp/options.h
index 609eccf6..9aaa79d9 100644
--- a/include/tdisp/options.h
+++ b/include/tdisp/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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**
diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h
index 9f264b25..040d5bc1 100644
--- a/include/tdisp/tdisp.h
+++ b/include/tdisp/tdisp.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
/**