diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-05-02 01:53:28 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-05-02 01:53:28 +0200 |
commit | 296e74f3e05bfb41b54793a245e363cf225fbbd6 (patch) | |
tree | 4c16a6d195b8f3c5f42af235b9d21e5462f44be7 /src/gwin | |
parent | ccbd205dcbe6283484556ac0f2d67d7624c98646 (diff) | |
download | uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.tar.gz uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.tar.bz2 uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.zip |
Revert "updated license headers"
This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
Diffstat (limited to 'src/gwin')
-rw-r--r-- | src/gwin/button.c | 9 | ||||
-rw-r--r-- | src/gwin/console.c | 9 | ||||
-rw-r--r-- | src/gwin/graph.c | 9 | ||||
-rw-r--r-- | src/gwin/gwin.c | 9 | ||||
-rw-r--r-- | src/gwin/slider.c | 9 |
5 files changed, 0 insertions, 45 deletions
diff --git a/src/gwin/button.c b/src/gwin/button.c index b61c7d5d..74fe3080 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -1,12 +1,3 @@ -/* - * This source code form is a part of the ChibiOS/GFX project and stands - * under the terms of the GFX License v1.0. If a copy of the license - * was not distributed with this file, You can obtain one at: - * - * http://chibios-gfx.com/license.html - * - */ - /* ChibiOS/GFX - Copyright (C) 2012, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> diff --git a/src/gwin/console.c b/src/gwin/console.c index c26e878d..6720e6b3 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -1,12 +1,3 @@ -/* - * This source code form is a part of the ChibiOS/GFX project and stands - * under the terms of the GFX License v1.0. If a copy of the license - * was not distributed with this file, You can obtain one at: - * - * http://chibios-gfx.com/license.html - * - */ - /*
ChibiOS/GFX - Copyright (C) 2012, 2013
Joel Bodenmann aka Tectu <joel@unormal.org>
diff --git a/src/gwin/graph.c b/src/gwin/graph.c index c8747a5f..eff42eb1 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -1,12 +1,3 @@ -/* - * This source code form is a part of the ChibiOS/GFX project and stands - * under the terms of the GFX License v1.0. If a copy of the license - * was not distributed with this file, You can obtain one at: - * - * http://chibios-gfx.com/license.html - * - */ - /* ChibiOS/GFX - Copyright (C) 2012, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index bd685935..9f009fa1 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -1,12 +1,3 @@ -/* - * This source code form is a part of the ChibiOS/GFX project and stands - * under the terms of the GFX License v1.0. If a copy of the license - * was not distributed with this file, You can obtain one at: - * - * http://chibios-gfx.com/license.html - * - */ - /* ChibiOS/GFX - Copyright (C) 2012, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> diff --git a/src/gwin/slider.c b/src/gwin/slider.c index 08a28ccd..f535b35c 100644 --- a/src/gwin/slider.c +++ b/src/gwin/slider.c @@ -1,12 +1,3 @@ -/* - * This source code form is a part of the ChibiOS/GFX project and stands - * under the terms of the GFX License v1.0. If a copy of the license - * was not distributed with this file, You can obtain one at: - * - * http://chibios-gfx.com/license.html - * - */ - /* ChibiOS/GFX - Copyright (C) 2012, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> |