aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile
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/gfile
parent3486e475796b1df79b46dd34119ea72ed74be732 (diff)
downloaduGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.gz
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.tar.bz2
uGFX-0840c8e7846f86c530e72ea6d3f97db0f27f7063.zip
Update license header
Diffstat (limited to 'src/gfile')
-rw-r--r--src/gfile/gfile.c2
-rw-r--r--src/gfile/gfile.h2
-rw-r--r--src/gfile/gfile.mk2
-rw-r--r--src/gfile/gfile_fatfs_wrapper.c2
-rw-r--r--src/gfile/gfile_fatfs_wrapper.h2
-rw-r--r--src/gfile/gfile_fs.h2
-rw-r--r--src/gfile/gfile_fs_chibios.c2
-rw-r--r--src/gfile/gfile_fs_fatfs.c2
-rw-r--r--src/gfile/gfile_fs_mem.c2
-rw-r--r--src/gfile/gfile_fs_native.c2
-rw-r--r--src/gfile/gfile_fs_petitfs.c2
-rw-r--r--src/gfile/gfile_fs_ram.c2
-rw-r--r--src/gfile/gfile_fs_rom.c2
-rw-r--r--src/gfile/gfile_fs_strings.c2
-rw-r--r--src/gfile/gfile_mk.c2
-rw-r--r--src/gfile/gfile_options.h2
-rw-r--r--src/gfile/gfile_petitfs_wrapper.c2
-rw-r--r--src/gfile/gfile_petitfs_wrapper.h2
-rw-r--r--src/gfile/gfile_printg.c2
-rw-r--r--src/gfile/gfile_rules.h2
-rw-r--r--src/gfile/gfile_scang.c2
-rw-r--r--src/gfile/gfile_stdio.c2
22 files changed, 22 insertions, 22 deletions
diff --git a/src/gfile/gfile.c b/src/gfile/gfile.c
index a0ef6071..d01c416d 100644
--- a/src/gfile/gfile.c
+++ b/src/gfile/gfile.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/gfile/gfile.h b/src/gfile/gfile.h
index 65088c03..4ad3b302 100644
--- a/src/gfile/gfile.h
+++ b/src/gfile/gfile.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/gfile/gfile.mk b/src/gfile/gfile.mk
index 78d7582c..059da851 100644
--- a/src/gfile/gfile.mk
+++ b/src/gfile/gfile.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/gfile/gfile.c \
$(GFXLIB)/src/gfile/gfile_fs_native.c \
diff --git a/src/gfile/gfile_fatfs_wrapper.c b/src/gfile/gfile_fatfs_wrapper.c
index 95f3685e..3099f508 100644
--- a/src/gfile/gfile_fatfs_wrapper.c
+++ b/src/gfile/gfile_fatfs_wrapper.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/gfile/gfile_fatfs_wrapper.h b/src/gfile/gfile_fatfs_wrapper.h
index 8f2d24e8..d108d3b6 100644
--- a/src/gfile/gfile_fatfs_wrapper.h
+++ b/src/gfile/gfile_fatfs_wrapper.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/gfile/gfile_fs.h b/src/gfile/gfile_fs.h
index 5b1f4fdc..a19c5fba 100644
--- a/src/gfile/gfile_fs.h
+++ b/src/gfile/gfile_fs.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/gfile/gfile_fs_chibios.c b/src/gfile/gfile_fs_chibios.c
index 35b4061c..65d259e9 100644
--- a/src/gfile/gfile_fs_chibios.c
+++ b/src/gfile/gfile_fs_chibios.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/gfile/gfile_fs_fatfs.c b/src/gfile/gfile_fs_fatfs.c
index 03c8d2e9..d787ba09 100644
--- a/src/gfile/gfile_fs_fatfs.c
+++ b/src/gfile/gfile_fs_fatfs.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/gfile/gfile_fs_mem.c b/src/gfile/gfile_fs_mem.c
index 1f6fd050..d87b8622 100644
--- a/src/gfile/gfile_fs_mem.c
+++ b/src/gfile/gfile_fs_mem.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/gfile/gfile_fs_native.c b/src/gfile/gfile_fs_native.c
index a9bc5065..8c12443b 100644
--- a/src/gfile/gfile_fs_native.c
+++ b/src/gfile/gfile_fs_native.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/gfile/gfile_fs_petitfs.c b/src/gfile/gfile_fs_petitfs.c
index 84405f25..a322a3b1 100644
--- a/src/gfile/gfile_fs_petitfs.c
+++ b/src/gfile/gfile_fs_petitfs.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/gfile/gfile_fs_ram.c b/src/gfile/gfile_fs_ram.c
index d159b32e..db01ffba 100644
--- a/src/gfile/gfile_fs_ram.c
+++ b/src/gfile/gfile_fs_ram.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/gfile/gfile_fs_rom.c b/src/gfile/gfile_fs_rom.c
index 578a28e5..315f046e 100644
--- a/src/gfile/gfile_fs_rom.c
+++ b/src/gfile/gfile_fs_rom.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/gfile/gfile_fs_strings.c b/src/gfile/gfile_fs_strings.c
index fcc118ec..f28d9951 100644
--- a/src/gfile/gfile_fs_strings.c
+++ b/src/gfile/gfile_fs_strings.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/gfile/gfile_mk.c b/src/gfile/gfile_mk.c
index f479337f..ac0bc27e 100644
--- a/src/gfile/gfile_mk.c
+++ b/src/gfile/gfile_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 "gfile.c"
diff --git a/src/gfile/gfile_options.h b/src/gfile/gfile_options.h
index b559842d..ad8f7c05 100644
--- a/src/gfile/gfile_options.h
+++ b/src/gfile/gfile_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/gfile/gfile_petitfs_wrapper.c b/src/gfile/gfile_petitfs_wrapper.c
index ea39d9f2..516e6a0b 100644
--- a/src/gfile/gfile_petitfs_wrapper.c
+++ b/src/gfile/gfile_petitfs_wrapper.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/gfile/gfile_petitfs_wrapper.h b/src/gfile/gfile_petitfs_wrapper.h
index dad89eea..bb28d277 100644
--- a/src/gfile/gfile_petitfs_wrapper.h
+++ b/src/gfile/gfile_petitfs_wrapper.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/gfile/gfile_printg.c b/src/gfile/gfile_printg.c
index 697593d3..94a16142 100644
--- a/src/gfile/gfile_printg.c
+++ b/src/gfile/gfile_printg.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/gfile/gfile_rules.h b/src/gfile/gfile_rules.h
index 949a500c..7f1ea324 100644
--- a/src/gfile/gfile_rules.h
+++ b/src/gfile/gfile_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/gfile/gfile_scang.c b/src/gfile/gfile_scang.c
index 8e1ee69c..b770d80d 100644
--- a/src/gfile/gfile_scang.c
+++ b/src/gfile/gfile_scang.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/gfile/gfile_stdio.c b/src/gfile/gfile_stdio.c
index 93270c3f..1a045458 100644
--- a/src/gfile/gfile_stdio.c
+++ b/src/gfile/gfile_stdio.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
*/
/********************************************************