summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GPSFix.cpp2
-rw-r--r--src/GPSService.cpp2
-rw-r--r--src/NMEACommand.cpp2
-rw-r--r--src/NMEAParser.cpp2
-rw-r--r--src/NumberConversion.cpp2
5 files changed, 10 insertions, 0 deletions
diff --git a/src/GPSFix.cpp b/src/GPSFix.cpp
index 818b232..5cbb17f 100644
--- a/src/GPSFix.cpp
+++ b/src/GPSFix.cpp
@@ -3,6 +3,8 @@
*
* Created on: Jul 23, 2014
* Author: Cameron Karlsson
+ *
+ * See the license file included with this source.
*/
#include <nmeaparse/GPSFix.h>
diff --git a/src/GPSService.cpp b/src/GPSService.cpp
index 4f90a0f..9c3133e 100644
--- a/src/GPSService.cpp
+++ b/src/GPSService.cpp
@@ -3,6 +3,8 @@
*
* Created on: Aug 14, 2014
* Author: Cameron Karlsson
+ *
+ * See the license file included with this source.
*/
diff --git a/src/NMEACommand.cpp b/src/NMEACommand.cpp
index a432767..0319f99 100644
--- a/src/NMEACommand.cpp
+++ b/src/NMEACommand.cpp
@@ -3,6 +3,8 @@
*
* Created on: Sep 8, 2014
* Author: Cameron Karlsson
+ *
+ * See the license file included with this source.
*/
#include <nmeaparse/NMEACommand.h>
diff --git a/src/NMEAParser.cpp b/src/NMEAParser.cpp
index 2b1ee8b..f646613 100644
--- a/src/NMEAParser.cpp
+++ b/src/NMEAParser.cpp
@@ -3,6 +3,8 @@
*
* Created on: Aug 12, 2014
* Author: Cameron Karlsson
+ *
+ * See the license file included with this source.
*/
#include <nmeaparse/NMEAParser.h>
diff --git a/src/NumberConversion.cpp b/src/NumberConversion.cpp
index a5d429d..e0e6a0a 100644
--- a/src/NumberConversion.cpp
+++ b/src/NumberConversion.cpp
@@ -3,6 +3,8 @@
*
* Created on: Sep 2, 2014
* Author: Cameron Karlsson
+ *
+ * See the license file included with this source.
*/
#include <nmeaparse/NumberConversion.h>