Update copyright startup headers

This commit is contained in:
Andy CA6JAU
2019-01-27 12:58:52 -03:00
parent 1ebf8f1b1f
commit 31f63b4ea9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const char* DEFAULT_INI_FILE = "/etc/YSF2NXDN.ini";
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) 2018 by CA6JAU, G4KLX and others";
const char* HEADER4 = "Copyright(C) 2018,2019 by CA6JAU, G4KLX and others";
#include <functional>
#include <algorithm>