aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorTibo Clausen <tibo.clausen@gmail.com>2018-10-01 17:32:39 +0200
committerTibo Clausen <tibo.clausen@gmail.com>2018-10-01 17:34:15 +0200
commit0840c8e7846f86c530e72ea6d3f97db0f27f7063 (patch)
tree91fe7bb09d54b7c49dd67ac0f24bf0a879451759 /src/ginput
parent3486e475796b1df79b46dd34119ea72ed74be732 (diff)
downloaduGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip
Update license header
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/ginput.c2
-rw-r--r--src/ginput/ginput.h2
-rw-r--r--src/ginput/ginput.mk2
-rw-r--r--src/ginput/ginput_dial.c2
-rw-r--r--src/ginput/ginput_dial.h2
-rw-r--r--src/ginput/ginput_driver_dial.h2
-rw-r--r--src/ginput/ginput_driver_keyboard.h2
-rw-r--r--src/ginput/ginput_driver_mouse.h2
-rw-r--r--src/ginput/ginput_driver_toggle.h2
-rw-r--r--src/ginput/ginput_keyboard.c2
-rw-r--r--src/ginput/ginput_keyboard.h2
-rw-r--r--src/ginput/ginput_keyboard_microcode.c2
-rw-r--r--src/ginput/ginput_keyboard_microcode.h2
-rw-r--r--src/ginput/ginput_mk.c2
-rw-r--r--src/ginput/ginput_mouse.c2
-rw-r--r--src/ginput/ginput_mouse.h2
-rw-r--r--src/ginput/ginput_options.h2
-rw-r--r--src/ginput/ginput_rules.h2
-rw-r--r--src/ginput/ginput_toggle.c2
-rw-r--r--src/ginput/ginput_toggle.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/ginput/ginput.c b/src/ginput/ginput.c
index af88e80c..e3d61e6b 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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput.h b/src/ginput/ginput.h
index 0a52e543..0a128aab 100644
--- a/src/ginput/ginput.h
+++ b/src/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput.mk b/src/ginput/ginput.mk
index 48095858..c80a4cf2 100644
--- a/src/ginput/ginput.mk
+++ b/src/ginput/ginput.mk
@@ -1,7 +1,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
GFXSRC += $(GFXLIB)/src/ginput/ginput.c \
$(GFXLIB)/src/ginput/ginput_mouse.c \
diff --git a/src/ginput/ginput_dial.c b/src/ginput/ginput_dial.c
index 164b5e17..7763f209 100644
--- a/src/ginput/ginput_dial.c
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_dial.h b/src/ginput/ginput_dial.h
index af93391e..faf246c3 100644
--- a/src/ginput/ginput_dial.h
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_driver_dial.h b/src/ginput/ginput_driver_dial.h
index 146ffc8d..86d90c60 100644
--- a/src/ginput/ginput_driver_dial.h
+++ b/src/ginput/ginput_driver_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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_driver_keyboard.h b/src/ginput/ginput_driver_keyboard.h
index 1d9fabf9..0d107274 100644
--- a/src/ginput/ginput_driver_keyboard.h
+++ b/src/ginput/ginput_driver_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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_driver_mouse.h b/src/ginput/ginput_driver_mouse.h
index 773ca150..7a0eb7fc 100644
--- a/src/ginput/ginput_driver_mouse.h
+++ b/src/ginput/ginput_driver_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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_driver_toggle.h b/src/ginput/ginput_driver_toggle.h
index 01c79546..4f6c1816 100644
--- a/src/ginput/ginput_driver_toggle.h
+++ b/src/ginput/ginput_driver_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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_keyboard.c b/src/ginput/ginput_keyboard.c
index b50cbc24..e99be138 100644
--- a/src/ginput/ginput_keyboard.c
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_keyboard.h b/src/ginput/ginput_keyboard.h
index 61a7a8af..275bc7f5 100644
--- a/src/ginput/ginput_keyboard.h
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_keyboard_microcode.c b/src/ginput/ginput_keyboard_microcode.c
index c3e77d80..7f916437 100644
--- a/src/ginput/ginput_keyboard_microcode.c
+++ b/src/ginput/ginput_keyboard_microcode.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
*/
/**
diff --git a/src/ginput/ginput_keyboard_microcode.h b/src/ginput/ginput_keyboard_microcode.h
index 094d2802..4c4d1c5a 100644
--- a/src/ginput/ginput_keyboard_microcode.h
+++ b/src/ginput/ginput_keyboard_microcode.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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_mk.c b/src/ginput/ginput_mk.c
index 4ea6f2ea..1bae5bec 100644
--- a/src/ginput/ginput_mk.c
+++ b/src/ginput/ginput_mk.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 "ginput.c"
diff --git a/src/ginput/ginput_mouse.c b/src/ginput/ginput_mouse.c
index d071dc4e..72818735 100644
--- a/src/ginput/ginput_mouse.c
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_mouse.h b/src/ginput/ginput_mouse.h
index 4b31f814..65c9243b 100644
--- a/src/ginput/ginput_mouse.h
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_options.h b/src/ginput/ginput_options.h
index f02a5a09..11d30c25 100644
--- a/src/ginput/ginput_options.h
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_rules.h b/src/ginput/ginput_rules.h
index d78f0c4c..50b53e2d 100644
--- a/src/ginput/ginput_rules.h
+++ b/src/ginput/ginput_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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_toggle.c b/src/ginput/ginput_toggle.c
index 592d6b18..09681d24 100644
--- a/src/ginput/ginput_toggle.c
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/ginput/ginput_toggle.h b/src/ginput/ginput_toggle.h
index a8719db6..d8f76029 100644
--- a/src/ginput/ginput_toggle.h
+++ b/src/ginput/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**