From e39d33af7b2e7a6185f32bfe34a19d3614a0406e Mon Sep 17 00:00:00 2001 From: ckgt Date: Wed, 19 Jul 2017 21:57:03 -0400 Subject: Added ZLib license text in license file and added references in source files. --- src/GPSFix.cpp | 2 ++ src/GPSService.cpp | 2 ++ src/NMEACommand.cpp | 2 ++ src/NMEAParser.cpp | 2 ++ src/NumberConversion.cpp | 2 ++ 5 files changed, 10 insertions(+) (limited to 'src') 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 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 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 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 -- cgit v1.2.3