Skip to content

Commit ccb3b86

Browse files
authored
Merge pull request #28 from LeeLeahy2/license
Add license line to source files
2 parents 8accad4 + d108461 commit ccb3b86

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

src/Parse_NMEA.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99
Removing the forward declaration helps reduce the exposure of the
1010
routines to the application layer. As such only the preamble routine
1111
should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+
License: MIT. Please see LICENSE.md for more details
1214
------------------------------------------------------------------------------*/
1315

1416
#include <stdio.h>

src/Parse_RTCM.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99
Removing the forward declaration helps reduce the exposure of the
1010
routines to the application layer. As such only the preamble routine
1111
should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+
License: MIT. Please see LICENSE.md for more details
1214
------------------------------------------------------------------------------*/
1315

1416
#include <stdio.h>

src/Parse_UBLOX.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99
Removing the forward declaration helps reduce the exposure of the
1010
routines to the application layer. As such only the preamble routine
1111
should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+
License: MIT. Please see LICENSE.md for more details
1214
------------------------------------------------------------------------------*/
1315

1416
#include <stdio.h>

src/Parse_Unicore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99
Removing the forward declaration helps reduce the exposure of the
1010
routines to the application layer. As such only the preamble routine
1111
should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+
License: MIT. Please see LICENSE.md for more details
1214
------------------------------------------------------------------------------*/
1315

1416
#include <stdio.h>

src/SparkFun_Extensible_Message_Parser.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/*------------------------------------------------------------------------------
22
SparkFun_Extensible_Message_Parser.cpp
33
4-
Parse messages from GNSS radios
4+
Parse messages from GNSS radios
5+
6+
License: MIT. Please see LICENSE.md for more details
57
------------------------------------------------------------------------------*/
68

79
#include <malloc.h>

src/SparkFun_Extensible_Message_Parser.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/*------------------------------------------------------------------------------
22
SparkFun_Extensible_Message_Parser.h
33
4-
Constant and routine declarations for the extensible message parser.
4+
Constant and routine declarations for the extensible message parser.
5+
6+
License: MIT. Please see LICENSE.md for more details
57
------------------------------------------------------------------------------*/
68

79
#ifndef __SPARKFUN_EXTENSIBLE_MESSAGE_PARSER_H__

0 commit comments

Comments
 (0)