aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
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 /src/ginput
parenta6758342668712563bd4058160e6f5dc5636ba18 (diff)
downloaduGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.gz
uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.bz2
uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.zip
fixed license headers
Diffstat (limited to 'src/ginput')
-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
5 files changed, 5 insertions, 5 deletions
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
*/
/**