From 5f4b0984c0f2ff59bb82b959d49b11ee534976bd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 17 Jan 2019 16:21:24 -0500 Subject: update company name and copyright date --- binaryreader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binaryreader.cpp') diff --git a/binaryreader.cpp b/binaryreader.cpp index 7538e442..16ed8217 100644 --- a/binaryreader.cpp +++ b/binaryreader.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2017 Vector 35 LLC +// Copyright (c) 2015-2019 Vector 35 Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -302,4 +302,4 @@ string BinaryReader::ReadCString(size_t maxSize) catch (ReadException& r) {;} return result; -} \ No newline at end of file +} -- cgit v1.3.1