Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 6295ad9

Browse files
authored
Merge pull request #81 from sparkfun/Atom_Whitespace_Corrections
Atom whitespace corrections
2 parents 368b20a + 7b9fef5 commit 6295ad9

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018
1212
13-
This library handles configuring and handling the responses
13+
This library handles configuring and handling the responses
1414
from a Ublox GPS module. Works with most modules from Ublox including
1515
the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others.
1616
@@ -22,19 +22,19 @@
2222
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2323
The MIT License (MIT)
2424
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
2929
do so, subject to the following conditions:
3030
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
3232
portions of the Software.
3333
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
3838
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3939
*/
4040

src/SparkFun_Ublox_Arduino_Library.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Written by Nathan Seidle @ SparkFun Electronics, September 6th, 2018
1212
13-
This library handles configuring and handling the responses
13+
This library handles configuring and handling the responses
1414
from a Ublox GPS module. Works with most modules from Ublox including
1515
the Zed-F9P, NEO-M8P-2, NEO-M9N, ZOE-M8Q, SAM-M8Q, and many others.
1616
@@ -22,19 +22,19 @@
2222
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2323
The MIT License (MIT)
2424
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
2929
do so, subject to the following conditions:
3030
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
3232
portions of the Software.
3333
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
3838
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3939
*/
4040

0 commit comments

Comments
 (0)