diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-07-21 22:20:37 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-07-21 22:20:37 +0200 |
commit | 73c5ef26f81cb28cbe2fc29e885ea4eea701de1b (patch) | |
tree | cb006a866df4d125b04f9ee3f98c7530f2679865 /drivers/gdisp/Nokia6610GE12 | |
parent | a6758342668712563bd4058160e6f5dc5636ba18 (diff) | |
download | uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.gz uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.tar.bz2 uGFX-73c5ef26f81cb28cbe2fc29e885ea4eea701de1b.zip |
fixed license headers
Diffstat (limited to 'drivers/gdisp/Nokia6610GE12')
-rw-r--r-- | drivers/gdisp/Nokia6610GE12/GE12.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/Nokia6610GE12/gdisp_lld.c | 2 | ||||
-rw-r--r-- | drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/Nokia6610GE12/gdisp_lld_board_template.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gdisp/Nokia6610GE12/GE12.h b/drivers/gdisp/Nokia6610GE12/GE12.h index 5fe24cd7..d395aa9d 100644 --- a/drivers/gdisp/Nokia6610GE12/GE12.h +++ b/drivers/gdisp/Nokia6610GE12/GE12.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 GE12_H
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld.c b/drivers/gdisp/Nokia6610GE12/gdisp_lld.c index 74043c96..a991a9a6 100644 --- a/drivers/gdisp/Nokia6610GE12/gdisp_lld.c +++ b/drivers/gdisp/Nokia6610GE12/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 */ /** diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h index d4f23ba9..ce0f7362 100644 --- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h +++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.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 */ /**
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_template.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_template.h index 8aeb633b..a1fa6050 100644 --- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_template.h +++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_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://chibios-gfx.com/license.html + * http://ugfx.org/license.html */ /** diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h index a7651e6f..57b8b916 100644 --- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h +++ b/drivers/gdisp/Nokia6610GE12/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 */ /**
|