From 296e74f3e05bfb41b54793a245e363cf225fbbd6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 2 May 2013 01:53:28 +0200 Subject: Revert "updated license headers" This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. --- drivers/ginput/dial/GADC/ginput_lld_dial.c | 27 +++++++++++++++------- .../GADC/ginput_lld_dial_board_olimexsam7ex256.h | 27 +++++++++++++++------- drivers/ginput/dial/GADC/ginput_lld_dial_config.h | 27 +++++++++++++++------- drivers/ginput/toggle/Pal/ginput_lld_toggle.c | 9 -------- .../toggle/Pal/ginput_lld_toggle_board_example.h | 9 -------- .../Pal/ginput_lld_toggle_board_olimexsam7ex256.h | 27 +++++++++++++++------- .../ginput/toggle/Pal/ginput_lld_toggle_config.h | 9 -------- drivers/ginput/touch/ADS7843/ginput_lld_mouse.c | 9 -------- .../touch/ADS7843/ginput_lld_mouse_board_example.h | 9 -------- .../ginput_lld_mouse_board_firebull_stm32f103.h | 9 -------- .../ginput_lld_mouse_board_olimex_stm32_e407.h | 9 -------- .../ginput/touch/ADS7843/ginput_lld_mouse_config.h | 9 -------- drivers/ginput/touch/MCU/ginput_lld_mouse.c | 9 -------- .../touch/MCU/ginput_lld_mouse_board_example.h | 9 -------- .../ginput_lld_mouse_board_olimex_pic32mx_lcd.h | 9 -------- .../MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h | 9 -------- drivers/ginput/touch/MCU/ginput_lld_mouse_config.h | 9 -------- drivers/ginput/touch/STMPE811/ginput_lld_mouse.c | 27 +++++++++++++++------- .../ginput_lld_mouse_board_embest_dmstf4bb.h | 9 -------- .../STMPE811/ginput_lld_mouse_board_example.h | 9 -------- .../touch/STMPE811/ginput_lld_mouse_config.h | 9 -------- drivers/ginput/touch/STMPE811/stmpe811.h | 9 -------- 22 files changed, 95 insertions(+), 193 deletions(-) (limited to 'drivers/ginput') diff --git a/drivers/ginput/dial/GADC/ginput_lld_dial.c b/drivers/ginput/dial/GADC/ginput_lld_dial.c index 6bf3607b..ced71a27 100644 --- a/drivers/ginput/dial/GADC/ginput_lld_dial.c +++ b/drivers/ginput/dial/GADC/ginput_lld_dial.c @@ -1,11 +1,22 @@ -/* - * 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 + + This file is part of ChibiOS/GFX. + + ChibiOS/GFX is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/GFX is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * @file drivers/ginput/dial/GADC/ginput_lld_dial.c diff --git a/drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h b/drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h index 99eaaf23..13788188 100644 --- a/drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h +++ b/drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h @@ -1,11 +1,22 @@ -/* - * 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 + + This file is part of ChibiOS/GFX. + + ChibiOS/GFX is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/GFX is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * @file drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h diff --git a/drivers/ginput/dial/GADC/ginput_lld_dial_config.h b/drivers/ginput/dial/GADC/ginput_lld_dial_config.h index e8d07406..535b09a6 100644 --- a/drivers/ginput/dial/GADC/ginput_lld_dial_config.h +++ b/drivers/ginput/dial/GADC/ginput_lld_dial_config.h @@ -1,11 +1,22 @@ -/* - * 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 + + This file is part of ChibiOS/GFX. + + ChibiOS/GFX is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/GFX is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * @file drivers/ginput/dial/GADC/ginput_lld_dial_config.h diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle.c b/drivers/ginput/toggle/Pal/ginput_lld_toggle.c index 2eca8ae8..04805d04 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle.c +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle.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 diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h index 803a9738..34d9cdaa 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h @@ -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 diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h index 2fcc1d19..0189e3f8 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h @@ -1,11 +1,22 @@ -/* - * 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 + + This file is part of ChibiOS/GFX. + + ChibiOS/GFX is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/GFX is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h index b03d705c..a0402777 100644 --- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h +++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h @@ -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 diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c index 99374503..9371760a 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.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 diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h index 503ba112..2e3f3245 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h @@ -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 diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h index 93f94c2b..7758166b 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h @@ -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 diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h index 530c21bd..21ba5294 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h @@ -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 diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h index 6701d512..6b8579e3 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h @@ -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 diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse.c b/drivers/ginput/touch/MCU/ginput_lld_mouse.c index 22ac682e..1b7e1988 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse.c +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse.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 diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h index bfcc03a5..1c6aa970 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h @@ -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 diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h index e63db6fb..4f55124d 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h @@ -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) 2013 Joel Bodenmann aka Tectu diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h index 7f192103..0309b655 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h @@ -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 diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h index b8d1e619..4515517f 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h @@ -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 diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c b/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c index 650dd417..696795cc 100644 --- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c +++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c @@ -1,11 +1,22 @@ -/* - * 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 + + This file is part of ChibiOS/GFX. + + ChibiOS/GFX is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/GFX is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * @file drivers/ginput/touch/STMPE811/ginput_lld_mouse.c diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h index 5fbf965d..a0d5a0de 100644 --- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h +++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h @@ -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 diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h index dc323038..453924b0 100644 --- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h +++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h @@ -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 diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h index 2ffce3b0..871a6c2e 100644 --- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h @@ -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 diff --git a/drivers/ginput/touch/STMPE811/stmpe811.h b/drivers/ginput/touch/STMPE811/stmpe811.h index e1adc999..36101cd4 100644 --- a/drivers/ginput/touch/STMPE811/stmpe811.h +++ b/drivers/ginput/touch/STMPE811/stmpe811.h @@ -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 Joel Bodenmann aka Tectu -- cgit v1.2.3