From 6844085db36cb912af436a8f02b840c197e5565b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 10 Mar 2017 08:41:56 +0000 Subject: [PATCH] Updated the copyright dates. --- MMDVMHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index 4d9ed6a..d360992 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -74,7 +74,7 @@ static void sigHandler(int signum) const char* HEADER1 = "This software is for use on amateur radio networks only,"; const char* HEADER2 = "it is to be used for educational purposes only. Its use on"; const char* HEADER3 = "commercial networks is strictly prohibited."; -const char* HEADER4 = "Copyright(C) 2015, 2016 by Jonathan Naylor, G4KLX and others"; +const char* HEADER4 = "Copyright(C) 2015-2017 by Jonathan Naylor, G4KLX and others"; int main(int argc, char** argv) {