From 4ec4b3dafea88a5d80131d8a9596a738167e0b82 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 17 Aug 2021 12:15:54 +0100 Subject: [PATCH] Update the copyright header. --- MMDVMHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index 1f5422c..704c618 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -74,7 +74,7 @@ static void sigHandler2(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-2020 by Jonathan Naylor, G4KLX and others"; +const char* HEADER4 = "Copyright(C) 2015-2021 by Jonathan Naylor, G4KLX and others"; int main(int argc, char** argv) {