aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gadc/gadc.h9
-rw-r--r--include/gadc/lld/gadc_lld.h9
-rw-r--r--include/gadc/options.h27
-rw-r--r--include/gaudin/gaudin.h9
-rw-r--r--include/gaudin/lld/gaudin_lld.h9
-rw-r--r--include/gaudin/options.h9
-rw-r--r--include/gaudout/gaudout.h9
-rw-r--r--include/gaudout/options.h9
-rw-r--r--include/gdisp/fonts.h9
-rw-r--r--include/gdisp/gdisp.h27
-rw-r--r--include/gdisp/image.h27
-rw-r--r--include/gdisp/lld/emulation.c27
-rw-r--r--include/gdisp/lld/gdisp_lld.h27
-rw-r--r--include/gdisp/lld/gdisp_lld_msgs.h27
-rw-r--r--include/gdisp/options.h27
-rw-r--r--include/gevent/gevent.h9
-rw-r--r--include/gevent/options.h9
-rw-r--r--include/gfx.h27
-rw-r--r--include/gfx_rules.h27
-rw-r--r--include/ginput/dial.h9
-rw-r--r--include/ginput/ginput.h9
-rw-r--r--include/ginput/keyboard.h9
-rw-r--r--include/ginput/lld/dial.h9
-rw-r--r--include/ginput/lld/mouse.h9
-rw-r--r--include/ginput/lld/toggle.h9
-rw-r--r--include/ginput/mouse.h9
-rw-r--r--include/ginput/options.h9
-rw-r--r--include/ginput/toggle.h9
-rw-r--r--include/gmisc/gmisc.h9
-rw-r--r--include/gmisc/options.h9
-rw-r--r--include/gtimer/gtimer.h9
-rw-r--r--include/gtimer/options.h9
-rw-r--r--include/gwin/button.h9
-rw-r--r--include/gwin/console.h9
-rw-r--r--include/gwin/graph.h27
-rw-r--r--include/gwin/gwin.h9
-rw-r--r--include/gwin/internal.h9
-rw-r--r--include/gwin/options.h27
-rw-r--r--include/gwin/slider.h9
-rw-r--r--include/tdisp/lld/tdisp_lld.h9
-rw-r--r--include/tdisp/options.h9
-rw-r--r--include/tdisp/tdisp.h9
42 files changed, 209 insertions, 367 deletions
diff --git a/include/gadc/gadc.h b/include/gadc/gadc.h
index 4ee0eed2..56be7cf5 100644
--- a/include/gadc/gadc.h
+++ b/include/gadc/gadc.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/include/gadc/lld/gadc_lld.h b/include/gadc/lld/gadc_lld.h
index befb5af6..dc111990 100644
--- a/include/gadc/lld/gadc_lld.h
+++ b/include/gadc/lld/gadc_lld.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/include/gadc/options.h b/include/gadc/options.h
index 61e87b82..87708efe 100644
--- a/include/gadc/options.h
+++ b/include/gadc/options.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 include/gadc/options.h
diff --git a/include/gaudin/gaudin.h b/include/gaudin/gaudin.h
index 9161a997..3cf29d09 100644
--- a/include/gaudin/gaudin.h
+++ b/include/gaudin/gaudin.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/include/gaudin/lld/gaudin_lld.h b/include/gaudin/lld/gaudin_lld.h
index f03a5506..6512c61c 100644
--- a/include/gaudin/lld/gaudin_lld.h
+++ b/include/gaudin/lld/gaudin_lld.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/include/gaudin/options.h b/include/gaudin/options.h
index 381d154b..eff022a3 100644
--- a/include/gaudin/options.h
+++ b/include/gaudin/options.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/include/gaudout/gaudout.h b/include/gaudout/gaudout.h
index 86210712..35bdebeb 100644
--- a/include/gaudout/gaudout.h
+++ b/include/gaudout/gaudout.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/include/gaudout/options.h b/include/gaudout/options.h
index e8ac72a7..12ee975f 100644
--- a/include/gaudout/options.h
+++ b/include/gaudout/options.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/include/gdisp/fonts.h b/include/gdisp/fonts.h
index fa4ee178..888f4489 100644
--- a/include/gdisp/fonts.h
+++ b/include/gdisp/fonts.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/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index 7a1522e9..85f9b4ea 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.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 include/gdisp/gdisp.h
diff --git a/include/gdisp/image.h b/include/gdisp/image.h
index c4b29946..99e51118 100644
--- a/include/gdisp/image.h
+++ b/include/gdisp/image.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 include/gdisp/image.h
diff --git a/include/gdisp/lld/emulation.c b/include/gdisp/lld/emulation.c
index 03e00ccb..572b2dcb 100644
--- a/include/gdisp/lld/emulation.c
+++ b/include/gdisp/lld/emulation.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 include/gdisp/lld/emulation.c
diff --git a/include/gdisp/lld/gdisp_lld.h b/include/gdisp/lld/gdisp_lld.h
index 7b766db6..f42ad2af 100644
--- a/include/gdisp/lld/gdisp_lld.h
+++ b/include/gdisp/lld/gdisp_lld.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 include/gdisp/lld/gdisp_lld.h
diff --git a/include/gdisp/lld/gdisp_lld_msgs.h b/include/gdisp/lld/gdisp_lld_msgs.h
index a318cba3..5783613d 100644
--- a/include/gdisp/lld/gdisp_lld_msgs.h
+++ b/include/gdisp/lld/gdisp_lld_msgs.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 include/gdisp/lld/gdisp_lld_msgs.h
diff --git a/include/gdisp/options.h b/include/gdisp/options.h
index cc11cefa..5cdfbf59 100644
--- a/include/gdisp/options.h
+++ b/include/gdisp/options.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 include/gdisp/options.h
diff --git a/include/gevent/gevent.h b/include/gevent/gevent.h
index c53dfd0d..57fb60b2 100644
--- a/include/gevent/gevent.h
+++ b/include/gevent/gevent.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/include/gevent/options.h b/include/gevent/options.h
index 89c62194..78ec7610 100644
--- a/include/gevent/options.h
+++ b/include/gevent/options.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/include/gfx.h b/include/gfx.h
index dc5f4268..4d212b2d 100644
--- a/include/gfx.h
+++ b/include/gfx.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 include/gfx.h
diff --git a/include/gfx_rules.h b/include/gfx_rules.h
index c337f472..1c32146c 100644
--- a/include/gfx_rules.h
+++ b/include/gfx_rules.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 include/gfx_rules.h
diff --git a/include/ginput/dial.h b/include/ginput/dial.h
index 4d61d3d1..358e36cf 100644
--- a/include/ginput/dial.h
+++ b/include/ginput/dial.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/include/ginput/ginput.h b/include/ginput/ginput.h
index 5ba5e580..0fabd437 100644
--- a/include/ginput/ginput.h
+++ b/include/ginput/ginput.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/include/ginput/keyboard.h b/include/ginput/keyboard.h
index fe58bf61..1529d05d 100644
--- a/include/ginput/keyboard.h
+++ b/include/ginput/keyboard.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/include/ginput/lld/dial.h b/include/ginput/lld/dial.h
index 66012068..3efae04f 100644
--- a/include/ginput/lld/dial.h
+++ b/include/ginput/lld/dial.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/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h
index 9bfb8116..046a06b1 100644
--- a/include/ginput/lld/mouse.h
+++ b/include/ginput/lld/mouse.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/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h
index 05ad1e2d..1ccab366 100644
--- a/include/ginput/lld/toggle.h
+++ b/include/ginput/lld/toggle.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/include/ginput/mouse.h b/include/ginput/mouse.h
index 3b7ed988..7b798454 100644
--- a/include/ginput/mouse.h
+++ b/include/ginput/mouse.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/include/ginput/options.h b/include/ginput/options.h
index 0d480aa3..35797098 100644
--- a/include/ginput/options.h
+++ b/include/ginput/options.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/include/ginput/toggle.h b/include/ginput/toggle.h
index 7019ad16..888e397a 100644
--- a/include/ginput/toggle.h
+++ b/include/ginput/toggle.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/include/gmisc/gmisc.h b/include/gmisc/gmisc.h
index d775241e..5dab5e85 100644
--- a/include/gmisc/gmisc.h
+++ b/include/gmisc/gmisc.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/include/gmisc/options.h b/include/gmisc/options.h
index 0cc11677..996f12af 100644
--- a/include/gmisc/options.h
+++ b/include/gmisc/options.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/include/gtimer/gtimer.h b/include/gtimer/gtimer.h
index 6e6461e1..e938c33a 100644
--- a/include/gtimer/gtimer.h
+++ b/include/gtimer/gtimer.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/include/gtimer/options.h b/include/gtimer/options.h
index 0f142289..7d7d55dc 100644
--- a/include/gtimer/options.h
+++ b/include/gtimer/options.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/include/gwin/button.h b/include/gwin/button.h
index 0eef496a..3d54afbb 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.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/include/gwin/console.h b/include/gwin/console.h
index 8be29acf..c6d89db6 100644
--- a/include/gwin/console.h
+++ b/include/gwin/console.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/include/gwin/graph.h b/include/gwin/graph.h
index 4fe28223..223ba27f 100644
--- a/include/gwin/graph.h
+++ b/include/gwin/graph.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 include/gwin/graph.h
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index cccf0cff..3d994d0a 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.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/include/gwin/internal.h b/include/gwin/internal.h
index 8ed461bb..ada8f611 100644
--- a/include/gwin/internal.h
+++ b/include/gwin/internal.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/include/gwin/options.h b/include/gwin/options.h
index 35daa424..e8d527e0 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.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 include/gwin/options.h
diff --git a/include/gwin/slider.h b/include/gwin/slider.h
index 9be075c5..1943729f 100644
--- a/include/gwin/slider.h
+++ b/include/gwin/slider.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/include/tdisp/lld/tdisp_lld.h b/include/tdisp/lld/tdisp_lld.h
index 7fbf92d8..dbc57b11 100644
--- a/include/tdisp/lld/tdisp_lld.h
+++ b/include/tdisp/lld/tdisp_lld.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/include/tdisp/options.h b/include/tdisp/options.h
index 657ed9db..41292037 100644
--- a/include/tdisp/options.h
+++ b/include/tdisp/options.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/include/tdisp/tdisp.h b/include/tdisp/tdisp.h
index 215eb45f..efcd285c 100644
--- a/include/tdisp/tdisp.h
+++ b/include/tdisp/tdisp.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>