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/gwin/button.c | 2 +- src/gwin/checkbox.c | 2 +- src/gwin/console.c | 2 +- src/gwin/gimage.c | 2 +- src/gwin/graph.c | 2 +- src/gwin/gwidget.c | 2 +- src/gwin/gwin.c | 2 +- src/gwin/gwm.c | 2 +- src/gwin/label.c | 2 +- src/gwin/list.c | 2 +- src/gwin/radio.c | 2 +- src/gwin/slider.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/gwin') diff --git a/src/gwin/button.c b/src/gwin/button.c index e6f628c3..7e026cac 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.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/gwin/checkbox.c b/src/gwin/checkbox.c index 84eb3b9f..9121a55b 100644 --- a/src/gwin/checkbox.c +++ b/src/gwin/checkbox.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/gwin/console.c b/src/gwin/console.c index 06648e9b..b6a20dea 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.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/gwin/gimage.c b/src/gwin/gimage.c index 3f0d7231..64376b4b 100644 --- a/src/gwin/gimage.c +++ b/src/gwin/gimage.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/gwin/graph.c b/src/gwin/graph.c index de447f4f..8cab05a4 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.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/gwin/gwidget.c b/src/gwin/gwidget.c index 8fc6ba77..111777a2 100644 --- a/src/gwin/gwidget.c +++ b/src/gwin/gwidget.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/src/gwin/gwin.c b/src/gwin/gwin.c index e5997bc8..f5d78ac6 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.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/src/gwin/gwm.c b/src/gwin/gwm.c index f9f56838..a8654089 100644 --- a/src/gwin/gwm.c +++ b/src/gwin/gwm.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/src/gwin/label.c b/src/gwin/label.c index a76c0ec4..a933b3ac 100644 --- a/src/gwin/label.c +++ b/src/gwin/label.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/gwin/list.c b/src/gwin/list.c index ea0505dc..eae9bb46 100644 --- a/src/gwin/list.c +++ b/src/gwin/list.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/gwin/radio.c b/src/gwin/radio.c index 26ff0b83..c9d089b0 100644 --- a/src/gwin/radio.c +++ b/src/gwin/radio.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/gwin/slider.c b/src/gwin/slider.c index 4d9c3510..63a57480 100644 --- a/src/gwin/slider.c +++ b/src/gwin/slider.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