aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmisc
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/gmisc
parent3486e475796b1df79b46dd34119ea72ed74be732 (diff)
downloaduGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip
Update license header
Diffstat (limited to 'src/gmisc')
-rw-r--r--src/gmisc/gmisc.c2
-rw-r--r--src/gmisc/gmisc.h2
-rw-r--r--src/gmisc/gmisc.mk2
-rw-r--r--src/gmisc/gmisc_arrayops.c2
-rw-r--r--src/gmisc/gmisc_hittest.c2
-rw-r--r--src/gmisc/gmisc_matrix2d.c2
-rw-r--r--src/gmisc/gmisc_mk.c2
-rw-r--r--src/gmisc/gmisc_options.h2
-rw-r--r--src/gmisc/gmisc_rules.h2
-rw-r--r--src/gmisc/gmisc_trig.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/gmisc/gmisc.c b/src/gmisc/gmisc.c
index 99f06ff8..5c9eddd6 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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
#include "../../gfx.h"
diff --git a/src/gmisc/gmisc.h b/src/gmisc/gmisc.h
index 77e41321..411cbb02 100644
--- a/src/gmisc/gmisc.h
+++ b/src/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/gmisc/gmisc.mk b/src/gmisc/gmisc.mk
index 531c1f17..63aab94d 100644
--- a/src/gmisc/gmisc.mk
+++ b/src/gmisc/gmisc.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/gmisc/gmisc.c \
$(GFXLIB)/src/gmisc/gmisc_arrayops.c \
diff --git a/src/gmisc/gmisc_arrayops.c b/src/gmisc/gmisc_arrayops.c
index 433e5d29..d159a58d 100644
--- a/src/gmisc/gmisc_arrayops.c
+++ b/src/gmisc/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
#include "../../gfx.h"
diff --git a/src/gmisc/gmisc_hittest.c b/src/gmisc/gmisc_hittest.c
index e3a6266d..b3c21e26 100644
--- a/src/gmisc/gmisc_hittest.c
+++ b/src/gmisc/gmisc_hittest.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/gmisc/gmisc_matrix2d.c b/src/gmisc/gmisc_matrix2d.c
index 0a31e12d..c8b4edfc 100644
--- a/src/gmisc/gmisc_matrix2d.c
+++ b/src/gmisc/gmisc_matrix2d.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/gmisc/gmisc_mk.c b/src/gmisc/gmisc_mk.c
index cc6d0fbf..409fd5be 100644
--- a/src/gmisc/gmisc_mk.c
+++ b/src/gmisc/gmisc_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 "gmisc.c"
diff --git a/src/gmisc/gmisc_options.h b/src/gmisc/gmisc_options.h
index 0523c111..4257b869 100644
--- a/src/gmisc/gmisc_options.h
+++ b/src/gmisc/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
/**
diff --git a/src/gmisc/gmisc_rules.h b/src/gmisc/gmisc_rules.h
index 44a19846..d9e6686d 100644
--- a/src/gmisc/gmisc_rules.h
+++ b/src/gmisc/gmisc_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/gmisc/gmisc_trig.c b/src/gmisc/gmisc_trig.c
index 0bf48846..7d18cf2e 100644
--- a/src/gmisc/gmisc_trig.c
+++ b/src/gmisc/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://ugfx.org/license.html
+ * http://ugfx.io/license.html
*/
#include "../../gfx.h"