diff options
Diffstat (limited to 'src/gwin')
-rw-r--r-- | src/gwin/button.c | 2 | ||||
-rw-r--r-- | src/gwin/checkbox.c | 2 | ||||
-rw-r--r-- | src/gwin/console.c | 2 | ||||
-rw-r--r-- | src/gwin/graph.c | 2 | ||||
-rw-r--r-- | src/gwin/gwidget.c | 2 | ||||
-rw-r--r-- | src/gwin/gwin.c | 2 | ||||
-rw-r--r-- | src/gwin/gwm.c | 2 | ||||
-rw-r--r-- | src/gwin/slider.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/gwin/button.c b/src/gwin/button.c index 285a406c..fc432cb4 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/checkbox.c b/src/gwin/checkbox.c index 53e99e42..0282df42 100644 --- a/src/gwin/checkbox.c +++ b/src/gwin/checkbox.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/console.c b/src/gwin/console.c index 6941295a..38e2ea8b 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/graph.c b/src/gwin/graph.c index 264c0c2c..708b90cb 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/gwidget.c b/src/gwin/gwidget.c index ee7986d1..9d634c58 100644 --- a/src/gwin/gwidget.c +++ b/src/gwin/gwidget.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 98e61c52..b918d297 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/gwm.c b/src/gwin/gwm.c index bc561345..5a533c40 100644 --- a/src/gwin/gwm.c +++ b/src/gwin/gwm.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 diff --git a/src/gwin/slider.c b/src/gwin/slider.c index 343973a2..f2052524 100644 --- a/src/gwin/slider.c +++ b/src/gwin/slider.c @@ -1,5 +1,5 @@ /* - * This file is subject to the terms of the GFX License, v1.0. If a copy of + * 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 |