|
10 | 10 |
|
11 | 11 | Written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018 |
12 | 12 |
|
13 | | - This library handles configuring and handling the responses |
| 13 | + This library handles configuring and handling the responses |
14 | 14 | from a Ublox GPS module. Works with most modules from Ublox including |
15 | 15 | the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others. |
16 | 16 |
|
|
22 | 22 | SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT). |
23 | 23 | The MIT License (MIT) |
24 | 24 | Copyright (c) 2016 SparkFun Electronics |
25 | | - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
26 | | - associated documentation files (the "Software"), to deal in the Software without restriction, |
27 | | - including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
28 | | - and/or sell copies of the Software, and to permit persons to whom the Software is furnished to |
| 25 | + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
| 26 | + associated documentation files (the "Software"), to deal in the Software without restriction, |
| 27 | + including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 28 | + and/or sell copies of the Software, and to permit persons to whom the Software is furnished to |
29 | 29 | do so, subject to the following conditions: |
30 | 30 |
|
31 | | - The above copyright notice and this permission notice shall be included in all copies or substantial |
| 31 | + The above copyright notice and this permission notice shall be included in all copies or substantial |
32 | 32 | portions of the Software. |
33 | 33 |
|
34 | | - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
35 | | - NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
36 | | - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
37 | | - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 34 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
| 35 | + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 36 | + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 37 | + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
38 | 38 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
39 | 39 | */ |
40 | 40 |
|
|
0 commit comments