From 05039b6af23e71b6930f1f9c8cebd446eec7c94a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 29 Aug 2013 01:54:51 +0200 Subject: [PATCH] fixed SSD1306 license headers --- drivers/gdisp/SSD1306/gdisp_lld.c | 2 +- drivers/gdisp/SSD1306/gdisp_lld_config.h | 2 +- 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