diff options
Diffstat (limited to 'src/gmisc')
-rw-r--r-- | src/gmisc/gmisc.c | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc.h | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc.mk | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_arrayops.c | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_hittest.c | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_matrix2d.c | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_mk.c | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_options.h | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_rules.h | 2 | ||||
-rw-r--r-- | src/gmisc/gmisc_trig.c | 2 |
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" |