1The whole code of Morse is licensed under a BSD-3 clause license that you can
2find below:
3
4Copyright (c) 2009-2010 ONERA
5Copyright (c) 2009-2016 LAAS-CNRS
6Copyright (c) 2015-2016 ISAE-SUPAERO
7Copyright held by the MORSE authors or the institutions employing them, refer
8to the AUTHORS file for the list. The list of the contributors to each file
9can be obtained from the commit history ('git log <file>').
10All rights reserved.
11
12Redistribution and use in source and binary forms, with or without
13modification, are permitted provided that the following conditions are met:
14
15	* Redistributions of source code must retain the above copyright notice,
16	  this list of conditions and the following disclaimer.
17	* Redistributions in binary form must reproduce the above copyright notice,
18	  this list of conditions and the following disclaimer in the documentation
19	  and/or other materials provided with the distribution.
20	* Neither the name of the LAAS-CNRS, ONERA nor the names of its contributors
21	  may be used to endorse or promote products derived from this software
22	  without specific prior written permission.
23
24THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
25ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
28FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
35at the exception of the following files:
36
37	- doc/morse-theme/static/lato-* which are under SIL OPEN FONT LICENSE 1.1
38	  (see OFL.LICENSE)
39	- doc/morse-theme/static/sphinx-minimal.css which is under Creative Commons
40	  Attribution-ShareAlike 3.0
41	- src/morse/sensors/{EGM9615.h, WMM.COF, GeomagnetismHeader.h,
42	  GeomagnetismLibrary.c} which are under public domain license
43