From 73c5ef26f81cb28cbe2fc29e885ea4eea701de1b Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 21 Jul 2013 22:20:37 +0200 Subject: fixed license headers --- src/gdisp/fonts.c | 2 +- src/gdisp/gdisp.c | 2 +- src/gdisp/gdisp.mk | 2 +- src/gdisp/image.c | 2 +- src/gdisp/image_bmp.c | 2 +- src/gdisp/image_gif.c | 2 +- src/gdisp/image_jpg.c | 2 +- src/gdisp/image_native.c | 2 +- src/gdisp/image_png.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/gdisp') diff --git a/src/gdisp/fonts.c b/src/gdisp/fonts.c index 6c73216c..f7804126 100644 --- a/src/gdisp/fonts.c +++ b/src/gdisp/fonts.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/src/gdisp/gdisp.c b/src/gdisp/gdisp.c index 5c0f4709..4c005079 100644 --- a/src/gdisp/gdisp.c +++ b/src/gdisp/gdisp.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/src/gdisp/gdisp.mk b/src/gdisp/gdisp.mk index 84570e9e..caa5f65d 100644 --- a/src/gdisp/gdisp.mk +++ b/src/gdisp/gdisp.mk @@ -6,4 +6,4 @@ GFXSRC += $(GFXLIB)/src/gdisp/gdisp.c \ $(GFXLIB)/src/gdisp/image_bmp.c \ $(GFXLIB)/src/gdisp/image_jpg.c \ $(GFXLIB)/src/gdisp/image_png.c - \ No newline at end of file + diff --git a/src/gdisp/image.c b/src/gdisp/image.c index efeb6ad1..2e56d068 100644 --- a/src/gdisp/image.c +++ b/src/gdisp/image.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/src/gdisp/image_bmp.c b/src/gdisp/image_bmp.c index 4f50de81..e23d0fb1 100644 --- a/src/gdisp/image_bmp.c +++ b/src/gdisp/image_bmp.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/src/gdisp/image_gif.c b/src/gdisp/image_gif.c index ed342b4e..502fa3ad 100644 --- a/src/gdisp/image_gif.c +++ b/src/gdisp/image_gif.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/src/gdisp/image_jpg.c b/src/gdisp/image_jpg.c index 9ffd4b31..2f6a9392 100644 --- a/src/gdisp/image_jpg.c +++ b/src/gdisp/image_jpg.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/src/gdisp/image_native.c b/src/gdisp/image_native.c index 6bbed3fc..24aed81f 100644 --- a/src/gdisp/image_native.c +++ b/src/gdisp/image_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://chibios-gfx.com/license.html + * http://ugfx.org/license.html */ /** diff --git a/src/gdisp/image_png.c b/src/gdisp/image_png.c index 183b0734..f35174d9 100644 --- a/src/gdisp/image_png.c +++ b/src/gdisp/image_png.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 */ /** -- cgit v1.2.3