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