aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-08-29 01:54:51 +0200
committerJoel Bodenmann <joel@unormal.org>2013-08-29 01:54:51 +0200
commit05039b6af23e71b6930f1f9c8cebd446eec7c94a (patch)
treea20094f17512f38eb403ac2e45b4c47958ae5fff
parentfa5962eef0094d1b174c8763e456b2c8127a4341 (diff)
downloaduGFX-05039b6af23e71b6930f1f9c8cebd446eec7c94a.tar.gz
uGFX-05039b6af23e71b6930f1f9c8cebd446eec7c94a.tar.bz2
uGFX-05039b6af23e71b6930f1f9c8cebd446eec7c94a.zip
fixed SSD1306 license headers
-rw-r--r--drivers/gdisp/SSD1306/gdisp_lld.c2
-rw-r--r--drivers/gdisp/SSD1306/gdisp_lld_config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD1306/gdisp_lld.c b/drivers/gdisp/SSD1306/gdisp_lld.c
index 81fd1d66..5f337b54 100644
--- a/drivers/gdisp/SSD1306/gdisp_lld.c
+++ b/drivers/gdisp/SSD1306/gdisp_lld.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
#include "gfx.h"
diff --git a/drivers/gdisp/SSD1306/gdisp_lld_config.h b/drivers/gdisp/SSD1306/gdisp_lld_config.h
index 158c3e15..f0efc18e 100644
--- a/drivers/gdisp/SSD1306/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD1306/gdisp_lld_config.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://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
#ifndef _GDISP_LLD_CONFIG_H