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 --- include/gwin/button.h | 2 +- include/gwin/checkbox.h | 2 +- include/gwin/class_gwin.h | 2 +- include/gwin/console.h | 2 +- include/gwin/graph.h | 2 +- include/gwin/gwidget.h | 2 +- include/gwin/gwin.h | 2 +- include/gwin/image.h | 2 +- include/gwin/label.h | 2 +- include/gwin/list.h | 2 +- include/gwin/options.h | 2 +- include/gwin/radio.h | 2 +- include/gwin/slider.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'include/gwin') diff --git a/include/gwin/button.h b/include/gwin/button.h index a78a0a71..13b135a3 100644 --- a/include/gwin/button.h +++ b/include/gwin/button.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/include/gwin/checkbox.h b/include/gwin/checkbox.h index fcd0549d..29ebe96e 100644 --- a/include/gwin/checkbox.h +++ b/include/gwin/checkbox.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/include/gwin/class_gwin.h b/include/gwin/class_gwin.h index 02ffdf52..b3f630e3 100644 --- a/include/gwin/class_gwin.h +++ b/include/gwin/class_gwin.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/include/gwin/console.h b/include/gwin/console.h index b32c3628..c05c4ad2 100644 --- a/include/gwin/console.h +++ b/include/gwin/console.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/include/gwin/graph.h b/include/gwin/graph.h index 8bc33edf..fd99458d 100644 --- a/include/gwin/graph.h +++ b/include/gwin/graph.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/include/gwin/gwidget.h b/include/gwin/gwidget.h index 0dea41ba..b760dd41 100644 --- a/include/gwin/gwidget.h +++ b/include/gwin/gwidget.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/include/gwin/gwin.h b/include/gwin/gwin.h index e09fd2e8..372ece9c 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.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/include/gwin/image.h b/include/gwin/image.h index 55d086bc..00b6bf30 100644 --- a/include/gwin/image.h +++ b/include/gwin/image.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/include/gwin/label.h b/include/gwin/label.h index 6fc14c1a..c11b5c72 100644 --- a/include/gwin/label.h +++ b/include/gwin/label.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/include/gwin/list.h b/include/gwin/list.h index 8aa46b0c..0b525b03 100644 --- a/include/gwin/list.h +++ b/include/gwin/list.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/include/gwin/options.h b/include/gwin/options.h index be46c3ee..6e39d54d 100644 --- a/include/gwin/options.h +++ b/include/gwin/options.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/include/gwin/radio.h b/include/gwin/radio.h index 81243da4..e59c526e 100644 --- a/include/gwin/radio.h +++ b/include/gwin/radio.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/include/gwin/slider.h b/include/gwin/slider.h index f4ab8750..b037a621 100644 --- a/include/gwin/slider.h +++ b/include/gwin/slider.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 */ /** -- cgit v1.2.3