diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-05-02 01:50:09 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-05-02 01:50:09 +0200 |
commit | 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c (patch) | |
tree | cd231a6402bfec6c7b5b016570f34952a1255f4b /demos/modules | |
parent | 66e12d656bdfdf073d7bdf693230485538adbf36 (diff) | |
download | uGFX-0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.tar.gz uGFX-0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.tar.bz2 uGFX-0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.zip |
updated license headers
Diffstat (limited to 'demos/modules')
33 files changed, 293 insertions, 76 deletions
diff --git a/demos/modules/gadc/gfxconf.h b/demos/modules/gadc/gfxconf.h index 557184cc..e4da593f 100644 --- a/demos/modules/gadc/gfxconf.h +++ b/demos/modules/gadc/gfxconf.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gadc/gwinosc.c b/demos/modules/gadc/gwinosc.c index 49d9fe22..4ef1f5f5 100644 --- a/demos/modules/gadc/gwinosc.c +++ b/demos/modules/gadc/gwinosc.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gadc/gwinosc.h b/demos/modules/gadc/gwinosc.h index 11644be4..6f025669 100644 --- a/demos/modules/gadc/gwinosc.h +++ b/demos/modules/gadc/gwinosc.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gadc/main.c b/demos/modules/gadc/main.c index f506a473..8b649d30 100644 --- a/demos/modules/gadc/main.c +++ b/demos/modules/gadc/main.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gaudin/gfxconf.h b/demos/modules/gaudin/gfxconf.h index d9db73a5..ec79e1f5 100644 --- a/demos/modules/gaudin/gfxconf.h +++ b/demos/modules/gaudin/gfxconf.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gaudin/gwinosc.c b/demos/modules/gaudin/gwinosc.c index 5a2867c1..8422fb22 100644 --- a/demos/modules/gaudin/gwinosc.c +++ b/demos/modules/gaudin/gwinosc.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gaudin/gwinosc.h b/demos/modules/gaudin/gwinosc.h index 9c51e548..63cfc05b 100644 --- a/demos/modules/gaudin/gwinosc.h +++ b/demos/modules/gaudin/gwinosc.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gaudin/main.c b/demos/modules/gaudin/main.c index f532b324..7a69989d 100644 --- a/demos/modules/gaudin/main.c +++ b/demos/modules/gaudin/main.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gdisp/gdisp_basics/gfxconf.h b/demos/modules/gdisp/gdisp_basics/gfxconf.h index f64884a0..ebebd1b3 100644 --- a/demos/modules/gdisp/gdisp_basics/gfxconf.h +++ b/demos/modules/gdisp/gdisp_basics/gfxconf.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gdisp/gdisp_basics/main.c b/demos/modules/gdisp/gdisp_basics/main.c index 134f2473..bbc3e399 100644 --- a/demos/modules/gdisp/gdisp_basics/main.c +++ b/demos/modules/gdisp/gdisp_basics/main.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gdisp/gdisp_circles/gfxconf.h b/demos/modules/gdisp/gdisp_circles/gfxconf.h index cc60c46b..b0a7b5c9 100644 --- a/demos/modules/gdisp/gdisp_circles/gfxconf.h +++ b/demos/modules/gdisp/gdisp_circles/gfxconf.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gdisp/gdisp_circles/main.c b/demos/modules/gdisp/gdisp_circles/main.c index 395af009..e6b985dc 100644 --- a/demos/modules/gdisp/gdisp_circles/main.c +++ b/demos/modules/gdisp/gdisp_circles/main.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gdisp/gdisp_images/gfxconf.h b/demos/modules/gdisp/gdisp_images/gfxconf.h index e76ddd72..d4a18671 100644 --- a/demos/modules/gdisp/gdisp_images/gfxconf.h +++ b/demos/modules/gdisp/gdisp_images/gfxconf.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gdisp/gdisp_images/main.c b/demos/modules/gdisp/gdisp_images/main.c index a6fa58d8..23170f5e 100644 --- a/demos/modules/gdisp/gdisp_images/main.c +++ b/demos/modules/gdisp/gdisp_images/main.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/gdisp/gdisp_images_animated/gfxconf.h b/demos/modules/gdisp/gdisp_images_animated/gfxconf.h index cd368e95..461c965f 100644 --- a/demos/modules/gdisp/gdisp_images_animated/gfxconf.h +++ b/demos/modules/gdisp/gdisp_images_animated/gfxconf.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 + * + */ + /** * This file has a different license to the rest of the GFX system. * You can copy, modify and distribute this file as you see fit. diff --git a/demos/modules/gdisp/gdisp_images_animated/main.c b/demos/modules/gdisp/gdisp_images_animated/main.c index d5c3d712..cb0d5580 100644 --- a/demos/modules/gdisp/gdisp_images_animated/main.c +++ b/demos/modules/gdisp/gdisp_images_animated/main.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 + * + */ #include "ch.h" #include "hal.h" diff --git a/demos/modules/gdisp/gdisp_images_animated/testanim.h b/demos/modules/gdisp/gdisp_images_animated/testanim.h index ce2ba8c7..a646a8d4 100644 --- a/demos/modules/gdisp/gdisp_images_animated/testanim.h +++ b/demos/modules/gdisp/gdisp_images_animated/testanim.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 + * + */ + /** * This file was generated from "testanim.gif" using... * diff --git a/demos/modules/gdisp/gdisp_text/gfxconf.h b/demos/modules/gdisp/gdisp_text/gfxconf.h index 007de8e4..22f27b18 100644 --- a/demos/modules/gdisp/gdisp_text/gfxconf.h +++ b/demos/modules/gdisp/gdisp_text/gfxconf.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gdisp/gdisp_text/main.c b/demos/modules/gdisp/gdisp_text/main.c index 4062e07c..049334c0 100644 --- a/demos/modules/gdisp/gdisp_text/main.c +++ b/demos/modules/gdisp/gdisp_text/main.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/ginput/touch_driver_test/gfxconf.h b/demos/modules/ginput/touch_driver_test/gfxconf.h index 87787527..2bac9c37 100644 --- a/demos/modules/ginput/touch_driver_test/gfxconf.h +++ b/demos/modules/ginput/touch_driver_test/gfxconf.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/ginput/touch_driver_test/main.c b/demos/modules/ginput/touch_driver_test/main.c index 80c85273..77b3daa6 100644 --- a/demos/modules/ginput/touch_driver_test/main.c +++ b/demos/modules/ginput/touch_driver_test/main.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/graph/gfxconf.h b/demos/modules/graph/gfxconf.h index ee36fb93..2632edc5 100644 --- a/demos/modules/graph/gfxconf.h +++ b/demos/modules/graph/gfxconf.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/graph/main.c b/demos/modules/graph/main.c index 79935083..47d30608 100644 --- a/demos/modules/graph/main.c +++ b/demos/modules/graph/main.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gtimer/gfxconf.h b/demos/modules/gtimer/gfxconf.h index 931357a5..cef9232e 100644 --- a/demos/modules/gtimer/gfxconf.h +++ b/demos/modules/gtimer/gfxconf.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gtimer/main.c b/demos/modules/gtimer/main.c index 403491ea..a0e6de4c 100644 --- a/demos/modules/gtimer/main.c +++ b/demos/modules/gtimer/main.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
diff --git a/demos/modules/gwin/basic/gfxconf.h b/demos/modules/gwin/basic/gfxconf.h index e567e5a0..5f3b6fe1 100644 --- a/demos/modules/gwin/basic/gfxconf.h +++ b/demos/modules/gwin/basic/gfxconf.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 + * + */ + /** * This file has a different license to the rest of the GFX system. * You can copy, modify and distribute this file as you see fit. diff --git a/demos/modules/gwin/basic/main.c b/demos/modules/gwin/basic/main.c index a0326fac..bf5f613a 100644 --- a/demos/modules/gwin/basic/main.c +++ b/demos/modules/gwin/basic/main.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 + * + */ #include "ch.h" #include "hal.h" diff --git a/demos/modules/gwin/console/gfxconf.h b/demos/modules/gwin/console/gfxconf.h index 178beb86..bccd4b77 100644 --- a/demos/modules/gwin/console/gfxconf.h +++ b/demos/modules/gwin/console/gfxconf.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 + * + */ + /** * This file has a different license to the rest of the GFX system. * You can copy, modify and distribute this file as you see fit. diff --git a/demos/modules/gwin/console/main.c b/demos/modules/gwin/console/main.c index 90ebf86f..ee6ef099 100644 --- a/demos/modules/gwin/console/main.c +++ b/demos/modules/gwin/console/main.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 + * + */ #include "ch.h" #include "hal.h" diff --git a/demos/modules/gwin/slider/gfxconf.h b/demos/modules/gwin/slider/gfxconf.h index 947fc4c8..7e763b41 100644 --- a/demos/modules/gwin/slider/gfxconf.h +++ b/demos/modules/gwin/slider/gfxconf.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 + * + */ + /** * This file has a different license to the rest of the GFX system. * You can copy, modify and distribute this file as you see fit. diff --git a/demos/modules/gwin/slider/main.c b/demos/modules/gwin/slider/main.c index 19a56f6a..b87d6bb8 100644 --- a/demos/modules/gwin/slider/main.c +++ b/demos/modules/gwin/slider/main.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 + * + */ #include "ch.h" #include "hal.h" diff --git a/demos/modules/tdisp/gfxconf.h b/demos/modules/tdisp/gfxconf.h index cdc0dfdd..6eadfd9d 100644 --- a/demos/modules/tdisp/gfxconf.h +++ b/demos/modules/tdisp/gfxconf.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 + * + */ + /* * Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org> * All rights reserved. diff --git a/demos/modules/tdisp/main.c b/demos/modules/tdisp/main.c index 41a6aa34..35ed506f 100644 --- a/demos/modules/tdisp/main.c +++ b/demos/modules/tdisp/main.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 + * + */ + /*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* All rights reserved.
|