aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-02 01:53:28 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-02 01:53:28 +0200
commit296e74f3e05bfb41b54793a245e363cf225fbbd6 (patch)
tree4c16a6d195b8f3c5f42af235b9d21e5462f44be7 /drivers/gdisp
parentccbd205dcbe6283484556ac0f2d67d7624c98646 (diff)
downloaduGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.tar.gz
uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.tar.bz2
uGFX-296e74f3e05bfb41b54793a245e363cf225fbbd6.zip
Revert "updated license headers"
This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
Diffstat (limited to 'drivers/gdisp')
-rw-r--r--drivers/gdisp/ILI9320/gdisp_lld.c27
-rw-r--r--drivers/gdisp/ILI9320/gdisp_lld_board_example.h27
-rw-r--r--drivers/gdisp/ILI9320/gdisp_lld_board_olimex_pic32mx_lcd.h9
-rw-r--r--drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h27
-rw-r--r--drivers/gdisp/ILI9320/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/ILI9325/gdisp_lld.c27
-rw-r--r--drivers/gdisp/ILI9325/gdisp_lld_board_example.h27
-rw-r--r--drivers/gdisp/ILI9325/gdisp_lld_board_hy_stm32_100p.h27
-rw-r--r--drivers/gdisp/ILI9325/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/ILI9481/gdisp_lld.c27
-rw-r--r--drivers/gdisp/ILI9481/gdisp_lld_board_example.h27
-rw-r--r--drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h27
-rw-r--r--drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h27
-rw-r--r--drivers/gdisp/ILI9481/gdisp_lld_config.h27
-rw-r--r--drivers/gdisp/Nokia6610GE12/GE12.h9
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld.c27
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h9
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h9
-rw-r--r--drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/Nokia6610GE8/GE8.h9
-rw-r--r--drivers/gdisp/Nokia6610GE8/gdisp_lld.c27
-rw-r--r--drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h9
-rw-r--r--drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h27
-rw-r--r--drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/S6D1121/gdisp_lld.c27
-rw-r--r--drivers/gdisp/S6D1121/gdisp_lld_board_example.h9
-rw-r--r--drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h9
-rw-r--r--drivers/gdisp/S6D1121/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/SSD1289/gdisp_lld.c27
-rw-r--r--drivers/gdisp/SSD1289/gdisp_lld_board_example.h9
-rw-r--r--drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h9
-rw-r--r--drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h9
-rw-r--r--drivers/gdisp/SSD1289/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld.c27
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_board_example_fsmc.h9
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h9
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_config.h9
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_panel_example.h9
-rw-r--r--drivers/gdisp/SSD1963/ssd1963.h9
-rw-r--r--drivers/gdisp/SSD2119/gdisp_lld.c27
-rw-r--r--drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h27
-rw-r--r--drivers/gdisp/SSD2119/gdisp_lld_config.h27
-rw-r--r--drivers/gdisp/SSD2119/ssd2119.h27
-rw-r--r--drivers/gdisp/TestStub/gdisp_lld.c27
-rw-r--r--drivers/gdisp/TestStub/gdisp_lld_config.h9
45 files changed, 418 insertions, 383 deletions
diff --git a/drivers/gdisp/ILI9320/gdisp_lld.c b/drivers/gdisp/ILI9320/gdisp_lld.c
index 07e8e57d..857d64e2 100644
--- a/drivers/gdisp/ILI9320/gdisp_lld.c
+++ b/drivers/gdisp/ILI9320/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9320/gdisp_lld.c
diff --git a/drivers/gdisp/ILI9320/gdisp_lld_board_example.h b/drivers/gdisp/ILI9320/gdisp_lld_board_example.h
index ecabcdea..2f762c42 100644
--- a/drivers/gdisp/ILI9320/gdisp_lld_board_example.h
+++ b/drivers/gdisp/ILI9320/gdisp_lld_board_example.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9320/gdisp_lld_board_example.h
diff --git a/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_pic32mx_lcd.h b/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_pic32mx_lcd.h
index cdc68da3..f208f917 100644
--- a/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_pic32mx_lcd.h
+++ b/drivers/gdisp/ILI9320/gdisp_lld_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
Dmytro Milinevskyy <milinevskyy@gmail.com>
diff --git a/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h b/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h
index 86bca28f..7e15a2e0 100644
--- a/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h
+++ b/drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h
diff --git a/drivers/gdisp/ILI9320/gdisp_lld_config.h b/drivers/gdisp/ILI9320/gdisp_lld_config.h
index 091b8a6a..a2a0a66b 100644
--- a/drivers/gdisp/ILI9320/gdisp_lld_config.h
+++ b/drivers/gdisp/ILI9320/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/ILI9325/gdisp_lld.c b/drivers/gdisp/ILI9325/gdisp_lld.c
index 95817223..d101d1dd 100644
--- a/drivers/gdisp/ILI9325/gdisp_lld.c
+++ b/drivers/gdisp/ILI9325/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9325/gdisp_lld.c
diff --git a/drivers/gdisp/ILI9325/gdisp_lld_board_example.h b/drivers/gdisp/ILI9325/gdisp_lld_board_example.h
index 7fc43d82..16de9924 100644
--- a/drivers/gdisp/ILI9325/gdisp_lld_board_example.h
+++ b/drivers/gdisp/ILI9325/gdisp_lld_board_example.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9325/gdisp_lld_board_example.h
diff --git a/drivers/gdisp/ILI9325/gdisp_lld_board_hy_stm32_100p.h b/drivers/gdisp/ILI9325/gdisp_lld_board_hy_stm32_100p.h
index 19410751..1915f1cc 100644
--- a/drivers/gdisp/ILI9325/gdisp_lld_board_hy_stm32_100p.h
+++ b/drivers/gdisp/ILI9325/gdisp_lld_board_hy_stm32_100p.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/*
driver quickly hacked together from a chinese sourcecode that came
diff --git a/drivers/gdisp/ILI9325/gdisp_lld_config.h b/drivers/gdisp/ILI9325/gdisp_lld_config.h
index 0c6af677..03ef5f05 100644
--- a/drivers/gdisp/ILI9325/gdisp_lld_config.h
+++ b/drivers/gdisp/ILI9325/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/ILI9481/gdisp_lld.c b/drivers/gdisp/ILI9481/gdisp_lld.c
index edc13722..2ea8c6e7 100644
--- a/drivers/gdisp/ILI9481/gdisp_lld.c
+++ b/drivers/gdisp/ILI9481/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9481/gdisp_lld.c
diff --git a/drivers/gdisp/ILI9481/gdisp_lld_board_example.h b/drivers/gdisp/ILI9481/gdisp_lld_board_example.h
index 3b39bc0b..de459641 100644
--- a/drivers/gdisp/ILI9481/gdisp_lld_board_example.h
+++ b/drivers/gdisp/ILI9481/gdisp_lld_board_example.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9481/gdisp_lld_board_example.h
diff --git a/drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h b/drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h
index cea70f72..3fc3f632 100644
--- a/drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h
+++ b/drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h
diff --git a/drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h b/drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h
index 0d380a06..ce7af96f 100644
--- a/drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h
+++ b/drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h
diff --git a/drivers/gdisp/ILI9481/gdisp_lld_config.h b/drivers/gdisp/ILI9481/gdisp_lld_config.h
index cc6312ba..c1fc7a2d 100644
--- a/drivers/gdisp/ILI9481/gdisp_lld_config.h
+++ b/drivers/gdisp/ILI9481/gdisp_lld_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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/ILI9481/gdisp_lld_config.h
diff --git a/drivers/gdisp/Nokia6610GE12/GE12.h b/drivers/gdisp/Nokia6610GE12/GE12.h
index 5c1e7e82..388e1147 100644
--- a/drivers/gdisp/Nokia6610GE12/GE12.h
+++ b/drivers/gdisp/Nokia6610GE12/GE12.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 <joel@unormal.org>
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld.c b/drivers/gdisp/Nokia6610GE12/gdisp_lld.c
index 258504f6..0f46e267 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld.c
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld.c
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h
index e4a1fa80..53a7fad7 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h
index 38a98a01..3fede6d7 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.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 <joel@unormal.org>
diff --git a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h b/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
index dc68affb..cca96c0e 100644
--- a/drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
+++ b/drivers/gdisp/Nokia6610GE12/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/Nokia6610GE8/GE8.h b/drivers/gdisp/Nokia6610GE8/GE8.h
index b5ef7df4..18c2ffcb 100644
--- a/drivers/gdisp/Nokia6610GE8/GE8.h
+++ b/drivers/gdisp/Nokia6610GE8/GE8.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 <joel@unormal.org>
diff --git a/drivers/gdisp/Nokia6610GE8/gdisp_lld.c b/drivers/gdisp/Nokia6610GE8/gdisp_lld.c
index d803b4da..65431c9b 100644
--- a/drivers/gdisp/Nokia6610GE8/gdisp_lld.c
+++ b/drivers/gdisp/Nokia6610GE8/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld.c
diff --git a/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h b/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h
index fa3475f7..2dc589b7 100644
--- a/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h
+++ b/drivers/gdisp/Nokia6610GE8/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h b/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h
index 217ad62d..b3b88b7c 100644
--- a/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h
+++ b/drivers/gdisp/Nokia6610GE8/gdisp_lld_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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h
diff --git a/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h b/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
index 4cb7b19e..9893b8a4 100644
--- a/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
+++ b/drivers/gdisp/Nokia6610GE8/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/S6D1121/gdisp_lld.c b/drivers/gdisp/S6D1121/gdisp_lld.c
index c7bdced6..671b8f86 100644
--- a/drivers/gdisp/S6D1121/gdisp_lld.c
+++ b/drivers/gdisp/S6D1121/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/S6D1121/gdisp_lld.c
diff --git a/drivers/gdisp/S6D1121/gdisp_lld_board_example.h b/drivers/gdisp/S6D1121/gdisp_lld_board_example.h
index e6d55f34..782c5918 100644
--- a/drivers/gdisp/S6D1121/gdisp_lld_board_example.h
+++ b/drivers/gdisp/S6D1121/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h b/drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h
index 79cf8ea7..ee4759b2 100644
--- a/drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h
+++ b/drivers/gdisp/S6D1121/gdisp_lld_board_olimex_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 <joel@unormal.org>
diff --git a/drivers/gdisp/S6D1121/gdisp_lld_config.h b/drivers/gdisp/S6D1121/gdisp_lld_config.h
index 4eca9ad2..0ae68848 100644
--- a/drivers/gdisp/S6D1121/gdisp_lld_config.h
+++ b/drivers/gdisp/S6D1121/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1289/gdisp_lld.c b/drivers/gdisp/SSD1289/gdisp_lld.c
index a3aa8b3d..f6531f2c 100644
--- a/drivers/gdisp/SSD1289/gdisp_lld.c
+++ b/drivers/gdisp/SSD1289/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/SSD1289/gdisp_lld.c
diff --git a/drivers/gdisp/SSD1289/gdisp_lld_board_example.h b/drivers/gdisp/SSD1289/gdisp_lld_board_example.h
index d1e92406..7e8389d7 100644
--- a/drivers/gdisp/SSD1289/gdisp_lld_board_example.h
+++ b/drivers/gdisp/SSD1289/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h b/drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h
index d041cf39..b0451747 100644
--- a/drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h
+++ b/drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h b/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
index bc87721d..19f1108c 100644
--- a/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
+++ b/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1289/gdisp_lld_config.h b/drivers/gdisp/SSD1289/gdisp_lld_config.h
index de22de71..8b26e489 100644
--- a/drivers/gdisp/SSD1289/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD1289/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1963/gdisp_lld.c b/drivers/gdisp/SSD1963/gdisp_lld.c
index 02c73db9..c407a27e 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld.c
+++ b/drivers/gdisp/SSD1963/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/SSD1963/gdisp_lld.c
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_board_example_fsmc.h b/drivers/gdisp/SSD1963/gdisp_lld_board_example_fsmc.h
index 059c5332..8de399d9 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_board_example_fsmc.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_board_example_fsmc.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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h b/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h
index c6080933..ad9fa8e4 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_config.h b/drivers/gdisp/SSD1963/gdisp_lld_config.h
index bcc6c4ef..7fa6a97c 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h b/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h
index 9d2a058c..109d7332 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_panel_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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD1963/ssd1963.h b/drivers/gdisp/SSD1963/ssd1963.h
index 8c30f964..a56c142b 100644
--- a/drivers/gdisp/SSD1963/ssd1963.h
+++ b/drivers/gdisp/SSD1963/ssd1963.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 <joel@unormal.org>
diff --git a/drivers/gdisp/SSD2119/gdisp_lld.c b/drivers/gdisp/SSD2119/gdisp_lld.c
index b4b41998..a7ad7b1a 100644
--- a/drivers/gdisp/SSD2119/gdisp_lld.c
+++ b/drivers/gdisp/SSD2119/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/SSD2119/gdisp_lld.c
diff --git a/drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h b/drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h
index fdc49ccd..bf7b3890 100644
--- a/drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h
+++ b/drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h
diff --git a/drivers/gdisp/SSD2119/gdisp_lld_config.h b/drivers/gdisp/SSD2119/gdisp_lld_config.h
index d4f8cbd8..b5af495c 100644
--- a/drivers/gdisp/SSD2119/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD2119/gdisp_lld_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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/SSD2119/gdisp_lld_config.h
diff --git a/drivers/gdisp/SSD2119/ssd2119.h b/drivers/gdisp/SSD2119/ssd2119.h
index f892a6cc..c3ffa00f 100644
--- a/drivers/gdisp/SSD2119/ssd2119.h
+++ b/drivers/gdisp/SSD2119/ssd2119.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/SSD2119/ssd2119.h
diff --git a/drivers/gdisp/TestStub/gdisp_lld.c b/drivers/gdisp/TestStub/gdisp_lld.c
index f87b6617..19ce5b3c 100644
--- a/drivers/gdisp/TestStub/gdisp_lld.c
+++ b/drivers/gdisp/TestStub/gdisp_lld.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 <joel@unormal.org>
+
+ 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 <http://www.gnu.org/licenses/>.
+*/
/**
* @file drivers/gdisp/TestStub/gdisp_lld.c
diff --git a/drivers/gdisp/TestStub/gdisp_lld_config.h b/drivers/gdisp/TestStub/gdisp_lld_config.h
index a4f6ecac..c0fa6a65 100644
--- a/drivers/gdisp/TestStub/gdisp_lld_config.h
+++ b/drivers/gdisp/TestStub/gdisp_lld_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 <joel@unormal.org>