aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent66e12d656bdfdf073d7bdf693230485538adbf36 (diff)
downloaduGFX-0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.tar.gz
uGFX-0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.tar.bz2
uGFX-0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.zip
updated license headers
Diffstat (limited to 'src')
-rw-r--r--src/gadc/gadc.c27
-rw-r--r--src/gaudin/gaudin.c27
-rw-r--r--src/gaudout/gaudout.c9
-rw-r--r--src/gdisp/fonts.c27
-rw-r--r--src/gdisp/gdisp.c27
-rw-r--r--src/gdisp/image.c27
-rw-r--r--src/gdisp/image_bmp.c27
-rw-r--r--src/gdisp/image_gif.c27
-rw-r--r--src/gdisp/image_jpg.c27
-rw-r--r--src/gdisp/image_native.c27
-rw-r--r--src/gdisp/image_png.c27
-rw-r--r--src/gevent/gevent.c27
-rw-r--r--src/ginput/dial.c27
-rw-r--r--src/ginput/keyboard.c9
-rw-r--r--src/ginput/mouse.c9
-rw-r--r--src/ginput/toggle.c9
-rw-r--r--src/gmisc/arrayops.c9
-rw-r--r--src/gtimer/gtimer.c9
-rw-r--r--src/gwin/button.c9
-rw-r--r--src/gwin/console.c9
-rw-r--r--src/gwin/graph.c9
-rw-r--r--src/gwin/gwin.c9
-rw-r--r--src/gwin/slider.c9
-rw-r--r--src/tdisp/tdisp.c9
24 files changed, 204 insertions, 228 deletions
diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c
index 40b901ae..7d53d0f6 100644
--- a/src/gadc/gadc.c
+++ b/src/gadc/gadc.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 src/gadc/gadc.c
diff --git a/src/gaudin/gaudin.c b/src/gaudin/gaudin.c
index 2fbe7a47..1a3a3434 100644
--- a/src/gaudin/gaudin.c
+++ b/src/gaudin/gaudin.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 src/gaudin/gaudin.c
diff --git a/src/gaudout/gaudout.c b/src/gaudout/gaudout.c
index 5c2e0657..ea3857ff 100644
--- a/src/gaudout/gaudout.c
+++ b/src/gaudout/gaudout.c
@@ -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/src/gdisp/fonts.c b/src/gdisp/fonts.c
index a7c6d39a..c450774e 100644
--- a/src/gdisp/fonts.c
+++ b/src/gdisp/fonts.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 src/gdisp/fonts.c
diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c
index d548eae5..2abd3e2e 100644
--- a/src/gdisp/gdisp.c
+++ b/src/gdisp/gdisp.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 src/gdisp/gdisp.c
diff --git a/src/gdisp/image.c b/src/gdisp/image.c
index 061db5fe..c5977861 100644
--- a/src/gdisp/image.c
+++ b/src/gdisp/image.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 src/gdisp/image.c
diff --git a/src/gdisp/image_bmp.c b/src/gdisp/image_bmp.c
index bab9b4e9..5f31103c 100644
--- a/src/gdisp/image_bmp.c
+++ b/src/gdisp/image_bmp.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 src/gdisp/image_bmp.c
diff --git a/src/gdisp/image_gif.c b/src/gdisp/image_gif.c
index 2672333f..8e359681 100644
--- a/src/gdisp/image_gif.c
+++ b/src/gdisp/image_gif.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 src/gdisp/image_gif.c
diff --git a/src/gdisp/image_jpg.c b/src/gdisp/image_jpg.c
index e8b5eeeb..a2fdc259 100644
--- a/src/gdisp/image_jpg.c
+++ b/src/gdisp/image_jpg.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 src/gdisp/image_jpg.c
diff --git a/src/gdisp/image_native.c b/src/gdisp/image_native.c
index 4a41e9c8..c4ed4eae 100644
--- a/src/gdisp/image_native.c
+++ b/src/gdisp/image_native.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 src/gdisp/image_native.c
diff --git a/src/gdisp/image_png.c b/src/gdisp/image_png.c
index 3dca3645..d4a8f3b6 100644
--- a/src/gdisp/image_png.c
+++ b/src/gdisp/image_png.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 src/gdisp/image_png.c
diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c
index b93f1ea8..9fb17e73 100644
--- a/src/gevent/gevent.c
+++ b/src/gevent/gevent.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 src/gevent/gevent.c
diff --git a/src/ginput/dial.c b/src/ginput/dial.c
index 2f572cf8..835f705b 100644
--- a/src/ginput/dial.c
+++ b/src/ginput/dial.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 src/ginput/dial.c
diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c
index 145b66f1..76eaf17c 100644
--- a/src/ginput/keyboard.c
+++ b/src/ginput/keyboard.c
@@ -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/src/ginput/mouse.c b/src/ginput/mouse.c
index 4ad32359..7757638e 100644
--- a/src/ginput/mouse.c
+++ b/src/ginput/mouse.c
@@ -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/src/ginput/toggle.c b/src/ginput/toggle.c
index 5761279b..ce4197bd 100644
--- a/src/ginput/toggle.c
+++ b/src/ginput/toggle.c
@@ -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/src/gmisc/arrayops.c b/src/gmisc/arrayops.c
index 8b2135a0..80301f1e 100644
--- a/src/gmisc/arrayops.c
+++ b/src/gmisc/arrayops.c
@@ -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/src/gtimer/gtimer.c b/src/gtimer/gtimer.c
index e1f6bb8f..01f8e6b1 100644
--- a/src/gtimer/gtimer.c
+++ b/src/gtimer/gtimer.c
@@ -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/src/gwin/button.c b/src/gwin/button.c
index 74fe3080..b61c7d5d 100644
--- a/src/gwin/button.c
+++ b/src/gwin/button.c
@@ -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/src/gwin/console.c b/src/gwin/console.c
index 6720e6b3..c26e878d 100644
--- a/src/gwin/console.c
+++ b/src/gwin/console.c
@@ -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/src/gwin/graph.c b/src/gwin/graph.c
index eff42eb1..c8747a5f 100644
--- a/src/gwin/graph.c
+++ b/src/gwin/graph.c
@@ -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/src/gwin/gwin.c b/src/gwin/gwin.c
index 9f009fa1..bd685935 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.c
@@ -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/src/gwin/slider.c b/src/gwin/slider.c
index f535b35c..08a28ccd 100644
--- a/src/gwin/slider.c
+++ b/src/gwin/slider.c
@@ -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/src/tdisp/tdisp.c b/src/tdisp/tdisp.c
index dab05cda..9037ec66 100644
--- a/src/tdisp/tdisp.c
+++ b/src/tdisp/tdisp.c
@@ -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>