aboutsummaryrefslogtreecommitdiffstats
path: root/src/gevent
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/gevent
parent3486e475796b1df79b46dd34119ea72ed74be732 (diff)
downloaduGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip
Update license header
Diffstat (limited to 'src/gevent')
-rw-r--r--src/gevent/gevent.c2
-rw-r--r--src/gevent/gevent.h2
-rw-r--r--src/gevent/gevent.mk2
-rw-r--r--src/gevent/gevent_mk.c2
-rw-r--r--src/gevent/gevent_options.h2
-rw-r--r--src/gevent/gevent_rules.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c
index f91b6179..c092394b 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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
#include "../../gfx.h"
diff --git a/src/gevent/gevent.h b/src/gevent/gevent.h
index 187a8b6e..dd5b86a4 100644
--- a/src/gevent/gevent.h
+++ b/src/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/gevent/gevent.mk b/src/gevent/gevent.mk
index 8879aead..154fad1d 100644
--- a/src/gevent/gevent.mk
+++ b/src/gevent/gevent.mk
@@ -1,6 +1,6 @@
# 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/gevent/gevent.c
diff --git a/src/gevent/gevent_mk.c b/src/gevent/gevent_mk.c
index c7f52b62..aa99d7c6 100644
--- a/src/gevent/gevent_mk.c
+++ b/src/gevent/gevent_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 "gevent.c"
diff --git a/src/gevent/gevent_options.h b/src/gevent/gevent_options.h
index 192cf725..9495d05d 100644
--- a/src/gevent/gevent_options.h
+++ b/src/gevent/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/gevent/gevent_rules.h b/src/gevent/gevent_rules.h
index 8dc12c8d..38e20f7e 100644
--- a/src/gevent/gevent_rules.h
+++ b/src/gevent/gevent_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
*/
/**