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. --- include/nmeaparse/Event.h | 2 ++ include/nmeaparse/GPSFix.h | 2 ++ include/nmeaparse/GPSService.h | 2 ++ include/nmeaparse/NMEACommand.h | 2 ++ include/nmeaparse/NMEAParser.h | 2 ++ include/nmeaparse/NumberConversion.h | 2 ++ include/nmeaparse/nmea.h | 2 ++ 7 files changed, 14 insertions(+) (limited to 'include/nmeaparse') diff --git a/include/nmeaparse/Event.h b/include/nmeaparse/Event.h index 4343496..b6bbd97 100644 --- a/include/nmeaparse/Event.h +++ b/include/nmeaparse/Event.h @@ -3,6 +3,8 @@ * * Created on: Sep 5, 2014 * Author: Cameron Karlsson + * + * See the license file included with this source. */ #ifndef EVENT_H_ diff --git a/include/nmeaparse/GPSFix.h b/include/nmeaparse/GPSFix.h index 85adc0c..da891ba 100644 --- a/include/nmeaparse/GPSFix.h +++ b/include/nmeaparse/GPSFix.h @@ -3,6 +3,8 @@ * * Created on: Jul 23, 2014 * Author: Cameron Karlsson + * + * See the license file included with this source. */ #ifndef GPSFIX_H_ diff --git a/include/nmeaparse/GPSService.h b/include/nmeaparse/GPSService.h index 4d10dbd..8b9e291 100644 --- a/include/nmeaparse/GPSService.h +++ b/include/nmeaparse/GPSService.h @@ -3,6 +3,8 @@ * * Created on: Aug 14, 2014 * Author: Cameron Karlsson + * + * See the license file included with this source. */ #ifndef GPSSERVICE_H_ diff --git a/include/nmeaparse/NMEACommand.h b/include/nmeaparse/NMEACommand.h index d71b9b7..1719687 100644 --- a/include/nmeaparse/NMEACommand.h +++ b/include/nmeaparse/NMEACommand.h @@ -3,6 +3,8 @@ * * Created on: Sep 8, 2014 * Author: Cameron Karlsson + * + * See the license file included with this source. */ #ifndef NMEACOMMAND_H_ diff --git a/include/nmeaparse/NMEAParser.h b/include/nmeaparse/NMEAParser.h index 6f63b85..65024c4 100644 --- a/include/nmeaparse/NMEAParser.h +++ b/include/nmeaparse/NMEAParser.h @@ -3,6 +3,8 @@ * * Created on: Aug 12, 2014 * Author: Cameron Karlsson + * + * See the license file included with this source. */ #ifndef NMEAPARSER_H_ diff --git a/include/nmeaparse/NumberConversion.h b/include/nmeaparse/NumberConversion.h index b872124..342d200 100644 --- a/include/nmeaparse/NumberConversion.h +++ b/include/nmeaparse/NumberConversion.h @@ -3,6 +3,8 @@ * * Created on: Aug 14, 2014 * Author: Cameron Karlsson + * + * See the license file included with this source. */ #ifndef NUMBERCONVERSION_H_ diff --git a/include/nmeaparse/nmea.h b/include/nmeaparse/nmea.h index deb10fd..811126e 100644 --- a/include/nmeaparse/nmea.h +++ b/include/nmeaparse/nmea.h @@ -3,6 +3,8 @@ * * Created on: March 23, 2014 * Author: Cameron Karlsson +* +* See the license file included with this source. */ -- cgit v1.2.3