diff options
author | Joel Bodenmann <info@b-electronics.ch> | 2018-10-01 16:41:19 +0200 |
---|---|---|
committer | Gogs <gogs@fake.local> | 2018-10-01 16:41:19 +0200 |
commit | b2b8b857ee22acc5c2a42c15682cc57bd5d27789 (patch) | |
tree | 422fe7c04109641e883a6626b21097adea6e6864 /drivers/gdisp/ST7565 | |
parent | e414e77d23739835607616203b2d44590b1090a1 (diff) | |
parent | 0840c8e7846f86c530e72ea6d3f97db0f27f7063 (diff) | |
download | uGFX-b2b8b857ee22acc5c2a42c15682cc57bd5d27789.tar.gz uGFX-b2b8b857ee22acc5c2a42c15682cc57bd5d27789.tar.bz2 uGFX-b2b8b857ee22acc5c2a42c15682cc57bd5d27789.zip |
Merge branch 'feature/update_license_header' of XenotriX/uGFX into master
Diffstat (limited to 'drivers/gdisp/ST7565')
-rw-r--r-- | drivers/gdisp/ST7565/board_ST7565_template.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/ST7565/gdisp_lld_ST7565.c | 2 | ||||
-rw-r--r-- | drivers/gdisp/ST7565/gdisp_lld_config.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/ST7565/st7565.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gdisp/ST7565/board_ST7565_template.h b/drivers/gdisp/ST7565/board_ST7565_template.h index 24de601c..6835c187 100644 --- a/drivers/gdisp/ST7565/board_ST7565_template.h +++ b/drivers/gdisp/ST7565/board_ST7565_template.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 */ #ifndef _GDISP_LLD_BOARD_H diff --git a/drivers/gdisp/ST7565/gdisp_lld_ST7565.c b/drivers/gdisp/ST7565/gdisp_lld_ST7565.c index a9200698..a651b6b7 100644 --- a/drivers/gdisp/ST7565/gdisp_lld_ST7565.c +++ b/drivers/gdisp/ST7565/gdisp_lld_ST7565.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/drivers/gdisp/ST7565/gdisp_lld_config.h b/drivers/gdisp/ST7565/gdisp_lld_config.h index 4bb291f6..d03ca5b3 100644 --- a/drivers/gdisp/ST7565/gdisp_lld_config.h +++ b/drivers/gdisp/ST7565/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://ugfx.org/license.html + * http://ugfx.io/license.html */ #ifndef _GDISP_LLD_CONFIG_H diff --git a/drivers/gdisp/ST7565/st7565.h b/drivers/gdisp/ST7565/st7565.h index 48636b33..a7c3ea0d 100644 --- a/drivers/gdisp/ST7565/st7565.h +++ b/drivers/gdisp/ST7565/st7565.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 */ #ifndef _ST7565_H |