From 0ba16c35afe1a09c74c125a12869b6aaf208cd3f Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 25 Sep 2012 00:19:10 +0200 Subject: renaming from ChibiOS-LCD-Driver to ChibiOS/GFX --- src/console.c | 8 ++++---- src/gdisp.c | 8 ++++---- src/gdisp_fonts.c | 8 ++++---- src/touchpad.c | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/console.c b/src/console.c index 560f827e..a2dc8320 100644 --- a/src/console.c +++ b/src/console.c @@ -1,15 +1,15 @@ /* - ChibiOS/RT - Copyright (C) 2012 + ChibiOS/GFX - Copyright (C) 2012 Joel Bodenmann aka Tectu - This file is part of ChibiOS-LCD-Driver. + This file is part of ChibiOS/GFX. - ChibiOS-LCD-Driver is free software; you can redistribute it and/or modify + 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-LCD-Driver is distributed in the hope that it will be useful, + 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. diff --git a/src/gdisp.c b/src/gdisp.c index 1d3ddf4b..156ffe48 100644 --- a/src/gdisp.c +++ b/src/gdisp.c @@ -1,15 +1,15 @@ /* - ChibiOS/RT - Copyright (C) 2012 + ChibiOS/GFX - Copyright (C) 2012 Joel Bodenmann aka Tectu - This file is part of ChibiOS-LCD-Driver. + This file is part of ChibiOS/GFX. - ChibiOS-LCD-Driver is free software; you can redistribute it and/or modify + 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-LCD-Driver is distributed in the hope that it will be useful, + 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. diff --git a/src/gdisp_fonts.c b/src/gdisp_fonts.c index 25a56526..394223fa 100644 --- a/src/gdisp_fonts.c +++ b/src/gdisp_fonts.c @@ -1,15 +1,15 @@ /* - ChibiOS/RT - Copyright (C) 2012 + ChibiOS/GFX - Copyright (C) 2012 Joel Bodenmann aka Tectu - This file is part of ChibiOS-LCD-Driver. + This file is part of ChibiOS/GFX. - ChibiOS-LCD-Driver is free software; you can redistribute it and/or modify + 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-LCD-Driver is distributed in the hope that it will be useful, + 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. diff --git a/src/touchpad.c b/src/touchpad.c index e531af80..fe0f047f 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -1,15 +1,15 @@ /* - ChibiOS-LCD-Driver - Copyright (C) 2012 + ChibiOS/GFX - Copyright (C) 2012 Joel Bodenmann aka Tectu - This file is part of ChibiOS-LCD-Driver. + This file is part of ChibiOS/GFX. - ChibiOS-LCD-Driver is free software; you can redistribute it and/or modify + 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-LCD-Driver is distributed in the hope that it will be useful, + 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. -- cgit v1.2.3