summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorckgt <ckarlsson25@gmail.com>2017-07-19 21:57:03 -0400
committerckgt <ckarlsson25@gmail.com>2017-07-19 21:57:03 -0400
commite39d33af7b2e7a6185f32bfe34a19d3614a0406e (patch)
tree11a08c65cf30343d3c8fb4ca64273b50a71f3f5d /src
parente0b28361d572278248e14a19de3fa027d4bd7df9 (diff)
Added ZLib license text in license file and added references in source files.
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>