From 027ba1fbe3c7d51e12fa6b58f4ba320995b544da Mon Sep 17 00:00:00 2001 From: mort5161 Date: Fri, 25 Jul 2014 13:27:11 -0700 Subject: [PATCH] Added license headers --- src/NmeaParser.Shared/NmeaFileDevice.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/NmeaParser.Shared/NmeaFileDevice.cs b/src/NmeaParser.Shared/NmeaFileDevice.cs index d3906dc..3448462 100644 --- a/src/NmeaParser.Shared/NmeaFileDevice.cs +++ b/src/NmeaParser.Shared/NmeaFileDevice.cs @@ -12,7 +12,9 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -//using System; +// + +using System; using System.Collections.Generic; using System.IO; using System.Linq;